:root {
  --color-text: #111110;
  --color-headlines: #1F1F1F;
  --template-headings-font: "Manrope", sans-serif;
  --template-font: "Inter", sans-serif;

  --ji-container-padding: 20px;
  --ji-container-width: 100%;

  --ji-pb-padding: 5px;
}

[lang="cs"] {
  --jit-breadcrumbs: "Hlavní stránka";
  --jit-category-ul-title: "Zjistěte si více informací";
  --jit-recommended: "Doporučujeme";
  --jit-menu-show-more: "Zobrazit vše";
  --jit-cart-widget-title: "Ve vašem košíku máte:";

  --jit-filters-title: "Vybrané filtry:";
  --jit-top-filters-title: "Filtrování:";

  --jit-product-ref: "Hodnocení produktu";
}

[lang="sk"] {
  --jit-breadcrumbs: "Hlavná stránka";
    --jit-category-ul-title: "Zistite viac informácií";
    --jit-recommended: "Odporúčame";
    --jit-menu-show-more: "Zobraziť všetko";
    --jit-cart-widget-title: "Vo vašom košíku máte:";

    --jit-filters-title: "Vybrané filtre:";
    --jit-top-filters-title: "Filtrovanie:";

    --jit-product-ref: "Hodnotenie produktu";
}

body {--ji-admin-bar-height: 0px;--ji-nav-top-height: 35px;}
.scrolled body {--ji-nav-top-height: 0px;}
.scrolled body {--ji-admin-bar-height: 0px!important;}
body:is(.admin-logged,.jh-admin-bar):not(.jh-admin-bar-hidden) {--ji-admin-bar-height: 25px;}
@media (max-width: 991px) {body {--ji-admin-bar-height: 0px !important;}}

body {font-size: 16px;line-height: 1.4;color: var(--color-text);}
.ready {visibility: visible!important;}
.overall-wrapper {visibility: hidden;overflow: clip;}
#content {line-height: 1.5;padding-top: 0;}
.content-wrapper {background-color: transparent;}
body.type-index .content-wrapper {padding-top: 0;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700;color: var(--color-headlines);}
h1, .h1 {font-size: 42px;margin-top: 0;}
h2, .h2 {font-size: 32px;}
h3, .h3 {font-size: 26px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 20px;}

.ji-hidden {display: none!important;}

.link-like, a:not(.btn) {text-decoration: underline;color: var(--color-text);}
.link-like:hover, a:not(.btn):hover {text-decoration: none;}

.--x-large {font-size: 20px;}
.--large {font-size: 18px;}
.--medium {font-size: 16px;}
.--small {font-size: 14px;}


@media (min-width: 992px) {
  .container-narrow {width: 972px;}
}
@media (min-width: 1200px) {
  .container-narrow {width: 1178px;}
}
@media (min-width: 1440px) {
  .container-narrow {width: 1418px;}
}


@media (max-width: 767px) {
  body {font-size: 14px;}

  .content-wrapper {padding-top: 0;}

  h1, .h1 {font-size: 30px;}
  h2, .h2 {font-size: 28px;}
  h3, .h3 {font-size: 20px;}
  h4, .h4 {font-size: 20px;}
  h5, .h5 {font-size: 18px;}

  .content-wrapper.container {padding-left: 16px;padding-right: 16px;}
}

/* Btns */
.btn, a.btn {border-radius: 8px;line-height: 1.4;font-size: 16px;font-weight: 700;text-transform: initial;padding: 10px 20px;}
.btn.next-step-back {border-radius: 0;}


.btn.btn-default, a.btn.btn-default {background-color: #fff;border-color: var(--color-primary);color: #060644;}
.btn.btn-default:hover, a.btn.btn-default:hover {background-color: var(--color-primary-hover);border-color: var(--color-primary-hover);color: #fff;box-shadow: 0 0 10px rgba(90, 140, 255, 0.6);transform: translateY(-1px);}

.btn.btn-secondary, a.btn.btn-secondary {background-color: var(--color-primary);border-color: var(--color-primary);color: #fff;}
.btn.btn-secondary:hover, a.btn.btn-secondary:hover {background-color: var(--color-primary-hover);border-color: var(--color-primary-hover);color: #fff;box-shadow: 0 0 10px rgba(90, 140, 255, 0.6);transform: translateY(-1px);}

.btn.btn-primary, a.btn.btn-primary {background-color: var(--color-secondary);border-color: var(--color-secondary);color: #fff;}
.btn.btn-primary:hover, a.btn.btn-primary:hover {background-color: var(--color-secondary-hover);border-color: var(--color-secondary-hover);color: #fff;box-shadow: 0 6px 16px rgba(236, 100, 32, 0.45),0 0 0 2px rgba(236, 100, 32, 0.15);transform: translateY(-1px);}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {background-color: var(--color-secondary);border-color: var(--color-secondary);color: #fff;}
.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {background-color: var(--color-secondary-hover);border-color: var(--color-secondary-hover);color: #fff;box-shadow: 0 6px 16px rgba(236, 100, 32, 0.45),0 0 0 2px rgba(236, 100, 32, 0.15);transform: translateY(-1px);}

.btn.btn-conversion, a.btn.btn-conversion {font-weight: 700;}

.--arrow-right {display: inline-flex;align-items: center;transition: .3s;}
.--arrow-right::after {content: "";transition: .3s;width: 24px;height: 24px;position: relative;margin-left: 8px;margin-top: -1px;display: inline-block;vertical-align: middle;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.--arrow-right:hover::after {right: -5px;}

@media (max-width: 767px) {
  .btn, a.btn {font-size: 16px;padding: 14px 20px;}
}

/* Page styling */
body.type-page {background-image: url(../img/page-bg.svg);background-position: top 500px center;background-repeat: no-repeat;}
body.type-page .content-inner {max-width: 1080px;margin: 0 auto 60px auto;}

/* Label, form controls etc */
.form-control {border-color: #DEC7BA;border-radius: 8px;font-size: 16px;height: 58px;}
.form-control::placeholder {font-size: 16px;color: #111110;}

.smart-labels-active .smart-label-wrapper label, .label-block,
.smart-labels-active .smart-label-wrapper.focused label, .smart-labels-active .smart-label-wrapper.populated label {color: #111110;opacity: 1;font-size: 14px;position: initial;padding: 0 0 8px 0;line-height: 1!important;display: block;font-weight: 400;}

.center {text-align: center;}

.ordering-process .homepage-group-title {font-size: 32px;}
.homepage-group-title {text-align: center;margin: 48px 0 16px 0;font-weight: 600;}

@media (max-width: 767px) {
  .homepage-group-title {margin: 32px 0 16px 0;}
}

/* Slick comps */
.slick-list {width: 1px!important;border: 0!important;min-width: 100% !important;}

.slick-track {display: flex;margin-left: initial;}
.slick-track::before, .slick-track::after {display: none;}
.slick-slide {float: none;height: auto;}
.slick-slide>div {height: 100%;}

.slick-dots {list-style: none;display: flex!important;justify-content: center;padding: 0;width: 100%;margin: 16px 0 30px 0;}
.slick-dots li {display: contents;}
.slick-dots button {border-radius: 100px;font-size: 0;background: #DAEAF5;border: 1px solid #DAEAF5;width: 8px;height: 8px;padding: 0;margin: 0 4px;outline: none;position: relative;}
.slick-dots .slick-active button {background: #060644;border-color: #060644;width: 20px;}

.slick-arrow {--ji-offset: -40px;border-radius: 50%;background-color: transparent;z-index: 8;font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;margin-top: -20px;overflow: hidden;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: none;background-repeat: no-repeat;width: 40px;height: 40px;background-size: contain;background-position: center;display: block;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='white'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23D8D7D2'/%3E%3Cpath d='M13 20H27M27 20L23 24M27 20L23 16' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.slick-arrow.slick-disabled {display: none!important;}
.slick-arrow:hover {transform: scale(1.02);}
.slick-prev {left: var(--ji-offset);transform: rotate(180deg);}
.slick-prev:hover {transform: rotate(180deg) scale(1.02);}
.slick-next {right: var(--ji-offset);}

@media(max-width: 1250px) {
  .slick-arrow {--ji-offset: -10px;}
}
@media(max-width: 767px) {
  .slick-arrow {--ji-offset: 0px;}
  .products-block .slick-arrow {--ji-offset: -16px;margin-top: 0;top: 25%;}
  .slick-arrow {width: 30px;height: 30px;box-shadow: initial;margin-top: -15px;border-radius: 0;background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_26032_6591' fill='white'%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0H27V27H8C3.58172 27 0 23.4183 0 19V8Z'/%3E%3C/mask%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0H27V27H8C3.58172 27 0 23.4183 0 19V8Z' fill='white'/%3E%3Cpath d='M-1 8C-1 3.02944 3.02944 -1 8 -1H27V1H8C4.13401 1 1 4.13401 1 8H-1ZM27 28H8C3.02944 28 -1 23.9706 -1 19H1C1 22.866 4.13401 26 8 26H27V28ZM8 28C3.02944 28 -1 23.9706 -1 19V8C-1 3.02944 3.02944 -1 8 -1V1C4.13401 1 1 4.13401 1 8V19C1 22.866 4.13401 26 8 26V28ZM8 26M27 0V27V0' fill='%23D8D7D2' mask='url(%23path-1-inside-1_26032_6591)'/%3E%3Cpath d='M7.66663 13.5001H19.3333M19.3333 13.5001L16 16.8334M19.3333 13.5001L16 10.1667' stroke='%23060644' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
}

/* Top navigation */
.top-navigation-bar {background-color: #060644;border: 0;border-bottom: 1px solid #393970;color: #fff;z-index: 1003;position: relative;}
.top-navigation-bar .top-nav-button {display: none;}
.top-navigation-bar .container>div.top-navigation-menu {height: 35px;flex: 0 0 80%;}
.top-navigation-bar-menu a {color: #fff;padding: 8px 12px;text-decoration: none;}
.top-navigation-bar-menu a:hover {text-decoration: underline;}
.top-navigation-menu-trigger {padding: 8px 20px;}
.top-navigation-bar-menu-helper {top: 36px;}

/* Header */
body {--ji-header-top-height: 100px;}
body.in-index #header {margin-bottom: 16px;}
#header {background-color: #060644;z-index: 1002;position: sticky;top: 0;margin-bottom: 0px;}
#header .header-top {height: 90px;padding: 20px 0;display: flex;}
#header .header-top-wrapper .site-name {flex: 0 0 200px;margin-right: 20px;}
#header .header-top-wrapper>* {z-index: 1003;}
#header .header-top>.container {padding-left: 20px;padding-right: 20px;}

a.header-phone {padding-left: 60px;text-decoration: none;position: relative;display: block;text-decoration: none;color: #fff;}
.header-phone:hover .header-phone__in {text-decoration: underline;}
.header-phone::after {content: "";width: 10px;height: 10px;border-radius: 50%;position: absolute;left: 40px;top: 32px;background: #E53935;box-shadow: 0px 0px 4px #E53935;}
.header-phone.--on::after {background: #28C068;box-shadow: 0px 0px 10px #28C068;}
.header-phone::before {content: "";position: absolute;left: 10px;top: 50%;margin-top: -20px;border-radius: 50%;width: 40px;height: 40px;background-size: contain;background-image: url(../img/contact-face.png);}
.header-phone .header-phone__in::before {content: "";width: 20px;height: 20px;display: inline-block;vertical-align: middle;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16667 3.33333H7.5L9.16667 7.5L7.08333 8.75C7.9758 10.5596 9.44039 12.0242 11.25 12.9167L12.5 10.8333L16.6667 12.5V15.8333C16.6667 16.2754 16.4911 16.6993 16.1785 17.0118C15.866 17.3244 15.442 17.5 15 17.5C11.7494 17.3025 8.68346 15.9221 6.38069 13.6193C4.07792 11.3165 2.69754 8.25061 2.5 4.99999C2.5 4.55797 2.67559 4.13404 2.98816 3.82148C3.30072 3.50892 3.72464 3.33333 4.16667 3.33333Z' stroke='%23D0BEF2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.header-phone .header-phone__hours {display: block;color: #EDECE8;font-size: 14px;}

#header .header-top-wrapper>div.navigation-buttons {flex: unset;}
#header .navigation-buttons a, #header .navigation-buttons .top-nav-button {margin-left: 8px;width: 45px;height: 45px;}
#header .navigation-buttons a:hover::before, #header .navigation-buttons .top-nav-button:hover::before {transform: scale(1.05);}

#header .navigation-buttons a[data-target=search] {display: flex;order: -2;}
#header .navigation-buttons a[data-target=search]:before {content: "";margin: 0;width: 45px;height: 45px;background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 0.5C34.6503 0.5 44.5 10.3497 44.5 22.5C44.5 34.6503 34.6503 44.5 22.5 44.5C10.3497 44.5 0.5 34.6503 0.5 22.5C0.5 10.3497 10.3497 0.5 22.5 0.5Z' fill='%23060644'/%3E%3Cpath d='M22.5 0.5C34.6503 0.5 44.5 10.3497 44.5 22.5C44.5 34.6503 34.6503 44.5 22.5 44.5C10.3497 44.5 0.5 34.6503 0.5 22.5C0.5 10.3497 10.3497 0.5 22.5 0.5Z' stroke='%23393970'/%3E%3Cpath d='M30 30L25 25M15 20.8333C15 21.5994 15.1509 22.3579 15.444 23.0657C15.7372 23.7734 16.1669 24.4164 16.7085 24.9581C17.2502 25.4998 17.8933 25.9295 18.601 26.2226C19.3087 26.5158 20.0673 26.6667 20.8333 26.6667C21.5994 26.6667 22.3579 26.5158 23.0657 26.2226C23.7734 25.9295 24.4164 25.4998 24.9581 24.9581C25.4998 24.4164 25.9295 23.7734 26.2226 23.0657C26.5158 22.3579 26.6667 21.5994 26.6667 20.8333C26.6667 20.0673 26.5158 19.3087 26.2226 18.601C25.9295 17.8933 25.4998 17.2502 24.9581 16.7085C24.4164 16.1669 23.7734 15.7372 23.0657 15.444C22.3579 15.1509 21.5994 15 20.8333 15C20.0673 15 19.3087 15.1509 18.601 15.444C17.8933 15.7372 17.2502 16.1669 16.7085 16.7085C16.1669 17.2502 15.7372 17.8933 15.444 18.601C15.1509 19.3087 15 20.0673 15 20.8333Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

#header .navigation-buttons .top-nav-button {display: flex;order: -1;padding: 0;}
#header .navigation-buttons .top-nav-button.logout {display: none;}
#header .navigation-buttons .top-nav-button span {display: none;}
#header .navigation-buttons .top-nav-button:before {content: "";display: block;margin: 0;width: 45px;height: 45px;background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 0.5C34.6503 0.5 44.5 10.3497 44.5 22.5C44.5 34.6503 34.6503 44.5 22.5 44.5C10.3497 44.5 0.5 34.6503 0.5 22.5C0.5 10.3497 10.3497 0.5 22.5 0.5Z' fill='%23060644'/%3E%3Cpath d='M22.5 0.5C34.6503 0.5 44.5 10.3497 44.5 22.5C44.5 34.6503 34.6503 44.5 22.5 44.5C10.3497 44.5 0.5 34.6503 0.5 22.5C0.5 10.3497 10.3497 0.5 22.5 0.5Z' stroke='%23393970'/%3E%3Cpath d='M17.5 30V28.3333C17.5 27.4493 17.8512 26.6014 18.4763 25.9763C19.1014 25.3512 19.9493 25 20.8333 25H24.1667C25.0507 25 25.8986 25.3512 26.5237 25.9763C27.1488 26.6014 27.5 27.4493 27.5 28.3333V30M19.1667 18.3333C19.1667 19.2174 19.5179 20.0652 20.143 20.6904C20.7681 21.3155 21.6159 21.6667 22.5 21.6667C23.3841 21.6667 24.2319 21.3155 24.857 20.6904C25.4821 20.0652 25.8333 19.2174 25.8333 18.3333C25.8333 17.4493 25.4821 16.6014 24.857 15.9763C24.2319 15.3512 23.3841 15 22.5 15C21.6159 15 20.7681 15.3512 20.143 15.9763C19.5179 16.6014 19.1667 17.4493 19.1667 18.3333Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.top-navigation-tools .languagesMenu {display: none;}

body.type-category #header {margin-bottom: 0;}

@media (min-width: 768px) {
  #header .header-phone {margin-inline: auto;}
  #header:has(.header-phone) .header-top-wrapper>div.navigation-buttons {margin-left: auto;padding-left: 10px;}

  .top-navigation-tools .languagesMenu {order: -2;display: inline-flex;border-right: 1px solid #393970;height: 35px;padding: 0;}
  .top-navigation-tools .languagesMenu__box {border-left: 1px solid #393970;padding: 0;display: inline-flex;position: relative;}
  .top-navigation-tools .languagesMenu__header--actual {margin-right: 0;padding-inline: 16px calc(16px + 24px);position: relative;display: flex;align-items: center;}
  .top-navigation-tools .languagesMenu__header--actual svg {clip-path: inset(4px 0px 4px 0px round 4px);overflow: hidden;width: 16px;}
  .top-navigation-tools .languagesMenu .caret {display: inline-flex;position: absolute;inset: unset;margin: 0;padding: 0;right: 16px;top: 50%;margin-top: -10px;width: unset;height: unset;}
  .top-navigation-tools .languagesMenu .caret::before {content: "";display: inline-block;width: 20px;height: 20px;background: var(--icon-caret-down--white) no-repeat center / contain;position: unset;margin: 0;}
  .top-navigation-tools .languagesMenu__box.open .caret::before {transform: rotate(180deg);}
  .top-navigation-tools .languagesMenu__box.open .languagesMenu__list {display: flex;flex-flow: column;padding: 4px 0;top: 100%;}
  .top-navigation-tools .languagesMenu__list li {display: contents;}
  .top-navigation-tools .languagesMenu__list__link {width: 100%;margin-inline: 0;height: unset;line-height: unset;padding: 4px 12px;user-select: none;}
}

@media (min-width: 992px) {
  #header .header-top a.cart-count {position: relative;display: inline-flex;align-items: center;padding: 0;}
  #header .header-top a.cart-count:hover {color: unset;}
  #header .header-top a.cart-count:not(.full) {}
  #header .header-top a.cart-count.full {}
  #header .header-top a.cart-count::before {content: "";display: inline-block;width: 45px;height: 45px;background: #EC6420 var(--icon-cart--white) no-repeat center / 24px;border-radius: 500px;border: 0;margin: 0;}
  #header .header-top a.cart-count:hover::before {}
  #header .header-top a.cart-count.full::before {}
  #header .header-top a.cart-count i {bottom: -2px;left: 32px;padding: 0;line-height: 18px;text-align: center;letter-spacing: normal;background-color: #B59DE8;width: 18px;height: 18px;font-size: 10px;font-weight: 600;}
  #header .header-top a.cart-count .cart-price {font-weight: 700;font-size: 14px;padding: 0 0 0 8px;margin: 0;min-width: 80px;text-align: start;display: inline-block !important;color: #fff;}
  #header .header-top a.cart-count:not(.full) .cart-price {display: none !important;}
}

@media (max-width: 1439px) {
  #header {}
  #header .header-top-wrapper .site-name {flex: 0 0 100px;position: relative;top: 5px;margin-right: 10px;}
}
@media (max-width: 1199px) {
  #header .header-phone {display: none;}
  #header .header-top-wrapper>div.navigation-buttons {flex: unset;padding-left: 0;}

  #header .header-top a.cart-count .cart-price {display: none!important;}
}
@media (max-width: 991px) {
  body {--ji-header-top-height: 80px;}

  #header .header-top-wrapper>div.navigation-buttons {flex: unset;}
  #header .header-top {height: 80px;padding: 15px 0;}

  #header .header-top a.cart-count {position: relative;display: inline-flex;align-items: center;padding: 0;}
  #header .header-top a.cart-count::before {content: "";display: inline-block;width: 40px;height: 40px;background: #EC6420 var(--icon-cart--white) no-repeat center / 20px;border-radius: 500px;border: 0;margin: 0;}
  #header .header-top a.cart-count i {bottom: 0px;left: 26px;padding: 0;line-height: 15px;text-align: center;letter-spacing: normal;background-color: #B59DE8;width: 14px;height: 14px;font-size: 11px;font-weight: 400;color: #111110;}
  #header .header-top a.cart-count .cart-price {display: none !important;}
}
@media (max-width: 767px) {
  .overall-wrapper {padding-top: 0;}

  #header .header-top>.container {width: 100%;padding-left: 16px;padding-right: 16px;}
  #header .header-top {height: 70px;padding: 10px 0;}
  #header .header-top-wrapper .site-name {top: 0px;padding-left: 0;margin-right: 0;flex: 0 0 130px;margin-left: 55px;}

  #header .navigation-buttons a, #header .navigation-buttons .top-nav-button {margin-left: 4px;width: 40px;height: 40px;}
  .navigation-buttons a[data-target=navigation] {position: absolute;background-color: transparent!important;left: 16px;margin-left: 0!important;background-image: transparent!important;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='%23060644'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23393970'/%3E%3Cpath d='M13.3334 15H26.6667M13.3334 20H26.6667M13.3334 25H26.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;}
  .navigation-window-visible .navigation-buttons a[data-target=navigation] {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='%23060644'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23393970'/%3E%3Cpath d='M25 15L15 25M15 15L25 25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;}
  .navigation-buttons a[data-target=navigation]::before {content: ""!important;}

  #header .header-top a.cart-count::before {background-size: 24px;}

  #header .header-top-wrapper>div.navigation-buttons {gap: 6px;}
  #header .navigation-buttons a[data-target=search]:before, #header .navigation-buttons .top-nav-button:before {width: 40px;height: 40px;background-size: contain;}
}
@media (max-width: 365px) {
  #header .header-top-wrapper .site-name {flex: 0 0 100px;}
}

/* Navigation */
#header .header-top-wrapper>div.header-bottom {border-top: 0;flex: 1;background-color: transparent;}
#header .header-bottom-wrapper.container {width: auto;}

#navigation ul.menu-level-1>li.appended-category {display: none;}

@media (min-width: 768px) {
  #header .header-bottom {position: unset;width: 1px;flex: 1;}
  #header:has(#navigation.fitted) .header-bottom {max-width: max-content;}
  #header .header-bottom:not(.ji-ready) {display: none;}
  #header .header-bottom .navigation-wrapper {position: unset;display: grid;grid-template-columns: 1fr max-content;}
  #header .header-bottom .navigation-wrapper::before {content: unset;}
  #header .header-bottom .navigation-wrapper::after {content: unset;}
  #navigation {height: 38px;background-color: transparent;position: unset;grid-column: 1 / 3;grid-row: 1 / 2;}
  #header .menu-helper {grid-row: 1 / 2;grid-column: 2 / 3;position: relative;inset: unset;align-self: center;height: unset;margin: 0;}
  #navigation .navigation-in {position: unset;}

  #navigation .top-navigation-bar-menu {display: none;}

  /* level 1 */
  .navigation-in>ul>li>a {padding-top: 10px;color: #fff;padding-bottom: 10px;padding: 10px 12px!important;margin: 0!important;font-size: 16px;}
  .navigation-in>ul>li>a:hover {color: #827567;}
  .navigation-in>ul>li>a b {font-weight: 700;}
  .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {color: #D0BEF2;text-decoration: none;}
  .navigation-in>ul>li.exp>a {position: relative;}
  .navigation-in>ul>li.exp>a::after {content: "";width: 26px;height: 13px;position: absolute;bottom: -25px;left: 50%;margin-left: -13px;background-image: url("data:image/svg+xml,%3Csvg width='26' height='13' viewBox='0 0 26 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L26 13H0L13 0Z' fill='white'/%3E%3C/svg%3E%0A");}
  #navigation .navigation-in ul li:hover>a>b, #navigation .navigation-in ul li:hover>a>span, #navigation .navigation-in ul li:hover>div>a>span {text-decoration: none;}
  .navigation-in>ul>li.ext>a>span {display: inline-flex;font-size: 10px;}


  /* level 2 */
  #navigation ul.menu-level-2 {border: 0;padding-top: 24px;padding-bottom: 24px;align-items: flex-start;position: absolute;top: calc(100% + 10px);inset-inline: 0;flex-flow: row wrap;column-gap: 20px;}
  #navigation ul.menu-level-2::before {content: "";display: block;position: absolute;inset-inline: calc(50% - 50dvw);inset-block: 0;z-index: -1;background: #fff;}
  #navigation ul.menu-level-2::after {content: "";display: block;position: absolute;top: -26px;bottom: 100%;inset-inline: calc(50% - 50dvw);z-index: -1;background: transparent;}
  #navigation ul.menu-level-2 {flex-flow: row wrap;row-gap: 16px;gap: var(--ji-gap);--ji-gap: 16px;--ji-columns: 4;}

  .navigation-in>ul>li.ext>ul>li {cursor: pointer;padding: 16px;width: auto;min-height: 75px;margin: 0px;background-color: #fff;border-radius: 10px;border: 1px solid #D8D7D2!important;flex: 0 0 calc(var(--ji-column-span, 1) * ((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns) + var(--ji-gap, 0px)) - var(--ji-gap, 0px))}
  .navigation-in>ul>li.ext>ul>li:hover {border-color: #060644!important;}
  .navigation-in>ul>li.ext>ul>li:hover>div>a {text-decoration: none;}
  .navigation-in>ul>li.ext>ul>li>div>a {font-size: 16px;text-decoration: none;padding: 0 10px;}
  .navigation-in>ul>li.ext>ul>li>div {width: calc(100% - 75px);}
  .navigation-in>ul>li.ext>ul>li>a.menu-image img {margin: auto;max-width: 100%;max-height: 50px;border-radius: 8px;}
  .navigation-in>ul>li.ext>ul>li>a.menu-image {padding: 0;width: 65px;text-align: center;}

  /* level 3 */
  .navigation-in ul.menu-level-3 {font-size: 13px;max-height: none;margin-top: 18px;}
  .navigation-in ul.menu-level-3>li {font-size: 0;width: 100%;line-height: 0;}
  .navigation-in ul.menu-level-3>li>a {font-size: 13px;width: 100%;padding: 6px 0;display: block;line-height: 1.2;}
  .navigation-in ul.menu-level-3>li>a:hover {text-decoration: underline;}
  .navigation-in ul.menu-level-3 .more-items-trigger {display: none;}

  .menu-helper {height: 100%;margin-right: 10px;}
  .menu-helper>span {color: #fff;font-size: 16px;font-weight: 400;}

  .menu-helper>ul>li a, .menu-helper>ul>li a:hover {color: #111110;font-size: 16px;font-weight: 400;}
  .menu-helper>ul>li a {text-decoration: none;}
  .menu-helper>ul>li a:hover {text-decoration: underline;}

  .navigationActions {display: none;}
  .ji-mobile-nav-language {display: none;}
  .ji-mobile-nav-contact {display: none;}
}
@media (max-width: 1199px) {
  #navigation ul.menu-level-2 {--ji-columns: 4;}
}

@media (max-width: 991px) {
  #navigation ul.menu-level-2 {--ji-columns: 3;}
}
@media (max-width: 767px) {
  #header .header-top-wrapper>div.header-bottom {width: 0;flex: 0 !important;z-index: 1005!important;}
  #header .header-top-wrapper>div.header-bottom .container {padding-left: 0!important;padding-right: 0!important;}

  #navigation {border-top: 0;}

  .navigation-window-visible #navigation {width: 100%;left: 0;}
  #navigation {height:calc(100dvh - 70px);top: 70px;font-family: var(--template-font),sans-serif;position: fixed;width: calc(100% - 50px);left: -100%;}
  .navigation-close {display: block;right: auto;left: 16px;padding: 0;top: 16px;}
  .navigation-in {display: flex;flex-direction: column;height: 100%;padding: 0;}
  /*.navigation-close:before {content: "";width: 28px;height: 28px;background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7L7 21' stroke='%231D1F23' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7L21 21' stroke='%231D1F23' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}*/
  .navigation-close:before {display: none;}

  #navigation .submenu-arrow {--ji-size: 48px;}
  #navigation .submenu-arrow, #navigation .menu-level-1>li>a .submenu-arrow, #navigation .navigationActions>li>a .submenu-arrow {width: var(--ji-size);height: var(--ji-size);line-height: var(--ji-size);padding: 0;display: inline-flex;align-items: center;justify-content: center;}
  #navigation .submenu-arrow::after {content: "";position: unset;width: 16px;height: 16px;vertical-align: middle;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23222222'/%3E%3C/svg%3E%0A");}

  /* level 1 */
  #navigation ul.menu-level-1>li {text-decoration: none !important;}
  #navigation ul.menu-level-1>li>a {color: #1D1F23;text-decoration: none;font-size: 16px;padding: 16px;display: flex;border-bottom: 1px solid #D8D7D2;}
  #navigation ul.menu-level-1>li>a>b {padding: 0;text-decoration: none!important;font-weight: 600;}
  #navigation ul.menu-level-1>li:hover>a>b {color: #1D1F23;}
  #navigation ul.menu-level-1>li>a .submenu-arrow {--ji-size: 50px;}
  #navigation ul.menu-level-1>li.ext.exp>a {padding-left: 30px;padding-right: 80px!important;margin-bottom: 0;color: #9A7CDE;background-color: #FAF8FF;border-bottom: 0;}
  #navigation ul.menu-level-1>li.ext.exp>a .submenu-arrow {left: -10px;}
  #navigation ul.menu-level-1>li.ext.exp>a b {letter-spacing: 1px;font-size: 16px;line-height: 1.2;}
  #navigation ul.menu-level-1>li.ext.exp>a b::after {content: var(--jit-menu-show-more);letter-spacing: normal;margin-left: auto;text-decoration: underline;font-size: 14px;font-weight: 400;position: absolute;right: 10px;color: #111110;text-transform: initial;display: inline-block;line-height: 1.2;text-underline-offset: 4px;}
  #navigation ul.menu-level-1:has(>li.ext.exp)>li:not(.exp) {display: none;}

  /* level 2+ */
  #navigation:has(li.ji-menu-level-2__item.ji-exp) ul.menu-level-1>li.ext.exp>a {display: none;}
  #navigation ul:is(.menu-level-2,.menu-level-3) {border-top: 1px solid #EAEAEB;padding-inline: 16px;margin-inline: -16px;display: none;flex-flow: column;}
  #navigation:has(li.ji-menu-level-2__item.ji-exp) ul.menu-level-2 {border-top: 0;}
  #navigation ul.menu-level-1>li.ext.exp ul.menu-level-2 {display: flex;}
  #navigation li.ji-menu-level-2__item.ji-exp ul.menu-level-3 {display: flex;}
  #navigation .ji-menu-level-2__items {display: contents;}
  #navigation li.ji-menu-level-2__item .menu-image {display: none;}
  #navigation li.ji-menu-level-2__item>div {display: contents;}
  #navigation li.ji-menu-level-2__item>div>a, #navigation ul.menu-level-3>li>a {display: flex;position: relative;padding: 16px 0;font-weight: 700;font-size: 14px;line-height: 1.2;}
  #navigation li.ji-menu-level-2__item.ji-exp>div>a {padding-left: 30px;padding-right: 80px!important;margin-bottom: 0;text-decoration: none;}
  #navigation li.ji-menu-level-2__item.ji-exp>div>a .submenu-arrow {left: -15px;right: unset;}
  #navigation li.ji-menu-level-2__item.ji-exp>div>a .submenu-arrow::after {transform: rotate(180deg);}
  #navigation li.ji-menu-level-2__item.ji-exp>div>a span:first-child {letter-spacing: 2px;font-size: 16px;line-height: 1.2;text-transform: uppercase;text-decoration: none;display: inline-block;letter-spacing: 2px;}
  #navigation li.ji-menu-level-2__item.ji-exp>div>a span:first-child::after {content: var(--jit-menu-show-more);letter-spacing: normal;margin-left: auto;text-decoration: underline;font-size: 14px;font-weight: 400;position: absolute;right: 0;color: #1D1F23;text-transform: initial;display: inline-block;line-height: 1.2;text-underline-offset: 4px;}

  #navigation ul.menu-level-2 .submenu-arrow {position: absolute;right: -16px;top: 0;}

  #navigation:has(li.ji-menu-level-2__item.ji-exp) li.ji-menu-level-2__item:not(.ji-exp) {display: none;}

  #navigation .ji-menu-level-2__widgets {display: flex;flex-flow: column;margin-top: 32px;row-gap: 16px;}
  #navigation ul.menu-level-2:has(li.ji-menu-level-2__item.has-third-level.ji-exp) .ji-menu-level-2__widgets {display: none;}

  /*#navigation ul li {text-decoration: none!important;}
  #navigation ul li:hover>a>b {color: #1D1F23;}
  #navigation ul li>div {width: 100%;}

  .navigation-in a.menu-image {display: block;width: 64px;height: 64px;border-radius: 12px;flex: 0 0 64px;padding: 0!important;}
  .navigation-in a.menu-image img {width: 64px;height: 64px;object-fit: cover;}
  .navigation-in ul.menu-level-2 {margin-bottom: 0px;}
  .navigation-in ul.menu-level-2 li {position: relative;margin-bottom: 10px;min-height: 0px;display: flex;align-items: center;}
  .navigation-in ul.menu-level-2 li a:not(.menu-image) {color: #1A1B1F;position: relative;width: 100%;padding-bottom: 12px;padding-top: 12px;padding-right: 0;font-weight: bold;font-size: 14px;text-decoration: none;padding-left: 0px;}
  .navigation-in ul.menu-level-2 li a:not(.menu-image)>span {text-decoration: none!important;}
  .navigation-in ul.menu-level-2 li.has-third-level a:not(.menu-image)::after {content: "";position: absolute;right: 0;top: 50%;margin-top: -8px;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23222222'/%3E%3C/svg%3E%0A");}

  .navigation-in:has(li.ext.exp)>ul>li:not(.exp) {display: none;}*/

  .navigation-in ul.menu-level-2 li a {padding-left: 0;font-size: 14px;font-weight: bold;}
  .navigation-in ul.menu-level-2 li a.menu-image {display: block;width: 50px;border-radius: 8px;overflow: hidden;padding: 0;margin-right: 16px;}
  .navigation-in ul.menu-level-2 li {display: flex;align-items: center;padding: 5px 20px;}

  #navigation:has(.exp) ul.top-navigation-bar-menu {display: none;}
  ul.top-navigation-bar-menu {padding: 8px 16px;display: flex;flex-flow: row wrap;}
  ul.top-navigation-bar-menu>li>a {font-size: 14px;text-decoration: underline;font-weight: 400;padding: 8px 0;color: #2A2D32;text-transform: initial;}
  ul.top-navigation-bar-menu>li {width: 50%;}

  #navigation:has(.exp) .top-navigation-tel {display: none;}
  #navigation .top-navigation-tel {margin-top: 15px;margin-bottom: 40px;text-align: left;}
  #navigation .top-navigation-tel a {display: block;text-decoration: none;}
  #navigation .top-navigation-tel a::after {display: block;padding-left: 0;padding-top: 6px;}

  /*.navigation-window-visible #header:before {content: "";z-index: 0;opacity: 1;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;left: 0;width: 100%;height: 100dvh;}*/

  #navigation .navigationActions {display: none;}
  #navigation:has(.menu-level-1 .exp) .languagesMenu {display: none;}
  #navigation .languagesMenu {display: flex;column-gap: 16px;padding: 16px;padding-top: 0;}
  #navigation .languagesMenu__flags {display: none;}
  #navigation .languagesMenu__content {display: contents;}
  #navigation .languagesMenu__box {padding: 0;display: inline-flex;position: relative;background: #FAF8FF;border-radius: 4px;}
  #navigation .languagesMenu__header--name {display: none;}
  #navigation .languagesMenu__header--actual {margin-right: 0;height: 40px;padding-block: 0;padding-inline: 16px calc(16px + 24px);position: relative;display: flex;align-items: center;font-weight: normal;line-height: 1.5;}
  #navigation .languagesMenu__header--actual svg {clip-path: inset(4px 0px 4px 0px round 4px);overflow: hidden;width: 16px;}
  #navigation .languagesMenu .caret {display: inline-flex;position: absolute;inset: unset;margin: 0;padding: 0;right: 16px;top: 50%;margin-top: -10px;width: unset;height: unset;}
  #navigation .languagesMenu .caret::before {content: "";display: inline-block;width: 20px;height: 20px;background: var(--icon-caret-down--dark) no-repeat center / contain;position: unset;margin: 0;}
  #navigation .languagesMenu__box.open .caret::before {transform: rotate(180deg);}
  #navigation .languagesMenu__list {display: none;}
  #navigation .languagesMenu__box.open .languagesMenu__list {display: flex;flex-flow: column;padding: 4px 0;top: 100%;position: absolute;background: #fff;z-index: 1;}
  #navigation .languagesMenu__box .dropdown-backdrop {display: none;}
  #navigation .languagesMenu__list li {display: contents;}
  #navigation .languagesMenu__list__link {width: 100%;margin-inline: 0;height: unset;line-height: unset;padding: 4px 12px;user-select: none;}

  #navigation .ji-mobile-nav-contact {display: block;margin-block: 0 16px;padding: 16px;background-color: #FAF8FF;color: #111110;}
  #navigation .ji-mobile-nav-contact a {color: #111110;}
  #navigation .ji-mobile-nav-contact a .header-phone__hours {color: #4E4D4A;margin-top: 5px;}
  #navigation .ji-mobile-nav-contact .header-phone {display: block;}
  #navigation .ji-mobile-nav-contact .header-phone::before {width: 45px;height: 45px;margin-top: -22px;}
}

.search {display: none;}
.search-focused:before, .search-window-visible:before {opacity: 1;z-index: 9999;background: rgba(0, 0, 0, 0.7);}
.search-window-visible .search {display: block;position: fixed;top: 50px;padding: 0px;left: 0;z-index: 10000;width: 100%;margin: auto;}
.search form {max-width: 940px;width: 100%;margin: auto;}
.search form .form-control {border-color: #EAEAEB;padding: 0 16px;height: 60px;}
.search form .form-control::placeholder {color: #A8A9AB;}
.search form::after {content: "";width: 28px;height: 28px;position: absolute;right: 16px;top: 16px;background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.8332' cy='12.8334' r='8.16667' stroke='%231A1B1F'/%3E%3Cpath d='M23.3335 23.3333L19.8335 19.8333' stroke='%231A1B1F' stroke-linecap='round'/%3E%3C/svg%3E%0A");}
.search-input-icon {right: -65px;left: auto;}
.search-focused .search-input-icon:before, .search-window-visible .search-input-icon:before {content: "";width: 32px;height: 32px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L24 24' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (min-width: 1440px) {
  .searchWhisperer {width: 60%;margin-left: 20%;}
}

.searchWhisperer:has(.searchWhisperer__content--empty) {max-width: 940px;width: 100%;margin-left: 50%;transform: translate(-50%, 0);padding: 0px;}
.searchWhisperer {padding: 32px;max-height: 85dvh;overflow: auto;}

.searchWhisperer__block.--empty-cart {padding-top: 70px;}
.searchWhisperer__content--empty {padding: 40px;position: relative;margin: auto;width: 100%;}
.searchWhisperer__content--empty__wrap {position: relative;border-bottom: 1px solid #EAEAEB;padding-bottom: 40px;padding-left: 80px;text-align: left;padding-right: 15px;}
.searchWhisperer__content--empty__wrap::before {content: "";position: absolute;left: 0;top: 0;display: inline-block;width: 64px;height: 64px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Ccircle cx='29.335' cy='29.333' r='18.667' stroke='%231A1B1F'/%3E%3Cpath stroke='%231A1B1F' stroke-linecap='round' d='m53.332 53.333-8-8'/%3E%3C/svg%3E") no-repeat center / contain;}
.searchWhisperer__block.--empty-cart .searchWhisperer__content--empty__wrap::before {background-image: var(--icon-cart--dark);}
.searchWhisperer__content--empty__title {margin-bottom: 8px;}
.searchWhisperer__content--empty__title strong {font: unset;}
.searchWhisperer__content--empty__wrap p {color: #4E5155;}
.searchWhisperer__content--empty__desc a {font-weight: bold;}

.searchWhisperer__content-contact {max-width: 440px;margin: auto;padding-top: 30px;display: flex;column-gap: 30px;justify-content: space-evenly;flex-flow: row wrap;}
.searchWhisperer__content-contact a.contact-item {min-width: max-content;width: 180px;display: inline-block;text-align: left;text-decoration: none;}
.searchWhisperer__content-contact a.contact-item::before {mask: var(--ji-icon) no-repeat center / contain;-webkit-mask: var(--ji-icon) no-repeat center / contain;background: #111110;}
.searchWhisperer__content-contact a.contact-item div {font-size: 17px;}

.searchWhisperer__additionalResults {flex-basis: 360px;margin-right: 32px;padding-right: 32px;border-right: 1px solid #EAEAEB;}
.searchWhisperer__additionalResults__heading, .searchWhisperer__products__heading {color: #1A1B1F;font-size: 15px;font-weight: 700;margin: 0 0 24px 0;text-transform: initial;}
.searchWhisperer__additionalResults__list {margin-bottom: 30px;display: flex;flex-flow: row wrap;}
.searchWhisperer__additionalResults__heading--category+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem a {border: 1px solid #EAEAEB;border-radius: 0px;color: #170C21;font-weight: 400;font-size: 12px;text-decoration: none;text-transform: uppercase;padding: 12px 16px;line-height: 1;margin: 0 12px 12px 0;}
.searchWhisperer__additionalResults__heading--category+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem a:hover {border-color: #1D1F23;background-color: #1D1F23;color: #fff;}
.searchWhisperer__additionalResults__heading--category+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem:hover {text-decoration: none;}

.searchWhisperer__additionalResults__heading--article+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem {width: 100%;text-decoration: none!important;}
.searchWhisperer__additionalResults__heading--article+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem a {font-size: 15px;text-decoration: none;color: #2A2D32;}
.searchWhisperer__additionalResults__heading--article+.searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem a:hover {color: #2A2D32;text-decoration: underline;}

.searchWhisperer__additionalResults__heading--article+.searchWhisperer__additionalResults__list li {position: relative;}


.searchWhisperer__products {padding-left: 0px;}
.searchWhisperer__products__list {margin-left: -10px;margin-right: -10px;}
@media (min-width: 768px) {
  .searchWhisperer__products__listItem {flex-basis: 25%;}
}
a.searchWhisperer__product {padding: 8px 10px;position: relative;align-items: flex-start;text-decoration: none;display: flex;flex-direction: column;}
a.searchWhisperer__product:hover .searchWhisperer__product__name {text-decoration: underline;color: #000;}
.searchWhisperer__product__image {background-color: #F6F5F3;width: 100%;aspect-ratio: 1 / 1;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
.searchWhisperer__product__image img {aspect-ratio: 1 / 1;mix-blend-mode: darken;}
.searchWhisperer__product__name {color: #000;font-size: 13px;text-align: left;margin-bottom: 10px;text-transform: uppercase;font-weight: 500;}
.searchWhisperer__product__name .product-appendix {display: none;}
.searchWhisperer__product__availability {text-align: left;font-size: 13px;}
.searchWhisperer__product__availability .availability-label {color: #1D1F23!important;}
.searchWhisperer__product__availability:has(span[style="color: #3c840f"]) {padding-left: 16px;position: relative;}
.searchWhisperer__product__availability:has(span[style="color: #3c840f"])::before {content: "";width: 8px;height: 8px;background-color: #1F9A46;border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -4px;}
.searchWhisperer__product__price {color: #000;font-size: 15px;font-weight: 500;margin-top: 10px;padding-bottom: 24px;}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button {width: 100%;}

@media (max-width: 991px) {
  .search-window-visible .search {padding: 10px;width: 100%;}
  .search form {max-width: calc(100% - 42px);margin: 0;}
  .searchWhisperer:has(.searchWhisperer__content--empty) {left: 10px;margin-left: 0;width: calc(100% - 20px);transform: initial;}
  .searchWhisperer {left: 10px;margin-left: 0;width: calc(100% - 20px);padding: 24px 16px;flex-flow: row wrap;}

  .searchWhisperer__products {flex-basis: 100%;order: -1;}
  .searchWhisperer__additionalResults {flex-basis: 100%;border: 0;margin-right: 0;padding-right: 0;padding-top: 40px;}


}

@media (max-width: 767px) {
  .search-window-visible .search {top: 10px;position: fixed;}
  .search form .form-control {font-size: 16px;}
  .searchWhisperer {box-shadow: initial;max-height: calc(100vh - 150px);overflow: auto;max-width: calc(100% - 20px);left: 10px;}
  .searchWhisperer__products__heading {display: block;margin-top: 22px;font-size: 15px;}
  .searchWhisperer__additionalResults {padding-top: 32px;}
  .searchWhisperer__additionalResults__heading, .searchWhisperer__products__heading {font-size: 15px;}
  a.searchWhisperer__product {padding-left: 70px;display: flex;flex-direction: column;padding-right: 80px;}
  .searchWhisperer__product__image {width: 64px;height: 64px;margin-top: -32px;max-width: 64px;position: absolute;left: 0;top: 50%;}
  .searchWhisperer__product__price {margin-left: 0;position: absolute;right: 16px;top: 50%;margin-top: -20px;}
  .searchWhisperer__product__name {font-weight: 500;font-size: 13px;margin-bottom: 4px;}
  .searchWhisperer__products__listItem {min-height: 72px;}

  .searchWhisperer__content--empty {padding: 16px 0px;text-align: center;}
  .searchWhisperer__content--empty::before {display: block;position: static;width: 140px;height: 140px;background-size: contain;margin: 0 auto 15px auto;text-align: center;}

  /*.searchWhisperer__content-contact {flex-direction: column;padding-left: 16px;padding-right: 16px;}*/
  /*.searchWhisperer__content-contact a.contact-item {width: 100%;}*/
}

/* Quantity */
.quantity {background-color: #fff;border: 0;padding: 6px 8px;display: flex;align-items: center;justify-content: space-around;width: 110px;height: 42px;border-radius: 8px;border: 1px solid #D8D7D2;}
.quantity .decrease, .quantity .increase {position: static;width: 32px;height: 32px!important;line-height: 32px;flex: 0 0 32px;background-color: #FAF8FF;border-radius: 8px;}
.quantity .decrease:hover:before, .quantity .increase:hover:before {color: #fff;}
.quantity .decrease:before, .quantity .increase:before {font-weight: bold;font-size: 9px;line-height: 34px;border-radius: 8px;}
.quantity .decrease {order: -1;}
.quantity input {height: 30px!important;width: 36px;color: #4E4D4A;font-family: var(--template-font);font-weight: 400;position: relative;z-index: 2;}

/* Login and register block/modal */
body.login-window-visible::after {content: "";position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index:999998;}
.login-window-visible .user-action .user-action-in>div.user-action-login {z-index: 999999;}
.login-window-visible .user-action .user-action-in>div.user-action-login {display: flex!important;}
.login-widget {z-index: 99999;position: fixed;width: 100%;max-height: initial;max-width: 720px;display: flex;padding: 0;overflow: auto;margin-left: 0px;margin-top: 0px;bottom:unset;top: 80px!important;left: 50%;transform: translate(-50%, 0);background-color: #fff;}
.login-widget>div {}
.popup-widget.login-widget .popup-widget-inner {height: auto;}
.popup-widget.login-widget {top: 21px;}
.popup-widget.login-widget::before {display: none;}
.popup-widget.login-widget .popup-widget-inner h2 {margin: 0 0 12px 0;display: flex;align-items: center;font-size: 17px;}
.popup-widget-inner:not(.cart-widget-inner,.ji-ecw) {box-shadow: none;padding: 40px 20px;background: #fff;border: 1px solid #293F19;border-right: 0;border-radius: 0px;}

.login-widget .login-wrapper {padding-top: 0;padding-bottom: 16px;}
.login-widget .login-wrapper .btn {width: 100%;margin-bottom: 20px;}
.login-widget .login-wrapper .password-helper {float: none;width: 100%;}
.login-widget .login-wrapper .password-helper a:first-of-type {display: none;}
.login-widget .login-wrapper .password-helper a {text-align: center;float: none;width: 100%;display: block;font-size: 15px;text-decoration: underline;color: #2A2D32;}
.login-widget .login-wrapper .password-helper a:hover {text-decoration: none;}

.register-block {padding: 40px;padding-bottom: 60px;background-position: right bottom;background: #293F19;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='160' height='61' viewBox='0 0 160 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='142.5' cy='142.5' r='142.5' fill='%23A8A34F'/%3E%3C/svg%3E%0A");background-position: bottom right;}
.register-block h6 {margin: 0 0 5px 0;color: #fff;}
.register-block p {color: #fff;}
.register-block ul {list-style: none;padding-left: 0;margin: 35px 0;}
.register-block ul li {padding-left: 36px!important;margin-bottom: 20px!important;color: #fff;font-weight: 400;font-size: 15px;position: relative;}
.register-block ul li::before {content: "";position: absolute;left: 0px!important;top: -2px!important;width: 24px!important;height: 24px!important;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='white'/%3E%3Cpath d='M8 12L11 15L16 9' stroke='white'/%3E%3C/svg%3E%0A")!important;}
.register-block .btn {width: 100%;}

#cboxClose {top: 16px;right: 16px;width: 24px;height: 24px;background-color: transparent!important;}
#cboxClose:hover {transform: scale(1.15);}
#cboxClose:before {content: "";width: 24px;height: 24px;left: 0;line-height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23838588' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23838588' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.advanced-order-modal #cboxClose {right: 44px;}
.login-widget #cboxClose:before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .advanced-order-modal #cboxClose {right: 16px;}
  .login-widget {top: 40px!important;}
  .login-window-visible .user-action .user-action-in>div.user-action-login {height: calc(100% - 60px);flex-direction: column;overflow: auto;width: 94%;}
  .login-widget #cboxClose:before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .login-widget>div {width: 100%;}
  .popup-widget-inner:not(.cart-widget-inner,.ji-ecw) {padding: 24px;border: 0;}
  .register-block {padding: 24px;}
}

/* Cart widget */
.cart-widget.popup-widget {width: 540px;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);border: 0;border-radius: 0px;background-color: #fff;margin-top: 0;left: 50%;margin-left: 200px;z-index: 68;position: fixed;}

body.cart-window-visible::after {content: "";position: fixed;z-index: 9;top: 0;left: 0;background: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;}

@media (min-width: 992px) {
  .popup-widget {max-height: 600px;}
  .popup-widget.cart-widget, .admin-logged .popup-widget.cart-widget {top: calc(var(--ji-admin-bar-height) + var(--ji-header-top-height) + var(--ji-nav-top-height));}

  .popup-widget-inner .cart-widget-products {max-height: 235px;}
}
.popup-widget.cart-widget:before {display: none;}
.popup-widget-inner {background-color: transparent;border: 0;}
.cart-widget-inner.popup-widget-inner:not(.full) .cart-widget-products-inner .cart-widget-product {display: none;}
.cart-widget-inner.popup-widget-inner:not(.full) {display: none;}
.ji-ecw.popup-widget-inner {padding: 40px 55px;text-align: center;color: #4E5155;border: 0;box-shadow: initial;}
.ji-ecw__desc {margin-bottom: 0;font-size: 15px;padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #EAEAEB;}
.ji-ecw__title {margin: 0 0 16px 0;}
.ji-ecw__title::before {content: "";display: block;width: 80px;height: 80px;background-size: contain;margin: auto;margin-bottom: 16px;background-image: url(../img/empty-bag.svg);}
.ji-ecw.popup-widget-inner a.contact-item {width: 50%;display: inline-block;text-align: left;text-decoration: none;}
.ji-ecw.popup-widget-inner a.contact-item div {font-size: 17px;}

.cart-widget-product {}
.cart-widget-product>div.cart-widget-product-unit {display: none;}
.cart-widget-product .cart-widget-product-delete {visibility: visible;position: absolute;right: 10px;top: 50%;margin-top: -14px;}
.cart-widget-product-delete button {color: #4E5155;}
.cart-widget-product-delete button::before {font-size: 12px;color: #4E5155;}
.cart-widget-product {position: relative;padding-left: 0;border: 0;padding: 6px;padding-right: 40px;padding-left: 0;}
.cart-widget-product .cart-widget-product-image {width: 64px;height: 64px;border-radius: 0px;overflow: hidden;margin: auto;}
.cart-widget-product .cart-widget-product-image a {width: 100%;height: 100%;}
.cart-widget-product .cart-widget-product-name {width: 100%;}
.cart-widget-product .cart-widget-product-name a {color: #1A1B1F;text-transform: uppercase;font-weight: 500;font-size: 13px;padding: 0 16px;display: block;}
.cart-widget-product .cart-widget-product-name a .product-appendix {display: block;font-size: 10px;display: none;}
.cart-widget-product .cart-widget-product-amount {padding: 0;width: 110px;}
.cart-widget-product .cart-widget-product-price {margin: auto;font-size: 15px;color: #1A1B1F;width: 80px;}
.cart-widget-product .cart-widget-product-price strong {font-weight: 500;}
.cart-widget-product-name a {color: #2A2D32;font-size: 15px;color: #2A2D32;text-decoration: none;line-height: 1.2;}
.cart-widget-product-name a:hover {text-decoration: underline;}
.cart-widget-product-name strong {line-height: 1.2;}
.cart-widget-product .cart-widget-product-variant {font-size: 11px;}

.popup-widget-inner.full::before {content: var(--jit-cart-widget-title);text-transform: uppercase;width: 100%;font-size: 17px;color: #1A1B1F;font-weight: 400;margin-top: 20px;margin-bottom: 10px;display: block;}
.popup-widget-inner.full {padding-inline: 25px;}
.cart-widget-products-inner {}

.cart-widget-button {padding: 20px 0 32px 0;}
.cart-widget-button .btn {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.cart-widget-button .btn::after {content: "";margin-left: auto;width: 16px;height: 16px;margin-left: 12px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64645 2.64645C8.84171 2.45118 9.15829 2.45118 9.35355 2.64645L14.3536 7.64645C14.4473 7.74021 14.5 7.86739 14.5 8C14.5 8.13261 14.4473 8.25979 14.3536 8.35355L9.35355 13.3536C9.15829 13.5488 8.84171 13.5488 8.64645 13.3536C8.45118 13.1583 8.45118 12.8417 8.64645 12.6464L12.7929 8.5H2C1.72386 8.5 1.5 8.27614 1.5 8C1.5 7.72386 1.72386 7.5 2 7.5H12.7929L8.64645 3.35355C8.45118 3.15829 8.45118 2.84171 8.64645 2.64645Z' fill='white'/%3E%3C/svg%3E%0A");}

.cart-free-shipping {padding-bottom: 20px;text-align: left;}
.cart-free-shipping .price-range {margin-top: 8px;}
.cart-free-shipping>div, .extra.delivery {font-size: 16px;color: #060644;padding-left: 32px;position: relative;padding-top: 0;padding-bottom: 0;}
.cart-free-shipping>div::before, .extra.delivery::before {content: "";background-size: contain;width: 20px;height: 20px;position: absolute;left: 0;top: 1px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 14.1667C4.16699 14.6087 4.34259 15.0326 4.65515 15.3452C4.96771 15.6578 5.39163 15.8334 5.83366 15.8334C6.27569 15.8334 6.69961 15.6578 7.01217 15.3452C7.32473 15.0326 7.50033 14.6087 7.50033 14.1667M4.16699 14.1667C4.16699 13.7247 4.34259 13.3007 4.65515 12.9882C4.96771 12.6756 5.39163 12.5 5.83366 12.5C6.27569 12.5 6.69961 12.6756 7.01217 12.9882C7.32473 13.3007 7.50033 13.7247 7.50033 14.1667M4.16699 14.1667H2.50033V10.8334M7.50033 14.1667H12.5003M12.5003 14.1667C12.5003 14.6087 12.6759 15.0326 12.9885 15.3452C13.301 15.6578 13.725 15.8334 14.167 15.8334C14.609 15.8334 15.0329 15.6578 15.3455 15.3452C15.6581 15.0326 15.8337 14.6087 15.8337 14.1667M12.5003 14.1667C12.5003 13.7247 12.6759 13.3007 12.9885 12.9882C13.301 12.6756 13.725 12.5 14.167 12.5C14.609 12.5 15.0329 12.6756 15.3455 12.9882C15.6581 13.3007 15.8337 13.7247 15.8337 14.1667M15.8337 14.1667H17.5003V9.16669M1.66699 4.16669H10.8337V14.1667M17.5003 9.16669H10.8337M17.5003 9.16669L15.0003 5.00002H10.8337M2.50033 7.50002H5.83366' stroke='%23060644' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.price-range, .extra .price-range {height: 9px;border-radius: 0px;margin-left: -32px;width: calc(100% + 32px);background-color: #fff;max-width: calc(100% + 32px)!important;border: 1px solid #D8D7D2;border-radius: 8px;}
.price-range::before {display: none!important;}
.price-range>div {border-radius: 8px;background-color: #060644;}
.cart-free-shipping>div div strong {padding-top: 1px;color: #1A1B1F;}
.cart-free-shipping strong {font-weight: 400;color: #1A1B1F;}

@media (max-width: 1500px) {
  .cart-widget.popup-widget {margin-left: 145px;}
}
@media (max-width: 1439px) {
  .cart-widget.popup-widget {margin-left: 0;right: 10px;left: auto;}
}
@media (max-width: 991px) {
  .user-action-in .popup-widget.cart-widget {width: 100%;border-radius: 0;height: calc(100% - 116px);top: 116px;right: 0;}
  .scrolled .user-action-in .popup-widget.cart-widget {top: 80px;height: calc(100% - 80px);}
  .popup-widget-inner.full {padding-inline: 16px;}
  .cart-widget-inner.popup-widget-inner .cart-widget-products {height: calc(100% - 223px);}

  .cart-widget-button {padding: 15px 0;}
}
@media (max-width: 767px) {
  body.cart-window-visible #header {position: fixed;}
  .popup-widget-inner.full::before {margin-top: 15px;}
  .popup-widget-inner.full {padding-inline: 10px;}
  .user-action-in .popup-widget.cart-widget {top: 70px;height: calc(100% - 70px);}
  .cart-widget-product .cart-widget-product-delete button:before {font-size: 10px;}

  .user-action-in .popup-widget.cart-widget, .scrolled .user-action-in .popup-widget.cart-widget {top: 70px;height: calc(100% - 70px);}

  .cart-widget-product {}
  .cart-widget-product>div.cart-widget-product-unit {display: none;}
  .cart-widget-product .cart-widget-product-delete {visibility: visible;position: absolute;right: 0px;top: 50%;margin-top: -14px;}
  .cart-widget-product {display: grid;grid-template-columns: max-content 1fr 80px;grid-template-rows: 1fr auto;grid-column-gap: 7px;grid-row-gap: 4px;padding-right: 30px;position: relative;padding-left: 0;border: 0;}
  .cart-widget-product .cart-widget-product-name a {padding: 0;}
  .cart-widget-product .cart-widget-product-image { grid-area: 1 / 1 / 3 / 2;width: 60px;height: 60px;overflow: hidden;margin: auto;}
  .cart-widget-product .cart-widget-product-image a {width: 100%;height: 100%;object-fit: cover;}
  .cart-widget-product .cart-widget-product-name { grid-area: 1 / 2 / 2 / 4; width: 100%;margin-bottom: 0;}
  .cart-widget-product .cart-widget-product-amount { grid-area: 2 / 2 / 3 / 4;padding: 0;width: auto;}
  .cart-widget-product .cart-widget-product-price { grid-area: 1 / 4 / 3 / 5;margin: auto;font-size: 15px;color: #1A1B1F;}
  .cart-widget-product-name a {color: #2A2D32;font-size: 15px;color: #2A2D32;text-decoration: none;line-height: 1.2;}
  .cart-widget-product-name a:hover {color: #E45E43;}
  .cart-widget-product-name strong {line-height: 1.2;}
  .cart-widget-product .cart-widget-product-variant {font-size: 11px;}

  .ji-ecw.popup-widget-inner {padding: 24px;}
  .ji-ecw.popup-widget-inner a.contact-item {width: 100%;max-width: 250px;}

}

/* Top banners */
.desktop .banners-row {margin-top: 0;position: relative;}
.desktop .banners-row::before {content: "";position: absolute;left: -95px;top: 0;width: 118px;height: 95px;background-image: url("data:image/svg+xml,%3Csvg width='118' height='95' viewBox='0 0 118 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.9922 91.3079C63.6733 92.3762 64.3477 93.4498 65.0117 94.5295C64.3292 93.4612 63.6562 92.3867 62.9922 91.3079ZM16.8232 17.5403C20.7153 23.663 24.8842 29.5999 29.3203 35.3499C30.9891 37.4493 32.9455 39.2073 35.1885 40.6428C37.4494 42.0604 39.8894 43.0839 42.4912 43.676C45.0931 44.2861 47.7134 44.4293 50.3691 44.1243C53.0248 43.8371 55.5546 43.1011 57.959 41.9348C64.3676 38.7761 70.5954 35.3204 76.6768 31.5813C70.6574 35.4148 64.8284 39.5177 59.1797 43.8909C57.0802 45.5417 55.3219 47.4981 53.9043 49.759L53.6396 50.1848C52.3423 52.3234 51.4087 54.605 50.8535 57.0442L50.7471 57.5325C50.2426 59.9758 50.1193 62.45 50.4053 64.9397C50.7103 67.5952 51.4275 70.1252 52.5938 72.5295C55.7802 78.9482 59.2397 85.2111 62.9922 91.3079C59.1457 85.2742 55.0282 79.4213 50.6377 73.7502C49.09 71.782 47.2743 70.1135 45.1904 68.7297L44.7705 68.4563C42.6676 67.1105 40.391 66.1439 37.9707 65.5403L37.4854 65.4241C34.8835 64.814 32.2452 64.6702 29.6074 64.9573C26.9519 65.2623 24.4219 65.9981 22.0176 67.1643C15.5238 70.365 9.21484 73.8699 3.05664 77.6663C9.16185 73.781 15.07 69.6403 20.7793 65.2083C22.7475 63.6606 24.4319 61.8449 25.8027 59.761L26.0723 59.3411C27.5077 57.0802 28.5129 54.6577 29.123 52.0559C29.6782 49.6168 29.8544 47.1459 29.623 44.6584L29.5713 44.1604C29.2662 41.5047 28.5492 38.9741 27.3828 36.5696C24.1525 30.0626 20.6278 23.7163 16.8232 17.5403ZM3.05664 77.6663C2.04295 78.3114 1.02461 78.9512 0 79.5823C1.01474 78.9356 2.03373 78.2969 3.05664 77.6663ZM30.7334 39.76C31.1215 41.1199 31.3954 42.5109 31.5586 43.9319C31.8904 46.8204 31.7136 49.6855 31.0732 52.4993L31.0703 52.512C30.4114 55.3222 29.3222 57.95 27.7666 60.4026C27.0039 61.6191 26.1454 62.7534 25.1982 63.8059C26.5589 63.4126 27.9536 63.1348 29.3799 62.9709L29.3916 62.969C32.2418 62.6588 35.1029 62.8129 37.9287 63.4739L38.4551 63.5999C41.0764 64.2536 43.5527 65.3031 45.8428 66.7678L46.2979 67.0637C47.3404 67.756 48.3226 68.5149 49.2432 69.342C48.8547 67.9814 48.5813 66.589 48.418 65.1672C48.0862 62.2788 48.263 59.4135 48.9033 56.5999C49.5468 53.7725 50.658 51.1416 52.209 48.6965L52.5029 48.2395C53.1887 47.1956 53.9439 46.2128 54.7686 45.2922C53.4114 45.6817 52.0203 45.9559 50.5957 46.1106L50.5967 46.1116C47.7168 46.4423 44.8653 46.2869 42.0352 45.6233V45.6223C39.2125 44.9784 36.5678 43.8691 34.126 42.3381L34.1182 42.3333L34.1104 42.3274C32.9093 41.5587 31.7836 40.7033 30.7334 39.76ZM79.9766 29.5178C78.8817 30.2155 77.7811 30.9023 76.6768 31.5813C77.7705 30.8848 78.8702 30.1965 79.9766 29.5178ZM14.9648 14.5706C15.5918 15.5558 16.2108 16.5462 16.8232 17.5403C16.197 16.5551 15.5767 15.5654 14.9648 14.5706Z' fill='%23D0BEF2'/%3E%3Cpath d='M109.493 65.2747C109.808 65.7711 110.12 66.2691 110.428 66.7698C110.113 66.2738 109.801 65.7754 109.493 65.2747ZM86.0333 27.7835C88.0135 30.8976 90.1278 33.9067 92.376 36.8216C93.2193 37.8801 94.2063 38.7768 95.3545 39.4945C96.485 40.2302 97.7233 40.7334 99.0332 41.0384C100.361 41.3434 101.689 41.4143 103.034 41.2708C104.38 41.1273 105.655 40.7507 106.875 40.1585C110.169 38.5347 113.382 36.7499 116.505 34.8177C113.407 36.7937 110.392 38.9032 107.484 41.1458C106.426 41.9891 105.529 42.9761 104.812 44.1243L104.551 44.553C103.966 45.5653 103.535 46.6569 103.268 47.803C102.963 49.1307 102.891 50.4584 103.034 51.804C103.196 53.1498 103.573 54.4246 104.147 55.6448C105.787 58.9386 107.572 62.1523 109.493 65.2747C107.528 62.1769 105.418 59.1617 103.16 56.2542C102.335 55.1956 101.33 54.299 100.199 53.5813C99.0508 52.8636 97.8308 52.3425 96.503 52.0374C95.1932 51.7324 93.8653 51.6605 92.5196 51.804C91.1738 51.9655 89.8999 52.3252 88.6797 52.9173C85.3775 54.5607 82.1553 56.3511 79.0137 58.2776C82.1276 56.3088 85.1371 54.1935 88.0518 51.93C89.1104 51.1046 90.007 50.0994 90.7247 48.969C91.3684 47.9642 91.834 46.9047 92.1446 45.7659L92.2686 45.2728C92.5355 44.1267 92.6232 42.9668 92.545 41.7933L92.501 41.2894C92.3575 39.9436 91.9808 38.6697 91.3887 37.4495C89.7607 34.147 87.9712 30.9253 86.0333 27.7835ZM79.0137 58.2776C78.5236 58.5875 78.0316 58.895 77.5362 59.1975C78.0267 58.8876 78.5193 58.5809 79.0137 58.2776ZM94.5108 41.3236C94.6432 42.7968 94.555 44.265 94.2168 45.72C93.8845 47.1665 93.3434 48.5174 92.5645 49.7933C94.034 49.6623 95.4988 49.7509 96.9502 50.0882C98.416 50.4249 99.7637 50.9878 101.022 51.7425C100.892 50.2753 100.983 48.8149 101.318 47.3548L101.32 47.3489C101.656 45.9075 102.217 44.5404 102.982 43.2825C101.512 43.4129 100.048 43.3238 98.585 42.9876L98.5791 42.9857C97.1575 42.6545 95.7866 42.1131 94.5108 41.3236ZM118 33.8783C117.504 34.1955 117.005 34.508 116.505 34.8177C117.001 34.5012 117.5 34.1879 118 33.8783ZM85.1085 26.306C85.4207 26.7963 85.7284 27.2892 86.0333 27.7835C85.7217 27.2936 85.4134 26.8012 85.1085 26.306Z' fill='%23D0BEF2'/%3E%3Cpath d='M62.6429 23.8183C62.8298 24.1137 63.0155 24.4103 63.1985 24.7089C63.011 24.4131 62.826 24.1161 62.6429 23.8183ZM48.3177 0.932615C49.5188 2.81386 50.8099 4.65212 52.181 6.42381C53.2397 7.75167 54.5858 8.61339 56.2366 8.99022C57.9054 9.36699 59.5025 9.18684 61.0276 8.45115C63.0428 7.45905 65.0045 6.35997 66.9241 5.17675C65.0232 6.38388 63.1869 7.68218 61.4046 9.0615C60.0767 10.1023 59.2154 11.4663 58.8206 13.1172C58.4438 14.7859 58.623 16.365 59.3587 17.9082C60.3687 19.9282 61.4597 21.8943 62.6429 23.8183C61.4369 21.9126 60.1495 20.0716 58.7669 18.2851C57.7083 16.9394 56.3623 16.0959 54.6937 15.7011C53.0428 15.3243 51.4455 15.5035 49.9202 16.2392C47.9373 17.2307 45.9938 18.3009 44.1107 19.4589C45.9805 18.2714 47.7883 17.0056 49.5433 15.6474C50.7882 14.6548 51.6236 13.3939 52.0335 11.8799L52.1097 11.5742C52.4865 9.92335 52.3063 8.32601 51.5706 6.80077C50.5845 4.78237 49.4928 2.83007 48.3177 0.932615ZM44.1107 19.4589C43.782 19.6677 43.4521 19.8752 43.1195 20.0791C43.4477 19.8692 43.7786 19.6632 44.1107 19.4589ZM54.2835 10.4619C54.2525 10.9778 54.1779 11.4972 54.0589 12.0185C53.9393 12.5424 53.7799 13.0452 53.5823 13.5254C54.098 13.5565 54.617 13.632 55.138 13.7509L55.1536 13.7549C55.6726 13.8776 56.1699 14.0367 56.6448 14.2324C56.676 13.7184 56.7514 13.1998 56.8695 12.6767L56.8724 12.664L56.8753 12.6523C56.9987 12.1362 57.1587 11.639 57.3568 11.164C56.8402 11.133 56.3196 11.0586 55.7962 10.9404L55.7913 10.9394C55.2656 10.8194 54.7627 10.66 54.2835 10.4619ZM67.8284 4.61132C67.5281 4.80179 67.2265 4.99035 66.9241 5.17675C67.224 4.98629 67.5252 4.79716 67.8284 4.61132ZM47.7308 0C47.9286 0.309376 48.1243 0.620321 48.3177 0.932615C48.1199 0.622761 47.9236 0.312109 47.7308 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");}

.banners-row:has(#carousel) .col-sm-8 {width: 73.5%;padding-right: 16px;}
.banners-row:has(#carousel) .col-sm-4 {width: 26.5%;}
.banners-row:has(#carousel) {display: flex;}

#carousel .item {position: relative;overflow: hidden;border-radius: 8px;}
.ji-main__wrap {position: absolute;bottom: 32px;left: 0px;max-width: 475px;color: #fff;padding: 0 32px;}
.ji-main__wrap .h1 {color: #fff;margin-bottom: 8px;}
.ji-main__wrap p {margin-bottom: 24px!important;}
.ji-main__wrap .btn {margin-right: 14px;}

.next-to-carousel-banners .extended-banner-texts {top:auto;text-align: center;display: flex;flex-direction: column;padding: 24px;align-items: center;}
.next-to-carousel-banners .extended-banner-title {padding: 0;position: static;margin-bottom: 12px;}

.next-to-carousel-banners .extended-banner-link-btn {display: inline-block;}
.next-to-carousel-banners .extended-banner-title {font-weight: 600;font-size: 26px;font-family: var(--template-headings-font);}

@media (max-width: 767px) {
  .banners-row .carousel {margin-bottom: 16px;}
  .ji-main__wrap {padding: 16px;bottom: 0;}
  .ji-main__wrap .btn {margin-right: 8px;}
}

/* Products */
body.in-index #products-5, body.in-index .homepage-products-heading-5 {display: none;}

.products-wrapper {position: relative;z-index: 1;}
body.type-index #content .products-block {margin-bottom: 40px;}
.products-block:not(.slick-slider) {margin-left: -10px;margin-right: -10px;}
.products-block.slick-slider .product {height: 100%;}
.products-block .product {height: auto;padding: 10px 12px 16px 12px;border-radius: 20px;}
.products-block>div {padding: 0;}
.products-block>div:hover {box-shadow: initial;}
.products-block>div.slick-list {padding: 0;box-shadow: initial;}
.products-block>div .p>a img {border-radius: 8px;}
.products-block .p {padding: 0px;height: 100%;background-color: #fff;border-radius: 8px;}
.products-block .p>a.image {margin-bottom: 8px;}
.products-block .p>a.image:hover img {opacity: 0.9;}
.products-block>div .p .stars-wrapper {justify-content: flex-start;}
.products-block>div .p .p-in {padding: 0px 16px;height: 100%;display: flex;flex-direction: column;}
.products-block>div .p .p-in .p-in-in {text-align: left;}
.products-block>div .p .name {padding: 0;text-align: left;height: 60px;display: block;font-size: 20px;font-weight: 600;color: #060644;margin-bottom: 8px;width: 100%;}
.products-block>div .p .name:hover {text-decoration: underline!important;}
.products-block>div:hover .p .name {text-decoration: none;}
.products-block>div .p p.p-desc {text-align: left;color: #4E4D4A;font-size: 14px;margin-bottom: 8px!important;}
.products-block>div .p .availability {text-align: left;font-size: 16px;margin-bottom: 8px;font-weight: 600;}
.products-block>div .p .availability>span.availability-amount {display: none;}
.products-block>div .p .availability>span {}
.products-block>div .p .availability:has(span[style="color:#009901"]) {padding-left: 20px;position: relative;}
.products-block>div .p .availability:has(span[style="color:#009901"])::before {content: "";width: 16px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3333 2.22664C12.3389 2.80721 13.1753 3.64032 13.7599 4.6435C14.3445 5.64669 14.6569 6.78515 14.6663 7.9462C14.6757 9.10724 14.3817 10.2506 13.8134 11.2631C13.2451 12.2756 12.4222 13.1221 11.4262 13.7188C10.4302 14.3156 9.29559 14.6419 8.13474 14.6653C6.9739 14.6888 5.82704 14.4087 4.80771 13.8528C3.78838 13.2968 2.93192 12.4843 2.32312 11.4956C1.71432 10.507 1.37428 9.37644 1.33668 8.21597L1.33334 7.99997L1.33668 7.78397C1.37401 6.63263 1.70904 5.51061 2.3091 4.5273C2.90916 3.54399 3.75378 2.73294 4.7606 2.17322C5.76743 1.61351 6.90211 1.32423 8.05401 1.33359C9.20592 1.34295 10.3357 1.65063 11.3333 2.22664ZM10.4713 6.1953C10.3565 6.08052 10.2038 6.01156 10.0418 6.00138C9.87978 5.99119 9.71961 6.04047 9.59134 6.13997L9.52868 6.1953L7.33334 8.38997L6.47134 7.52864L6.40868 7.4733C6.2804 7.37387 6.12026 7.32465 5.95828 7.33487C5.7963 7.34509 5.64361 7.41405 5.52885 7.52881C5.41409 7.64357 5.34513 7.79626 5.33491 7.95824C5.32469 8.12022 5.37391 8.28036 5.47334 8.40864L5.52868 8.4713L6.86201 9.80464L6.92468 9.85997C7.04159 9.95068 7.18536 9.99991 7.33334 9.99991C7.48132 9.99991 7.62509 9.95068 7.74201 9.85997L7.80468 9.80464L10.4713 7.13797L10.5267 7.0753C10.6262 6.94703 10.6755 6.78687 10.6653 6.62485C10.6551 6.46283 10.5861 6.3101 10.4713 6.1953Z' fill='%230EA850'/%3E%3C/svg%3E%0A");}
.products-block>div .p .p-bottom {padding: 0!important;margin-top: auto;}
.products-block>div .p .p-bottom>div {display: flex;align-items: center;}
.products-block>div .p .p-bottom>div .prices {flex: 1;}
.products-block>div .p .p-bottom>div .p-tools {padding: 0;flex: 0 0 150px;width: auto;display: block;text-align: right;}
.products-block>div .p .p-bottom>div .p-tools .quantity {display: none;}
.products-block>div .p .p-bottom>div .prices {justify-content: flex-start;text-align: left;align-items: baseline;}
.products-block>div .p .p-bottom>div .prices .price-final {font-size: 20px;color: #111110;flex-basis: 100%;order: 1;}
.products-block>div .p .p-bottom>div .prices .price-final strong {font-weight: 600;}
.products-block>div .p .p-bottom>div .prices .price-standard {color: #4E4D4A;font-size: 14px;font-weight: 400;order: -1;margin: 0 5px 0 0;}
.products-block>div .p .p-bottom>div .prices .price-standard span {font: unset;}
.products-block>div .p .p-bottom>div .prices .price-standard strong {font: unset;}
.products-block>div .p .p-bottom>div .prices .price-save {color: #B80000;font-size: 14px;padding: 0 4px;font-weight: 400;}
.products-block>div .p .p-bottom>div .p-tools .btn, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {margin: 0 0 0 auto;font-weight: bold;line-height: 1.5;}
.products-block>div .p .p-bottom>div .p-tools .btn:hover, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart:hover {}
.products-block>div:hover .p .p-bottom>div .p-tools .btn, .products-block>div:hover .p .p-bottom>div .p-tools .btn.btn-cart {text-decoration: none;}
.products-block .p-bottom>div .p-tools .btn-cart {display: flex;align-items: center;}
.products-block .p-bottom>div .p-tools .btn-cart::before {content: "";width: 20px;flex: 0 0 20px;height: 20px;margin-right: 8px;position: relative;top: 0px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50004 9.16667V5C7.50004 4.33696 7.76343 3.70107 8.23227 3.23223C8.70111 2.76339 9.337 2.5 10 2.5C10.6631 2.5 11.299 2.76339 11.7678 3.23223C12.2366 3.70107 12.5 4.33696 12.5 5V9.16667M5.27587 6.66667H14.725C14.9653 6.66664 15.2028 6.71857 15.4212 6.81892C15.6395 6.91926 15.8336 7.06563 15.9901 7.248C16.1466 7.43037 16.2618 7.64443 16.3278 7.87549C16.3938 8.10655 16.4091 8.34915 16.3725 8.58667L15.3267 15.38C15.2359 15.9704 14.9367 16.5087 14.4834 16.8976C14.03 17.2865 13.4524 17.5002 12.855 17.5H7.14504C6.54787 17.5 5.97044 17.2862 5.51723 16.8973C5.06402 16.5085 4.76498 15.9702 4.67421 15.38L3.62837 8.58667C3.59185 8.34915 3.60712 8.10655 3.67313 7.87549C3.73914 7.64443 3.85434 7.43037 4.01083 7.248C4.16732 7.06563 4.36139 6.91926 4.57974 6.81892C4.7981 6.71857 5.03557 6.66664 5.27587 6.66667Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.products-block:not(.slick-slider)>div .p .p-bottom>div .p-tools .btn, .products-block:not(.slick-slider)>div .p .p-bottom>div .p-tools .btn.btn-cart {width: auto!important;font-size: 16px;}
.products-block:not(.slick-slider)>div .p .p-bottom>div .prices {flex: 0 0 calc(100% - 160px);}
.products-block:not(.slick-slider)>div .p .p-bottom>div .p-tools .btn.btn-primary::before {display: none;}
.products-block:not(.slick-slider) .p-bottom>div .p-tools .btn-cart::before {margin-right: 8px;}
.products-block:not(.slick-slider) .p {padding: 8px 0;}

.products-block .p>a.image .price-save {display: flex;letter-spacing: -0.5px;flex-direction: column;position: absolute;align-items: center;justify-content: center;z-index: 1;font-size: 16px;font-weight: bold;right: 16px;background-size: contain;top: 16px;width: 70px;height: 70px;color: #fff;background-image: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 0L37.6461 3.66566L43.1976 1.61514L46.4835 6.53711L52.3969 6.30244L54.0011 11.9989L59.6976 13.6031L59.4629 19.5165L64.3849 22.8024L62.3343 28.3539L66 33L62.3343 37.6461L64.3849 43.1976L59.4629 46.4835L59.6976 52.3969L54.0011 54.0011L52.3969 59.6976L46.4835 59.4629L43.1976 64.3849L37.6461 62.3343L33 66L28.3539 62.3343L22.8024 64.3849L19.5165 59.4629L13.6031 59.6976L11.9989 54.0011L6.30244 52.3969L6.53711 46.4835L1.61514 43.1976L3.66566 37.6461L0 33L3.66566 28.3539L1.61514 22.8024L6.53711 19.5165L6.30244 13.6031L11.9989 11.9989L13.6031 6.30244L19.5165 6.53711L22.8024 1.61514L28.3539 3.66566L33 0Z' fill='%23971634'/%3E%3C/svg%3E%0A");}

.stars .star.is-active:hover, .stars .star.star-half:before, .stars .star.star-on:before {color: #F59E0B;}
.stars a:before, .stars span:before {font-size: 12px;}
.stars a, .stars span {width: 17px;}
.products-block>div .p .stars-wrapper .stars {width: 85px;}
.products-block>div .p .stars-wrapper {height: 16px;}
.products-block>div .p .stars-wrapper::after {content: "(" attr(data-micro-rating-count) ")";color: #4E4D4A;font-size: 14px;}

.category-perex .ji-spec-banner {display: none;}
.ji-spec-banner {display: flex;flex-flow: column;align-items: stretch;}
.ji-spec-banner__in {flex: 1;display: flex;flex-flow: column;align-items: center;justify-content: center;background-image: url(../img/spec-banner-bg.svg);background-size: cover;background-position: center;color: #fff;text-align: center;font-size: 14px;line-height: 1.4;padding: 48px 24px;border-radius: 20px;}
.ji-spec-banner__image {display: flex;margin-bottom: 8px;}
.ji-spec-banner__image img {width: 100%;}
.ji-spec-banner__title {font-weight: 700;font-size: 32px;line-height: 1.25;margin-bottom: 8px;}
a.ji-spec-banner__btn {background: #fff;border-radius: 8px;color: #060644;display: inline-flex;padding: 9px 16px 8px;min-height: 40px;line-height: 1.4;align-items: center;text-decoration: none;font-weight: 600;font-size: 16px;transition: all .3s ease-out;}
a.ji-spec-banner__btn:hover {opacity: 0.8;}

.p:hover .flag {opacity: 1;}
.flags {left: 8px;top: 8px;}
.flag {margin-bottom: 4px;border-radius: 360px;text-transform: initial;font-size: 16px;font-weight: 600;max-width: 100%;}

.flag[style="background-color:#ebebff;"] {color: #060644;}
.flag.flag-action {background-color: #FFF0F0;color: #B80000;}
.flag.flag-freeshipping {background-color: #293F19;}
.flags-extra .flag.flag-freeshipping {margin-left: 0;background-color: #060644;font-size: 9px;text-transform: uppercase;}

.products-block>div .flags-default .ji-flag-extra {display: none;}
.products-block>div .p .p-in .flag {color: #111110;text-transform: initial;float: none;margin-bottom: 8px;margin-right: 4px;}

body.type-index .homepage-products-heading-4 {display: none;}
body.type-index #content .products-block#products-4 {display: none;}

@media (max-width: 1439px) {
  .products-block>div .p .p-bottom>div {flex-flow: row wrap;}
  .products-block>div .p .p-bottom>div .prices {flex: 0 0 100%;padding-bottom: 8px;}
  .products-block>div .p .p-bottom>div .p-tools {flex: 0 0 100%;}
  .products-block>div .p .p-bottom>div .p-tools .btn {width: 100%!important;justify-content: center;}
}

@media (max-width: 767px) {
  .products-block .product {padding: 0px;}
  .products-block .p {padding: 8px;}
  .products-block>div .p .availability {font-size: 14px;padding-top: 4px;}
  .products-block>div .p .p-bottom>div {flex-flow: wrap;}
  .products-block>div .p p.p-desc {}
  .products-block>div .p .name {font-size: 18px;}
  .products-block>div .p .p-in {padding: 0;}
  .products-block .p>a.image {margin-bottom: 8px;}
  .products-block>div .p .p-bottom>div .p-tools {flex: auto;width: auto;}
  .products-block>div .p .p-bottom>div .p-tools .pr-action {width: 100%;}
  .products-block>div .p .p-bottom>div .prices {flex: 0 0 100%!important;padding-bottom: 10px;}
  .products-block>div .p .p-bottom>div .prices .price-final {font-size: 18px;}
  .products-block>div .p .p-bottom>div .prices .price-save {font-size: 13px;}
  .products-block>div .p .p-bottom>div .prices .price-standard {font-size: 13px;}
  .products-block>div .p .p-bottom>div .p-tools .btn, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {width: auto!important;justify-content: center;font-size: 0;min-width: 0;margin-top: 0;line-height: 1!important;width: 70px!important;justify-content: center;}
  .products-block:not(.slick-slider)>div .p .p-bottom>div .p-tools .btn, .products-block:not(.slick-slider)>div .p .p-bottom>div .p-tools .btn.btn-cart {width: 100%!important;min-height: 50px;display: flex;align-items: center;}
  .products-block .p-bottom>div .p-tools .btn-cart::before {margin-right: 0;}
  .products-block>div .p .p-bottom>div .p-tools .btn.btn-primary::before {content: "";display: block;width: 20px;flex: 0 0 20px;height: 20px;position: relative;margin: auto;top: 0px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50004 9.16667V5C7.50004 4.33696 7.76343 3.70107 8.23227 3.23223C8.70111 2.76339 9.337 2.5 10 2.5C10.6631 2.5 11.299 2.76339 11.7678 3.23223C12.2366 3.70107 12.5 4.33696 12.5 5V9.16667M5.27587 6.66667H14.725C14.9653 6.66664 15.2028 6.71857 15.4212 6.81892C15.6395 6.91926 15.8336 7.06563 15.9901 7.248C16.1466 7.43037 16.2618 7.64443 16.3278 7.87549C16.3938 8.10655 16.4091 8.34915 16.3725 8.58667L15.3267 15.38C15.2359 15.9704 14.9367 16.5087 14.4834 16.8976C14.03 17.2865 13.4524 17.5002 12.855 17.5H7.14504C6.54787 17.5 5.97044 17.2862 5.51723 16.8973C5.06402 16.5085 4.76498 15.9702 4.67421 15.38L3.62837 8.58667C3.59185 8.34915 3.60712 8.10655 3.67313 7.87549C3.73914 7.64443 3.85434 7.43037 4.01083 7.248C4.16732 7.06563 4.36139 6.91926 4.57974 6.81892C4.7981 6.71857 5.03557 6.66664 5.27587 6.66667Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .columns-mobile-2 .products-block>div {margin-bottom: 10px;width: 50%;}
  .columns-mobile-2 .products-block>div:nth-child(2n) {padding-left: 4px;}
  .columns-mobile-2 .products-block>div:nth-child(odd) {padding-right: 4px;}
  .columns-mobile-2 .products-block .p .name {height: auto;display: block;}

  .flags {left: 8px;top: 8px;}
  .products-block>div .p .p-in .flag {margin-bottom: 4px;}
  .products-block.products>div .flags-extra .flag {border-radius: 500px;}
  .products-block>div .flags-default .ji-flag-extra {display: block;}
  .products-block>div .flags-default .flag-freeshipping {background-color: #EBEBFF;color: #060644;}
  .products-block.products>div .flags.flags-extra {display: none;}
  .products-block.products>div .flags .flag {font-size: 11px;}

  .ji-spec-banner__in {padding: 15px 10px;min-height: 200px;background-position: right;}
  .ji-spec-banner__title {font-size: 20px;}

  .products-block>div.slick-list {padding: 0!important;padding-right: 80px!important;margin-inline: -16px;width: calc(100% + 32px)!important;max-width: calc(100% + 32px)!important}
  .products-block.slick-slider {}
}

/* USPs */
body:not(.in-index) .usps .h1 {display: none;}
.usps .h1 {width: 100%;text-align: center;margin-bottom: 30px;}
.usps .h1 span {color: #9A7CDE;}
.usps {padding: 48px 0;width: 100%;position: relative;}
.usps__inner {display: flex;flex-flow: row wrap;justify-content: space-between;}
body.type-detail .usps {border-top: 1px solid #D8D7D2;border-bottom: 1px solid #D8D7D2;}
body.in-index .usps {padding: 40px 0 56px 0;}
body.in-index .usps::after {content: "";width: calc(100% + 100px);left: -50px;bottom: 0;height: calc(100% + 140px);position: absolute;background-color: #FAF8FF;z-index: -1;border-radius: 8px;}
.usps__item {display: flex;align-items: center;gap: 8px;width: calc(25% - 12px);}
.usps__item img {width: 50px;}
.usps__text p {margin-bottom: 0!important;font-size: 14px;color: #4E4D4A;}
.usps__text a {font-size: 16px;color: #060644;font-weight: bold;}

@media (max-width: 991px) {
  .usps {padding: 30px 0;}
  .usps__item {width: 50%;margin: 10px 0;}
}
@media (max-width: 767px) {
  .usps {padding: 32px 0;}
  .usps__item {text-align: center;flex-direction: column;width: 150px;flex: 0 0 150px;}
  .usps__text p {display: none;}
  .usps__item img {width: 40px;}
  .usps__text a {font-size: 14px;}
  .usps__inner {flex-flow: nowrap;overflow: auto;width: calc(100% + 32px);margin-inline: -16px;padding-left: 16px;}

  body.in-index .usps {padding: 32px 0;}
  body.in-index .usps::after {height: 100%;}
}

/* Welcome block */
.welcome-wrapper {padding: 0;margin: 0;}
.ji-welcome {position: relative;z-index: 0;padding: 40px 0 0 0;color: #fff;display: flex;align-items: center;flex-flow: row wrap;justify-content: space-between;}
.ji-welcome::before {content: "";display: block;background: #060644;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.ji-welcome__left {flex: 0 0 550px;padding-right: 200px;position: relative;z-index: 1;}
.ji-welcome__left .h1 {color: #fff;margin-bottom:  8px;}
.ji-welcome__image {flex: 1;position: relative;}
.ji-welcome__image img {transform: scale(1.5);position: relative;top: -80px;right: -80px;}
.ji-welcome__usps {position: absolute;width: 265px;text-align: left;}
.ji-welcome__usps div {min-height: 32px;display: flex;align-items: center;font-size: 18px;font-weight: bold;padding-left: 40px;position: relative;margin-bottom: 4px;}
.ji-welcome__usps div::before {content: "";width: 32px;height: 32px;position: absolute;left: 0;top: 50%;margin-top: -16px;background-image: var(--ji-icon);}
.ji-welcome__usps span {font-size: 14px;}

.ji-welcome__usps.--1 {right: 0;top: 10px;--ji-icon: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25918_6793)'%3E%3Cpath d='M25.4499 2.6532C24.3446 1.98133 23.0571 1.5832 21.6843 1.55401C20.2238 1.52289 18.8547 1.90414 17.6848 2.58883C17.6233 2.62489 17.5859 2.69158 17.5859 2.76289C17.5859 2.86801 17.6668 2.95595 17.7716 2.96345C20.9901 3.19351 23.5296 5.87695 23.5296 9.15401C23.5296 12.431 20.9901 15.1144 17.7717 15.3445C17.6668 15.352 17.5858 15.44 17.5858 15.5452C17.5858 15.6165 17.6231 15.6831 17.6847 15.7191C18.8103 16.378 20.1203 16.7558 21.5186 16.7558C25.8158 16.7558 29.2801 13.1903 29.1147 8.85633C29.0431 6.98214 28.2853 5.27939 27.0883 3.99033' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.7557 13.9472L3.01689 15.2268C2.83389 15.5438 2.83389 15.9344 3.01689 16.2514L5.76033 21.0032H11.8387L14.8779 15.7392L12.1345 10.9874C11.9515 10.6704 11.6132 10.4751 11.2471 10.4751H6.35189C5.98583 10.4751 5.64758 10.6704 5.46458 10.9874L4.80226 12.1345' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8925 15.7394H17.7193' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5575 16.755L23.7143 20.4906C23.8975 20.8081 23.8975 21.1988 23.7143 21.5156L21.2668 25.755C21.0837 26.0719 20.7456 26.2675 20.3793 26.2675H14.8925' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8387 21.0032H5.76033L3.01689 25.7549C2.83389 26.0719 2.83389 26.4625 3.01689 26.7795L5.46451 31.0189C5.64751 31.3359 5.98576 31.5312 6.35183 31.5312H11.2471C11.6132 31.5312 11.9515 31.3359 12.1345 31.0189L14.8779 26.2672L11.8387 21.0032Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6054 0.914484L12.9832 1.60517C13.0618 1.74898 13.18 1.86717 13.3239 1.94586L14.0145 2.32361C14.6089 2.64867 14.6089 3.50236 14.0145 3.82742L13.3239 4.20517C13.18 4.2838 13.0619 4.40205 12.9832 4.54586L12.6054 5.23655C12.2804 5.83092 11.4267 5.83092 11.1016 5.23655L10.7239 4.54586C10.6452 4.40205 10.527 4.28386 10.3832 4.20517L9.69249 3.82742C9.09811 3.50236 9.09811 2.64867 9.69249 2.32361L10.3832 1.94586C10.527 1.86723 10.6452 1.74898 10.7239 1.60517L11.1016 0.914484C11.4267 0.320172 12.2804 0.320172 12.6054 0.914484Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.6252 4.4906L5.93351 5.05435C5.99769 5.17172 6.0942 5.26822 6.21157 5.33241L6.77532 5.64072C7.26045 5.90604 7.26045 6.60285 6.77532 6.86816L6.21157 7.17647C6.0942 7.24066 5.99769 7.33716 5.93351 7.45454L5.6252 8.01829C5.35988 8.50341 4.66307 8.50341 4.39776 8.01829L4.08945 7.45454C4.02526 7.33716 3.92876 7.24066 3.81138 7.17647L3.24763 6.86816C2.76251 6.60285 2.76251 5.90604 3.24763 5.64072L3.81138 5.33241C3.92876 5.26822 4.02526 5.17172 4.08945 5.05435L4.39776 4.4906C4.66307 4.00541 5.35982 4.00541 5.6252 4.4906Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25918_6793'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ji-welcome__usps.--2 {left: -50px;top: 120px;--ji-icon: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25918_6699)'%3E%3Cpath d='M20.497 12.0163C18.1392 11.7372 16.0052 10.7285 14.3267 9.22229C13.4775 9.43154 12.6899 9.79648 11.9954 10.285' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0531 18.7233C12.084 20.3697 13.9142 21.4646 16 21.4646C18.0838 21.4646 19.9123 20.3718 20.9438 18.728' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.7787 9.45783C22.1456 6.29277 19.3513 3.90808 16 3.90808C12.6595 3.90808 9.87235 6.27733 9.22742 9.42714' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.24 21.1923C13.24 22.2669 12.4572 23.1813 11.3955 23.347L9.23071 23.6848' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.76 21.1923C18.76 22.2669 19.5428 23.1813 20.6046 23.347L22.7654 23.6842' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7777 23.0374C18.8487 24.0725 17.5004 24.7237 16 24.7237C14.4996 24.7237 13.1513 24.0725 12.2222 23.0374' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.361 15.0926L17.7688 14.8274' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6389 15.0926L14.2312 14.8274' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9082 24.5231L30.9248 26.296C31.9125 28.0184 31.2157 30.217 29.4162 31.0561C27.6168 31.8952 25.4847 31.0157 24.8001 29.152L20.5041 17.4562L24.7267 15.4872L27.11 19.6435' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.9224 15.8622L24.2232 12.4233C24.3031 11.5104 23.9652 10.6104 23.3044 9.97555L22.5661 9.26636C21.8247 8.55417 20.6042 8.77267 20.1559 9.6978C19.975 10.0712 19.9553 10.5026 20.1015 10.891L20.8942 12.9965L20.7674 14.446C20.6872 15.3627 20.8391 16.2849 21.2091 17.1275L23.9224 15.8622Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.58381 31.0561C4.38324 31.8952 6.51537 31.0157 7.19993 29.152L11.4959 17.4562L7.27337 15.4872L1.07524 26.2961C0.0875554 28.0184 0.784368 30.2171 2.58381 31.0561Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.07761 15.8622L7.77674 12.4233C7.69686 11.5104 8.03474 10.6104 8.69561 9.97555L9.43386 9.26636C10.1752 8.55417 11.3957 8.77267 11.844 9.6978C12.025 10.0712 12.0447 10.5026 11.8985 10.891L11.1057 12.9965L11.2325 14.446C11.3127 15.3627 11.1609 16.2849 10.7909 17.1275L8.07761 15.8622Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9948 17.9517C16.4453 17.4022 15.5542 17.4022 15.0046 17.9517' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.375 6.62537L28.2737 8.10262L30.2298 9.23199L27.0142 11.0629' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.0142 0.625L24.6854 3.15025L26.9214 3.4705L24.6181 6.36662' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.625 6.62537L3.72631 8.10262L1.77019 9.23199L4.98575 11.0629' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.98578 0.625L7.31459 3.15025L5.07865 3.4705L7.3819 6.36662' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='28.5157' cy='22.0793' r='0.625' fill='%239A7CDE'/%3E%3Cpath d='M3.95496 31.3744H28.0451' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25918_6699'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ji-welcome__usps.--3 {width: 300px;left: -100px;top: 320px;--ji-icon: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25918_6752)'%3E%3Cpath d='M16 10.25H19.75L16 14H19.75' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_25918_6752' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Cpath d='M0 1.90735e-06H32V32H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_25918_6752)'%3E%3Cpath d='M23.5 2.75H27.25L23.5 6.5H27.25' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 31.0625C7.6755 31.0625 0.9375 24.2938 0.9375 15.9681C0.9375 8.20869 6.90637 1.30125 15.5857 0.937502C15.5354 0.993064 10.4375 3.91206 10.4375 10.3431C10.4375 16.5119 15.4562 21.5306 21.625 21.5306C28.1032 21.5306 30.9781 16.4587 31.0625 16.3823C30.6994 25.0468 23.7733 31.0625 16 31.0625Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25918_6752'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ji-welcome__usps.--4 {right: 0px;bottom: 50px;--ji-icon: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25918_6831)'%3E%3Cpath d='M18.938 8.10882H20.4149C20.9658 8.10882 21.3628 7.58057 21.2096 7.05145C20.9857 6.27782 20.808 5.4922 20.6423 4.70407C20.4157 3.62595 19.8363 2.68295 19.0334 1.99664L19.0335 1.99645C17.2766 0.444512 14.436 0.444574 12.6791 1.99645L12.6792 1.99664C11.8762 2.68301 11.2969 3.62601 11.0702 4.7042C10.9046 5.49232 10.7269 6.27789 10.503 7.05145C10.3498 7.58057 10.7468 8.10889 11.2977 8.10889H12.8924' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5858 5.88645C14.7102 5.88645 15.5021 5.08845 15.7645 4.69163C15.8196 4.60832 15.9409 4.60832 15.9959 4.69163C16.2584 5.08845 17.0503 5.88645 19.1746 5.88645' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.938 6.00903V6.73703C18.938 8.42578 17.569 9.79472 15.8803 9.79472C14.1916 9.79472 12.8226 8.42572 12.8226 6.73703V6.0486' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.9476 7.21436H29.6188C30.6751 7.21436 31.5313 8.07061 31.5313 9.12686V24.816H0.46875V9.12686C0.46875 8.07061 1.325 7.21436 2.38125 7.21436H4.41025' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.34931 2.81209L6.03293 2.99653C5.40249 3.36403 5.18931 4.17309 5.55687 4.80353L6.28781 6.0574L8.88724 4.54203L8.15631 3.28815C7.78874 2.65772 6.97974 2.44459 6.34931 2.81209Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.794 8.10876L19.3877 10.5211C19.218 10.8121 18.9065 10.9911 18.5697 10.9911L17.803 10.991' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3481 7.04781L8.88728 4.54199L6.28784 6.05737L10.9394 16.5039H20.845L25.4727 6.05737L22.8733 4.54199L21.3154 7.21431' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2593 10.9909L13.1906 10.9908C12.8538 10.9908 12.5423 10.8118 12.3727 10.5208L10.9666 8.10876' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.9072 16.5039H5.09281C2.539 16.5039 0.46875 18.5742 0.46875 21.128V24.816H31.5312V21.128C31.5312 18.5742 29.461 16.5039 26.9072 16.5039Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7621 27.3852H1.41494C0.892375 27.3852 0.46875 26.9615 0.46875 26.439V24.8159H31.5312V26.439C31.5312 26.9615 31.1076 27.3852 30.5851 27.3852H17.0746' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.87323 31.1677H4.25104C3.93404 31.1677 3.72748 30.8347 3.86823 30.5507L5.43736 27.3853H9.01329L7.25604 30.9302C7.18392 31.0756 7.03561 31.1677 6.87323 31.1677Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.8873 31.1677H27.5094C27.8264 31.1677 28.033 30.8347 27.8923 30.5507L26.3231 27.3853H22.7472L24.5044 30.9302C24.5766 31.0756 24.7249 31.1677 24.8873 31.1677Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5021 9.5697V10.5336C17.5021 11.4072 16.7939 12.1154 15.9204 12.1154C15.0468 12.1154 14.3386 11.4072 14.3386 10.5336V9.5697' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.4112 2.81209L25.7276 2.99653C26.358 3.36403 26.5712 4.17309 26.2037 4.80353L25.4727 6.0574L22.8733 4.54203L23.6042 3.28815C23.9718 2.65772 24.7808 2.44459 25.4112 2.81209Z' stroke='%239A7CDE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25918_6831'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

@media (max-width: 1439px) {
  .ji-welcome__usps.--4 {bottom: -10px;}
  .ji-welcome__usps.--2 {left: -100px;}
  .ji-welcome__usps.--1 {top: -10px;}
  .ji-welcome__image img {top: -47px;}
}

@media (max-width: 1199px) {
  .ji-welcome__left {flex: 0 0 100%;padding-right: 0;}
  .ji-welcome__image {flex: 0 0 100%;display: flex;flex-flow: row wrap;}

  .ji-welcome__image img {max-width: 500px;top: 0;right: 0;margin: auto;}
  .ji-welcome__usps {position: static;width: 50%;flex: 0 0 50%;margin-bottom: 24px;}
  .ji-welcome {text-align: center;padding-bottom: 40px;}
}

@media (max-width: 767px) {
  .ji-welcome__image {max-width: 100%;margin-top: -40px;}
  .ji-welcome__image img {left: -65px;top: -10px;}
  .ji-welcome__usps {flex: 0 0 100%;width: 100%;}
  .ji-welcome__left {text-align: left;}
  .ji-welcome {padding-bottom: 20px;}
}

/* Newsletter */
.newsletter-block {padding: 0;position: relative;position: relative;width: 100%;}
/*body:not(.in-index) .newsletter-block {padding: 45px 0 35px 0;}*/
.newsletter-inner {position: relative;}
.newsletter-inner::before {content: "";z-index: -1;position: absolute;left: 100px;top: 80px;width: 118px;height: 95px;background-image: url("data:image/svg+xml,%3Csvg width='118' height='95' viewBox='0 0 118 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.9922 91.3079C63.6733 92.3762 64.3477 93.4498 65.0117 94.5295C64.3292 93.4612 63.6562 92.3867 62.9922 91.3079ZM16.8232 17.5403C20.7153 23.663 24.8842 29.5999 29.3203 35.3499C30.9891 37.4493 32.9455 39.2073 35.1885 40.6428C37.4494 42.0604 39.8894 43.0839 42.4912 43.676C45.0931 44.2861 47.7134 44.4293 50.3691 44.1243C53.0248 43.8371 55.5546 43.1011 57.959 41.9348C64.3676 38.7761 70.5954 35.3204 76.6768 31.5813C70.6574 35.4148 64.8284 39.5177 59.1797 43.8909C57.0802 45.5417 55.3219 47.4981 53.9043 49.759L53.6396 50.1848C52.3423 52.3234 51.4087 54.605 50.8535 57.0442L50.7471 57.5325C50.2426 59.9758 50.1193 62.45 50.4053 64.9397C50.7103 67.5952 51.4275 70.1252 52.5938 72.5295C55.7802 78.9482 59.2397 85.2111 62.9922 91.3079C59.1457 85.2742 55.0282 79.4213 50.6377 73.7502C49.09 71.782 47.2743 70.1135 45.1904 68.7297L44.7705 68.4563C42.6676 67.1105 40.391 66.1439 37.9707 65.5403L37.4854 65.4241C34.8835 64.814 32.2452 64.6702 29.6074 64.9573C26.9519 65.2623 24.4219 65.9981 22.0176 67.1643C15.5238 70.365 9.21484 73.8699 3.05664 77.6663C9.16185 73.781 15.07 69.6403 20.7793 65.2083C22.7475 63.6606 24.4319 61.8449 25.8027 59.761L26.0723 59.3411C27.5077 57.0802 28.5129 54.6577 29.123 52.0559C29.6782 49.6168 29.8544 47.1459 29.623 44.6584L29.5713 44.1604C29.2662 41.5047 28.5492 38.9741 27.3828 36.5696C24.1525 30.0626 20.6278 23.7163 16.8232 17.5403ZM3.05664 77.6663C2.04295 78.3114 1.02461 78.9512 0 79.5823C1.01474 78.9356 2.03373 78.2969 3.05664 77.6663ZM30.7334 39.76C31.1215 41.1199 31.3954 42.5109 31.5586 43.9319C31.8904 46.8204 31.7136 49.6855 31.0732 52.4993L31.0703 52.512C30.4114 55.3222 29.3222 57.95 27.7666 60.4026C27.0039 61.6191 26.1454 62.7534 25.1982 63.8059C26.5589 63.4126 27.9536 63.1348 29.3799 62.9709L29.3916 62.969C32.2418 62.6588 35.1029 62.8129 37.9287 63.4739L38.4551 63.5999C41.0764 64.2536 43.5527 65.3031 45.8428 66.7678L46.2979 67.0637C47.3404 67.756 48.3226 68.5149 49.2432 69.342C48.8547 67.9814 48.5813 66.589 48.418 65.1672C48.0862 62.2788 48.263 59.4135 48.9033 56.5999C49.5468 53.7725 50.658 51.1416 52.209 48.6965L52.5029 48.2395C53.1887 47.1956 53.9439 46.2128 54.7686 45.2922C53.4114 45.6817 52.0203 45.9559 50.5957 46.1106L50.5967 46.1116C47.7168 46.4423 44.8653 46.2869 42.0352 45.6233V45.6223C39.2125 44.9784 36.5678 43.8691 34.126 42.3381L34.1182 42.3333L34.1104 42.3274C32.9093 41.5587 31.7836 40.7033 30.7334 39.76ZM79.9766 29.5178C78.8817 30.2155 77.7811 30.9023 76.6768 31.5813C77.7705 30.8848 78.8702 30.1965 79.9766 29.5178ZM14.9648 14.5706C15.5918 15.5558 16.2108 16.5462 16.8232 17.5403C16.197 16.5551 15.5767 15.5654 14.9648 14.5706Z' fill='%23D0BEF2'/%3E%3Cpath d='M109.493 65.2747C109.808 65.7711 110.12 66.2691 110.428 66.7698C110.113 66.2738 109.801 65.7754 109.493 65.2747ZM86.0333 27.7835C88.0135 30.8976 90.1278 33.9067 92.376 36.8216C93.2193 37.8801 94.2063 38.7768 95.3545 39.4945C96.485 40.2302 97.7233 40.7334 99.0332 41.0384C100.361 41.3434 101.689 41.4143 103.034 41.2708C104.38 41.1273 105.655 40.7507 106.875 40.1585C110.169 38.5347 113.382 36.7499 116.505 34.8177C113.407 36.7937 110.392 38.9032 107.484 41.1458C106.426 41.9891 105.529 42.9761 104.812 44.1243L104.551 44.553C103.966 45.5653 103.535 46.6569 103.268 47.803C102.963 49.1307 102.891 50.4584 103.034 51.804C103.196 53.1498 103.573 54.4246 104.147 55.6448C105.787 58.9386 107.572 62.1523 109.493 65.2747C107.528 62.1769 105.418 59.1617 103.16 56.2542C102.335 55.1956 101.33 54.299 100.199 53.5813C99.0508 52.8636 97.8308 52.3425 96.503 52.0374C95.1932 51.7324 93.8653 51.6605 92.5196 51.804C91.1738 51.9655 89.8999 52.3252 88.6797 52.9173C85.3775 54.5607 82.1553 56.3511 79.0137 58.2776C82.1276 56.3088 85.1371 54.1935 88.0518 51.93C89.1104 51.1046 90.007 50.0994 90.7247 48.969C91.3684 47.9642 91.834 46.9047 92.1446 45.7659L92.2686 45.2728C92.5355 44.1267 92.6232 42.9668 92.545 41.7933L92.501 41.2894C92.3575 39.9436 91.9808 38.6697 91.3887 37.4495C89.7607 34.147 87.9712 30.9253 86.0333 27.7835ZM79.0137 58.2776C78.5236 58.5875 78.0316 58.895 77.5362 59.1975C78.0267 58.8876 78.5193 58.5809 79.0137 58.2776ZM94.5108 41.3236C94.6432 42.7968 94.555 44.265 94.2168 45.72C93.8845 47.1665 93.3434 48.5174 92.5645 49.7933C94.034 49.6623 95.4988 49.7509 96.9502 50.0882C98.416 50.4249 99.7637 50.9878 101.022 51.7425C100.892 50.2753 100.983 48.8149 101.318 47.3548L101.32 47.3489C101.656 45.9075 102.217 44.5404 102.982 43.2825C101.512 43.4129 100.048 43.3238 98.585 42.9876L98.5791 42.9857C97.1575 42.6545 95.7866 42.1131 94.5108 41.3236ZM118 33.8783C117.504 34.1955 117.005 34.508 116.505 34.8177C117.001 34.5012 117.5 34.1879 118 33.8783ZM85.1085 26.306C85.4207 26.7963 85.7284 27.2892 86.0333 27.7835C85.7217 27.2936 85.4134 26.8012 85.1085 26.306Z' fill='%23D0BEF2'/%3E%3Cpath d='M62.6429 23.8183C62.8298 24.1137 63.0155 24.4103 63.1985 24.7089C63.011 24.4131 62.826 24.1161 62.6429 23.8183ZM48.3177 0.932615C49.5188 2.81386 50.8099 4.65212 52.181 6.42381C53.2397 7.75167 54.5858 8.61339 56.2366 8.99022C57.9054 9.36699 59.5025 9.18684 61.0276 8.45115C63.0428 7.45905 65.0045 6.35997 66.9241 5.17675C65.0232 6.38388 63.1869 7.68218 61.4046 9.0615C60.0767 10.1023 59.2154 11.4663 58.8206 13.1172C58.4438 14.7859 58.623 16.365 59.3587 17.9082C60.3687 19.9282 61.4597 21.8943 62.6429 23.8183C61.4369 21.9126 60.1495 20.0716 58.7669 18.2851C57.7083 16.9394 56.3623 16.0959 54.6937 15.7011C53.0428 15.3243 51.4455 15.5035 49.9202 16.2392C47.9373 17.2307 45.9938 18.3009 44.1107 19.4589C45.9805 18.2714 47.7883 17.0056 49.5433 15.6474C50.7882 14.6548 51.6236 13.3939 52.0335 11.8799L52.1097 11.5742C52.4865 9.92335 52.3063 8.32601 51.5706 6.80077C50.5845 4.78237 49.4928 2.83007 48.3177 0.932615ZM44.1107 19.4589C43.782 19.6677 43.4521 19.8752 43.1195 20.0791C43.4477 19.8692 43.7786 19.6632 44.1107 19.4589ZM54.2835 10.4619C54.2525 10.9778 54.1779 11.4972 54.0589 12.0185C53.9393 12.5424 53.7799 13.0452 53.5823 13.5254C54.098 13.5565 54.617 13.632 55.138 13.7509L55.1536 13.7549C55.6726 13.8776 56.1699 14.0367 56.6448 14.2324C56.676 13.7184 56.7514 13.1998 56.8695 12.6767L56.8724 12.664L56.8753 12.6523C56.9987 12.1362 57.1587 11.639 57.3568 11.164C56.8402 11.133 56.3196 11.0586 55.7962 10.9404L55.7913 10.9394C55.2656 10.8194 54.7627 10.66 54.2835 10.4619ZM67.8284 4.61132C67.5281 4.80179 67.2265 4.99035 66.9241 5.17675C67.224 4.98629 67.5252 4.79716 67.8284 4.61132ZM47.7308 0C47.9286 0.309376 48.1243 0.620321 48.3177 0.932615C48.1199 0.622761 47.9236 0.312109 47.7308 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");}
.newsletter-inner::after {content: "";z-index: -1;position: absolute;right: 60px;bottom: 32px;width: 125px;height: 100px;background-image: url("data:image/svg+xml,%3Csvg width='125' height='100' viewBox='0 0 125 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.3145 96.1252C67.0273 97.2436 67.7326 98.3671 68.4277 99.4973C67.7133 98.379 67.0096 97.2545 66.3145 96.1252ZM17.7168 18.4758C21.8108 24.9153 26.1955 31.1596 30.8613 37.2073C32.6178 39.4171 34.6772 41.2686 37.0381 42.7795C39.4177 44.2715 41.9862 45.3477 44.7246 45.9709C47.4632 46.6131 50.2213 46.7647 53.0166 46.4436C55.6371 46.1603 58.1412 45.4612 60.5293 44.3635L61.0059 44.1389C67.7501 40.8147 74.3042 37.1782 80.7041 33.2434C74.3694 37.2779 68.2347 41.5952 62.29 46.1975C60.0802 47.9351 58.2294 49.9945 56.7373 52.3743L56.459 52.8225C55.0935 55.0735 54.1107 57.4748 53.5264 60.0422L53.415 60.5559C52.8839 63.1278 52.7527 65.7321 53.0537 68.3528C53.3748 71.148 54.1308 73.8113 55.3584 76.342C58.7155 83.1044 62.3604 89.7023 66.3145 96.1252C62.2625 89.7681 57.9254 83.601 53.2998 77.6262C51.5622 75.4164 49.5028 73.5649 47.123 72.054C44.9099 70.6376 42.514 69.6199 39.9668 68.9846L39.4551 68.8625C36.7166 68.2204 33.9403 68.0692 31.1641 68.3713C28.3688 68.6924 25.7056 69.467 23.1748 70.6946C16.3496 74.0587 9.71812 77.7414 3.24512 81.7307C9.66128 77.6464 15.8705 73.2942 21.8711 68.636C23.9429 67.0069 25.7162 65.0952 27.1592 62.9016L27.4434 62.4592C28.9542 60.0796 30.0122 57.5297 30.6543 54.7913C31.2775 52.0527 31.447 49.2759 31.126 46.4807C30.8049 43.6856 30.0489 41.0222 28.8213 38.4915C25.4237 31.6476 21.718 24.9719 17.7168 18.4758ZM3.24512 81.7307C2.16908 82.4157 1.08773 83.0939 0 83.7639C1.07725 83.0774 2.15912 82.4 3.24512 81.7307ZM32.1406 41.5178C32.6041 43.0582 32.9276 44.637 33.1133 46.2532C33.4611 49.2812 33.275 52.2851 32.6035 55.2356L32.6006 55.2483C31.9087 58.1988 30.7661 60.9575 29.1318 63.5315C28.2654 64.912 27.2802 66.1904 26.1875 67.3694C27.7294 66.8996 29.3124 66.5705 30.9355 66.384L30.9473 66.3831C33.9364 66.0577 36.9366 66.2191 39.8994 66.9124L40.4512 67.0442C43.1994 67.7296 45.7949 68.8302 48.1953 70.3655C49.5756 71.2418 50.8571 72.2273 52.04 73.3215C51.5757 71.7794 51.2532 70.1984 51.0674 68.5803C50.7196 65.5522 50.9047 62.5484 51.5762 59.5979C52.2517 56.6299 53.4192 53.8687 55.0488 51.302C55.9139 49.9235 56.8919 48.6442 57.9805 47.4641C56.4393 47.9308 54.8563 48.2562 53.2314 48.4319L53.2305 48.4309C50.2155 48.7757 47.2311 48.6128 44.2686 47.9182V47.9172C41.3091 47.2422 38.5362 46.0793 35.9756 44.4739L35.96 44.4641C34.5938 43.5898 33.3204 42.6078 32.1406 41.5178ZM84.1797 31.0696C83.0264 31.8045 81.8674 32.5282 80.7041 33.2434C81.8561 32.5097 83.0143 31.7845 84.1797 31.0696ZM15.752 15.3362C16.4148 16.3778 17.0694 17.4247 17.7168 18.4758C17.0546 17.4342 16.3989 16.3881 15.752 15.3362Z' fill='%23D0BEF2'/%3E%3Cpath d='M115.253 68.7129C115.583 69.2329 115.91 69.7549 116.232 70.2793C115.902 69.7598 115.576 69.2373 115.253 68.7129ZM90.5519 29.2383C92.6372 32.5179 94.8639 35.6871 97.2316 38.7568C98.1191 39.8709 99.1578 40.815 100.366 41.5703C101.556 42.3447 102.86 42.8742 104.238 43.1953C105.461 43.4762 106.684 43.5687 107.92 43.4863L108.45 43.4404C109.867 43.2893 111.208 42.8928 112.492 42.2695C115.962 40.559 119.347 38.6782 122.636 36.6426C119.372 38.7239 116.197 40.9462 113.134 43.3086C112.02 44.1962 111.075 45.2347 110.319 46.4434C109.564 47.6332 109.017 48.9367 108.695 50.3154C108.374 51.713 108.299 53.1109 108.45 54.5273C108.62 55.9438 109.017 57.2851 109.621 58.5693C111.348 62.0389 113.229 65.424 115.253 68.7129C113.184 65.4496 110.961 62.2736 108.582 59.2109C107.713 58.0967 106.656 57.1519 105.466 56.3965C104.408 55.7354 103.293 55.2336 102.094 54.9033L101.575 54.7725C100.197 54.4514 98.7985 54.3762 97.382 54.5273C95.9655 54.6973 94.6242 55.075 93.34 55.6982C89.8624 57.4289 86.4695 59.3148 83.1613 61.3438C86.4405 59.2705 89.6093 57.0429 92.6788 54.6592C93.654 53.8989 94.4992 52.994 95.2013 51.9824L95.4933 51.543C96.2676 50.3343 96.7962 49.0499 97.1173 47.6523C97.3983 46.4458 97.4917 45.2247 97.4093 43.9893L97.3634 43.459C97.2123 42.0425 96.8157 40.7012 96.1925 39.417C94.4781 35.9391 92.5929 32.5468 90.5519 29.2383ZM83.1613 61.3438C82.6471 61.6688 82.1311 61.9912 81.6115 62.3086C82.126 61.9835 82.6426 61.6619 83.1613 61.3438ZM99.3556 43.2959C99.5222 44.9058 99.4357 46.5099 99.0665 48.0986L99.0675 48.0996C98.7048 49.6783 98.1045 51.1477 97.2316 52.5322C98.8371 52.3674 100.437 52.4551 102.022 52.8232H102.023C103.622 53.1908 105.088 53.815 106.453 54.6582C106.291 53.0554 106.38 51.461 106.746 49.8672L106.748 49.8613C107.115 48.2872 107.737 46.7972 108.593 45.4346C106.986 45.5987 105.388 45.5116 103.79 45.1445L103.784 45.1426C102.232 44.781 100.738 44.1814 99.3556 43.2959ZM124.202 35.6592C123.683 35.9915 123.16 36.3182 122.636 36.6426C123.156 36.3111 123.678 35.9836 124.202 35.6592ZM89.5822 27.6885C89.9096 28.2027 90.2321 28.7199 90.5519 29.2383C90.2252 28.7244 89.9019 28.2078 89.5822 27.6885Z' fill='%23D0BEF2'/%3E%3Cpath d='M65.9394 25.076C66.1349 25.3849 66.329 25.6953 66.5204 26.0076C66.3243 25.6983 66.1309 25.3874 65.9394 25.076ZM50.8546 0.977531C52.1195 2.95915 53.4796 4.89551 54.9239 6.76167C56.0382 8.15924 57.4548 9.0662 59.1924 9.46282C60.9488 9.85937 62.63 9.66978 64.2353 8.89544C66.3534 7.85266 68.4147 6.6965 70.4325 5.45308C68.4346 6.72221 66.5052 8.08815 64.6318 9.53801C63.2342 10.6335 62.3276 12.0689 61.9121 13.8065C61.5155 15.563 61.7041 17.2252 62.4785 18.8495C63.5426 20.9778 64.6926 23.0489 65.9394 25.076C64.6689 23.0679 63.3122 21.1283 61.8554 19.2459C60.7412 17.8295 59.3247 16.9418 57.5684 16.5262C55.8308 16.1296 54.1494 16.3183 52.544 17.0926C50.4579 18.1357 48.4129 19.2611 46.4318 20.4793C48.3989 19.2299 50.3012 17.8985 52.1475 16.4696C53.4577 15.425 54.3361 14.0981 54.7676 12.5048L54.8487 12.1825C55.2453 10.4449 55.0557 8.76355 54.2813 7.15815C53.2427 5.03219 52.0924 2.97603 50.8546 0.977531ZM46.4318 20.4793C46.0848 20.6997 45.737 20.9194 45.3859 21.1346C45.7323 20.9131 46.0812 20.6949 46.4318 20.4793ZM57.0381 10.8534C57.0121 11.4407 56.9335 12.0325 56.7979 12.6269C56.6616 13.2238 56.4736 13.7935 56.2403 14.3358C56.8272 14.3618 57.4187 14.4405 58.0127 14.5761L58.0283 14.58C58.6205 14.7201 59.1849 14.9065 59.7217 15.1376C59.7479 14.553 59.8263 13.9623 59.9609 13.3661L59.9639 13.3534L59.9668 13.3417C60.1076 12.753 60.2964 12.1891 60.5303 11.6523C59.9422 11.6262 59.3489 11.5478 58.752 11.413L58.7471 11.412C58.1482 11.2753 57.5789 11.0873 57.0381 10.8534ZM71.3935 4.85348C71.0745 5.05572 70.7536 5.25521 70.4325 5.45308C70.7509 5.25081 71.0715 5.0508 71.3935 4.85348ZM50.2393 0C50.4467 0.324258 50.6518 0.650228 50.8546 0.977531C50.6473 0.652761 50.4415 0.327122 50.2393 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");}
body:not(.in-index) .newsletter-block::after {content: "";display: block;background: #060644;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -2;}
.newsletter-block h4 {margin: 8px 0 12px 0;text-align: center;color: #fff;font-size: 18px;}
.newsletter-block form {max-width: 500px;margin: auto;position: relative;padding-bottom: 0px;}
#f-6-3fdfd544852ed7431aa64f3b9481afb9>div:nth-of-type(+n+2) {display: none;}
.ec-v-form-text {display: none!important;}
.ec-v-form-step {height: auto!important;}
.ec-v-form-spacer {display: none!important;}
.ec-v-form-holder {width: auto!important;}
.ec-v-form-holder form {min-height: initial!important;}
.ec-v-form-submit+.ec-v-form-text {display: block!important;color: #fff;}
.ec-v-form-submit+.ec-v-form-text p a {color: #fff!important;}
.ec-v-form-submit+.ec-v-form-text p a:hover {text-decoration: none!important;}
.ec-v-forms-label {font-weight: 400!important;}
.ec-v-form-holder {background-color: transparent!important;}
.ec-v-form-submit button {padding: 12px 20px!important;border-radius: 8px!important;font-size: 16px!important;font-family: var(--template-font),sans-serif!important;background-color: var(--color-secondary)!important;border-color: var(--color-secondary)!important;color: #fff!important;}
.ec-v-form-submit button:hover {opacity: 0.95!important;}
.ec-v-form-text, .ec-v-form-input, .ec-v-form-submit {padding-left: 0!important;padding-right: 0!important;}
.ec-v-forms-form-control, input[type="text"].ec-v-forms-form-control, input[type="email"].ec-v-forms-form-control {padding: 12px 16px!important;}

@media (max-width: 1199px) {
  .newsletter-block form {max-width: 450px;}
}
@media (max-width: 991px) {
  .newsletter-inner::after {right: -80px;}
  .newsletter-inner::before {left: -50px;top: 150px;}
  .ec-v-form-submit button {font-size: 14px!important;}
}

/* Influ block */
.ji-influ {position: relative;padding: 20px 0 40px 0;color: #fff;}
.ji-influ .slick-list {overflow: visible;}
.ji-influ::before {content: "";display: block;background: #060644;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.ji-influ .slick-slide {padding-right: 24px;}
.ji-influ__image {border-radius: 0px;margin-bottom: 8px;border-bottom: 1px solid #21215a;}
.ji-influ__image img {aspect-ratio: 1 / 1;object-fit: cover;object-position: top;}
.ji-influ__name {font-weight: 700;font-size: 16px;padding-inline: 8px;}
.ji-influ__post {font-size: 14px;padding-inline: 8px;}
.ji-influ__item {border: 1px solid #21215a;padding-bottom: 8px;}
.ji-influ h3 {margin: 0 0 24px 0;color: #fff;}

@media (max-width: 767px) {
  .ji-influ {margin: 0 -16px;}
  .ji-influ h3 {padding: 0 16px;}
  .ji-influ__inner .slick-list {padding-right: 60px;padding-left: 16px;}
  .ji-influ .slick-slide {padding-right: 16px;}
}


/* Ref block */
.ji-refs {padding: 48px 0;position: relative;}
.ji-refs::before {content: "";position: absolute;right: -152px;bottom: 32px;width: 125px;height: 100px;background-image: url("data:image/svg+xml,%3Csvg width='125' height='100' viewBox='0 0 125 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.3145 96.1252C67.0273 97.2436 67.7326 98.3671 68.4277 99.4973C67.7133 98.379 67.0096 97.2545 66.3145 96.1252ZM17.7168 18.4758C21.8108 24.9153 26.1955 31.1596 30.8613 37.2073C32.6178 39.4171 34.6772 41.2686 37.0381 42.7795C39.4177 44.2715 41.9862 45.3477 44.7246 45.9709C47.4632 46.6131 50.2213 46.7647 53.0166 46.4436C55.6371 46.1603 58.1412 45.4612 60.5293 44.3635L61.0059 44.1389C67.7501 40.8147 74.3042 37.1782 80.7041 33.2434C74.3694 37.2779 68.2347 41.5952 62.29 46.1975C60.0802 47.9351 58.2294 49.9945 56.7373 52.3743L56.459 52.8225C55.0935 55.0735 54.1107 57.4748 53.5264 60.0422L53.415 60.5559C52.8839 63.1278 52.7527 65.7321 53.0537 68.3528C53.3748 71.148 54.1308 73.8113 55.3584 76.342C58.7155 83.1044 62.3604 89.7023 66.3145 96.1252C62.2625 89.7681 57.9254 83.601 53.2998 77.6262C51.5622 75.4164 49.5028 73.5649 47.123 72.054C44.9099 70.6376 42.514 69.6199 39.9668 68.9846L39.4551 68.8625C36.7166 68.2204 33.9403 68.0692 31.1641 68.3713C28.3688 68.6924 25.7056 69.467 23.1748 70.6946C16.3496 74.0587 9.71812 77.7414 3.24512 81.7307C9.66128 77.6464 15.8705 73.2942 21.8711 68.636C23.9429 67.0069 25.7162 65.0952 27.1592 62.9016L27.4434 62.4592C28.9542 60.0796 30.0122 57.5297 30.6543 54.7913C31.2775 52.0527 31.447 49.2759 31.126 46.4807C30.8049 43.6856 30.0489 41.0222 28.8213 38.4915C25.4237 31.6476 21.718 24.9719 17.7168 18.4758ZM3.24512 81.7307C2.16908 82.4157 1.08773 83.0939 0 83.7639C1.07725 83.0774 2.15912 82.4 3.24512 81.7307ZM32.1406 41.5178C32.6041 43.0582 32.9276 44.637 33.1133 46.2532C33.4611 49.2812 33.275 52.2851 32.6035 55.2356L32.6006 55.2483C31.9087 58.1988 30.7661 60.9575 29.1318 63.5315C28.2654 64.912 27.2802 66.1904 26.1875 67.3694C27.7294 66.8996 29.3124 66.5705 30.9355 66.384L30.9473 66.3831C33.9364 66.0577 36.9366 66.2191 39.8994 66.9124L40.4512 67.0442C43.1994 67.7296 45.7949 68.8302 48.1953 70.3655C49.5756 71.2418 50.8571 72.2273 52.04 73.3215C51.5757 71.7794 51.2532 70.1984 51.0674 68.5803C50.7196 65.5522 50.9047 62.5484 51.5762 59.5979C52.2517 56.6299 53.4192 53.8687 55.0488 51.302C55.9139 49.9235 56.8919 48.6442 57.9805 47.4641C56.4393 47.9308 54.8563 48.2562 53.2314 48.4319L53.2305 48.4309C50.2155 48.7757 47.2311 48.6128 44.2686 47.9182V47.9172C41.3091 47.2422 38.5362 46.0793 35.9756 44.4739L35.96 44.4641C34.5938 43.5898 33.3204 42.6078 32.1406 41.5178ZM84.1797 31.0696C83.0264 31.8045 81.8674 32.5282 80.7041 33.2434C81.8561 32.5097 83.0143 31.7845 84.1797 31.0696ZM15.752 15.3362C16.4148 16.3778 17.0694 17.4247 17.7168 18.4758C17.0546 17.4342 16.3989 16.3881 15.752 15.3362Z' fill='%23D0BEF2'/%3E%3Cpath d='M115.253 68.7129C115.583 69.2329 115.91 69.7549 116.232 70.2793C115.902 69.7598 115.576 69.2373 115.253 68.7129ZM90.5519 29.2383C92.6372 32.5179 94.8639 35.6871 97.2316 38.7568C98.1191 39.8709 99.1578 40.815 100.366 41.5703C101.556 42.3447 102.86 42.8742 104.238 43.1953C105.461 43.4762 106.684 43.5687 107.92 43.4863L108.45 43.4404C109.867 43.2893 111.208 42.8928 112.492 42.2695C115.962 40.559 119.347 38.6782 122.636 36.6426C119.372 38.7239 116.197 40.9462 113.134 43.3086C112.02 44.1962 111.075 45.2347 110.319 46.4434C109.564 47.6332 109.017 48.9367 108.695 50.3154C108.374 51.713 108.299 53.1109 108.45 54.5273C108.62 55.9438 109.017 57.2851 109.621 58.5693C111.348 62.0389 113.229 65.424 115.253 68.7129C113.184 65.4496 110.961 62.2736 108.582 59.2109C107.713 58.0967 106.656 57.1519 105.466 56.3965C104.408 55.7354 103.293 55.2336 102.094 54.9033L101.575 54.7725C100.197 54.4514 98.7985 54.3762 97.382 54.5273C95.9655 54.6973 94.6242 55.075 93.34 55.6982C89.8624 57.4289 86.4695 59.3148 83.1613 61.3438C86.4405 59.2705 89.6093 57.0429 92.6788 54.6592C93.654 53.8989 94.4992 52.994 95.2013 51.9824L95.4933 51.543C96.2676 50.3343 96.7962 49.0499 97.1173 47.6523C97.3983 46.4458 97.4917 45.2247 97.4093 43.9893L97.3634 43.459C97.2123 42.0425 96.8157 40.7012 96.1925 39.417C94.4781 35.9391 92.5929 32.5468 90.5519 29.2383ZM83.1613 61.3438C82.6471 61.6688 82.1311 61.9912 81.6115 62.3086C82.126 61.9835 82.6426 61.6619 83.1613 61.3438ZM99.3556 43.2959C99.5222 44.9058 99.4357 46.5099 99.0665 48.0986L99.0675 48.0996C98.7048 49.6783 98.1045 51.1477 97.2316 52.5322C98.8371 52.3674 100.437 52.4551 102.022 52.8232H102.023C103.622 53.1908 105.088 53.815 106.453 54.6582C106.291 53.0554 106.38 51.461 106.746 49.8672L106.748 49.8613C107.115 48.2872 107.737 46.7972 108.593 45.4346C106.986 45.5987 105.388 45.5116 103.79 45.1445L103.784 45.1426C102.232 44.781 100.738 44.1814 99.3556 43.2959ZM124.202 35.6592C123.683 35.9915 123.16 36.3182 122.636 36.6426C123.156 36.3111 123.678 35.9836 124.202 35.6592ZM89.5822 27.6885C89.9096 28.2027 90.2321 28.7199 90.5519 29.2383C90.2252 28.7244 89.9019 28.2078 89.5822 27.6885Z' fill='%23D0BEF2'/%3E%3Cpath d='M65.9394 25.076C66.1349 25.3849 66.329 25.6953 66.5204 26.0076C66.3243 25.6983 66.1309 25.3874 65.9394 25.076ZM50.8546 0.977531C52.1195 2.95915 53.4796 4.89551 54.9239 6.76167C56.0382 8.15924 57.4548 9.0662 59.1924 9.46282C60.9488 9.85937 62.63 9.66978 64.2353 8.89544C66.3534 7.85266 68.4147 6.6965 70.4325 5.45308C68.4346 6.72221 66.5052 8.08815 64.6318 9.53801C63.2342 10.6335 62.3276 12.0689 61.9121 13.8065C61.5155 15.563 61.7041 17.2252 62.4785 18.8495C63.5426 20.9778 64.6926 23.0489 65.9394 25.076C64.6689 23.0679 63.3122 21.1283 61.8554 19.2459C60.7412 17.8295 59.3247 16.9418 57.5684 16.5262C55.8308 16.1296 54.1494 16.3183 52.544 17.0926C50.4579 18.1357 48.4129 19.2611 46.4318 20.4793C48.3989 19.2299 50.3012 17.8985 52.1475 16.4696C53.4577 15.425 54.3361 14.0981 54.7676 12.5048L54.8487 12.1825C55.2453 10.4449 55.0557 8.76355 54.2813 7.15815C53.2427 5.03219 52.0924 2.97603 50.8546 0.977531ZM46.4318 20.4793C46.0848 20.6997 45.737 20.9194 45.3859 21.1346C45.7323 20.9131 46.0812 20.6949 46.4318 20.4793ZM57.0381 10.8534C57.0121 11.4407 56.9335 12.0325 56.7979 12.6269C56.6616 13.2238 56.4736 13.7935 56.2403 14.3358C56.8272 14.3618 57.4187 14.4405 58.0127 14.5761L58.0283 14.58C58.6205 14.7201 59.1849 14.9065 59.7217 15.1376C59.7479 14.553 59.8263 13.9623 59.9609 13.3661L59.9639 13.3534L59.9668 13.3417C60.1076 12.753 60.2964 12.1891 60.5303 11.6523C59.9422 11.6262 59.3489 11.5478 58.752 11.413L58.7471 11.412C58.1482 11.2753 57.5789 11.0873 57.0381 10.8534ZM71.3935 4.85348C71.0745 5.05572 70.7536 5.25521 70.4325 5.45308C70.7509 5.25081 71.0715 5.0508 71.3935 4.85348ZM50.2393 0C50.4467 0.324258 50.6518 0.650228 50.8546 0.977531C50.6473 0.652761 50.4415 0.327122 50.2393 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");}
.ji-refs::after {content: "";display: block;background: #FAF8FF;background-position: top 10px left 40%;background-image: url("data:image/svg+xml,%3Csvg width='100' height='80' viewBox='0 0 100 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.1201 76.999C53.693 77.8978 54.2598 78.8007 54.8184 79.709C54.2442 78.8103 53.6787 77.9065 53.1201 76.999ZM14.2129 14.834C17.4869 19.9814 20.9935 24.9728 24.7236 29.8076C26.1308 31.5779 27.7805 33.061 29.6719 34.2715C31.5782 35.4667 33.6363 36.3288 35.8301 36.8281C38.0238 37.3425 40.2326 37.4632 42.4717 37.2061C44.711 36.964 46.8446 36.3438 48.8721 35.3604C54.2823 32.6937 59.5401 29.7763 64.6738 26.6191C59.5917 29.855 54.6702 33.3178 49.9014 37.0098C48.1311 38.4018 46.6485 40.0515 45.4531 41.958L45.2295 42.3164C44.1356 44.1197 43.349 46.0438 42.8809 48.1006L42.791 48.5127C42.3657 50.5728 42.2609 52.6587 42.502 54.7578C42.7592 56.9971 43.3652 59.1307 44.3486 61.1582C47.0366 66.5728 49.9544 71.8561 53.1201 76.999C49.8755 71.9091 46.4028 66.9714 42.6992 62.1875C41.3072 60.4172 39.6575 58.9341 37.751 57.7236C35.9778 56.5889 34.0583 55.7736 32.0176 55.2646L31.6084 55.167C29.4145 54.6525 27.19 54.5314 24.9658 54.7734C22.7265 55.0307 20.593 55.6513 18.5654 56.6348C13.0837 59.3367 7.7578 62.2947 2.55957 65.5C7.71375 62.2207 12.7019 58.7267 17.5215 54.9854C19.2918 53.5933 20.79 51.9436 21.9854 50.0371C23.1957 48.1308 24.0432 46.0883 24.5576 43.8945C25.0257 41.8376 25.1747 39.7539 24.9795 37.6562L24.9355 37.2363C24.6783 34.9973 24.0731 32.8642 23.0898 30.8369C20.3736 25.3654 17.4107 20.028 14.2129 14.834ZM2.55957 65.5C1.71059 66.0402 0.858055 66.576 0 67.1045C0.849787 66.5629 1.70299 66.0282 2.55957 65.5ZM26.4697 34.4141C26.6705 35.2656 26.822 36.1306 26.9229 37.0088C27.2068 39.4808 27.0553 41.9322 26.5078 44.3379L26.5049 44.3506C25.9407 46.7566 25.0077 49.0085 23.6738 51.1094C23.2043 51.8573 22.6913 52.5678 22.1396 53.2432C22.991 53.0398 23.857 52.8873 24.7373 52.7861L24.749 52.7852C27.1858 52.5199 29.6338 52.6514 32.0518 53.2168L32.502 53.3242C34.7438 53.8833 36.8629 54.7815 38.8232 56.0352C39.5738 56.5117 40.2883 57.0285 40.9678 57.584C40.7666 56.7316 40.6166 55.8654 40.5156 54.9863C40.2317 52.5142 40.3832 50.063 40.9307 47.6572C41.4822 45.2338 42.4354 42.9793 43.7646 40.8857C44.2345 40.1372 44.745 39.4242 45.2959 38.7471C44.4415 38.9489 43.5722 39.0997 42.6875 39.1953L42.6865 39.1943C40.2274 39.4753 37.7911 39.3424 35.373 38.7754V38.7744C32.9585 38.2233 30.6966 37.2744 28.6094 35.9658L28.5938 35.9561C27.8521 35.4814 27.1443 34.9665 26.4697 34.4141ZM67.4375 24.8896C66.5203 25.4741 65.5989 26.0502 64.6738 26.6191C65.5901 26.0357 66.5107 25.4582 67.4375 24.8896ZM12.6191 12.2861C13.157 13.1313 13.6877 13.981 14.2129 14.834C13.6754 13.9889 13.1441 13.1397 12.6191 12.2861Z' fill='%23D0BEF2'/%3E%3Cpath d='M92.3428 55.0652C92.6029 55.4757 92.8602 55.8877 93.1142 56.3015C92.8539 55.8916 92.5975 55.479 92.3428 55.0652ZM72.5402 23.4199C74.2112 26.0482 75.9953 28.5877 77.8927 31.0478C78.6037 31.9404 79.4362 32.6975 80.4044 33.3027C81.3576 33.923 82.4024 34.3472 83.5069 34.6044C84.4865 34.8294 85.4663 34.9038 86.4561 34.8378L86.8809 34.8007C88.0156 34.6796 89.0903 34.3615 90.1192 33.8622C92.9044 32.4892 95.6209 30.9791 98.2607 29.3447C95.6407 31.0149 93.0915 32.798 90.6328 34.6943C89.7402 35.4053 88.9841 36.2378 88.3789 37.206L88.1592 37.5683C87.6663 38.4217 87.3022 39.3421 87.0772 40.3085C86.82 41.428 86.7599 42.5478 86.8809 43.6825C87.0171 44.8172 87.3342 45.8919 87.8184 46.9207C89.2049 49.7069 90.7172 52.4245 92.3428 55.0652C90.6816 52.4444 88.8963 49.8938 86.9864 47.4344C86.2905 46.5419 85.4433 45.7856 84.4903 45.1805C83.5219 44.5753 82.4928 44.136 81.3731 43.8788C80.2686 43.6216 79.1485 43.5614 78.0138 43.6825C76.8793 43.8187 75.8051 44.1208 74.7765 44.62C71.9886 46.0074 69.2684 47.5196 66.6164 49.1463C69.2453 47.4845 71.7856 45.6989 74.2462 43.7879C75.0272 43.179 75.7043 42.4545 76.2667 41.6444L76.5011 41.2919C77.1214 40.3235 77.5446 39.2944 77.8019 38.1747C78.027 37.2081 78.1023 36.2299 78.0362 35.2402L77.9991 34.8153C77.878 33.6807 77.5599 32.6068 77.0606 31.5781C75.6866 28.7907 74.1761 26.0715 72.5402 23.4199ZM66.6164 49.1463C66.2063 49.4056 65.7946 49.6627 65.3801 49.9158C65.7905 49.6565 66.2027 49.4001 66.6164 49.1463ZM80.045 35.412C80.0904 36.4864 79.9982 37.558 79.7511 38.622C79.5078 39.681 79.134 40.6823 78.6163 41.6356C79.6886 41.5909 80.7584 41.6829 81.8204 41.9296C82.8934 42.1761 83.8929 42.5633 84.8331 43.0702C84.7892 41.9983 84.8824 40.9292 85.128 39.8602L85.1299 39.8544C85.3755 38.7999 85.7607 37.7912 86.2735 36.8466C85.2 36.8909 84.1292 36.7996 83.0587 36.5536L83.0528 36.5517C82.013 36.3095 81.0027 35.9357 80.045 35.412ZM99.4999 28.5664C99.0892 28.8292 98.6753 29.088 98.2607 29.3447C98.6719 29.0825 99.0853 28.823 99.4999 28.5664ZM71.7648 22.1816C72.0265 22.5926 72.2846 23.0057 72.5402 23.4199C72.2791 23.0093 72.0203 22.5966 71.7648 22.1816Z' fill='%23D0BEF2'/%3E%3Cpath d='M52.8153 20.0734C52.9753 20.326 53.1344 20.5796 53.2909 20.8351C53.1305 20.582 52.9719 20.3281 52.8153 20.0734ZM40.7225 0.754887C41.7409 2.3522 42.836 3.91319 43.9999 5.41702C44.8925 6.53667 46.0278 7.26236 47.4198 7.58012C48.8269 7.89786 50.1738 7.74733 51.4599 7.12699C53.1605 6.28973 54.8155 5.361 56.4355 4.36233C54.8311 5.38094 53.2814 6.47661 51.7772 7.64067C50.6576 8.51825 49.9314 9.66857 49.5985 11.0606C49.2808 12.4678 49.4323 13.7994 50.0526 15.1007C50.9024 16.8002 51.8202 18.4544 52.8153 20.0734C51.8003 18.4701 50.7169 16.9212 49.5536 15.4181C48.661 14.2834 47.526 13.5722 46.119 13.2393C44.727 12.9216 43.3797 13.0731 42.0936 13.6934C40.4295 14.5255 38.7984 15.4234 37.2176 16.3946C38.7864 15.3973 40.3033 14.3343 41.7762 13.1944C42.8259 12.3575 43.5301 11.2943 43.8758 10.0176L43.9393 9.75982C44.2571 8.36778 44.1065 7.02053 43.4862 5.73441C42.6492 4.02114 41.7208 2.36488 40.7225 0.754887ZM37.2176 16.3946C36.9331 16.5755 36.6472 16.7552 36.3592 16.9317C36.6434 16.75 36.9299 16.5714 37.2176 16.3946ZM46.0487 9.26079C46.0135 9.5742 45.9615 9.88891 45.8895 10.2042C45.817 10.5218 45.7264 10.8303 45.621 11.1299C45.8204 11.1524 46.0203 11.1815 46.2206 11.2188L46.5633 11.2901L46.5712 11.2911L46.579 11.293C46.8914 11.3669 47.1946 11.4574 47.4891 11.5616C47.5242 11.2496 47.5761 10.9356 47.6473 10.6202L47.6503 10.6075L47.6532 10.5958C47.7274 10.2855 47.8185 9.98328 47.9237 9.68951C47.6102 9.65443 47.2952 9.60263 46.9794 9.5313L46.9745 9.53033C46.6561 9.45763 46.3478 9.36642 46.0487 9.26079ZM57.1943 3.88869C56.9423 4.04847 56.6891 4.20595 56.4355 4.36233C56.6871 4.20258 56.9399 4.04458 57.1943 3.88869ZM40.2479 0C40.408 0.250388 40.5658 0.502234 40.7225 0.754887C40.5625 0.504028 40.404 0.252607 40.2479 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}

.ji-refs__top {display: flex;align-items: center;justify-content: space-between;}
.ji-refs__top h3 {margin: 0 0 4px 0;}
.ji-refs__top-left a {color: #9A7CDE;}
.ji-refs__top-left p {margin-bottom: 0!important;}
.ji-refs__top-right {display: flex;align-items: center;gap: 32px;}

.ji-refs__inner {padding: 24px 0;}

.ji-refs__top-item.--heureka::before {background-image: url(https://www.overenozakazniky.cz/img/site-logo.svg);}
.ji-refs__top-item.--facebook::before {background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32.5' cy='32.5' r='32.5' fill='%231877F2'/%3E%3Cg clip-path='url(%23clip0_2152_56544)'%3E%3Cpath d='M11.0806 29.3312C10.4666 29.3312 10.2891 29.6036 10.2891 30.2043V31.2007H11.9269L11.7627 32.8106H10.2897V37.6961H8.32415V32.8106H7V31.2007H8.32415V30.2316C8.32415 28.6078 8.97891 27.75 10.8057 27.75C11.1885 27.7491 11.5711 27.7718 11.9511 27.8181V29.3331L11.0806 29.3312Z' fill='white'/%3E%3Cpath d='M12.063 34.243C12.063 32.4283 12.9226 31.0615 14.724 31.0615C15.7065 31.0615 16.3065 31.5667 16.5935 32.1941V31.2002H18.4763V37.6956H16.5935V36.7132C16.3205 37.3412 15.7065 37.8324 14.724 37.8324C12.9226 37.8324 12.063 36.4676 12.063 34.6509V34.243ZM14.0279 34.6802C14.0279 35.6486 14.3823 36.29 15.2967 36.29C16.1022 36.29 16.5114 35.7034 16.5114 34.7756V34.1234C16.5114 33.1957 16.1022 32.609 15.2967 32.609C14.3823 32.609 14.0279 33.2504 14.0279 34.2189V34.6802Z' fill='white'/%3E%3Cpath d='M22.5705 31.0635C23.3341 31.0635 24.0576 31.2276 24.4533 31.5L24.0168 32.8922C23.6074 32.6973 23.1601 32.5947 22.7067 32.5919C21.6422 32.5919 21.1796 33.2059 21.1796 34.2571V34.6389C21.1796 35.69 21.6434 36.3041 22.7067 36.3041C23.1601 36.3012 23.6074 36.1987 24.0168 36.0037L24.4533 37.3953C24.0576 37.6683 23.3347 37.8325 22.5705 37.8325C20.2639 37.8325 19.2134 36.5904 19.2134 34.5981V34.2978C19.2134 32.3055 20.2639 31.0635 22.5705 31.0635Z' fill='white'/%3E%3Cpath d='M24.7124 34.6963V34.1236C24.7124 32.2815 25.7629 31.0693 27.906 31.0693C29.9256 31.0693 30.8127 32.2974 30.8127 34.0988V35.136H26.6767C26.718 36.023 27.1138 36.4187 28.2038 36.4187C28.9413 36.4187 29.7188 36.2686 30.2922 36.023L30.6517 37.3687C30.1331 37.6424 29.0685 37.8466 28.1274 37.8466C25.6401 37.846 24.7124 36.6052 24.7124 34.6963ZM26.6773 33.85H29.052V33.6865C29.052 32.977 28.7657 32.4138 27.9067 32.4138C27.019 32.4145 26.6773 32.9744 26.6773 33.8474V33.85Z' fill='white'/%3E%3Cpath d='M38.0963 34.6532C38.0963 36.4679 37.2233 37.8347 35.4239 37.8347C34.4414 37.8347 33.7593 37.3435 33.4863 36.7155V37.6979H31.6309V27.9389L33.5958 27.7607V32.1003C33.8821 31.5277 34.5101 31.0632 35.4245 31.0632C37.2259 31.0632 38.097 32.428 38.097 34.2447L38.0963 34.6532ZM36.1314 34.2027C36.1314 33.2883 35.777 32.6062 34.8353 32.6062C34.0297 32.6062 33.5932 33.1789 33.5932 34.1072V34.7894C33.5932 35.7171 34.0297 36.2904 34.8353 36.2904C35.777 36.2904 36.1314 35.6083 36.1314 34.6939V34.2027Z' fill='white'/%3E%3Cpath d='M38.7534 34.6115V34.2844C38.7534 32.4144 39.818 31.0635 41.9878 31.0635C44.1576 31.0635 45.2227 32.4144 45.2227 34.2844V34.6115C45.2227 36.481 44.1582 37.8325 41.9884 37.8325C39.8186 37.8325 38.7534 36.481 38.7534 34.6115ZM43.2572 34.1476C43.2572 33.288 42.9021 32.6059 41.9846 32.6059C41.067 32.6059 40.7151 33.288 40.7151 34.1476V34.7483C40.7151 35.608 41.0702 36.2901 41.9846 36.2901C42.8989 36.2901 43.2572 35.608 43.2572 34.7483V34.1476Z' fill='white'/%3E%3Cpath d='M45.8765 34.6115V34.2844C45.8765 32.4144 46.941 31.0635 49.1108 31.0635C51.2806 31.0635 52.3451 32.4144 52.3451 34.2844V34.6115C52.3451 36.481 51.2806 37.8325 49.1108 37.8325C46.941 37.8325 45.8765 36.481 45.8765 34.6115ZM50.3802 34.1476C50.3802 33.288 50.0252 32.6059 49.1108 32.6059C48.1964 32.6059 47.842 33.288 47.842 34.1476V34.7483C47.842 35.608 48.1964 36.2901 49.1108 36.2901C50.0252 36.2901 50.3802 35.608 50.3802 34.7483V34.1476Z' fill='white'/%3E%3Cpath d='M55.0466 34.2981L56.9841 31.2006H59.0719L57.0389 34.4076L59.1539 37.696H57.0662L55.0466 34.5145V37.696H53.0811V27.9389L55.0466 27.7607V34.2981Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2152_56544'%3E%3Crect width='52.1543' height='10.094' fill='white' transform='translate(7 27.75)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ji-refs__top-item::before {content: "";width: 65px;height: 65px;background-repeat: no-repeat;position: absolute;left: 0;top: 50%;margin-top: -32px;}
.ji-refs__top-item {padding-left: 73px;position: relative;min-height: 65px;line-height: 1.3;display: flex;flex-direction: column;justify-content: center;}
.ji-refs__top-item div {font-weight: bold;font-size: 18px;color: #060644;display: flex;align-items: center;}
.ji-refs__top-item.--facebook div::after {content: "";width: 78px;height: 14px;margin-left: 8px;background-image: url("data:image/svg+xml,%3Csvg width='78' height='14' viewBox='0 0 78 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80865 4.28211L1.08698 4.82169L1.02106 4.83511C0.921278 4.8616 0.83031 4.9141 0.75745 4.98724C0.68459 5.06039 0.632448 5.15156 0.606349 5.25145C0.58025 5.35134 0.581129 5.45636 0.608896 5.5558C0.636663 5.65524 0.690323 5.74553 0.764396 5.81744L3.46056 8.44186L2.82473 12.1489L2.81715 12.2131C2.81104 12.3163 2.83247 12.4193 2.87924 12.5115C2.92602 12.6037 2.99645 12.6818 3.08334 12.7378C3.17023 12.7939 3.27045 12.8258 3.37373 12.8303C3.47702 12.8349 3.57966 12.8119 3.67115 12.7638L6.99965 11.0138L10.3206 12.7638L10.3789 12.7906C10.4752 12.8285 10.5798 12.8402 10.6821 12.8243C10.7843 12.8084 10.8806 12.7657 10.9608 12.7003C11.0411 12.635 11.1026 12.5495 11.1389 12.4526C11.1752 12.3557 11.1851 12.2509 11.1676 12.1489L10.5311 8.44186L13.2285 5.81686L13.274 5.76728C13.339 5.68722 13.3816 5.59137 13.3975 5.48949C13.4134 5.38761 13.402 5.28333 13.3644 5.18729C13.3269 5.09124 13.2646 5.00686 13.1838 4.94274C13.1031 4.87862 13.0068 4.83706 12.9047 4.82228L9.18306 4.28211L7.5194 0.910443C7.47126 0.812755 7.39673 0.730494 7.30426 0.672971C7.21178 0.615448 7.10505 0.584961 6.99615 0.584961C6.88724 0.584961 6.78051 0.615448 6.68804 0.672971C6.59556 0.730494 6.52104 0.812755 6.4729 0.910443L4.80865 4.28211Z' fill='%23F59E0B'/%3E%3Cpath d='M20.8086 4.28211L17.087 4.82169L17.0211 4.83511C16.9213 4.8616 16.8303 4.9141 16.7575 4.98724C16.6846 5.06039 16.6324 5.15156 16.6063 5.25145C16.5803 5.35134 16.5811 5.45636 16.6089 5.5558C16.6367 5.65524 16.6903 5.74553 16.7644 5.81744L19.4606 8.44186L18.8247 12.1489L18.8171 12.2131C18.811 12.3163 18.8325 12.4193 18.8792 12.5115C18.926 12.6037 18.9965 12.6818 19.0833 12.7378C19.1702 12.7939 19.2704 12.8258 19.3737 12.8303C19.477 12.8349 19.5797 12.8119 19.6711 12.7638L22.9996 11.0138L26.3206 12.7638L26.3789 12.7906C26.4752 12.8285 26.5798 12.8402 26.6821 12.8243C26.7843 12.8084 26.8806 12.7657 26.9608 12.7003C27.0411 12.635 27.1026 12.5495 27.1389 12.4526C27.1752 12.3557 27.1851 12.2509 27.1676 12.1489L26.5311 8.44186L29.2285 5.81686L29.274 5.76728C29.339 5.68722 29.3816 5.59137 29.3975 5.48949C29.4134 5.38761 29.402 5.28333 29.3644 5.18729C29.3269 5.09124 29.2646 5.00686 29.1838 4.94274C29.1031 4.87862 29.0068 4.83706 28.9047 4.82228L25.1831 4.28211L23.5194 0.910443C23.4713 0.812755 23.3967 0.730494 23.3043 0.672971C23.2118 0.615448 23.1051 0.584961 22.9961 0.584961C22.8872 0.584961 22.7805 0.615448 22.688 0.672971C22.5956 0.730494 22.521 0.812755 22.4729 0.910443L20.8086 4.28211Z' fill='%23F59E0B'/%3E%3Cpath d='M36.8086 4.28211L33.087 4.82169L33.0211 4.83511C32.9213 4.8616 32.8303 4.9141 32.7575 4.98724C32.6846 5.06039 32.6324 5.15156 32.6063 5.25145C32.5803 5.35134 32.5811 5.45636 32.6089 5.5558C32.6367 5.65524 32.6903 5.74553 32.7644 5.81744L35.4606 8.44186L34.8247 12.1489L34.8171 12.2131C34.811 12.3163 34.8325 12.4193 34.8792 12.5115C34.926 12.6037 34.9965 12.6818 35.0833 12.7378C35.1702 12.7939 35.2704 12.8258 35.3737 12.8303C35.477 12.8349 35.5797 12.8119 35.6711 12.7638L38.9996 11.0138L42.3206 12.7638L42.3789 12.7906C42.4752 12.8285 42.5798 12.8402 42.6821 12.8243C42.7843 12.8084 42.8806 12.7657 42.9608 12.7003C43.0411 12.635 43.1026 12.5495 43.1389 12.4526C43.1752 12.3557 43.1851 12.2509 43.1676 12.1489L42.5311 8.44186L45.2285 5.81686L45.274 5.76728C45.339 5.68722 45.3816 5.59137 45.3975 5.48949C45.4134 5.38761 45.402 5.28333 45.3644 5.18729C45.3269 5.09124 45.2646 5.00686 45.1838 4.94274C45.1031 4.87862 45.0068 4.83706 44.9047 4.82228L41.1831 4.28211L39.5194 0.910443C39.4713 0.812755 39.3967 0.730494 39.3043 0.672971C39.2118 0.615448 39.1051 0.584961 38.9961 0.584961C38.8872 0.584961 38.7805 0.615448 38.688 0.672971C38.5956 0.730494 38.521 0.812755 38.4729 0.910443L36.8086 4.28211Z' fill='%23F59E0B'/%3E%3Cpath d='M52.8086 4.28211L49.087 4.82169L49.0211 4.83511C48.9213 4.8616 48.8303 4.9141 48.7575 4.98724C48.6846 5.06039 48.6324 5.15156 48.6063 5.25145C48.5803 5.35134 48.5811 5.45636 48.6089 5.5558C48.6367 5.65524 48.6903 5.74553 48.7644 5.81744L51.4606 8.44186L50.8247 12.1489L50.8171 12.2131C50.811 12.3163 50.8325 12.4193 50.8792 12.5115C50.926 12.6037 50.9965 12.6818 51.0833 12.7378C51.1702 12.7939 51.2704 12.8258 51.3737 12.8303C51.477 12.8349 51.5797 12.8119 51.6711 12.7638L54.9996 11.0138L58.3206 12.7638L58.3789 12.7906C58.4752 12.8285 58.5798 12.8402 58.6821 12.8243C58.7843 12.8084 58.8806 12.7657 58.9608 12.7003C59.0411 12.635 59.1026 12.5495 59.1389 12.4526C59.1752 12.3557 59.1851 12.2509 59.1676 12.1489L58.5311 8.44186L61.2285 5.81686L61.274 5.76728C61.339 5.68722 61.3816 5.59137 61.3975 5.48949C61.4134 5.38761 61.402 5.28333 61.3644 5.18729C61.3269 5.09124 61.2646 5.00686 61.1838 4.94274C61.1031 4.87862 61.0068 4.83706 60.9047 4.82228L57.1831 4.28211L55.5194 0.910443C55.4713 0.812755 55.3967 0.730494 55.3043 0.672971C55.2118 0.615448 55.1051 0.584961 54.9961 0.584961C54.8872 0.584961 54.7805 0.615448 54.688 0.672971C54.5956 0.730494 54.521 0.812755 54.4729 0.910443L52.8086 4.28211Z' fill='%23F59E0B'/%3E%3Cpath d='M68.8086 4.28211L65.087 4.82169L65.0211 4.83511C64.9213 4.8616 64.8303 4.9141 64.7575 4.98724C64.6846 5.06039 64.6324 5.15156 64.6063 5.25145C64.5803 5.35134 64.5811 5.45636 64.6089 5.5558C64.6367 5.65524 64.6903 5.74553 64.7644 5.81744L67.4606 8.44186L66.8247 12.1489L66.8171 12.2131C66.811 12.3163 66.8325 12.4193 66.8792 12.5115C66.926 12.6037 66.9965 12.6818 67.0833 12.7378C67.1702 12.7939 67.2704 12.8258 67.3737 12.8303C67.477 12.8349 67.5797 12.8119 67.6711 12.7638L70.9996 11.0138L74.3206 12.7638L74.3789 12.7906C74.4752 12.8285 74.5798 12.8402 74.6821 12.8243C74.7843 12.8084 74.8806 12.7657 74.9608 12.7003C75.0411 12.635 75.1026 12.5495 75.1389 12.4526C75.1752 12.3557 75.1851 12.2509 75.1676 12.1489L74.5311 8.44186L77.2285 5.81686L77.274 5.76728C77.339 5.68722 77.3816 5.59137 77.3975 5.48949C77.4134 5.38761 77.402 5.28333 77.3644 5.18729C77.3269 5.09124 77.2646 5.00686 77.1838 4.94274C77.1031 4.87862 77.0068 4.83706 76.9047 4.82228L73.1831 4.28211L71.5194 0.910443C71.4713 0.812755 71.3967 0.730494 71.3043 0.672971C71.2118 0.615448 71.1051 0.584961 70.9961 0.584961C70.8872 0.584961 70.7805 0.615448 70.688 0.672971C70.5956 0.730494 70.521 0.812755 70.4729 0.910443L68.8086 4.28211Z' fill='%23F59E0B'/%3E%3C/svg%3E%0A");}
.ji-refs__top-item a {color: #111110;}

#footer .ji-refs__top-item a {color: #fff;text-decoration: underline;}
#footer .ji-refs__top-item a:hover {text-decoration: none;}
#footer .ji-refs__top-item div {color: #fff;}

.ji-refs__inner {margin: 0 -12px;}
.ji-refs__inner .slick-slide {padding: 0 12px;}
.ji-refs__item {border: 1px solid #D8D7D2;border-radius: 8px;background-color: #fff;overflow: hidden;}
.ji-refs__image img {width: 100%;height: 100%;object-fit: cover;}
.ji-refs__content {padding: 16px;padding-top: 8px;}
.ji-refs__title {font-size: 16px;font-weight: bold;color: #060644;position: relative;padding-right: 22px;display: inline-flex;}
.ji-refs__title.--verifed::after {content: "";display: block;position: absolute;right: 0;top: 50%;margin-top: -9px;width: 18px;height: 18px;background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00749 1.5083C9.59083 1.50834 10.1542 1.72083 10.5922 2.10605L10.7077 2.2148L11.2312 2.7383C11.3749 2.88103 11.5625 2.97114 11.7637 2.99405L11.865 3.00005H12.615C13.2279 3.00002 13.8176 3.23448 14.2632 3.65536C14.7087 4.07623 14.9764 4.65163 15.0112 5.26355L15.015 5.40005V6.15005C15.015 6.35255 15.084 6.5498 15.2085 6.7073L15.276 6.7823L15.7987 7.3058C16.232 7.73664 16.4847 8.31651 16.5052 8.9272C16.5256 9.53789 16.3124 10.1334 15.909 10.5923L15.8002 10.7078L15.2767 11.2313C15.134 11.375 15.0439 11.5626 15.021 11.7638L15.015 11.8651V12.6151C15.015 13.228 14.7806 13.8177 14.3597 14.2632C13.9388 14.7088 13.3634 14.9764 12.7515 15.0113L12.615 15.0151H11.865C11.6628 15.0151 11.4665 15.0833 11.3077 15.2086L11.2327 15.2761L10.7092 15.7988C10.2784 16.2321 9.69852 16.4847 9.08784 16.5052C8.47715 16.5257 7.88164 16.3125 7.42274 15.9091L7.30724 15.8003L6.78374 15.2768C6.64007 15.1341 6.45246 15.044 6.25124 15.0211L6.14999 15.0151H5.39999C4.78708 15.0151 4.19737 14.7806 3.75181 14.3597C3.30625 13.9389 3.0386 13.3635 3.00374 12.7516L2.99999 12.6151V11.8651C2.99992 11.6628 2.93176 11.4665 2.80649 11.3078L2.73899 11.2328L2.21624 10.7093C1.78295 10.2785 1.53031 9.69859 1.50982 9.0879C1.48933 8.47721 1.70255 7.88171 2.10599 7.4228L2.21474 7.3073L2.73824 6.7838C2.88097 6.64013 2.97108 6.45252 2.99399 6.2513L2.99999 6.15005V5.40005L3.00374 5.26355C3.03723 4.67513 3.28606 4.11961 3.7028 3.70287C4.11955 3.28612 4.67507 3.03729 5.26349 3.0038L5.39999 3.00005H6.14999C6.3522 2.99998 6.5485 2.93182 6.70724 2.80655L6.78224 2.73905L7.30574 2.2163C7.52874 1.99197 7.79389 1.81393 8.08594 1.69243C8.37799 1.57092 8.69117 1.50835 9.00749 1.5083ZM11.7802 6.9698C11.6396 6.8292 11.4489 6.75021 11.25 6.75021C11.0511 6.75021 10.8604 6.8292 10.7197 6.9698L8.24999 9.4388L7.28024 8.4698L7.20974 8.40755C7.05899 8.29099 6.86954 8.23618 6.67984 8.25425C6.49015 8.27232 6.31445 8.36192 6.18842 8.50484C6.0624 8.64777 5.9955 8.8333 6.00132 9.02376C6.00713 9.21423 6.08523 9.39533 6.21974 9.5303L7.71974 11.0303L7.79024 11.0926C7.93454 11.2045 8.11473 11.2599 8.297 11.2485C8.47927 11.237 8.65109 11.1594 8.78024 11.0303L11.7802 8.0303L11.8425 7.9598C11.9544 7.8155 12.0099 7.63531 11.9984 7.45304C11.9869 7.27077 11.9094 7.09895 11.7802 6.9698Z' fill='%230054A3'/%3E%3C/svg%3E%0A");}
.ji-refs__item time {color: #4E4D4A;width: 100%;display: block;font-size: 14px;margin-bottom: 4px;}
.ji-refs__item p {font-size: 14px;font-weight: 400;color: #4E4D4A;margin-bottom: 0!important;}
.ji-refs__stars {font-weight: bold;font-size: 16px;display: flex;align-items: center;line-height: 1;margin-bottom: 10px;}
.ji-refs__stars::after {content: "";margin-left: 6px;width: 96px;height: 19px;background-image: url("data:image/svg+xml,%3Csvg width='96' height='19' viewBox='0 0 96 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49518 6.39328L1.24184 7.00995L1.16651 7.02528C1.05247 7.05556 0.948507 7.11555 0.865239 7.19915C0.78197 7.28274 0.72238 7.38694 0.692552 7.5011C0.662724 7.61526 0.663729 7.73529 0.695462 7.84893C0.727196 7.96257 0.788522 8.06576 0.873177 8.14795L3.95451 11.1473L3.22784 15.3839L3.21918 15.4573C3.2122 15.5752 3.23669 15.6929 3.29014 15.7983C3.3436 15.9037 3.4241 15.9929 3.5234 16.057C3.6227 16.121 3.73724 16.1575 3.85528 16.1627C3.97332 16.1679 4.09062 16.1416 4.19518 16.0866L7.99918 14.0866L11.7945 16.0866L11.8612 16.1173C11.9712 16.1606 12.0908 16.1739 12.2077 16.1558C12.3246 16.1377 12.4345 16.0888 12.5262 16.0141C12.618 15.9395 12.6882 15.8418 12.7297 15.731C12.7713 15.6203 12.7826 15.5005 12.7625 15.3839L12.0352 11.1473L15.1178 8.14728L15.1698 8.09062C15.2441 7.99913 15.2928 7.88958 15.311 7.77315C15.3292 7.65671 15.3161 7.53753 15.2732 7.42777C15.2303 7.318 15.1591 7.22157 15.0668 7.14829C14.9745 7.07501 14.8645 7.02751 14.7478 7.01062L10.4945 6.39328L8.59318 2.53995C8.53816 2.4283 8.45299 2.33429 8.3473 2.26855C8.24162 2.20281 8.11964 2.16797 7.99518 2.16797C7.87071 2.16797 7.74874 2.20281 7.64305 2.26855C7.53737 2.33429 7.45219 2.4283 7.39718 2.53995L5.49518 6.39328Z' fill='%23F59E0B'/%3E%3Cpath d='M25.4952 6.39328L21.2418 7.00995L21.1665 7.02528C21.0525 7.05556 20.9485 7.11555 20.8652 7.19915C20.782 7.28274 20.7224 7.38694 20.6926 7.5011C20.6627 7.61526 20.6637 7.73529 20.6955 7.84893C20.7272 7.96257 20.7885 8.06576 20.8732 8.14795L23.9545 11.1473L23.2278 15.3839L23.2192 15.4573C23.2122 15.5752 23.2367 15.6929 23.2901 15.7983C23.3436 15.9037 23.4241 15.9929 23.5234 16.057C23.6227 16.121 23.7372 16.1575 23.8553 16.1627C23.9733 16.1679 24.0906 16.1416 24.1952 16.0866L27.9992 14.0866L31.7945 16.0866L31.8612 16.1173C31.9712 16.1606 32.0908 16.1739 32.2077 16.1558C32.3246 16.1377 32.4345 16.0888 32.5262 16.0141C32.618 15.9395 32.6882 15.8418 32.7297 15.731C32.7713 15.6203 32.7826 15.5005 32.7625 15.3839L32.0352 11.1473L35.1178 8.14728L35.1698 8.09062C35.2441 7.99913 35.2928 7.88958 35.311 7.77315C35.3292 7.65671 35.3161 7.53753 35.2732 7.42777C35.2303 7.318 35.1591 7.22157 35.0668 7.14829C34.9745 7.07501 34.8645 7.02751 34.7478 7.01062L30.4945 6.39328L28.5932 2.53995C28.5382 2.4283 28.453 2.33429 28.3473 2.26855C28.2416 2.20281 28.1196 2.16797 27.9952 2.16797C27.8707 2.16797 27.7487 2.20281 27.6431 2.26855C27.5374 2.33429 27.4522 2.4283 27.3972 2.53995L25.4952 6.39328Z' fill='%23F59E0B'/%3E%3Cpath d='M45.4952 6.39328L41.2418 7.00995L41.1665 7.02528C41.0525 7.05556 40.9485 7.11555 40.8652 7.19915C40.782 7.28274 40.7224 7.38694 40.6926 7.5011C40.6627 7.61526 40.6637 7.73529 40.6955 7.84893C40.7272 7.96257 40.7885 8.06576 40.8732 8.14795L43.9545 11.1473L43.2278 15.3839L43.2192 15.4573C43.2122 15.5752 43.2367 15.6929 43.2901 15.7983C43.3436 15.9037 43.4241 15.9929 43.5234 16.057C43.6227 16.121 43.7372 16.1575 43.8553 16.1627C43.9733 16.1679 44.0906 16.1416 44.1952 16.0866L47.9992 14.0866L51.7945 16.0866L51.8612 16.1173C51.9712 16.1606 52.0908 16.1739 52.2077 16.1558C52.3246 16.1377 52.4345 16.0888 52.5262 16.0141C52.618 15.9395 52.6882 15.8418 52.7297 15.731C52.7713 15.6203 52.7826 15.5005 52.7625 15.3839L52.0352 11.1473L55.1178 8.14728L55.1698 8.09062C55.2441 7.99913 55.2928 7.88958 55.311 7.77315C55.3292 7.65671 55.3161 7.53753 55.2732 7.42777C55.2303 7.318 55.1591 7.22157 55.0668 7.14829C54.9745 7.07501 54.8645 7.02751 54.7478 7.01062L50.4945 6.39328L48.5932 2.53995C48.5382 2.4283 48.453 2.33429 48.3473 2.26855C48.2416 2.20281 48.1196 2.16797 47.9952 2.16797C47.8707 2.16797 47.7487 2.20281 47.6431 2.26855C47.5374 2.33429 47.4522 2.4283 47.3972 2.53995L45.4952 6.39328Z' fill='%23F59E0B'/%3E%3Cpath d='M65.4952 6.39328L61.2418 7.00995L61.1665 7.02528C61.0525 7.05556 60.9485 7.11555 60.8652 7.19915C60.782 7.28274 60.7224 7.38694 60.6926 7.5011C60.6627 7.61526 60.6637 7.73529 60.6955 7.84893C60.7272 7.96257 60.7885 8.06576 60.8732 8.14795L63.9545 11.1473L63.2278 15.3839L63.2192 15.4573C63.2122 15.5752 63.2367 15.6929 63.2901 15.7983C63.3436 15.9037 63.4241 15.9929 63.5234 16.057C63.6227 16.121 63.7372 16.1575 63.8553 16.1627C63.9733 16.1679 64.0906 16.1416 64.1952 16.0866L67.9992 14.0866L71.7945 16.0866L71.8612 16.1173C71.9712 16.1606 72.0908 16.1739 72.2077 16.1558C72.3246 16.1377 72.4345 16.0888 72.5262 16.0141C72.618 15.9395 72.6882 15.8418 72.7297 15.731C72.7713 15.6203 72.7826 15.5005 72.7625 15.3839L72.0352 11.1473L75.1178 8.14728L75.1698 8.09062C75.2441 7.99913 75.2928 7.88958 75.311 7.77315C75.3292 7.65671 75.3161 7.53753 75.2732 7.42777C75.2303 7.318 75.1591 7.22157 75.0668 7.14829C74.9745 7.07501 74.8645 7.02751 74.7478 7.01062L70.4945 6.39328L68.5932 2.53995C68.5382 2.4283 68.453 2.33429 68.3473 2.26855C68.2416 2.20281 68.1196 2.16797 67.9952 2.16797C67.8707 2.16797 67.7487 2.20281 67.6431 2.26855C67.5374 2.33429 67.4522 2.4283 67.3972 2.53995L65.4952 6.39328Z' fill='%23F59E0B'/%3E%3Cpath d='M85.4952 6.39328L81.2418 7.00995L81.1665 7.02528C81.0525 7.05556 80.9485 7.11555 80.8652 7.19915C80.782 7.28274 80.7224 7.38694 80.6926 7.5011C80.6627 7.61526 80.6637 7.73529 80.6955 7.84893C80.7272 7.96257 80.7885 8.06576 80.8732 8.14795L83.9545 11.1473L83.2278 15.3839L83.2192 15.4573C83.2122 15.5752 83.2367 15.6929 83.2901 15.7983C83.3436 15.9037 83.4241 15.9929 83.5234 16.057C83.6227 16.121 83.7372 16.1575 83.8553 16.1627C83.9733 16.1679 84.0906 16.1416 84.1952 16.0866L87.9992 14.0866L91.7945 16.0866L91.8612 16.1173C91.9712 16.1606 92.0908 16.1739 92.2077 16.1558C92.3246 16.1377 92.4345 16.0888 92.5262 16.0141C92.618 15.9395 92.6882 15.8418 92.7297 15.731C92.7713 15.6203 92.7826 15.5005 92.7625 15.3839L92.0352 11.1473L95.1178 8.14728L95.1698 8.09062C95.2441 7.99913 95.2928 7.88958 95.311 7.77315C95.3292 7.65671 95.3161 7.53753 95.2732 7.42777C95.2303 7.318 95.1591 7.22157 95.0668 7.14829C94.9745 7.07501 94.8645 7.02751 94.7478 7.01062L90.4945 6.39328L88.5932 2.53995C88.5382 2.4283 88.453 2.33429 88.3473 2.26855C88.2416 2.20281 88.1196 2.16797 87.9952 2.16797C87.8707 2.16797 87.7487 2.20281 87.6431 2.26855C87.5374 2.33429 87.4522 2.4283 87.3972 2.53995L85.4952 6.39328Z' fill='%23F59E0B'/%3E%3C/svg%3E%0A");}

.ji-refs__content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.5;
}

/* Stav: Sbaleno */
.ji-refs__content.is-collapsed {
    max-height: 250px !important; /* Force výšku přes JS styl */
}

.ji-refs__content.is-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 2;
}

/* Tlačítko */
.ji-read-more-btn {
    display: block;
    margin: 10px 0;
    padding: 8px 15px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.2s;
    margin: auto;
    margin-bottom: 10px;
}
.is-collapsed + .ji-read-more-btn {margin: -33px auto 10px auto;z-index: 3;position: relative;}

.ji-read-more-btn:hover {
    background: #e0e0e0;
}

@media (max-width: 767px) {
  .ji-refs {padding: 32px 0;}
  .ji-refs__inner {padding-bottom: 0px;margin: 0 -16px;}
  .ji-refs__inner .slick-list {padding-right: 95px;padding-left: 16px;}
  .ji-refs__inner .slick-slide {padding: 0 16px 0 0;}

  .ji-refs__top {flex-direction: column;}
  .ji-refs__top-left {text-align: center;}
  .ji-refs__top-right {flex-direction: column;align-items: flex-start;gap: 8px;padding-top: 28px;}
  .ji-refs::after {background-position: left 16px top 10px;background-size: 55px;}
  .ji-refs::before {right: 16px;bottom: auto;top: 190px;width: 55px;height: 44px;background-size: contain;background-repeat: no-repeat;}

  .ji-refs .slick-arrow {margin-top: 0;top: 20%;}
}

/* Why block */
.ji-why__wrap {padding: 48px 0;position: relative;}
.ji-why__wrap::after {content: "";display: block;background: #FAF8FF;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.ji-why {display: flex;flex-flow: row wrap;justify-content: space-between;padding: 48px 32px 32px 32px;color: #fff;border-radius: 8px;background-image: url(../img/why-bg.png);background-position: center;background-position: cover;}
.ji-why h3 {width: 100%;text-align: center;color: #fff;margin: 0 0 32px 0;font-weight: 600;}
.ji-why__item {width: calc(16.6666% - 24px);text-align: center;}
.ji-why__item p {font-size: 14px;}
.ji-why__item img {margin-bottom: 8px;}
.ji-why__title {font-size: 18px;font-weight: 700;margin-bottom: 4px;}

@media (max-width: 1199px) {
  .ji-why__item {width: calc(33.333% - 24px);}
}
@media (max-width: 767px) {
  .ji-why {padding: 16px;padding-top: 32px;}
  .ji-why__wrap {padding: 32px 0;}
  .ji-why__item p {font-size: 13px;}
  .ji-why__title {font-size: 16px;}
  .ji-why__item {width: calc(50% - 12px);margin: 6px 0 12px 0;}
}

/* Wrote about */
.ji-wrote {text-align: center;position: relative;padding: 48px 0;}
.ji-wrote h3 {margin: 0 0 24px 0;}
.ji-wrote::before {content: "";display: block;background: #D8D7D2;background-repeat: no-repeat;height: 1px;left: calc(50% - 50dvw);width: calc(100dvw);position: absolute;top: 0;z-index: 0;}
.ji-wrote__inner {display: flex;justify-content: center;margin-top: 0;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;}
.ji-wrote__item {border-radius: 8px;overflow: hidden;flex: 0 0 calc(var(--ji-column-span, 1) * ((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns) + var(--ji-gap, 0px)) - var(--ji-gap, 0px));margin: 0 0 20px 0;--ji-column-span: 1;position: relative;}
.ji-wrote__item>img {height: 100%;width: 100%;object-fit: cover;}
.ji-wrote__item:hover .ji-wrote__box {}
.ji-wrote__item:hover img {opacity: 0.8;}
.ji-wrote__box {position: absolute;bottom: 0;left: 0;background-color: #fff;border-radius: 0 8px 0 0;max-width: calc(100% - 64px);padding: 16px;padding-left: 0;text-align: left;font-size: 22px;font-weight: 600;line-height: 1.3;}
.ji-wrote__box img {display: block;margin-bottom: 13px;}

@media (min-width: 768px) and (max-width: 991px) {
  .ji-wrote__inner {--ji-columns: 2;--ji-gap: 12px;}
  .ji-wrote__item:nth-of-type(3) {display: none;}
  .ji-wrote__box {font-size: 18px;}
}

@media (max-width: 767px) {
  .ji-wrote {padding: 32px 0;}
  .ji-wrote .slick-list {padding-right: 85px;padding-left: 16px;margin-inline: -16px;width: calc(100% + 32px);min-width: calc(100% + 32px)!important;}
  .ji-wrote__box {position: static;font-size: 17px;max-width: 100%;}
  .ji-wrote__item {padding-right: 16px;}
}

/* HP blog */
.blog-wrapper .homepage-group-title {display: none;}

#newsWrapper {display: flex;margin-top: 0;justify-content: flex-start;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;}
#newsWrapper .news-item {flex: 0 0 calc(var(--ji-column-span, 1) * ((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns) + var(--ji-gap, 0px)) - var(--ji-gap, 0px));margin: 0 0 20px 0;--ji-column-span: 1;}
#newsWrapper .news-item>a {display: block;}
#newsWrapper .news-item time {display: none;}
#newsWrapper h2 {font-size: 18px;}
#newsWrapper h2 a:hover {text-decoration: underline;}
#newsWrapper .news-item .news-item-link-img, #newsWrapper .news-item .image {margin-bottom: 8px;border-radius: 8px;max-height: 280px;height: 100%;overflow: hidden;display: flex;align-items: center;}
#newsWrapper .news-item .news-item-link-img img, #newsWrapper .news-item .image img {height: 100%;width: 100%;object-fit: cover;margin: 0;}
#newsWrapper .news-item .news-item-link-img:hover, #newsWrapper .news-item .image:hover {opacity: 0.9;}

.news-item .text .title {font-size: 18px;margin: 0 0 8px 0;font-weight: 600;line-height: 1.4;color: #060644;}
.news-item .text {padding: 8px 0;text-align: left;}
.news-item a {text-decoration: none;}
.news-item .text .description {color: #4E4D4A;margin: 0 0 12px 0;font-size: 16px;}
.blog-wrapper .news-item .read-article {display: inline-block;color: #9A7CDE;align-items: center;position: relative;}
.blog-wrapper .news-item .read-article::after {content: "";position: absolute;right:0;top: 50%;margin-top: -10px;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16667 9.99984H15.8333M15.8333 9.99984L12.5 13.3332M15.8333 9.99984L12.5 6.6665' stroke='%23060644' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.news-item .read-article {text-decoration: underline;padding-right: 24px;}
.news-item .read-article::after {}
.news-item .read-article:hover {text-decoration: none;}

.blog-block {padding: 40px 0;text-align: center;}
.blog-block .eshop-title {margin: 0 0 24px 0;}
.homepage-blog-wrapper {display: flex;gap: 16px;margin: 0;padding: 0;}
.homepage-blog-wrapper::before {display: none;}
.homepage-blog-wrapper::after {display: none;}
.homepage-blog-wrapper .h4 {display: none;}


.blog-wrapper .news-item {padding: 0;}

@media (max-width: 991px) {
  .homepage-blog-wrapper {padding-bottom: 15px;}

  #newsWrapper {--ji-columns: 2;}
  #newsWrapper .news-item {margin-bottom: 0;}
  .homepage-blog-wrapper .news-item:nth-of-type(3) {display: none;}
}
@media (max-width: 767px) {
  .homepage-blog-wrapper .news-item:nth-of-type(2) {width: 100%!important;}
  .homepage-blog-wrapper .news-item:nth-of-type(+n+3) {display: none;}
  .news-item .text {padding: 8px 0;}

  #newsWrapper {--ji-columns: 1;--ji-gap: 24px;}
  #newsWrapper h2 {margin-bottom: 8px;font-size: 16px;}
  #newsWrapper p {margin-bottom: 8px!important;}
}

/* Pagination */
.goToTop a {display: none;}
.itemsTotal {display: none;}
.pagination {margin-left: 0;}
.listingControls {margin: 18px 0 48px 0;}
.type-category .listingControls:not(:has(.pagination)) {margin-block: 0 34px;}
.pagination__list {gap: 8px;}
.pagination .pagination__link, .pagination__currentPage {border: 1px solid #DEC7BA!important;height: 36px;width: 36px;min-height: 36px;border-radius: 8px;color: #060644!important;}
.pagination .pagination__link:hover {background-color: #F7F1EE!important;}
.pagination__currentPage {background-color: #FAF8FF;border: 0!important;font-weight: bold;}

.loadMore .loadMore__button {background-color: #fff;color: #060644;}

.pagination__link--next:before, .pagination__link--prev:before {color: #060644;font-size: 11px;}

.pagination__list .btn.btn-secondary:hover {box-shadow: initial;transform: initial;}

@media (max-width: 767px) {
  body.type-category .listingControls {margin: 0;}
}

body.type-category .content-wrapper-in {flex-direction: column;}

/* Category block */
.category-blocks {display: flex;flex-flow: row wrap;justify-content: space-between;padding: 48px 0;}
.category-blocks__item {width: calc(50% - 12px);background-color: #FAF8FF;border-radius: 8px;display: flex;align-items: center;overflow: hidden;position: relative;}
.category-blocks__item::after {content: "";width: 171px;height: 119px;position: absolute;left: 50%;margin-left: -85px;bottom: 0;background-image: url("data:image/svg+xml,%3Csvg width='171' height='119' viewBox='0 0 171 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.1855 60.812C43.1856 37.0375 54.7795 15.9235 72.6162 2.88818C32.2179 8.08172 1 42.5801 1 84.355C1.00022 129.754 37.7933 166.547 83.1924 166.547V167.547L82.1172 167.541C37.0194 166.97 0.578035 130.528 0.00683594 85.4302L0 84.355C0 40.7283 33.6359 4.94369 76.4092 1.48584C57.0164 14.0809 44.1857 35.9751 44.1855 60.812C44.1855 99.5577 75.3575 131.033 113.987 131.522L114.901 131.528C132.352 131.528 148.287 125.244 160.617 114.812C148.449 145.697 118.388 167.547 83.1924 167.547V166.547C116.574 166.547 145.279 146.65 158.158 118.058C146.134 127.143 131.166 132.528 114.901 132.528C75.2984 132.528 43.1855 100.415 43.1855 60.812Z' fill='%23060644'/%3E%3Cpath d='M125.383 74.8919C125.937 75.7611 126.485 76.6345 127.025 77.5129C126.47 76.6438 125.923 75.7695 125.383 74.8919ZM87.5087 14.3774C90.7011 19.3998 94.1209 24.2703 97.7597 28.9868C99.1279 30.7079 100.731 32.1496 102.57 33.3266C104.424 34.489 106.426 35.3283 108.559 35.8139C110.693 36.3141 112.841 36.4312 115.018 36.1811C117.06 35.9604 119.011 35.4171 120.872 34.5619L121.243 34.3861C126.504 31.7931 131.616 28.9561 136.608 25.8862C131.666 29.0328 126.88 32.4005 122.243 35.9906C120.522 37.3442 119.079 38.9474 117.917 40.8012C116.74 42.6551 115.901 44.6422 115.416 46.7758L115.329 47.1761C114.915 49.1795 114.813 51.208 115.048 53.2494C115.298 55.427 115.887 57.5023 116.844 59.4739C119.46 64.7442 122.301 69.8862 125.383 74.8919C122.225 69.9371 118.844 65.1306 115.239 60.4739C113.885 58.7525 112.282 57.3102 110.428 56.1331C108.588 54.9561 106.587 54.1323 104.454 53.6468C102.321 53.1466 100.158 53.0286 97.995 53.264C95.8174 53.5141 93.7421 54.1181 91.7705 55.0746C86.446 57.6989 81.273 60.5721 76.2236 63.6849C80.8648 60.7313 85.3673 57.5983 89.7294 54.2611L90.7558 53.4701C92.4772 52.1164 93.9333 50.5124 95.0956 48.6586C96.2727 46.8046 97.0973 44.8185 97.5976 42.6849C98.0528 40.6847 98.1976 38.6585 98.0077 36.6186L97.9648 36.2113C97.7146 34.0337 97.1263 31.9584 96.1699 29.9868C93.5202 24.6493 90.6297 19.4433 87.5087 14.3774ZM76.2236 63.6849C75.3922 64.214 74.5571 64.7385 73.7168 65.2562C74.549 64.7258 75.3847 64.2021 76.2236 63.6849ZM97.2617 29.9594C98.156 31.9138 98.7136 33.9613 98.9589 36.0971C99.2224 38.391 99.0818 40.6673 98.5722 42.9066L98.5712 42.9135C98.0461 45.1529 97.1791 47.2436 95.9404 49.1947C94.7847 51.0368 93.3531 52.6425 91.6767 54.0121C93.6474 53.1001 95.7169 52.5194 97.8808 52.2709L97.8867 52.2699C100.158 52.0227 102.435 52.1462 104.683 52.6732H104.682C106.92 53.1833 109.026 54.0499 110.964 55.2894L111.326 55.5247C113.006 56.6406 114.487 57.9738 115.765 59.5325C114.862 57.5689 114.301 55.5107 114.055 53.3636C113.791 51.0695 113.932 48.7926 114.441 46.5531C114.953 44.3051 115.837 42.2133 117.073 40.266C118.222 38.4339 119.632 36.8321 121.301 35.4643C119.342 36.366 117.285 36.9408 115.132 37.1742L115.133 37.1752C112.843 37.4382 110.579 37.3146 108.331 36.7875V36.7865C106.087 36.2751 103.984 35.3932 102.04 34.1742L102.031 34.1694C100.226 33.0142 98.6355 31.6139 97.2617 29.9594ZM139.297 24.2045C138.405 24.773 137.508 25.3328 136.608 25.8862C137.499 25.3187 138.395 24.7576 139.297 24.2045ZM85.9882 11.9478C86.5012 12.7539 87.0076 13.564 87.5087 14.3774C86.9963 13.5713 86.4889 12.7618 85.9882 11.9478Z' fill='%23060644'/%3E%3Cpath d='M163.496 53.5163C163.756 53.926 164.013 54.3374 164.267 54.7507C164.007 54.3413 163.75 53.9296 163.496 53.5163ZM144.25 22.7593C145.878 25.3207 147.615 27.7958 149.464 30.1929C150.155 31.061 150.965 31.7968 151.907 32.3853C152.834 32.9885 153.849 33.4008 154.923 33.6509C155.875 33.8698 156.828 33.9426 157.791 33.8785L158.204 33.8424C159.308 33.7246 160.353 33.4158 161.353 32.9302C164.062 31.5951 166.703 30.127 169.27 28.5376C166.723 30.1617 164.244 31.895 161.853 33.7388C160.985 34.4304 160.25 35.2405 159.661 36.1822L159.448 36.5338C158.969 37.3637 158.614 38.2581 158.395 39.1979C158.145 40.2866 158.086 41.3757 158.204 42.4791C158.336 43.5827 158.645 44.628 159.116 45.6285C160.459 48.3266 161.923 50.9585 163.496 53.5163C161.886 50.979 160.157 48.5101 158.307 46.1286C157.631 45.2605 156.807 44.5247 155.88 43.9362C155.056 43.4212 154.186 43.0304 153.253 42.7731L152.848 42.6705C151.774 42.4204 150.685 42.3614 149.582 42.4791C148.478 42.6115 147.434 42.9058 146.433 43.3912C143.728 44.7377 141.087 46.2047 138.513 47.7829C141.064 46.1696 143.53 44.4371 145.918 42.5826C146.677 41.9905 147.336 41.2855 147.883 40.4977L148.11 40.1549C148.638 39.331 149.02 38.4617 149.274 37.5279L149.376 37.1236C149.595 36.1838 149.668 35.2325 149.603 34.2701L149.567 33.857C149.45 32.7536 149.141 31.709 148.655 30.7085C147.316 27.9926 145.844 25.3427 144.25 22.7593ZM138.513 47.7829C138.109 48.0384 137.704 48.2922 137.296 48.5417C137.7 48.2862 138.106 48.0328 138.513 47.7829ZM150.347 32.4966C150.443 32.9068 150.516 33.3243 150.561 33.7506C150.69 34.9589 150.625 36.1593 150.349 37.3463L150.35 37.3473C150.076 38.5421 149.621 39.6486 148.954 40.69C148.73 41.0422 148.486 41.3805 148.223 41.7047C148.63 41.6097 149.043 41.5373 149.463 41.4869L149.475 41.485L149.929 41.4459C150.984 41.3755 152.033 41.4545 153.071 41.6959H153.072C154.125 41.9379 155.102 42.3298 156.019 42.8551L156.409 43.0885L156.416 43.0914C156.768 43.3149 157.106 43.5597 157.43 43.8219C157.335 43.4215 157.262 43.0138 157.212 42.5983L157.21 42.5856C157.081 41.3752 157.145 40.1746 157.421 38.9742L157.422 38.9713C157.663 37.9354 158.053 36.9488 158.582 36.0338L158.816 35.6461C159.04 35.2883 159.284 34.9486 159.545 34.6256C159.141 34.7193 158.73 34.7917 158.31 34.8365C157.1 34.9656 155.899 34.9013 154.699 34.6256L154.696 34.6246C153.525 34.3519 152.404 33.9004 151.374 33.232C151.37 33.2294 151.365 33.2268 151.361 33.2242V33.2232C151.005 32.9999 150.668 32.7567 150.347 32.4966ZM170.476 27.7798C170.076 28.0356 169.674 28.2878 169.27 28.5376C169.671 28.2825 170.072 28.0295 170.476 27.7798ZM143.505 21.5708C143.756 21.9653 144.004 22.3616 144.25 22.7593C143.999 22.365 143.75 21.9692 143.505 21.5708Z' fill='%23060644'/%3E%3Cpath d='M125.077 19.5205C125.233 19.766 125.387 20.0125 125.539 20.2607C125.383 20.0149 125.229 19.7681 125.077 19.5205ZM113.329 0.751953C114.316 2.29898 115.377 3.81082 116.505 5.26758C117.373 6.35637 118.476 7.06309 119.83 7.37207C121.198 7.68103 122.508 7.53389 123.759 6.93066C125.412 6.11656 127.021 5.21323 128.597 4.24219C127.037 5.23266 125.53 6.29879 124.067 7.43066C122.979 8.28403 122.273 9.40232 121.949 10.7559C121.64 12.1243 121.787 13.4192 122.391 14.6846C123.217 16.3374 124.109 17.9461 125.077 19.5205C124.09 17.9613 123.036 16.455 121.904 14.9932C121.036 13.8899 119.933 13.1987 118.564 12.875C117.211 12.5661 115.901 12.7132 114.65 13.3164C113.027 14.1281 111.435 15.0033 109.894 15.9512C111.424 14.9787 112.905 13.9421 114.342 12.8301C115.363 12.0162 116.047 10.9826 116.383 9.74121L116.446 9.49023C116.755 8.13667 116.608 6.82676 116.005 5.57617C115.194 3.91662 114.296 2.31182 113.329 0.751953ZM109.894 15.9512C109.622 16.1239 109.349 16.2962 109.074 16.4648C109.346 16.2913 109.619 16.1201 109.894 15.9512ZM117.573 7.53125C117.638 8.2477 117.589 8.97656 117.421 9.71289C117.253 10.4494 116.979 11.1274 116.609 11.7451C117.324 11.6812 118.052 11.7317 118.787 11.8994L118.795 11.9014C119.531 12.0755 120.206 12.3455 120.819 12.7129C120.756 12.0006 120.807 11.2747 120.974 10.5352L120.977 10.5234C121.152 9.79159 121.426 9.11517 121.798 8.5C121.081 8.56392 120.35 8.51393 119.609 8.34668H119.607C118.867 8.17762 118.189 7.90331 117.573 7.53125ZM129.335 3.78125C129.09 3.93672 128.844 4.09003 128.597 4.24219C128.841 4.08675 129.087 3.93293 129.335 3.78125ZM112.855 0C113.015 0.249509 113.173 0.500131 113.329 0.751953C113.17 0.502023 113.011 0.251717 112.855 0Z' fill='%23060644'/%3E%3C/svg%3E%0A");}
.category-block__image {width: 50%;height: 100%;}
.category-block__image img {width: 100%;height: 100%;object-fit: cover;}
.category-block__text {width: 50%;padding: 30px;}

@media (max-width: 991px) {
  .category-blocks {flex-direction: column;padding: 48px 0 32px 0;}
  .category-blocks__item {width: 100%;margin-bottom: 24px;}
}
@media (max-width: 767px) {
  .category-blocks__item {flex-direction: column;}
  .category-block__text {width: 100%;padding: 16px;}
  .category-block__text h2 {margin-top: 0;}
  .category-block__image {width: 100%;position: relative;}
  .category-block__image img {aspect-ratio: 4 / 3;object-position: top;}
  .category-blocks__item::after {display: none;}
  .category-block__image::after {content: "";position: absolute;width: 100px;height: 98px;left: auto;right: 17px;top: -60px;background-image: url("data:image/svg+xml,%3Csvg width='100' height='98' viewBox='0 0 100 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.8447 35.5703C24.8447 22.1084 31.1369 10.0894 40.9375 2.33496C18.2881 6.02692 1.00005 25.6678 1 49.3398C1 75.6651 22.3349 97 48.6602 97V98C21.7826 98 0 76.2174 0 49.3398C5.68616e-05 23.8222 19.674 2.89175 44.6924 0.869141C33.3494 8.23617 25.8447 21.0429 25.8447 35.5703L25.8584 36.6377C26.4159 58.6309 44.1464 76.3608 66.1396 76.918L67.207 76.9316C77.4139 76.9316 86.7343 73.257 93.9463 67.1553C86.8288 85.2198 69.2464 98 48.6602 98V97C67.4462 97 83.6784 86.1325 91.4463 70.334C84.5795 75.1228 76.2313 77.9316 67.207 77.9316C43.8137 77.9316 24.845 58.9636 24.8447 35.5703Z' fill='%23060644'/%3E%3Cpath d='M73.3794 43.8732C73.6888 44.3594 73.9963 44.847 74.2983 45.3381C73.9879 44.8521 73.6818 44.3637 73.3794 43.8732ZM51.1587 8.36817C53.0334 11.3203 55.0419 14.1826 57.1802 16.9541C57.9805 17.9611 58.9189 18.8047 59.9946 19.4932C61.079 20.1731 62.2496 20.6633 63.4976 20.9473C64.7455 21.2399 66.0021 21.3095 67.2759 21.1632C68.5495 21.0254 69.7633 20.6727 70.9165 20.1133L70.9604 20.2051H70.9614L70.9165 20.1133C74.0266 18.5804 77.047 16.8999 79.9966 15.0821C77.0731 16.9394 74.2428 18.9285 71.5015 21.0508C70.4945 21.8426 69.6511 22.7809 68.9712 23.8653L68.7222 24.2755C68.1631 25.2414 67.7568 26.2675 67.5083 27.3595L67.4116 27.8282C67.2085 28.9239 67.1644 30.032 67.2925 31.1466C67.4388 32.4203 67.7839 33.634 68.3433 34.7872C69.8854 37.8937 71.5607 40.924 73.3794 43.8732C71.5201 40.9514 69.5297 38.1169 67.4048 35.3722C66.613 34.3653 65.6747 33.5216 64.5903 32.8331C63.6491 32.2308 62.6356 31.7862 61.561 31.4943L61.0962 31.379C59.8483 31.0864 58.583 31.0177 57.3179 31.1554C56.0442 31.3017 54.8304 31.6546 53.6772 32.214C50.5446 33.758 47.5016 35.4493 44.5317 37.2824C47.0512 35.6809 49.5014 33.9901 51.8804 32.1964L53.0835 31.2755C54.0904 30.4837 54.9427 29.5454 55.6226 28.461C56.311 27.3766 56.7928 26.2148 57.0854 24.9669C57.334 23.8749 57.4245 22.7698 57.3452 21.6573L57.3013 21.1798C57.1549 19.9062 56.8098 18.6932 56.2505 17.5401C54.6934 14.4035 52.994 11.3444 51.1587 8.36817ZM44.5317 37.2824C44.0625 37.5806 43.5918 37.8771 43.1177 38.1691C43.5872 37.8699 44.0586 37.5744 44.5317 37.2824ZM57.9311 19.1866C58.0991 19.8004 58.221 20.4271 58.2944 21.0665C58.454 22.4564 58.3691 23.8349 58.061 25.1886L58.0591 25.1954C57.7416 26.5492 57.2174 27.8157 56.4673 28.9972C56.1247 29.543 55.7397 30.0523 55.3198 30.5294C55.9341 30.3591 56.5618 30.235 57.2036 30.1612H57.2095C58.5805 30.012 59.9574 30.0856 61.3169 30.4034H61.3179C62.6732 30.7119 63.9507 31.2374 65.1265 31.9894L65.561 32.2775C65.9466 32.5452 66.3129 32.8343 66.6626 33.1417C66.4944 32.5275 66.3728 31.9007 66.2993 31.2609C66.1396 29.8707 66.2246 28.4916 66.5327 27.1378C66.8428 25.7752 67.3786 24.5071 68.1265 23.3292C68.4686 22.784 68.8506 22.2736 69.269 21.796C68.6545 21.9649 68.0263 22.0878 67.3833 22.1573L67.3823 22.1563C66.001 22.3142 64.6335 22.2395 63.2759 21.9219V21.9229C61.9152 21.6132 60.6401 21.0786 59.4634 20.3409L59.4556 20.336C58.9153 19.9902 58.4081 19.6058 57.9311 19.1866ZM81.4761 14.1573C80.9853 14.47 80.4913 14.7771 79.9966 15.0821C80.4872 14.7703 80.9801 14.4615 81.4761 14.1573ZM50.2954 6.98828C50.5867 7.44606 50.8739 7.90638 51.1587 8.36817C50.8679 7.91024 50.5797 7.45055 50.2954 6.98828Z' fill='%23060644'/%3E%3Cpath d='M95.6284 31.2998C95.7811 31.5405 95.9326 31.7818 96.0816 32.0245C95.9289 31.784 95.7777 31.5426 95.6284 31.2998ZM84.3755 13.3164C85.3269 14.8132 86.3429 16.2593 87.4234 17.6602C87.8278 18.1678 88.3014 18.5982 88.8521 18.9424C89.3943 19.2953 89.9885 19.5363 90.6167 19.6826C91.1741 19.8107 91.7313 19.853 92.2945 19.8154L92.5357 19.7949C93.1811 19.7261 93.7923 19.5457 94.3775 19.2617C95.9642 18.4795 97.5114 17.6179 99.0152 16.6865C97.5226 17.6378 96.071 18.6542 94.6704 19.7344C94.1628 20.1388 93.7324 20.6124 93.3882 21.1631L93.2632 21.3692C92.9828 21.8546 92.776 22.3781 92.648 22.9278C92.5017 23.5646 92.4668 24.2013 92.5357 24.8467C92.6131 25.4921 92.7935 26.1033 93.0689 26.6885C93.8537 28.2656 94.7089 29.8047 95.6284 31.2998C94.6876 29.8169 93.6772 28.3735 92.5962 26.9815C92.2004 26.4738 91.7183 26.0435 91.1763 25.6992C90.6943 25.398 90.1855 25.1691 89.6392 25.0186L89.4028 24.959C88.7747 24.8127 88.138 24.7779 87.4927 24.8467C86.8473 24.9241 86.236 25.096 85.6509 25.3799C84.0727 26.1653 82.5324 27.0212 81.0308 27.9414C82.5184 27.0001 83.9562 25.9889 85.3491 24.9073C85.7934 24.5609 86.1786 24.1484 86.4985 23.6875L86.6314 23.4873C86.9842 22.9365 87.2253 22.3508 87.3716 21.7139C87.4996 21.1641 87.542 20.6079 87.5044 20.0449L87.4839 19.8037C87.4151 19.1584 87.2346 18.5471 86.9507 17.9619C86.1682 16.3746 85.3072 14.8263 84.3755 13.3164ZM81.0308 27.9414C80.7904 28.0935 80.5491 28.2442 80.3062 28.3926C80.5467 28.2406 80.7882 28.0901 81.0308 27.9414ZM88.4946 19.8965C88.5483 20.5812 88.5037 21.2638 88.3462 21.9404L88.3452 21.9395C88.1909 22.6106 87.9436 23.2391 87.5903 23.834C88.2733 23.7809 88.9544 23.8273 89.6294 23.9844H89.6284C90.3087 24.1408 90.9362 24.3979 91.523 24.7412C91.4708 24.0602 91.5176 23.3822 91.6734 22.7041V22.7012C91.8293 22.0317 92.086 21.3947 92.4341 20.8067C91.7518 20.8593 91.0725 20.8133 90.3931 20.6572H90.3902C89.7297 20.5034 89.0912 20.255 88.4946 19.8965ZM99.7134 16.249C99.4821 16.3971 99.2487 16.5419 99.0152 16.6865C99.2468 16.5389 99.4799 16.3935 99.7134 16.249ZM83.938 12.6172C84.0857 12.8492 84.2312 13.0825 84.3755 13.3164C84.2281 13.0846 84.0823 12.8515 83.938 12.6172Z' fill='%23060644'/%3E%3Cpath d='M66.0107 0C66.6648 1.05856 67.3796 2.09134 68.1455 3.08105C68.6532 3.71773 69.2983 4.13078 70.0898 4.31152C70.8901 4.49224 71.6562 4.40647 72.3877 4.05371C73.5064 3.50295 74.5909 2.88314 75.6494 2.21191C74.5823 2.86595 73.558 3.58078 72.5684 4.34668C71.9318 4.84577 71.5184 5.49947 71.3291 6.29102C71.1484 7.09138 71.2351 7.84875 71.5879 8.58887C72.1473 9.70767 72.7584 10.792 73.4297 11.8506C72.7756 10.7834 72.0697 9.75924 71.3037 8.76953C70.796 8.12412 70.15 7.7196 69.3496 7.53027C68.5579 7.34964 67.792 7.43625 67.0605 7.78906C65.9418 8.34845 64.8487 8.95961 63.7988 9.63086C64.866 8.9768 65.8902 8.27082 66.8799 7.50488C67.5168 6.99711 67.9296 6.34256 68.1104 5.55078C68.291 4.75908 68.2054 3.99319 67.8525 3.26172C67.3017 2.13431 66.682 1.04995 66.0107 0ZM69.1895 5.0752C69.1726 5.30671 69.1393 5.53977 69.0859 5.77344C69.0324 6.00816 68.96 6.23351 68.874 6.4502C69.043 6.46247 69.2126 6.48489 69.3828 6.5166L69.5723 6.55566L69.5801 6.55762C69.8124 6.61258 70.0358 6.6824 70.25 6.76758C70.2668 6.53739 70.3007 6.30518 70.3535 6.07129L70.3564 6.05859C70.4117 5.82752 70.4831 5.60475 70.5693 5.39062C70.3377 5.37382 70.1045 5.34001 69.8701 5.28711H69.8672C69.6315 5.2333 69.4059 5.1615 69.1895 5.0752Z' fill='%23060644'/%3E%3C/svg%3E%0A");}
}


/* About block */
.ji-about {position: relative;padding: 30px 0 40px 0;color: #fff;display: flex;align-items: center;flex-flow: row wrap;justify-content: space-between;}
.ji-about::before {content: "";display: block;background: #060644;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.ji-about__left {flex: 0 0 40%;}
.ji-about__left .h1 {color: #fff;margin-bottom: 10px;}
.ji-about__left .h1 span {color: #9A7CDE;}
.ji-about__left p:last-of-type {margin-bottom: 30px!important;}
.ji-about__right {flex: 0 0 50%;}
.ji-about__right img {transform: scale(1.7);position: relative;top: -10px;z-index: -1;}

@media (max-width: 767px) {
  .ji-about {flex-direction: column;}
  .ji-about__left {flex: 0 0 100%;margin-bottom: 24px;}
  .ji-about__right {flex: 0 0 100%;}
  .ji-about__right img {transform: scale(1.7);right: -50px;}
}

/* Instagram */
.instagram {text-align: center;}
.instagram .instagram__top {display: flex;align-items: center;justify-content: space-between;padding-bottom: 20px;padding-top: 48px;border-top: 1px solid #D8D7D2;}
.instagram h3.pageElement__heading {display: none;}
.instagram h3 {margin: 0;padding-left: 45px;position: relative;display: inline-flex;}
.instagram h3::before {content: "";width: 29px;height: 29px;position: absolute;left: 0;top: 50%;margin-top: -15px;background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26098_7504)'%3E%3Cpath d='M14.4995 17.1127C15.9393 17.1127 17.113 15.941 17.113 14.5002C17.113 13.9315 16.927 13.4063 16.6189 12.9774C16.1443 12.3193 15.3726 11.8877 14.5011 11.8877C13.629 11.8877 12.8578 12.3187 12.3821 12.9769C12.073 13.4058 11.8885 13.9309 11.888 14.4997C11.8864 15.9405 13.0592 17.1127 14.4995 17.1127Z' fill='black'/%3E%3Cpath d='M20.2044 11.3044V9.11448V8.78857L19.877 8.78963L17.6881 8.79646L17.6965 11.3128L20.2044 11.3044Z' fill='black'/%3E%3Cpath d='M14.5 1.4502C7.30426 1.4502 1.45 7.30445 1.45 14.5002C1.45 21.6954 7.30426 27.5502 14.5 27.5502C21.6952 27.5502 27.55 21.6954 27.55 14.5002C27.55 7.30445 21.6963 1.4502 14.5 1.4502ZM21.9218 12.9774V19.054C21.9218 20.6367 20.635 21.923 19.0533 21.923H9.94674C8.36451 21.923 7.07823 20.6367 7.07823 19.054V12.9774V9.94747C7.07823 8.36523 8.36451 7.07895 9.94674 7.07895H19.0527C20.635 7.07895 21.9218 8.36523 21.9218 9.94747V12.9774Z' fill='black'/%3E%3Cpath d='M18.5597 14.5004C18.5597 16.7381 16.7388 18.56 14.5 18.56C12.2612 18.56 10.4409 16.7381 10.4409 14.5004C10.4409 13.9621 10.5481 13.4475 10.7394 12.9775H8.52379V19.0542C8.52379 19.8395 9.16141 20.4755 9.94622 20.4755H19.0522C19.836 20.4755 20.4746 19.8395 20.4746 19.0542V12.9775H18.2579C18.4508 13.4475 18.5597 13.9621 18.5597 14.5004Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26098_7504'%3E%3Crect width='26.1' height='26.1' fill='white' transform='translate(1.45 1.4502)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.instagram h4 {display: none;}
.instagram-widget {max-width: 100%;margin-bottom: 1px;display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 8px;--ji-columns: 7;row-gap: 8px;justify-content: start;padding: 0 8px 8px 8px;}
.instagram-widget.columns-3>a {border-radius: 8px;--ji-width: calc((100% - (var(--ji-columns) - 1) * var(--ji-column-gap, 0px))/ var(--ji-columns));width: var(--ji-width);padding-bottom: calc(var(--ji-width) * 1.245283);position: relative;}
.instagram-widget.columns-3>a img {width: 100%;height: 100%;object-fit: cover;}
.instagram-widget.columns-3>a:hover img {opacity: 0.8;}
.instagram-widget>a:nth-of-type(+n+8) {display: none;}
.instagram-follow-btn {display: none;}

@media (max-width: 767px) {
  .instagram h3 {font-size: 20px;text-align: left;margin-bottom: 8px;}
  .instagram .instagram__top {flex-direction: column;align-items: flex-start;padding-top: 32px;}
  .instagram .container {padding-left: 10px;padding-right: 10px;}
  .instagram-widget {--ji-columns: 2;--ji-column-gap: 8px;padding: 0 16px 16px 16px;}
  .instagram-widget.columns-3>a:nth-of-type(+n+3) {display: none;}
}

/* Footer */
#footer {background-color: #060644;color: #fff;padding-top: 0px;position: relative;}
#footer::before {content: "";width: 102px;height: 120px;position: absolute;left: 0;top: 95px;background-image: url("data:image/svg+xml,%3Csvg width='102' height='120' viewBox='0 0 102 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M-10.4315 44.8183C-8.31569 47.48 -5.83592 49.7096 -2.99215 51.5296C-0.125628 53.3268 2.9684 54.6236 6.26718 55.3743C9.56595 56.1478 12.8875 56.3298 16.2545 55.9431C19.6215 55.5791 22.8293 54.6463 25.8778 53.1676C35.4784 48.4356 44.7605 43.1803 53.7923 37.4245C44.6695 43.021 35.8879 49.0953 27.4248 55.6473C24.7631 57.7404 22.5336 60.2201 20.7363 63.0866C18.9163 65.9531 17.6195 69.0244 16.8688 72.3232C16.118 75.6219 15.9133 78.9662 16.3 82.3332C16.6868 85.7003 17.5968 88.908 19.0755 91.9565C23.8303 101.534 29.0629 110.839 34.8187 119.848C29.2221 110.748 23.1478 101.967 16.5958 93.5036C14.5027 90.8418 12.023 88.6123 9.15645 86.7923C6.31268 84.9723 3.21865 83.6982 -0.0801233 82.9475C-3.3789 82.174 -6.72318 81.992 -10.0675 82.356C-13.4345 82.7427 -16.6423 83.6755 -19.6908 85.1543C-29.2914 89.8863 -38.5734 95.1416 -47.6053 100.897C-38.4824 95.2781 -29.7009 89.2265 -21.2605 82.6745C-18.5988 80.5815 -16.3465 78.1017 -14.5492 75.2352C-12.7292 72.3687 -11.4552 69.2974 -10.6817 65.9987C-9.93095 62.6999 -9.7262 59.3556 -10.113 55.9886C-10.4997 52.6216 -11.4097 49.4138 -12.8885 46.3653C-17.6433 36.7875 -22.8986 27.4827 -28.6316 18.4736C-23.0351 27.5737 -16.9608 36.3552 -10.4315 44.8183Z' fill='%23D0BEF2'/%3E%3Cpath d='M69.5128 46.6836C70.582 48.0259 71.8333 49.1634 73.2893 50.0734C74.7226 51.0061 76.2923 51.6432 77.9531 52.0299C79.6366 52.4167 81.3201 52.5077 83.0264 52.3257C84.7326 52.1437 86.3479 51.6659 87.8949 50.9152C92.7407 48.5264 97.45 45.8646 102 42.9526C97.4045 45.7964 92.9455 48.8676 88.6684 52.1664C87.3262 53.2357 86.1886 54.4869 85.2786 55.9429C84.3686 57.3762 83.7089 58.9459 83.3221 60.6067C82.9354 62.2902 82.8444 63.9737 83.0264 65.68C83.2311 67.3862 83.7089 69.0015 84.4369 70.5485C86.8484 75.3943 89.5102 80.1036 92.3994 84.6536C89.5784 80.0581 86.5071 75.599 83.1856 71.322C82.1391 69.9798 80.8651 68.8423 79.4318 67.9322C77.9758 67.0222 76.4288 66.3625 74.7453 65.9757C73.0845 65.589 71.401 65.498 69.6948 65.68C67.9885 65.8847 66.3732 66.3397 64.8262 67.0905C59.9804 69.502 55.2711 72.1638 50.6984 75.053C55.3166 72.232 59.7529 69.1608 64.03 65.8392C65.3722 64.7927 66.5097 63.5187 67.4197 62.0855C68.3525 60.6295 68.9895 59.0825 69.3763 57.3989C69.763 55.7382 69.854 54.0547 69.672 52.3484C69.49 50.6421 69.0123 49.0269 68.2615 47.4799C65.8727 42.6341 63.211 37.9248 60.2989 33.3521C63.1427 37.9703 66.214 42.4066 69.5128 46.6836Z' fill='%23D0BEF2'/%3E%3Cpath d='M18.5522 8.14454C19.8945 9.82806 21.6008 10.9201 23.6938 11.3978C25.8096 11.8756 27.8343 11.6481 29.7681 10.7153C32.7256 9.2593 35.5921 7.62129 38.3904 5.84678C35.5694 7.57579 32.8621 9.46405 30.2458 11.4888C28.5623 12.8083 27.4703 14.5373 26.9698 16.6303C26.4921 18.7461 26.7196 20.7481 27.6523 22.7046C29.1311 25.6621 30.7463 28.5287 32.5209 31.3269C30.7918 28.5059 28.9263 25.7986 26.9016 23.1824C25.5593 21.4761 23.853 20.4069 21.7373 19.9064C19.6443 19.4286 17.6195 19.6561 15.6857 20.5889C12.7282 22.0676 9.83892 23.6829 7.0634 25.4574C9.88442 23.7284 12.5917 21.8629 15.208 19.8381C16.8915 18.4959 17.9835 16.7668 18.4612 14.6738C18.939 12.5808 18.7115 10.5561 17.7787 8.6223C16.3227 5.64204 14.6847 2.77551 12.9102 0C14.6392 2.79826 16.5275 5.52828 18.5522 8.14454Z' fill='%23D0BEF2'/%3E%3C/g%3E%3C/svg%3E%0A");}
#footer::after {content: "";width: 108px;height: 120px;position: absolute;right: 0;top: 230px;background-image: url("data:image/svg+xml,%3Csvg width='108' height='120' viewBox='0 0 108 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M112.431 75.03C110.315 72.3682 107.836 70.1387 104.992 68.3187C102.125 66.5214 99.0313 65.2246 95.7326 64.4739C92.4338 63.7004 89.1122 63.5184 85.7452 63.9051C82.3782 64.2691 79.1704 65.2019 76.1219 66.6807C66.5213 71.4127 57.2392 76.668 48.2074 82.4237C57.3302 76.8272 66.1118 70.7529 74.5749 64.2009C77.2367 62.1079 79.4662 59.6281 81.2634 56.7616C83.0835 53.8951 84.3802 50.8238 85.131 47.5251C85.8817 44.2263 86.0865 40.882 85.6997 37.515C85.313 34.148 84.403 30.9402 82.9242 27.8917C78.1694 18.3139 72.9369 9.00908 67.1811 3.36335e-05C72.7776 9.10009 78.8519 17.8816 85.404 26.3447C87.497 29.0064 89.9768 31.236 92.8433 33.056C95.6871 34.876 98.7811 36.15 102.08 36.9007C105.379 37.6743 108.723 37.8563 112.067 37.4922C115.434 37.1055 118.642 36.1727 121.691 34.694C131.291 29.962 140.573 24.7067 149.605 18.9509C140.482 24.5702 131.701 30.6217 123.26 37.1737C120.599 39.2668 118.346 41.7465 116.549 44.613C114.729 47.4796 113.455 50.5508 112.681 53.8496C111.931 57.1484 111.726 60.4926 112.113 63.8596C112.499 67.2267 113.409 70.4344 114.888 73.4829C119.643 83.0608 124.898 92.3656 130.631 101.375C125.035 92.2746 118.96 83.493 112.431 75.03Z' fill='%23D0BEF2'/%3E%3Cpath d='M32.4872 73.1641C31.418 71.8219 30.1667 70.6844 28.7107 69.7744C27.2774 68.8416 25.7077 68.2046 24.0469 67.8178C22.3634 67.4311 20.6799 67.3401 18.9736 67.5221C17.2674 67.7041 15.6521 68.1818 14.1051 68.9326C9.25929 71.3214 4.55 73.9831 -3.5192e-05 76.8951C4.59551 74.0514 9.05454 70.9801 13.3316 67.6813C14.6738 66.6121 15.8113 65.3608 16.7214 63.9048C17.6314 62.4716 18.2911 60.9018 18.6779 59.241C19.0646 57.5575 19.1556 55.874 18.9736 54.1678C18.7689 52.4615 18.2911 50.8462 17.5631 49.2992C15.1516 44.4535 12.4898 39.7442 9.60055 35.1942C12.4216 39.7897 15.4928 44.2487 18.8144 48.5257C19.8609 49.868 21.1349 51.0055 22.5682 51.9155C24.0242 52.8255 25.5712 53.4853 27.2547 53.872C28.9155 54.2588 30.599 54.3498 32.3052 54.1678C34.0115 53.963 35.6268 53.508 37.1738 52.7573C42.0196 50.3457 46.7289 47.684 51.3016 44.7947C46.6833 47.6157 42.2471 50.687 37.97 54.0085C36.6278 55.055 35.4903 56.329 34.5803 57.7623C33.6475 59.2183 33.0105 60.7653 32.6237 62.4488C32.237 64.1096 32.146 65.7931 32.328 67.4993C32.51 69.2056 32.9877 70.8209 33.7385 72.3679C36.1273 77.2136 38.789 81.9229 41.7011 86.4957C38.8573 81.8774 35.786 77.4411 32.4872 73.1641Z' fill='%23D0BEF2'/%3E%3Cpath d='M83.4476 111.703C82.1053 110.02 80.399 108.928 78.306 108.45C76.1902 107.972 74.1655 108.2 72.2317 109.132C69.2742 110.588 66.4077 112.226 63.6094 114.001C66.4304 112.272 69.1377 110.384 71.754 108.359C73.4375 107.039 74.5295 105.31 75.03 103.217C75.5077 101.102 75.2802 99.0996 74.3475 97.1431C72.8687 94.1856 71.2535 91.3191 69.4789 88.5208C71.208 91.3418 73.0735 94.0491 75.0982 96.6654C76.4405 98.3716 78.1468 99.4409 80.2625 99.9414C82.3556 100.419 84.3803 100.192 86.3141 99.2589C89.2716 97.7801 92.1609 96.1649 94.9364 94.3904C92.1154 96.1194 89.4081 97.9849 86.7918 100.01C85.1083 101.352 84.0163 103.081 83.5386 105.174C83.0608 107.267 83.2883 109.292 84.2211 111.225C85.6771 114.206 87.3151 117.072 89.0896 119.848C87.3606 117.049 85.4723 114.319 83.4476 111.703Z' fill='%23D0BEF2'/%3E%3C/g%3E%3C/svg%3E%0A");}
.custom-footer {padding: 0;}
.footer-rows .custom-footer {padding-bottom: 0;}
.footer-rows h4 {color: #fff;}
.custom-footer {display: flex;flex-flow: row wrap;}
.custom-footer>div {width: 18.5%;min-height: 0;clear: none;float: none;}
.custom-footer>div:has(.newsletter-block) {width: 25%;padding: 0;}
.custom-footer>div .banner {margin-bottom: 0;}
.custom-footer ul li a {color: #D0BEF2;text-decoration: none!important;padding: 2px 0;padding-left: 18px;position: relative;font-size: 14px;}
.custom-footer ul li a::before {content: "";width: 10px;height: 10px;position: absolute;left: 0;top: 50%;margin-top: -5px;background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85208 0C2.07769 0.142345 2.64652 0.737013 2.86268 0.944167C5.19994 3.18334 7.26851 3.02174 10 1.64819C6.66275 4.25177 6.54216 6.32666 8.1678 10C7.27221 9.46644 6.63161 5.26543 0 7.94705C2.87659 5.64842 3.33825 3.30609 1.85208 0Z' fill='%239A7CDE'/%3E%3C/svg%3E%0A");}
.custom-footer ul li a:hover {text-decoration: underline!important;}
.footer-logo {margin-bottom: 24px;}

.custom-footer.elements-many>div:nth-child(4n+1) {clear: none;}

.footer-bottom {background-color: #050539;padding: 20px 0;}
a.cookies-settings {color: #fff;}
#signature a {color: #fff;}
#signature a.signature__agency:hover {text-decoration: none;}
#signature a.signature__agency:hover::after {transform: scale(1.05);}
#signature a.signature__agency::after {display: inline-flex;margin-right: 5px;content: "";width: 39px;height: 12px;background-repeat: no-repeat;background-size: contain;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='15' viewBox='0 0 98 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.417 0h6.14v30H3.37L0 26.673V18h6.139v6l12.278.065V0zm30.695 0v12h12.155V0h6.139v11.666l-3.279 3.217 3.279 3.196V30h-6.14V18H49.113v12h-6.139V18.08l3.264-3.182v-.03l-3.264-3.202V0h6.14zm42.88 30H79.573l-6.13-6h-.009V6l6.14-5.98V0h12.418v.148L98 6v18h-6.008v6zm-.131-6V6H79.573v18h12.288zM30.695 12h6.14v18h-6.14V12zm0-12h6.14v6h-6.14V0z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E%0A");}

.custom-footer>div:has(.contact-block) {width: 100%;margin-bottom: 20px;}
.contact-block {position: relative;margin-bottom: 0px;display: flex;align-items: center;border-bottom: 1px solid #393970;padding: 40px 0;}
.contact-block__top {padding-left: calc(45px + 16px);position: relative;margin-right: 40px;}
.contact-block__top::after {content: "";width: 7px;height: 7px;border-radius: 50%;position: absolute;left: 35px;top: 32px;background: #E53935;box-shadow: 0px 0px 4px #E53935;}
.--on .contact-block__top::after {background: #28C068;box-shadow: 0px 0px 10px #28C068;}
.contact-block__top::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -23px;border-radius: 50%;width: 45px;height: 45px;background-image: url(../img/contact-face.png);}
.contact-block__top h4 {margin: 0;font-size: 16px;line-height: 1.5;}
.contact-block__top p {margin-bottom: 0;color: #EDECE8;font-size: 14px;line-height: 1.5;}

a.contact-item {margin-right: 40px;padding-left: 32px;position: relative;color: #fff;}
a.contact-item.--black {color: #111110;}
.contact-item::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background: var(--ji-icon) no-repeat center / contain;}
.contact-item span {font-size: 14px;}
.contact-item.--tel {--ji-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='%23D0BEF2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.contact-item.--email {--ji-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7M3 7V17C3 17.5304 3.21071 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V7M3 7L12 13L21 7' stroke='%23D0BEF2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.custom-footer>div:has(.ji-footer-logos)::before {content: "";display: block;background: #393970;background-repeat: no-repeat;height: 1px;left: calc(50% - 50dvw);width: calc(100dvw);position: absolute;top: 0;z-index: 0;}
.custom-footer>div:has(.ji-footer-logos) {width: 100%;padding-bottom: 0;position: relative;margin-top: 50px;}
.custom-footer>div:has(.ji-footer-logos) .banner {overflow: visible;margin-bottom: 0;}

.ji-footer-logos::before {content: "";width: 80px;height: 30px;position: absolute;left: 50%;margin-left: -15px;top: -15px;background-repeat: no-repeat;background-color: #060644;background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8916 0.099239C12.9617 0.0868539 13.23 0.0884233 13.3179 0.0869141C13.3194 0.174676 10.9689 2.56477 10.6324 3.00285C9.51894 4.45086 8.74119 6.128 8.35513 7.91306C6.36325 16.8955 14.1496 24.9619 23.1832 23.2583C25.4256 22.8353 27.0694 21.881 28.9723 20.6665C27.4448 24.1731 25.6772 26.1991 22.3751 28.2009C20.5112 29.0811 19.1776 29.7086 17.1083 29.9079C12.8565 30.3186 8.8283 29.376 5.49168 26.6663C-0.837919 21.526 -1.89413 11.6609 3.35985 5.39543C5.8207 2.46081 9.00168 0.459078 12.8916 0.099239Z' fill='%23F2F1F1'/%3E%3Cpath d='M17.0334 4.43311C17.1966 4.53492 17.608 4.96025 17.7644 5.10842C19.455 6.70998 20.9514 6.59439 22.9272 5.61197C20.5132 7.47417 20.4259 8.95822 21.6019 11.5856C20.954 11.2039 20.4906 8.19919 15.6937 10.1172C17.7745 8.47312 18.1084 6.79778 17.0334 4.43311Z' fill='%23F2F1F1'/%3E%3Cpath d='M26.6793 4.5249C26.7862 4.59237 27.0558 4.87423 27.1583 4.97242C28.2661 6.03375 29.2466 5.95715 30.5412 5.30611C28.9594 6.54016 28.9023 7.52362 29.6728 9.26472C29.2483 9.01182 28.9447 7.02062 25.8015 8.29165C27.1649 7.20215 27.3837 6.09193 26.6793 4.5249Z' fill='%23F2F1F1'/%3E%3Cpath d='M20.9741 0C21.0421 0.0429348 21.2137 0.222301 21.2789 0.284784C21.9839 0.960173 22.6078 0.91143 23.4317 0.497134C22.4251 1.28244 22.3887 1.90827 22.8791 3.01625C22.6089 2.85531 22.4157 1.58818 20.4155 2.39702C21.2831 1.7037 21.4224 0.997198 20.9741 0Z' fill='%23F2F1F1'/%3E%3C/svg%3E%0A");}
.ji-footer-logos {display: flex;align-items: center;justify-content: center;flex-flow: row wrap;gap: 40px;padding: 64px 0;}
.ji-footer-logos img {max-height: 24px;}

.contact-block .socials {margin-left: auto;}
.socials {position: relative;padding: 0;display: flex;align-items: center;justify-content: center;}
.socials a {width: 37px;height: 37px;margin-left: 6px;background-position: center;background-repeat: no-repeat;}
.socials a:hover {transform: scale(1.05);}
.socials a.--ins {background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26089_2422)'%3E%3Cpath d='M18.4994 21.8334C20.3363 21.8334 21.8339 20.3385 21.8339 18.5002C21.8339 17.7745 21.5965 17.1046 21.2035 16.5573C20.5979 15.7176 19.6133 15.167 18.5014 15.167C17.3887 15.167 16.4049 15.7169 15.7979 16.5566C15.4036 17.1039 15.1682 17.7739 15.1675 18.4995C15.1655 20.3378 16.6617 21.8334 18.4994 21.8334Z' fill='white'/%3E%3Cpath d='M25.7781 14.4222V11.6282V11.2124L25.3603 11.2137L22.5676 11.2225L22.5784 14.4329L25.7781 14.4222Z' fill='white'/%3E%3Cpath d='M18.5 1.8501C9.3192 1.8501 1.84998 9.31932 1.84998 18.5001C1.84998 27.6802 9.3192 35.1501 18.5 35.1501C27.6801 35.1501 35.15 27.6802 35.15 18.5001C35.15 9.31932 27.6814 1.8501 18.5 1.8501ZM27.9691 16.5572V24.3101C27.9691 26.3295 26.3273 27.9706 24.3093 27.9706H12.6906C10.6719 27.9706 9.03082 26.3295 9.03082 24.3101V16.5572V12.6914C9.03082 10.6727 10.6719 9.03161 12.6906 9.03161H24.3086C26.3273 9.03161 27.9691 10.6727 27.9691 12.6914V16.5572Z' fill='white'/%3E%3Cpath d='M23.6795 18.5001C23.6795 21.3551 21.3563 23.6796 18.4999 23.6796C15.6436 23.6796 13.321 21.3551 13.321 18.5001C13.321 17.8133 13.4579 17.1567 13.702 16.5571H10.8751V24.31C10.8751 25.312 11.6886 26.1235 12.6899 26.1235H24.3079C25.3079 26.1235 26.1228 25.312 26.1228 24.31V16.5571H23.2945C23.5407 17.1567 23.6795 17.8133 23.6795 18.5001Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26089_2422'%3E%3Crect width='33.3' height='33.3' fill='white' transform='translate(1.84998 1.8501)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.socials a.--fb {background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26089_2432)'%3E%3Cpath d='M18.5 1.8501C9.3192 1.8501 1.84998 9.31932 1.84998 18.5001C1.84998 27.6802 9.3192 35.1501 18.5 35.1501C27.6801 35.1501 35.15 27.6802 35.15 18.5001C35.15 9.31932 27.6814 1.8501 18.5 1.8501ZM22.6407 19.0863H19.9319V28.7412H15.9179C15.9179 28.7412 15.9179 23.4657 15.9179 19.0863H14.0099V15.6739H15.9179V13.4667C15.9179 11.886 16.6691 9.4159 19.9687 9.4159L22.9431 9.4273V12.7397C22.9431 12.7397 21.1357 12.7397 20.7843 12.7397C20.4328 12.7397 19.9332 12.9154 19.9332 13.6693V15.6746H22.9914L22.6407 19.0863Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26089_2432'%3E%3Crect width='33.3' height='33.3' fill='white' transform='translate(1.84998 1.8501)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

@media (max-width: 1199px) {
  .custom-footer>div {width: 50%;}
  .custom-footer>div:has(.newsletter-block) {width: 50%;}
  .custom-footer>div:has(.ji-refs__top-item) {width: 100%;}
}

@media (max-width: 991px) {
  #footer .contact-block {flex-flow: row wrap;gap: 20px 0;}
  #footer .contact-block .contact-item {width: 50%;margin: 0;}
  #footer .contact-block .socials {margin-right: auto;margin-left: 0;}
  #footer .contact-block__top {width: 80%;}
}

@media (max-width: 767px) {
  #footer {padding-top: 0px;}
  #footer::after {display: none;}
  #footer::before {display: none;}
  .custom-footer .banner {margin-bottom: 0;min-height: 0;padding-left: 16px;padding-right: 16px;}
  .custom-footer .banner-wrapper {margin-top: 0;}
  .custom-footer {display: flex;flex-flow: row wrap;}
  .custom-footer>div {width: 100%;padding-left: 0;padding-right: 0;border-bottom: 1px solid #393970;padding-bottom: 0;}
  .custom-footer>div:has(.newsletter-block) {width: 100%;}
  .custom-footer>div:has(.newsletter-block) h4::after {display: none;}

  .custom-footer>div:has(.transit-block) {border-bottom: 0;padding-bottom: 0;}
  .transit-block__item {margin: 20px 0;}
  .transit-block__item span {width: 100%;}

  .contact-block__top h4 {padding: 0!important;}
  .contact-block__top h4::after {display: none;}
  .custom-footer>div:has(.contact-block) {order: -1;border: 0;}
  #footer .contact-block .contact-item {width: 100%;}
  .contact-block {margin-bottom: 10px;padding: 35px 0;}

  .custom-footer>div:has(.ji-refs__top-item) {padding-bottom: 32px;}

  .footer-logo {margin-bottom: 16px;max-width: 160px;}

  .socials a {margin-left: 0;margin-right: 6px;}


  .footer-rows h4 {margin: 0;padding: 17px 0;padding-right: 50px;font-size: 17px;}
  .footer-rows h4::after {content: "";width: 20px;height: 20px;position: absolute;right: 0px;top: 16px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .footer-rows h4.--active::after {transform: rotate(180deg);}
  .footer-rows ul {display: none;padding-bottom: 20px;}

  .ji-footer-logos::before {display: none;}
  .custom-footer>div:has(.ji-footer-logos) {border: 0;margin-top: 0;}
  .custom-footer>div:has(.ji-footer-logos)::before {display: none;}
  .ji-footer-logos {padding: 30px 0;gap: 25px;}

  .copyright {text-align: center;}
  #signature {margin-left: 0;margin-bottom: 10px;}
}

/* Breadcrumbs */
body.type-product .breadcrumbs {width: 100%;padding-left: 20px;padding-bottom: 16px;margin-bottom: 24px;padding-top: 16px;}
.breadcrumbs {margin-top: 0px;padding-bottom: 16px;padding-top: 16px;margin-bottom: 24px;position: relative;}
.breadcrumbs::after {content: "";display: block;background: #FAF8FF;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
body.type-category .breadcrumbs::after {display: none;}
.navigation-home-icon:before {content: "";margin-top: 0;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 17.5V12.5C7.5 12.058 7.67559 11.634 7.98816 11.3215C8.30072 11.0089 8.72464 10.8333 9.16667 10.8333H10.8333C11.2754 10.8333 11.6993 11.0089 12.0118 11.3215C12.3244 11.634 12.5 12.058 12.5 12.5V17.5M4.16667 10H2.5L10 2.5L17.5 10H15.8333V15.8333C15.8333 16.2754 15.6577 16.6993 15.3452 17.0118C15.0326 17.3244 14.6087 17.5 14.1667 17.5H5.83333C5.39131 17.5 4.96738 17.3244 4.65482 17.0118C4.34226 16.6993 4.16667 16.2754 4.16667 15.8333V10Z' stroke='%23202020' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.navigation-bullet {display: inline-flex;margin: 0 16px;color: #838588;font-weight: 400;font-size: 0!important;line-height: 1;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 7.99999H12.6673M12.6673 7.99999L10.0007 10.6667M12.6673 7.99999L10.0007 5.33333' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.breadcrumbs>span a {display: inline-flex;color: #1A1B1F;text-decoration: underline;text-underline-offset: 1px;}
.breadcrumbs>span a>span {color: #1A1B1F;}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs span, .breadcrumbs span:hover {color: #212223;}
.breadcrumbs a, .breadcrumbs span {display: inline-flex;align-self: center;font-weight: 400;font-size: 15px;}
.breadcrumbs>span a {text-decoration: underline;}
.breadcrumbs>span a:hover {text-decoration: none;}
.breadcrumbs>span a:hover span {color: #1A1B1F!important;}
.breadcrumbs>span>span {color: #111110!important;}
.breadcrumbs .appendix {display: none;}

@media (max-width: 767px) {
  .breadcrumbs {padding: 10px 0!important;margin-bottom: 16px!important;}
  body:is(.type-detail, .type-category:not(.id-706), .type-post) #navigation-first {display: none;}
  body:is(.type-detail, .type-category:not(.id-706), .type-post) .breadcrumbs>span:not(#navigation-1) {display: none;}
  body:is(.type-detail, .type-category:not(.id-706), .type-post) #navigation-1::before {content: "";width: 16px;height: 16px;margin-top: 2px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 7.99999H12.6668M3.3335 7.99999L6.00016 10.6667M3.3335 7.99999L6.00016 5.33333' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  body:is(.type-detail, .type-category:not(.id-706), .type-post) .navigation-bullet {display: none;}
  body:is(.type-detail, .type-category:not(.id-706), .type-post) .breadcrumbs {padding-left: 0;}

  body:is(.type-page, .id-706:not(.type-detail)) #navigation-first {display: block;}
  body:is(.type-page, .id-706:not(.type-detail)) .navigation-home-icon {display: flex;align-items: center;}
  body:is(.type-page, .id-706:not(.type-detail)) .navigation-home-icon:before {content: var(--jit-breadcrumbs);text-decoration: underline;display: flex;align-items: center;padding-left: 24px;background-repeat: no-repeat;background-position: left center;width: auto;font-family: var(--template-font),sans-serif;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 7.99999H12.6673M3.33398 7.99999L6.00065 10.6667M3.33398 7.99999L6.00065 5.33333' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  body:is(.type-page, .id-706:not(.type-detail)) .breadcrumbs>span {display: none;}
  body:is(.type-page, .id-706:not(.type-detail)) .navigation-bullet {display: none;}
  body:is(.type-page, .id-706:not(.type-detail)) .breadcrumbs {padding-left: 0;}

}

/* Cart header */
ol.cart-header {padding: 30px 0;position: relative;margin: 0;}
ol.cart-header::before {content: "";display: block;background: #FAF8FF;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
ol.cart-header li {display: flex;align-items: center;justify-content: center;width: 20%;}
ol.cart-header li strong, ol.cart-header li a {display: flex;align-items: center;font-size: 14px;color: #060644;}
ol.cart-header li a span:after, ol.cart-header li strong span:after {border: 0;left: auto;top: 50%;margin-top: -12px;right: -8px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
ol.cart-header li.active a, ol.cart-header li.active strong, ol.cart-header li.completed a, ol.cart-header li.completed strong {background-color: transparent;}
ol.cart-header li.active a:before, ol.cart-header li.active strong:before, ol.cart-header li.completed a:before, ol.cart-header li.completed strong:before {color: #fff;}
ol.cart-header li.completed a:before {content: "";background-color: #060644;border-color: #060644;background-size: 16px;background-position: center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00745 10.3247L3.78479 13.102C4.15984 13.4769 4.66846 13.6876 5.19879 13.6876C5.72912 13.6876 6.23773 13.4769 6.61279 13.102L15.1901 4.52466C15.3116 4.39892 15.3788 4.23052 15.3772 4.05573C15.3757 3.88093 15.3056 3.71372 15.182 3.59011C15.0584 3.46651 14.8912 3.3964 14.7164 3.39488C14.5416 3.39336 14.3732 3.46055 14.2475 3.58199L5.67012 12.1593C5.5451 12.2843 5.37556 12.3545 5.19879 12.3545C5.02201 12.3545 4.85247 12.2843 4.72745 12.1593L1.95012 9.38199C1.82439 9.26055 1.65598 9.19336 1.48119 9.19488C1.30639 9.1964 1.13918 9.26651 1.01557 9.39011C0.891969 9.51372 0.821857 9.68093 0.820338 9.85573C0.818819 10.0305 0.886015 10.1989 1.00745 10.3247Z' fill='white'/%3E%3C/svg%3E%0A");}
ol.cart-header li a:before, ol.cart-header li strong:before {margin-bottom: 0;border-color: #D8D7D2;font-size: 16px;font-weight: 600;margin-right: 8px;}
ol.cart-header li.active strong:before {background-color: #9A7CDE;border-color: #9A7CDE;}
ol.cart-header li a {text-decoration: none;}
ol.cart-header li a:hover {background-color: transparent;}
ol.cart-header li a:hover span {text-decoration: underline;}
ol.cart-header .completed a span {text-decoration: none;}
ol.cart-header li.completed a {font-weight: 600;}
ol.cart-header li.active strong span {font-weight: 600;}

@media (max-width: 1439px) {
  ol.cart-header li {width: 33.333%;}
}
@media (max-width: 991px) {
  ol.cart-header {font-size: 12px;}
  ol.cart-header li strong, ol.cart-header li a {flex-direction: column;}
  ol.cart-header li.active a:before, ol.cart-header li.active strong:before,
  ol.cart-header li a:before, ol.cart-header li strong:before {margin: auto;margin-bottom: 4px;}
  ol.cart-header li {padding: 0;}

  ol.cart-header li a:before, ol.cart-header li strong:before {width: 40px;height: 40px;line-height: 40px;}
}
@media (max-width: 767px) {
  ol.cart-header {padding: 15px 0;}
  ol.cart-header {margin-left: 0;margin-right: 0;}
  ol.cart-header li a span:after, ol.cart-header li strong span:after {margin-top: -20px;}
  ol.cart-header li strong, ol.cart-header li a {font-size: 14px;letter-spacing: 0;padding: 0 20px;}
}

:where(.ums_forms_redesign--off) .delivery-point-form .form-control.ui-autocomplete-input {border-radius: 20px;font-size: 16px!important;}

@media (max-width: 767px) {
  .delivery-point-form tr {display: flex;flex-direction: column;}
}

/* Ordering process */
.ordering-process .top-navigation-bar {display: none;}
.ordering-process #header {margin-bottom: 0;position: relative;}
.cart-inner.cart-empty {max-width: 100%!important;}
.id--9 .cart-inner {max-width: 1080px;padding: 0;}
.cart-inner {max-width: 1080px;width: 100%;margin-left: auto;margin-right: auto;padding-top: 32px;}
.cart-table-header {display: none;}

.id--16  .navigation-buttons {display: flex;}
.id--16  .navigation-buttons>a[data-target="search"] {display: none!important;}
.id--16 #header .navigation-buttons a.top-nav-button {display: flex;}

.cart-related-button .btn.btn-sm {font-size: 14px;font-weight: 600;height: 40px;line-height: 40px;}

.cart-table {border: 0;margin: 24px 0;}
.cart-inner .cart-table {order: unset;}
.cart-table tr {border-bottom: 1px solid #D8D7D2;}
.cart-table tr>td {padding: 16px 8px;}
.cart-table tr td {border: 0;}
.cart-table tr td.p-name a.show-related {color: #4E4D4A;text-decoration: underline;font-weight: 400;padding-top: 4px;}
.cart-table tr td.p-name a.show-related b {font-weight: 400;}
.cart-table tr td.p-name a.show-related:after {color: #060644;}
.cart-table tr td.p-name a {color: #060644;text-decoration: none;font-family: var(--template-font);font-size: 16px;font-weight: 700;}
.cart-table tr td.p-name a:hover {color: #111110;}
.cart-table tr td.p-name a .product-appendix {display: none;}
.cart-table .p-total {color: #111110;font-size: 16px;padding-right: 40px;}
.cart-table .p-total .price-final {font-weight: 700;}
.remove-item-placeholder, tr.removeable .remove-item {margin-right: -40px;width: 40px;opacity: 1;}
.remove-item:before {color: #000;font-size: 10px;}
.cart-table .p-price .price-final, .cart-table .unit-value {font-size: 16px;color: #5A5A5A;}
.cart-table .p-quantity .quantity {width: 120px;}
.cart-table .p-quantity .quantity input {width: 35px!important;}
.cart-table strong.availability-label {font-size: 16px;font-weight: 600!important;}
.cart-table .availability-label:is([style="color: #009901"]) {padding-left: 32px;position: relative;}
.cart-table .availability-label[style="color: #009901"]::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%23009901' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.cart-table .availability-amount {font-size: 13px;color: #1D1F23;display: none;}
.cart-table .p-availability {text-align: left;}
.cart-table .cart-p-image img {width: 70px;height: 70px;}
.cart-table .cart-p-image a {max-width: 70px;overflow: hidden;display: block;}

.ji-cart-products-block-wrap {margin-top: 30px;padding: 0 16px;}

.cart-table:has(+.ji-cart-upsell) {margin-bottom: 24px;border-bottom: 0;}
.ji-cart-upsell {margin-bottom: 32px;}
.ji-cart-upsell__items {display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 20px;--ji-columns: 2;row-gap: 20px;}
.ji-cart-upsell__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-column-gap, 0px)) / var(--ji-columns));background: #fff;padding: 20px;}
.ji-cart-upsell__item input[type=checkbox]+label {display: flex;flex-flow: row wrap;align-items: start;column-gap: 16px;row-gap: 8px;margin: 0;padding-left: 36px;}
.ji-cart-upsell__item input[type=checkbox]+label::before {top: 0px;transform: unset;}
.ji-cart-upsell__item input[type=checkbox]+label::after {top: 4px;transform: unset;}
.ji-cart-upsell__item-in {flex: 1;max-width: 295px;margin-right: auto;}
.ji-cart-upsell__item-title {text-transform: uppercase;line-height: 1.2;color: #1A1B1F;font-size: 15px;}
.ji-cart-upsell__item-desc {margin-top: 4px;font-size: 13px;line-height: 1.4;letter-spacing: 0px;}
.ji-cart-upsell__checkbox-price {font-weight: 500;color: #1A1B1F;}

.free-gift-label span span.product-appendix {display: none;}

.coupon-input.toggle-coupon-input {margin: 0px 0 24px 0;order: 2;padding: 0;}
.toggle-coupon-input .toggle-coupon-input-button:after {display: none;}
.toggle-coupon-input .toggle-coupon-input-button {text-decoration: none;font-weight: 400;display: flex;align-items: center;color: #1A1B1F;}
.toggle-coupon-input .toggle-coupon-input-button::before {content: "";width: 18px;flex: 0 0 18px;height: 18px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.5H14C15.933 0.5 17.5 2.067 17.5 4V14C17.5 15.933 15.933 17.5 14 17.5H4C2.067 17.5 0.5 15.933 0.5 14V4C0.5 2.067 2.067 0.5 4 0.5Z' fill='white' stroke='%23D8D7D2'/%3E%3C/svg%3E%0A");}
.toggle-coupon-input .toggle-coupon-input-button.discount-coupon-visible::before {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.5H14C15.933 0.5 17.5 2.067 17.5 4V14C17.5 15.933 15.933 17.5 14 17.5H4C2.067 17.5 0.5 15.933 0.5 14V4C0.5 2.067 2.067 0.5 4 0.5Z' fill='white' stroke='%23060644'/%3E%3Cpath d='M3.96289 9L7.29622 12L13.9629 6' stroke='%23060644' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.discount-coupon .btn.btn-arrow-right.btn-text:before {display: none;}
.discount-coupon .input-group .btn {margin-left: 12px;width: auto;font-size: 12px;padding: 0 15px;;width: auto;height: 54px;text-align: center;display: inline-flex;align-items: center;justify-content: center;}
.discount-coupon {width: 100%;}
.discount-coupon form {display: flex;width: 100%;}

.cart-inner .summary {}
.row.cart-row {margin-left: 0;margin-right: 0;}
.summary .col-md-8 {width: 100%;padding-right: 0;}
.summary .col-md-4 {width: 100%;padding: 0px;}
.summary .col-md-4 .price-wrapper {padding-top: 0;}

.cart-inner .delivery-time {display: none;}
.cart-inner .summary .box-md.box-bg-default {background-color: #FAF8FF;gap: 20px;padding: 32px 24px;display: flex;align-items: center;border-radius: 8px;}
.cart-inner .summary .price-wrapper {max-width: 350px;text-align: right;margin-left: auto;padding-top: 0;}

.price-wrapper .price-label.price-primary, .price-wrapper .price.price-primary {flex: 0 0 50%;}
.price-wrapper {color: #060644;}
.price-wrapper .price-label.price-primary {text-align: right;font-size: 14px;font-weight: 600;}
.price-wrapper .price.price-primary {padding: 0;font-size: 22px;}
.price-wrapper .price-secondary {text-align: right;flex: 0 0 50%;font-size: 14px;color: #4E4D4A;margin-top: 4px;}
.price-wrapper .price-secondary.price {text-align: right;}

#cart-wrapper .next-step {margin: 24px 0 48px 0;}
#cart-wrapper .next-step a.btn-conversion {width: 100%;max-width: 350px;display: flex;align-items: center;justify-content: center;padding-inline: 10px;}
.id--16 .next-step-forward:after, .id--9 .next-step-forward:after {content: "";align-self: center;width: 24px;flex: 0 0 24px;height: 24px;margin-left: 8px;display: inline-flex;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");margin-top: 0;}
.id--17 .order-button-text {font-size: 20px;font-weight: 600;text-transform: uppercase;}
.order-button-text {text-transform: initial;font-weight: 600;}

#cart-wrapper .next-step-back, #checkoutSidebar .next-step-back {color: #111110;display: flex;justify-content: center;align-items: center;margin-top: 8px;font-size: 16px;width: 100%;text-transform: initial;padding: 0;text-decoration: underline;order: 1;}
#cart-wrapper .next-step-back {justify-content: flex-start;margin-top: 0;}
#cart-wrapper .next-step-back:hover, #checkoutSidebar .next-step-back:hover {text-decoration: none;}
.id--9 #cart-wrapper .next-step-back {order: -1;}
/*#cart-wrapper .next-step-back::before, #checkoutSidebar .next-step-back::before {content: "";align-self: center;width: 20px;flex: 0 0 20px;height: 20px;margin-right: 4px;display: inline-flex;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 10H15.8337M4.16699 10L7.50033 13.3334M4.16699 10L7.50033 6.66669' stroke='%23A8A34F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}*/

.checkout-box {display: none;}
#checkoutContent {margin-left: 0;padding-right: 24px;width: 65%;padding-left: 0;}
#checkoutContent .cart-content {background-color: #fff;padding: 0px;}
#checkoutSidebar {padding-right: 0;padding-left: 0;padding-right: 0;width: 35%;}
#checkoutSidebar .contact-block {padding: 16px;background-color: #FAF8FF;border-radius: 8px;margin: 0 0 24px 0;border: 0;display: flex;flex-flow: column;align-items: start;row-gap: 16px;}
#checkoutSidebar .contact-block h4 {font-weight: 700;font-size: 18px;}
#checkoutSidebar .contact-block p {margin: 0;color: unset;}
#checkoutSidebar .contact-block a.contact-item {color: unset;text-decoration: none;display: block;}
#checkoutSidebar .contact-block a.contact-item div {text-decoration: underline;font-size: 16px;}
#checkoutSidebar .contact-block a.contact-item:hover div {text-decoration: none;}
#checkoutSidebar .contact-block a.contact-item {color: #4E4D4A;font-size: 14px;}

.order-summary {padding: 16px;background-color: #FAF8FF;border-radius: 8px;}
.order-summary-inner {border: 0;padding: 0;}
.next-step .btn.btn-lg {padding: 8px 5px;}

.id--17 #checkoutContent .cart-content {border: 1px solid #D8D7D2;border-radius: 8px;padding: 24px;}


.ordering-process .co-box h4 {font-size: 20px;margin: 0;margin: 32px 0 14px 0px;padding-left: 32px;color: #060644;}

.ordering-process.id--17 .co-box h4 {border-top: 1px solid #D8D7D2;margin: 0;padding: 32px 0 14px 0px;margin-top: 30px;}
.ordering-process.id--17 .co-box h4::before {display: none;}
.ordering-process.id--17 .co-contact-information.co-box h4 {padding-top: 0;border-top: 0;margin-top: 0;}

.ordering-process .co-box.co-contact-information h4:before {content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%23293F19' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-billing-address h4:before, .ordering-process .co-box.co-shipping-address h4:before {display: none;content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%23293F19' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-delivery-method h4:before {content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-payment-method h4:before {content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8V5C17 4.73478 16.8946 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6M4 6C4 6.53043 4.21071 7.03914 4.58579 7.41421C4.96086 7.78929 5.46957 8 6 8H18C18.2652 8 18.5196 8.10536 18.7071 8.29289C18.8946 8.48043 19 8.73478 19 9V12M4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H18C18.2652 20 18.5196 19.8946 18.7071 19.7071C18.8946 19.5196 19 19.2652 19 19V16M20 12V16H16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12H20Z' stroke='%23060644' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-payment-method h4 {margin-top: 32px;}
#select-country-payment .co-box h4 {display: none;}

.shipping-billing-table .radio-wrapper:hover, .shipping-billing-table .radio-wrapper.active {border: 1px solid #060644!important;background-color: #fff;box-shadow: initial!important;}
.shipping-billing-table .radio-wrapper:not(.active):hover {}
.shipping-billing-table .radio-wrapper {border: 1px solid #D8D7D2;border-radius: 20px;margin-bottom: 8px;padding-right: 20px;padding-left: 20px;}
.radio-wrapper input[type=radio]+label {align-items: center;}
.radio-wrapper input[type=radio]:checked+label>span b {color: #2A2D32;}
.radio-wrapper .payment-info {font-size: 14px;flex-basis: initial;}
.radio-wrapper .payment-info b {color: #060644;font-weight: 600;}
.radio-wrapper .payment-info b+span {display: block;font-size: 14px;color: #4E4D4A;font-weight: 400;}
.radio-wrapper input[type=radio]+label .sublabel {font-size: 14px;font-weight: 400;color: #293F19;}
.radio-wrapper .payment-logo {order: -1;}
.radio-wrapper .payment-shipping-price {font-size: 16px;font-weight: 600;color: #060644;}
.for-free, .radio-wrapper.active .for-free {color: #111110;}

.order-summary-item[data-micro] {padding: 10px 0;border: 0;position: relative;}
.order-summary-item[data-micro] .cart-item-price {padding-top: 6px;}
.cart-item-name a {color: #111110;text-decoration: none;font-size: 14px;}
.cart-item-name a .product-appendix {display: none;}
.cart-item-name .product-appendix {display: none;}
.cart-item-price {color: #111110;font-weight: 400;font-size: 14px;}
.order-summary-item .cart-item-amount {order:-1;padding-right: 4px;position: absolute;top: 50%;margin-top: -25px;right: 0;font-size: 14px;color: #4E4D4A;text-align: left;flex: 0 0 auto;}
.cart-item-amount .unit-value {color: #4E5155;}
.order-summary-item.helper {padding: 14px 0;font-weight: 600;border-top: 1px solid #060644;border-bottom: 1px solid #060644;margin: 10px 0;color: #111110;font-size: 14px;}
.order-summary-item.helper strong {font-weight: 600;}
.order-recapitulation {border: 0;}
.recapitulation-single, .order-summary-item:not([data-micro],.helper) {border: 0;padding: 7px 0;position: relative;}
.recapitulation-single>strong {font-size: 14px;gap: 5px;}
.recapitulation-single>strong span, .order-summary-item:not([data-micro],.helper) .cart-item-name strong {font-weight: 400;color: #111110;font-size: 14px;}
.order-summary-item:not([data-micro],.helper) .cart-item-price {padding-top: 0;}

.reca-payment-wrap {text-align: center;margin-top: 15px;}

.order-summary h4 {padding: 0 0 8px 0;font-size: 18px;font-weight: 700;color: #060644;}

#checkoutSidebar .order-summary-item.price .price-wrapper .price-label.price-primary {font-size: 14px;font-weight: 700;text-align: left;color: #111110;}
#checkoutSidebar .order-summary-item.price .price-wrapper .price-label.price-secondary {text-align: left;}
#checkoutSidebar .price-wrapper .price.price-primary {font-size: 14px;color: #111110;}
#checkoutSidebar .order-summary-item.price {flex-flow: row wrap;flex-direction: column;padding: 0px;margin-top: 10px;background-color: #fff;border-radius: 8px;padding: 16px;box-shadow: 0px 0px 14px rgba(6, 6, 68, 0.12);}
#checkoutSidebar .order-summary-item.price .price-wrapper {padding-top: 0;}
#checkoutSidebar .order-summary-item.price .consents {text-align: left;font-size: 13px;flex: initial;margin-bottom: 12px;margin-top: 10px;}
#checkoutSidebar .order-summary-item.price .consents a {color: #1A1B1F;font-weight: 400;}

#checkoutSidebar .next-step {width: 100%;margin: 24px 0 0 0;flex-direction: column;}
#checkoutSidebar .next-step button {width: 100%;}

#checkoutContent .helper {font-size: 14px;background-color: #FAF8FF;border-radius: 8px;padding: 20px 20px 20px 40px;position: relative;color: #111110;margin-bottom: 16px;}
#checkoutContent .helper a {color: #111110;font-weight: 400;}
#checkoutContent .helper a:hover {text-decoration: none;}
#checkoutContent .helper:before {content: "";width: 20px;height: 20px;position: absolute;left: 12px;top: 50%;margin-top: -10px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17.5V15.8333C5 14.9493 5.35119 14.1014 5.97631 13.4763C6.60143 12.8512 7.44928 12.5 8.33333 12.5H11.6667C12.5507 12.5 13.3986 12.8512 14.0237 13.4763C14.6488 14.1014 15 14.9493 15 15.8333V17.5M6.66667 5.83333C6.66667 6.71739 7.01786 7.56523 7.64298 8.19036C8.2681 8.81548 9.11594 9.16667 10 9.16667C10.8841 9.16667 11.7319 8.81548 12.357 8.19036C12.9821 7.56523 13.3333 6.71739 13.3333 5.83333C13.3333 4.94928 12.9821 4.10143 12.357 3.47631C11.7319 2.85119 10.8841 2.5 10 2.5C9.11594 2.5 8.2681 2.85119 7.64298 3.47631C7.01786 4.10143 6.66667 4.94928 6.66667 5.83333Z' stroke='%23060644' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
#checkoutContent .form-group {margin-bottom: 16px;}

.id--17.smart-labels-active .smart-label-wrapper label {width: 180px;}
.id--17.smart-labels-active #checkoutContent .form-control {width: 350px;}
.id--17.smart-labels-active #checkoutContent .form-control#phone {width: 220px;}
.id--17 #checkoutContent .form-group {display: flex;align-items: center;flex-flow: row wrap;}
.id--17 .js-validator-msg.msg-error {margin-left: 180px;}

#checkoutContent .phone-combined-input .country-flags {border: 1px solid #D8D7D2;border-radius: 8px;height: 45px;margin-right: 8px;width: 120px;display: flex;align-items: center;justify-content: center;}
#checkoutContent .phone-combined-input .country-flags-inner {text-align: center;}
#checkoutContent .phone-combined-input .shp-flag-label:before {content: "";border: 0;margin-top: -12px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
#checkoutContent .phone-combined-input .shp-flag-label {padding-left: 30px;}


.ordering-process .co-box .stay-in-touch h4 {display: none;}
.ordering-process .co-box.co-box-additional {border-top: 1px solid #D8D7D2;padding-top: 16px;}
.ordering-process .co-box.co-billing-address {margin-top: -20px;}

input[type=checkbox]+label:before, input[type=radio]+label:before {width: 18px;height: 18px;border-color: #D8D7D2;border-radius: 4px;}
input[type=radio]+label:before {border-radius: 50%;}
input[type=radio]:checked+label:after {width: 10px;height: 10px;left: 5px;}
.radio-wrapper input[type=radio]+label:before {top: 50%;margin-top: -9px;}
.radio-wrapper input[type=checkbox]+label:before, .radio-wrapper input[type=radio]+label:before {border-color: #DEC7BA;}
.radio-wrapper input[type=checkbox]:checked+label:before, .radio-wrapper input[type=radio]:checked+label:before {border-color: #D8D7D2;border-width: 1px;}
.radio-wrapper input[type=checkbox]:checked+label:after, .radio-wrapper input[type=radio]:checked+label:after {top: 50%;margin-top: -6px;left: 3px;width: 12px;height: 12px;background-color: #060644;}
input[type=checkbox]+label, input[type=radio]+label {font-weight: 400;}
input[type=checkbox]:checked+label:before {border-color: #483023;}
input[type=checkbox]:checked+label:after {content: "";left: 3.5px;border: 0;width: 12px;height: 8px;background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.75L4.08333 6.75L10.75 0.75' stroke='%23483023' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;}

.smart-labels-active .smart-label-wrapper .form-group-tooltip {margin-top: 10px;}

.form-group select {}
.smart-labels-active .smart-label-wrapper select {font-size: 16px;border-color: #D8D7D2;border-radius: 8px;font-weight: 400;color: #111110;cursor: pointer;height: 45px;padding: 10px 24px;padding-right: 48px;background-position: center right 24px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23293F19' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.smart-labels-active .smart-label-wrapper .country-flags {height: 52px;}
.smart-labels-active .smart-label-wrapper input {font-size: 16px;font-weight: 400;color: #2A2D32;cursor: pointer;height: 45px;padding: 15px 16px;border: 1px solid #D8D7D2;border-radius: 8px;}

body:is(.id--16, .id--17) .header-bottom {display: none;}
body:is(.id--16, .id--17) #header .header-top-wrapper>div.navigation-buttons {margin: 0;flex: 0 0 50px;}
body:is(.id--16, .id--17) #header .header-phone {margin: auto;display: block;}
body:is(.id--16, .id--17) #header .header-top {height: 80px;padding: 5px 0;}
.id--17 .navigation-buttons {display: flex;}
.id--17 #header .navigation-buttons a[data-target=search] {display: none;}

@media (max-width: 1439px) {
  #checkoutContent {width: 65%;}
  #checkoutSidebar {width: 35%;}

  .summary .next-step {align-items: center;flex-direction: row;}
}
@media (max-width: 991px) {
  #checkoutContent {width: 100%;padding-right: 0;padding-bottom: 24px;}
  .id--17 #checkoutContent {padding-bottom: 0;}
  #checkoutSidebar {width: 100%;}

  .shipping-billing-table .radio-wrapper:last-child {border: 1px solid #DEC7BA;}

  .cart-table {margin: 24px 0;}
  .cart-inner {padding-top: 16px;}
  .cart-inner .cart-table{padding: 0 10px;margin-bottom: 10px;}
  .cart-table tr>td {padding: 10px 8px;}
  .cart-table tr>td.p-name {flex: 1 1 calc(100% - 95px);}
  .cart-table tr td.p-name a {font-size: 14px;}
  .cart-table .p-name div.product-table-name-footer {padding: 0;}
  .cart-table tr>td.p-name .availability-label {display: none;}
  .cart-table .p-availability {display: block;order: 2;width: calc(100% - 140px);}
  .cart-table .inline.delete-cart-item .remove-item:before {font-size: 14px;}
  .cart-table tr>td:nth-child(odd).p-price {text-align: left;}
  .cart-table tr>td.p-total {text-align: right;padding-right: 0;}

  .summary .col-md-8 {width: 100%;}
  .summary .col-md-4 {width: 100%;padding-left: 0;padding-bottom: 24px;padding-top: 12px;}
  .cart-inner .summary {padding: 0 16px;padding-top: 24px;}
  .order-summary-inner {margin-top: 0;}
  #cart-wrapper .next-step-back {justify-content: center;}
  #cart-wrapper .next-step {flex-direction: column;gap: 10px;margin-bottom: 20px;}

  .cart-inner .summary .box-md.box-bg-default {flex-direction: column;}
  .cart-inner .summary .price-wrapper {max-width: 100%;width: 100%;}
  .price-wrapper .price-label.price-primary {text-align: left;}
  .price-wrapper .price-secondary {text-align: left;}

  .discount-coupon .input-group .btn {flex: 0 0 auto;}
  .toggle-coupon-input .discount-coupon {display: none;}

  .price-wrapper .price.price-primary {font-size: 24px;}
  .price-wrapper .price-label.price-primary {font-size: 14px;}

  .ji-cart-products-block-wrap {margin-top: 0;}
}
@media (max-width: 767px) {
  body:is(.id--16, .id--17) #header .header-top {height: 70px;padding: 5px 0;}
  .ordering-process .homepage-group-title {font-size: 20px;}

  .order-summary {padding: 16px;}
  .price-wrapper .price.price-primary {font-size: 16px;}

  .radio-wrapper:has(.payment-info span) .payment-shipping-price {flex: 0 0 100%;text-align: right;}
  .radio-wrapper:has(.payment-info span) .payment-info {max-width: calc(100% - 80px);}
  .radio-wrapper:has(.payment-info span) input[type=radio]+label {flex-wrap: wrap;}
  .radio-wrapper .payment-logo {flex: 0 0 70px;}
  .payment-logo img {max-width: 70px;}
  .radio-wrapper .payment-info {font-size: 16px;}
  .radio-wrapper .payment-shipping-price {font-size: 14px;flex: 1;}
  .radio-wrapper input[type=radio]+label {flex-wrap: nowrap;padding: 6px 0;gap: 10px;}

  .ordering-process .co-box h4 {margin: 24px 0 14px 0;}

  #checkoutContent .helper {padding: 20px 16px;padding-left: 44px;}
  #checkoutContent .helper:before {left: 16px;}

  #checkoutContent .form-group:has(input[name="email"]) {width: 100%;padding-right: 0;}
  #checkoutContent .form-group.phone-form-group {width: 100%;padding-right: 0;}

  #checkoutContent .form-group:has(input[name="billCity"]) {width: 100%;padding-right: 0;}
  #checkoutContent .form-group:has(input[name="billZip"]) {width: 100%;padding-right: 0;}

  #checkoutContent .phone-combined-input .country-flags-inner .country-flag {padding-left: 10px;}

  .consents label {font-size: 14px;}

  body:is(.id--16, .id--17) #header .header-top {align-items: center;padding: 0;display: flex;}
  body:is(.id--16, .id--17) #header .header-phone {padding-left: 0;}
  body:is(.id--16, .id--17) #header .header-phone .header-phone__in {padding-left: 24px;position: relative;}
  body:is(.id--16, .id--17) #header .header-phone .header-phone__in::before {content: "";width: 20px;height: 20px;position: absolute;left: 0;top: 0;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16667 3.33334H7.5L9.16667 7.5L7.08333 8.75C7.9758 10.5596 9.44039 12.0242 11.25 12.9167L12.5 10.8333L16.6667 12.5V15.8333C16.6667 16.2754 16.4911 16.6993 16.1785 17.0118C15.866 17.3244 15.442 17.5 15 17.5C11.7494 17.3025 8.68346 15.9221 6.38069 13.6193C4.07792 11.3165 2.69754 8.25062 2.5 5C2.5 4.55798 2.67559 4.13405 2.98816 3.82149C3.30072 3.50893 3.72464 3.33334 4.16667 3.33334Z' stroke='%23D0BEF2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  body:is(.id--16, .id--17) #header .header-phone::before {display: none;}
  body:is(.id--16, .id--17) #header .header-phone::after {display: none;}
  body:is(.id--16, .id--17) #header .header-top-wrapper .site-name {margin-left: 0;}

  .id--17.smart-labels-active #checkoutContent .form-control {width: 100%;}
  .id--17.smart-labels-active #checkoutContent .form-control#phone {width: 100%;}
}

/* Thx pageType */
.id--15 .content-inner {margin: 0px auto;max-width: 880px;padding-top: 0;}
.order-summary-wrap {padding: 60px 12px;text-align: center;position: relative;margin-bottom: 15px;}
.order-summary-wrap::after {content: "";display: block;background: url(../img/thx-bg.svg?v=0.1);height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;background-size: auto 100%;background-position: center;}
.order-summary-heading {font-size: 32px;margin-bottom: 8px;}
.order-summary-heading:before {content: "";display: block;margin: 0 auto 8px auto;width: 48px;height: 48px;background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z' fill='%230EA850'/%3E%3Cpath d='M17 24L22 29L32 19' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.ordering-process .btn.btn-conversion, .ordering-process a.btn.btn-conversion {font-weight: 700;font-size: 18px;}

.id--15.ordering-process .co-box h4:before {display: none;}
.id--15.ordering-process .co-box h4 {padding-left: 0;font-size: 18px;font-weight: 700;margin-bottom: 0;}

.recapitulation-wrapper table.cart-table {margin-top: 10px;}
.recapitulation-wrapper table.table tbody>tr>th:after {display: none;}
.recapitulation-wrapper table.table tbody>tr>th {width: 50%;}
.recapitulation-wrapper table.table tbody>tr>td {font-weight: bold;}
.recapitulation-wrapper table tr th .row-header-label {background-color: transparent;}
.recapitulation-wrapper .cart-table .p-total {font-weight: bold;}

.id--15.ordering-process .co-box.co-payment-method {border: 1px solid #D8D7D2;border-radius: 8px;padding: 24px;}
.id--15.ordering-process .co-box.co-payment-method h4 {margin: 0 0 12px 0;}
.id--15.ordering-process .col-sm-12 .recapitulation-table.table {margin-bottom: 0;}
.id--15.ordering-process .recapitulation-wrapper table.table tbody>tr>th .row-header-label {font-size: 14px;}
.id--15.ordering-process .recapitulation-wrapper table.table tbody>tr>td {font-size: 14px;}

.id--15.ordering-process .co-box.co-order {}
.id--15.ordering-process .cart-table tr td.cart-p-image {padding-left: 0;}
.id--15.ordering-process .cart-table tr td.cart-p-image img {border-radius: 8px;}
.id--15.ordering-process .cart-table tr td.p-name {font-weight: bold;}
.id--15.ordering-process .cart-table tr td.p-quantity {color: #4E4D4A;font-size: 14px;}
.id--15.ordering-process .cart-table tr td.p-price {color: #4E4D4A;font-size: 14px;}
.id--15.ordering-process .cart-table tr td.p-price .unit-value {color: #4E4D4A;font-size: 14px;vertical-align: top;}

.order-summary-item.total {font-size: 16px;display: block;padding: 0;}
.order-summary-item.summary-thx {font-size: 16px;display: block;padding: 0;}
p.order-summary-heading-subtitle {max-width: 85%;margin: auto!important;}
/*.id--15 .btn.btn-conversion {background-color: var(--color-primary);border-color: var(--color-primary);color: #fff;font-weight: 400!important;font-size: 16px!important;}*/

@media (max-width: 767px) {
  .id--15 .content-inner {margin: 0;}
  h1.order-summary-heading {font-size: 22px!important;}

  .recapitulation-wrapper {margin: 24px 0;}
  .recapitulation-wrapper table.table tbody>tr>td {text-align: right;}
  .id--15.ordering-process .co-box.co-order {padding-top: 24px;}

  .id--15.ordering-process .co-box h4 {margin-top: 0;}

  .order-summary-item.total {font-size: 14px;}
  .order-summary-item.summary-thx {font-size: 16px;font-weight: bold;}
  .order-complete-links .btn {width: 100%;}

  .id--15.ordering-process .co-box.co-payment-method {padding: 8px;}
}

/* Advanced order */
.ji-advanced-order-modal #cboxContent {background: transparent;}
.ji-advanced-order-modal #cboxLoadedContent {overflow: visible !important;}
.colorbox-html-content:has(.advanced-order) {padding: 0;}
.advanced-order {padding-inline: 28px;}
.ji-advanced-order__top {background-color: #fff;padding: 48px;border-radius: 0px;}
.advanced-order:has(.products-block) .ji-advanced-order__top {border-radius: 0;margin-bottom: 2px;}

.ji-ao-product-row {display: flex;align-items: center;}
.ji-ao-product-row__image {width: 64px;height: 64px;}
.ji-ao-product-row__image img {aspect-ratio: 1 / 1;object-fit: cover;}
.ji-ao-product-row__amount {display: none;}
.ji-ao-product-row__price {display: none;}
.ji-ao-product-row__name {text-transform: uppercase;font-weight: 700;color: #1A1B1F;padding-left: 16px;text-align: left;}
.ji-ao-product-row__name .product-appendix {display: none;}

.ji-advanced-order__top .h1 {font-size: 19px;text-align: left;padding-left: 36px;position: relative;margin: 0px 0 16px 0;}
.ji-advanced-order__top .h1::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -12px;background-size: contain;background-repeat: no-repeat;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%231A1B1F'/%3E%3Cpath d='M8 12L11 15L16 9' stroke='%231A1B1F'/%3E%3C/svg%3E%0A");}
.ji-advanced-order__top .h2 {font-size: 15px;text-align: left;padding-left: 140px;color: #4E5155;font-weight: 400;font-family: var(--template-font);margin-bottom: 20px;display: none;}
.advanced-order .extras-wrap {margin-top: 30px;}
.advanced-order .extras-wrap .extra {width: 100%;margin: 0;}
.advancedOrder__buttons {justify-content: space-between;margin-bottom: 0;gap: 24px 10px;}
.advancedOrder__buttons .next-step-back {font-weight: 400;}
.advancedOrder__buttons .next-step-back {order: 4;}
.advancedOrder__buttons .btn.next-step-back {display: flex;align-items: center;color: #fff;border-color: #A8A9AB;border-radius: 999px;padding-inline: 24px;}
.advancedOrder__buttons .btn.next-step-back:hover {color: #fff;}
.advancedOrder__buttons .btn.next-step-back::before {content: "";align-self: center;width: 16px;height: 16px;margin-right: 12px;display: inline-flex;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35355 2.64645C7.54882 2.84171 7.54882 3.15829 7.35355 3.35355L3.20711 7.5H14C14.2761 7.5 14.5 7.72386 14.5 8C14.5 8.27614 14.2761 8.5 14 8.5H3.20711L7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L1.64645 8.35355C1.45118 8.15829 1.45118 7.84171 1.64645 7.64645L6.64645 2.64645C6.84171 2.45118 7.15829 2.45118 7.35355 2.64645Z' fill='%23fff'/%3E%3C/svg%3E%0A");}
.advancedOrder__buttons .btn.next-step-back:hover::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35355 2.64645C7.54882 2.84171 7.54882 3.15829 7.35355 3.35355L3.20711 7.5H14C14.2761 7.5 14.5 7.72386 14.5 8C14.5 8.27614 14.2761 8.5 14 8.5H3.20711L7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L1.64645 8.35355C1.45118 8.15829 1.45118 7.84171 1.64645 7.64645L6.64645 2.64645C6.84171 2.45118 7.15829 2.45118 7.35355 2.64645Z' fill='%23fff'/%3E%3C/svg%3E%0A");}
.advancedOrder__buttons .btn.btn-conversion {order: 5;border-radius: 999px;display: flex;align-items: center;text-transform: none;padding-inline: 24px;}
.advancedOrder__buttons .btn.btn-conversion::after {content: "";align-self: center;width: 16px;height: 16px;margin-left: 12px;display: inline-flex;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64645 2.64645C8.84171 2.45118 9.15829 2.45118 9.35355 2.64645L14.3536 7.64645C14.4473 7.74021 14.5 7.86739 14.5 8C14.5 8.13261 14.4473 8.25979 14.3536 8.35355L9.35355 13.3536C9.15829 13.5488 8.84171 13.5488 8.64645 13.3536C8.45118 13.1583 8.45118 12.8417 8.64645 12.6464L12.7929 8.5H2C1.72386 8.5 1.5 8.27614 1.5 8C1.5 7.72386 1.72386 7.5 2 7.5H12.7929L8.64645 3.35355C8.45118 3.15829 8.45118 2.84171 8.64645 2.64645Z' fill='white'/%3E%3C/svg%3E%0A");}

.ji-advanced-order__bottom {background-color: #fff;padding: 48px 0;border-radius: 0;}
.advanced-order .h2.advanced-order-suggestion {margin: 0;border: 0;font-size: 19px;padding-top: 0;margin-bottom: 24px;padding: 0 22px;text-transform: uppercase;text-align: left;}
.product-slider-holder.has-navigation {padding: 0;}
.advanced-order .products-block>div .p {padding: 0px;background-color: #fff;}
.advanced-order .product-slider-holder .product-slider {padding: 0;}
.advanced-order .products-related .products-block {margin: 0;}
.advanced-order .products-block>div .p .p-in {display: flex;flex-flow: column;flex: 1;padding: 0;}
.advanced-order .products-block>div .p .p-in-in {display: contents;}
.advanced-order .products-block>div .p .p-bottom>div {flex-direction: column;align-items: flex-start;}
.advanced-order .products-block>div .p .stars-placeholder {display: none;}
.advanced-order .products-block>div .p .stars-wrapper {justify-content: flex-start;display: none;}
.advanced-order .products-block>div .p .ratings-wrapper {display: flex;justify-content: flex-start;margin-block: auto;}
.advanced-order .products-block>div .p .ratings-wrapper .availability {text-align: left;}
.advanced-order .products-block>div .p .availability {margin-bottom: 8px;}
.advanced-order .products-block>div .p .name {text-align: left;text-decoration: underline;}
.advanced-order .products-block>div .p .name:hover {text-decoration: none;}
.advanced-order .products-block>div .p .name .product-appendix {display: none;}
.advanced-order .products-block>div .p .p-bottom>div .p-tools {flex: unset;}
.advanced-order .products-block>div .p .p-bottom>div .p-tools .btn, .advanced-order .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {padding: 8px 12px;margin-top: 12px;height: 48px;}
.advanced-order .products-block>div .p-tools {}
.advanced-order .products-block>div .p-tools .btn::before {display: none;}
.advanced-order .products-block .p>a.image .price-save {display: none;}
.advanced-order .products-block .product .p>a.image {background-color: #F6F5F3;}
.advanced-order .products-block .product .p>a.image img {aspect-ratio: 1/1;object-fit: cover;}
.advanced-order .products-block .p .dkLabFavouriteControls {display: none;}

.advanced-order .products-block.slick-slider {padding-inline: calc(16px - var(--ji-pb-padding));}
.advanced-order .products-block.slick-slider .slick-list {margin: 0;padding: 0;overflow: hidden;width: unset;}
.advanced-order .products-block.slick-slider .product {height: 100%;}
.advanced-order .products-block.slick-slider .slick-arrow {--ji-offset: -20px;}

@media (max-width: 767px) {
  .advanced-order {padding-inline: 0;}

  .ji-advanced-order__top {padding: 24px;}
  .advancedOrder__buttons {justify-content: center;gap: 12px;}
  .advancedOrder__buttons .btn.btn-conversion {order: 0;width: 100%;justify-content: center;margin-bottom: 12px;}
  .advancedOrder__buttons .btn.next-step-back {padding: 6px 12px;}

  .ji-advanced-order__top .h1::before {width: 56px;height: 48px;position: static;margin: 0 auto;margin-bottom: 5px;display: block;}
  .ji-advanced-order__top .h1 {font-size: 20px;padding: 0;text-align: center;margin: 0 0 5px 0;}
  .ji-advanced-order__top .h2 {padding-left: 0;text-align: center;}

  .advanced-order .products-block.slick-slider .product {padding-right: 16px;}
  .advanced-order .products-block.slick-slider .slick-track {padding-left: 16px;}
  .advanced-order .products-block.slick-slider .slick-list {width: auto!important;}
  .advanced-order .products-block.slick-slider {padding-inline: 0;}
  .advanced-order .products-block.slick-slider .slick-arrow {--ji-offset: 0px;}

  .advanced-order .products-block>div .p-bottom>div .p-tools .btn, .advanced-order .products-block>div .p-bottom .p-tools form .btn.btn-cart {padding: 14px 16px!important;width: 100%!important;font-size: 16px!important;}
  .advanced-order .products-block>div .p-tools .btn::before {display: none!important;}
}

/* FAQ */
.faq {margin: auto;}
.faq__inner {column-count: 2;column-gap: 24px;}
.faq__item {display: inline-block;width: 100%;border-radius: 8px;border: 1px solid #D8D7D2;margin-bottom: 16px;background-color: #fff;}
.faq__item:hover, .faq__item.--opened {border-color: #060644;}
.faq__question {cursor: pointer;font-weight: bold;width: 100%;gap: 8px;padding: 16px;display: flex;align-items: center;font-weight: 700;color: #111110;}
.faq__question::after {content: "";width: 20px;flex: 0 0 20px;height: 20px;margin-left: auto;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23060644' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.--opened .faq__question::after {transform: rotate(-180deg);}
.faq__answer {padding: 16px;padding-top: 0;display: none;}

.faq-wrapper {padding: 48px;background-color: #FAF8FF;border-radius: 8px;}
.faq-box-unikat-footer {text-align: center;margin-top: 20px;}

body.type-detail .faq {display: flex;flex-flow: row wrap;padding: 48px 0;margin-bottom: 30px;position: relative;justify-content: space-between;}
body.type-detail .faq::after {content: "";display: block;background: url(../img/faq-bg.svg);background-size: cover;background-position: center;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.faq h3 {text-align: center;width: 100%;margin: 0 0 24px 0;color: #fff;}
.faq-block {column-count: 2;column-gap: 24px;}
.faq .center {text-align: center;width: 100%;margin-top: 10px;}
.faq .center a {color: #fff;}

@media (max-width: 767px) {
  body.type-detail .faq {padding: 32px 0;margin-bottom: 0;}
  body.type-detail .faq::after {background: #060644;}
  .faq-block {column-gap: 0;column-count: 1;margin-bottom: 12px;}
  .faq__item {margin-bottom: 16px;}
  .faq .center {margin-top: 0;}

  .faq-wrapper {padding: 16px;}
}

/* Tables */
.table-50-50 tr {display: flex;flex-flow: row wrap;align-items: center;margin-bottom: 48px;}
.table-50-50 tr td {width: 50%;padding: 10px 30px;}
.table-50-50 tr td:has(img) {padding: 0;}
.table-50-50 p {}

@media (max-width: 1199px) {
  .table-50-50 tr td {padding: 15px 25px;}
}
@media (max-width: 767px) {
  .table-50-50 tr td {width: 100%;}
  .table-50-50 tr td {padding: 12px 0;}
  .table-50-50 tr td:has(img) {order: 10;padding: 12px 0;}
  .table-50-50 tr {margin-bottom: 20px;}

}

/* Filters */
#filters {margin-top: 20px;}
.filter-sections {display: flex;gap: 8px 16px;align-items: center;flex-flow: row wrap;padding: 30px 24px;background-color: #FAF8FF;border-radius: 8px;}
.filter-sections::before {content: var(--jit-top-filters-title);font-weight: bold;color: #060644;}
.filter-section, .ji-filter__section {padding: 0;position: relative;}
.ji-filter__section-content {display: none;}
.--expanded .ji-filter__section-content {display: block;}
.ji-filter__section-content {width: 360px;position: absolute;top: 100%;left: 0;background-color: #fff;padding: 20px;z-index: 5;border-radius: 0 10px 10px 10px;box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);}

.ji-filter__section-header {cursor: pointer;min-width: 200px;background-color: #fff;text-align: left;border: 1px solid #D8D7D2;border-radius: 8px;padding: 10px 16px;margin: 0;font-size: 14px;font-weight: 400;color: #4E4D4A;position: relative;}
.ji-filter__section-header::after {content: "";width: 20px;height: 20px;position: absolute;right: 16px;top: 50%;margin-top: -10px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.--expanded .ji-filter__section-header::after {transform: rotate(180deg);}
.--expanded .ji-filter__section-header {z-index: 6;border-radius: 8px 8px 0 0;border-color: #fff;}
.--expanded {box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);border-radius: 8px 8px 0 0;}

.filter-section fieldset div {width: 100%!important;}

.ui-slider-horizontal .ui-slider-handle:first-of-type::after {display: none;}
.ui-slider-horizontal .ui-slider-handle:last-child::after {display: none;}
.ui-slider-horizontal .ui-slider-handle:first-of-type,
.ui-slider-horizontal .ui-slider-handle:last-child {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_77_3479)'%3E%3Crect x='4' y='4' width='24' height='24' fill='white'/%3E%3Crect x='4.5' y='4.5' width='23' height='23' stroke='%23DFDFDF'/%3E%3C/g%3E%3Cline x1='13.5' y1='12' x2='13.5' y2='20' stroke='%23B9B6B4'/%3E%3Cline x1='16.5' y1='12' x2='16.5' y2='20' stroke='%23B9B6B4'/%3E%3Cline x1='19.5' y1='12' x2='19.5' y2='20' stroke='%23B9B6B4'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_77_3479' x='0' y='0' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_77_3479'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_77_3479' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
.ui-slider-horizontal .ui-slider-handle::after {background: none;font-size: 14px;font-weight: 600;}
.ui-slider-horizontal .ui-slider-handle {background: none;width: 32px;height: 32px;top: -11px;}
.slider-content {border-radius: 10px;margin-top: 10px;}
.slider-header {color: #000;font-size: 14px;font-weight: 400;position: relative;top: -5px;}
.ui-slider .ui-slider-range {background: #0b0b66;}
.ui-slider, .slider-content {background: #DFDFDF;}

#category-filter-hover {display: contents!important;}
#filters .filter-section-count {display: none;}

.ji-filter__mobile-toggle-wrap {display: none;}

@media (max-width: 1199px) {
  .ji-filter__section-content {width: 300px;}
}

@media (max-width: 767px) {
  .filter-section, .ji-filter__section {width: 100%;margin: 0 0 10px 0;}
  .filter-section+.filter-section {border: 0!important;}
  .ji-filter__section-content {width: 100%;border-radius: 0 0 10px 10px;}
  .filter-sections {justify-content: space-between;gap: 0;padding: 16px;}
  .filter-sections::before {display: none;}

  #filters {margin-bottom: 10px!important;}
  #filters:not(.--mobile-unveiled) .filter-sections {display: none;}
  .ji-filter__mobile-toggle-wrap {width: 100%;display: block;}
  .ji-filter__mobile-toggle-wrap .btn {width: 100%;margin-bottom: 15px;font-size: 16px;display: flex;align-items: center;justify-content: center;}
  .ji-filter__mobile-toggle-wrap .btn::before {content: "";width: 24px;height: 24px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H20V6.172C19.9999 6.70239 19.7891 7.21101 19.414 7.586L15 12V19L9 21V12.5L4.52 7.572C4.18545 7.20393 4.00005 6.7244 4 6.227V4Z' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
}

/* Active filters */
.active-filters {display: inline-flex;width: 100%;flex-flow: row wrap;align-items: center;margin-bottom: 10px;}
.active-filters::before {margin-right: 8px;color: #111110;font-size: 14px;font-weight: 400;}
.active-filters::before {content: var(--jit-filters-title);}
.active-filters__label {font-size: 14px;font-weight: 400;padding-right: 10px;}
.active-filters__list {margin-right: 10px;display: flex;flex-flow: row wrap;}
.active-filters__parameter-name {margin-right: 5px;display: flex;align-items: center;display: none;}
.active-filters__parameter {display: flex;margin-right: 6px;margin-bottom: 3px;margin-top: 4px;}
.active-filters__parameter-value {display: flex;align-items: center;color: #44352E;background: none;padding: 6px 8px;margin: 4px 4px 4px 0;font-weight: 400;font-size: 14px;background-color: #fff;border: 1px solid #D8D7D2;border-radius: 4px;}
.active-filters__parameter-value span {position: relative;}
.active-filters__parameter-value:hover {background-color: #D8D7D2;color: #000;}
.active-filters__parameter-values {display: flex;}
.active-filters__remove-btn {margin-left: 10px;flex: 0 0 16px;width: 16px;height: 16px;display: inline-block;background-size: contain;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.active-filters__remove-btn:hover {opacity: 0.8;}
.active-filters__remove-all-btn {color: #111110;font-size: 16px;cursor: pointer;font-weight: 600;display: flex;align-items: center;}
.active-filters__remove-all-btn::after {content: "";margin-left: 16px;width: 10px;height: 10px;background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1331_17972)'%3E%3Cpath d='M10 0.571425L9.4286 0L5 4.42858L0.571425 0L0 0.571425L4.42858 5L0 9.4286L0.571425 10L5 5.57142L9.4286 10L10 9.4286L5.57142 5L10 0.571425Z' fill='%2344352E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1331_17972'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.active-filters__remove-all-btn:hover {color: #44352E;text-decoration: none;}

@media (max-width: 767px) {
  .active-filters__remove-all-btn {margin: 10px ;}
}



/* Category */
.id-731 .category-top::after {background-image: url(../img/deti.png);background-position: center right -50px;}
.id-749 .category-top::after {background-image: url(../img/bryle.png);}
.id-752 .category-top::after {background-image: url(../img/masky.png);}
.id-758 .category-top::after {background-image: url(../img/polstare.png);background-position: center right -150px;}

.category-top {position: relative;min-height: 315px;display: flex;flex-flow: row wrap;align-items: flex-start;background-position: right 350px bottom;background-repeat: no-repeat;}
.category-top::after {content: "";display: block;background: #FAF8FF;background-image: url(../img/deky-img.png);background-position: right center;background-size: auto 100%;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -2;}
.category-top::before {content: "";display: block;background: linear-gradient(90deg, #FAF8FF 40%, rgba(250, 248, 255, 0) 70%);background-size: auto 100%;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
.category-top .breadcrumbs {width: 100%;margin-top: 0;padding: 12px 0;padding-bottom: 40px;}
.category-perex {max-width: 755px;margin-bottom: 48px;}
.category-title {width: 100%;}
.category-btns {gap: 16px;display: flex;flex-flow: row wrap;}

.category-perex ul {padding-left: 0;margin: 0 0 22px 0;}
.category-perex ul li {margin-bottom: 2px;padding-left: 32px;position: relative;}
.category-perex ul li:before {content: "";margin: 0;width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1982 17.7632C14.698 17.1353 14.1126 16.6031 13.4315 16.1774C12.761 15.741 12.0266 15.443 11.2497 15.2621C10.4621 15.0811 9.6745 15.0386 8.87627 15.1237C8.07805 15.2089 7.32239 15.4324 6.59867 15.7836C4.33171 16.9011 2.1286 18.1463 -3.42205e-06 19.5086C2.14989 18.1783 4.23592 16.7415 6.23681 15.1982C6.86474 14.698 7.3969 14.1126 7.82262 13.4315C8.24834 12.761 8.55698 12.0266 8.73792 11.2497C8.91885 10.4621 8.96142 9.6745 8.87627 8.87627C8.78049 8.07805 8.55698 7.32239 8.21641 6.59867C7.08825 4.33171 5.84301 2.1286 4.49135 -1.7055e-06C5.81109 2.14989 7.24789 4.23592 8.80177 6.23681C9.29135 6.86474 9.88736 7.3969 10.5579 7.82262C11.239 8.24834 11.9627 8.55698 12.7503 8.73792C13.5273 8.91885 14.3149 8.96142 15.1131 8.87627C15.9113 8.78048 16.667 8.56763 17.3907 8.21641C19.6577 7.08825 21.8608 5.84302 24 4.49135C21.8395 5.81109 19.7641 7.24789 17.7632 8.80177C17.1353 9.29135 16.6031 9.88736 16.1774 10.5579C15.741 11.239 15.443 11.9627 15.2621 12.7503C15.0812 13.5273 15.0386 14.3149 15.1237 15.1131C15.2089 15.9113 15.4324 16.667 15.7836 17.3907C16.9011 19.6576 18.1463 21.8608 19.5086 24C18.1783 21.8395 16.7415 19.7641 15.1982 17.7632Z' fill='%23B59DE8'/%3E%3C/svg%3E%0A");}

@media (max-width: 1439px) {
  .category-top::after {background-position: right -220px center;}
}
@media (max-width: 1300px) {
  .category-top::before {content: "";display: block;background: #FAF8FF;opacity: 0.8;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
}
@media (max-width: 767px) {
  .category-perex {margin-bottom: 32px;}
  .category-top .breadcrumbs {padding-bottom: 24px;}
  .category-perex ul li {margin-bottom: 6px;}

  .in-polstare .category-top::after  {background-position: center;}
}


/* Subcategories */
.subcategories {margin: 18px -8px;}
.subcategories.with-image li {padding: 8px;}
.subcategories li a {border: 1px solid #D8D7D2;border-radius: 8px;padding: 15px;height: auto;text-decoration: none;}
.subcategories li a:hover .text {text-decoration: none;}
.subcategories li a:hover {background-color: #FAF8FF;transform: translateY(-1px);}
.subcategories.with-image li a .image {width: 60px;padding-right: 0;margin-right: 16px;border-radius: 8px;overflow: hidden;}
.subcategories.with-image li a .text {font-size: 16px;color: #111110;font-size: 16px;max-width: calc(100% - 70px);padding-right: 0px;}

@media (max-width: 1439px) {
  .subcategories.with-image li {width: 33.333%;}
}
@media (max-width: 1199px) {
  .subcategories.with-image li {width: 50%;}
}
@media (max-width: 767px) {
  .subcategories {margin: 20px -4px;}
  .subcategories.with-image li {padding: 4px}
  .subcategories li a {padding: 8px;}
  .subcategories.with-image li a .text {max-width: calc(100% - 53px)}
  .subcategories.with-image li a .image {width: 45px;margin-right: 8px;}
  .subcategories.with-image li a .text {padding-right: 0;font-size: 13px;}
}

#category-header {border-bottom: 1px solid #D8D7D2;}
.category-header-pagination {display: none;}
.sortingToggle {display: none;}
#listSortingControls {display: flex;position: static;box-shadow: initial;border: 0;padding: 0;white-space: nowrap;}
.listSorting__control {padding: 16px 0px;margin: 0 20px;}
.listSorting__control:hover {color: #060644;text-decoration: underline;}
.listSorting__control.listSorting__control--current {text-decoration: none;color: #060644;border-bottom: 1px solid #060644;}
.listSorting__control:first-of-type {margin-left: 0;}
#listSortingControl-name {display: none;}

@media (max-width: 767px) {
  #listSortingControls {}
  .listSorting:not(.listSorting--open) #listSortingControls {display: none;}
  .sortingToggle {display: block;}
  .sortingToggle .icon-sort {display: none;}
  .sortingToggle {border: 0;border-top: 1px solid #D8D7D2;border-bottom: 1px solid #D8D7D2;padding: 16px;margin: 0 -16px;width: calc(100% + 32px);color: #060644!important;}
  .listSorting__control {width: 100%;margin: 0;}
  #listSortingControls {flex-direction: column;}

  #category-header {border: 0;}
}

.ji-category-section {position: relative;padding-block: 40px;}
.ji-category-section.--even::before {content: "";display: block;position: absolute;inset-inline: calc(50% - 50dvw + var(--scrollbar-width, 0px) / 2);inset-block: 0;z-index: -1;background: #F1F8ED;}
.ji-category-section.--first:not(.--even) {padding-top: 0;}
.ji-category-section.--last:not(.--even) {padding-bottom: 0;}
.ji-category-section__title {margin-block: 0 8px;color: #111110;font-size: 32px;font-weight: 600;line-height: 1.25;}

@media (max-width: 767px) {
  .ji-category-section {padding-block: 24px 12px;}
}

/* Detail */
@media (min-width: 992px) {
  .wide .p-detail-inner .p-image {margin: 0 20px;width: auto;flex: 1;}
  .wide .p-detail-inner .p-data-wrapper {width: auto;flex: 0 0 450px;}
  .p-thumbnails-inner {padding: 0 20px;}
}
@media (min-width: 1440px) {
  .wide .p-detail-inner .p-image {margin: 0 110px;}
  .wide .p-detail-inner .p-data-wrapper {width: auto;flex: 0 0 535px;}
  .p-thumbnails-inner {padding: 0 110px;}
}

.wide .p-detail-inner .p-image-wrapper {padding-right: 0;}

@media (min-width: 1440px) {.wide .p-detail .p-image-wrapper .flags.flags-default {left: -110px;}}
.wide .p-detail .p-image-wrapper .flags.flags-default {top: 16px;}
.wide .p-detail .p-image-wrapper .flags.flags-default .flag {padding: 5px 24px;}

.p-data-wrapper h1 {margin-bottom: 16px;}
.p-detail-inner {padding-bottom: 24px;}
.p-data-wrapper .stars {width: 90px;}
.p-detail-inner .p-detail-inner-header {margin-bottom: 26px;display: block!important;}
.p-detail-inner-header-mobile {display: none!important;}
.ratings-and-brand {flex-direction: row;flex-flow: row wrap;}
.ratings-and-brand .flag {margin-right: 8px;color: #111110;padding: 5px 15px;max-width: initial;width: auto;}

.p-short-description ul {list-style: none;padding: 0 0 20px 0;margin: 0;}
.p-short-description ul li::before {content: "";margin: 0;position: absolute;left: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1665 9.99998L8.33317 14.1666L16.6665 5.83331' stroke='%239A7CDE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.p-short-description ul li {padding: 4px 0;padding-left: 28px;position: relative;}

.p-to-cart-block {gap: 8px;background-color: #FAF8FF;border: 1px solid #D8D7D2;border-radius: 0 0 8px 8px;padding: 16px;margin-bottom: 16px;}
.p-to-cart-block .add-to-cart-button {text-transform: initial;display: flex;align-items: center;justify-content: center;font-weight: 600;flex: initial;min-width: 170px;}
.p-to-cart-block .add-to-cart-button::before {content: "";width: 24px;height: 24px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00029 11V6C9.00029 5.20435 9.31636 4.44129 9.87897 3.87868C10.4416 3.31607 11.2046 3 12.0003 3C12.7959 3 13.559 3.31607 14.1216 3.87868C14.6842 4.44129 15.0003 5.20435 15.0003 6V11M6.33129 8H17.6703C17.9587 7.99997 18.2436 8.06229 18.5057 8.1827C18.7677 8.30311 19.0006 8.47876 19.1883 8.6976C19.3761 8.91645 19.5144 9.17331 19.5936 9.45059C19.6728 9.72786 19.6911 10.019 19.6473 10.304L18.3923 18.456C18.2833 19.1644 17.9243 19.8105 17.3803 20.2771C16.8362 20.7438 16.1431 21.0002 15.4263 21H8.57429C7.85769 21 7.16477 20.7434 6.62092 20.2768C6.07707 19.8102 5.71822 19.1643 5.60929 18.456L4.35429 10.304C4.31046 10.019 4.32878 9.72786 4.408 9.45059C4.48722 9.17331 4.62545 8.91645 4.81324 8.6976C5.00102 8.47876 5.23391 8.30311 5.49594 8.1827C5.75796 8.06229 6.04293 7.99997 6.33129 8Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.p-to-cart-block .p-final-price-wrapper .price-final-holder {font-size: 24px;}
.p-to-cart-block .p-final-price-wrapper {line-height: 1;}
.p-to-cart-block .price-save {color: #B80000;font-weight: 600;}
.p-to-cart-block .price-standard {font-size: 14px;color: #4E4D4A;}
.p-to-cart-block .price-measure {font-size: 14px;color: #4E4D4A;margin-top: 4px;display: block;}

.p-to-cart-block .add-to-cart .quantity {height: 52px;width: 120px;}

.p-data-wrapper .ji-detail-availability-row {display: flex;flex-flow: row wrap;align-items: center;margin-bottom: 16px;row-gap: 8px;}
.p-data-wrapper .shipping-options-row {display: block;margin-left: auto;}
.p-data-wrapper .shipping-options-row>td {display: contents;}
.p-data-wrapper .detail-parameters {margin-bottom: 0;}
a.shipping-options {display: flex;padding-left: 28px;position: absolute;right: 16px;top: 50%;margin-top: -12px;}
a.shipping-options:hover {text-decoration: none!important;}
.shipping-options::before {content: "";width: 20px;height: 20px;position: absolute;left: 0;top: 2px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 14.1667C4.16699 14.6087 4.34259 15.0326 4.65515 15.3452C4.96771 15.6578 5.39163 15.8334 5.83366 15.8334C6.27569 15.8334 6.69961 15.6578 7.01217 15.3452C7.32473 15.0326 7.50033 14.6087 7.50033 14.1667M4.16699 14.1667C4.16699 13.7247 4.34259 13.3007 4.65515 12.9882C4.96771 12.6756 5.39163 12.5 5.83366 12.5C6.27569 12.5 6.69961 12.6756 7.01217 12.9882C7.32473 13.3007 7.50033 13.7247 7.50033 14.1667M4.16699 14.1667H2.50033V10.8334M7.50033 14.1667H12.5003M12.5003 14.1667C12.5003 14.6087 12.6759 15.0326 12.9885 15.3452C13.301 15.6578 13.725 15.8334 14.167 15.8334C14.609 15.8334 15.0329 15.6578 15.3455 15.3452C15.6581 15.0326 15.8337 14.6087 15.8337 14.1667M12.5003 14.1667C12.5003 13.7247 12.6759 13.3007 12.9885 12.9882C13.301 12.6756 13.725 12.5 14.167 12.5C14.609 12.5 15.0329 12.6756 15.3455 12.9882C15.6581 13.3007 15.8337 13.7247 15.8337 14.1667M15.8337 14.1667H17.5003V9.16669M1.66699 4.16669H10.8337V14.1667M17.5003 9.16669H10.8337M17.5003 9.16669L15.0003 5.00002H10.8337M2.50033 7.50002H5.83366' stroke='%23202020' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.ji-featured-review {margin: 0;padding: 12px 0 0 0;}
.ji-featured-review__quote {margin: 0 0 16px;padding: 0;}
.ji-featured-review__quote::before {content: "„";}
.ji-featured-review__quote::after {content: "“";}
.ji-featured-review__author {display: block;font-weight: 700;margin: 0;padding: 0;}
.ji-featured-review__author::after {content: "";display: inline-block;width: 18px;height: 18px;background: var(--icon-review-verified) no-repeat center / contain;margin-left: 4px;vertical-align: middle;position: relative;top: -2px;}

.up-product-wrapper {margin-top: 0;}
.up-product-wrapper .up-container {padding: 0;border-top: 1px solid #D8D7D2;border-bottom: 1px solid #D8D7D2;border-left: 0!important;border-right: 0!important;}
.up-product-wrapper .up-container.box-shadow-show {box-shadow: initial;}
.up-product-wrapper h2.up-products-header.products-related-header {color: #060644!important;font-weight: 700!important;font-size: 16px!important;margin-bottom: 16px!important;}
.up-container .up-products .up-product {border: 0!important;}
.up-container .up-products .up-product .up-price-value {color: #111110;font-weight: 700;font-size: 14px;}
.up-container .up-products .up-product .up-image {margin-right: 16px;}
.up-product-details .up-product-url {font-size: 16px;color: #111110;font-weight: bold;margin-bottom: 5px;display: block;}

.wide table.detail-parameters.shipping-options-layout {padding-right: 20px;display: block;position: relative;width: unset;border: 1px solid #D8D7D2;border-radius: 8px 8px 0 0;border-bottom: 0;padding: 16px;padding-right: 200px;}
.wide table.detail-parameters.shipping-options-layout:has(.availability-label[style="color: #009901"]) {padding-left: 48px;}
.wide table.detail-parameters.shipping-options-layout:has(.availability-label[style="color: #009901"])::before {content: "";width: 24px;height: 24px;position: absolute;left: 16px;;margin-top: 8px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%23009901' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.wide table.detail-parameters tbody {display: block;}
.wide table.detail-parameters tr {display: block;}
.wide table.detail-parameters tr td {padding-left: 0;padding-bottom: 0;}
.wide table.detail-parameters tr:has(.availability-label) th {display: none;}
.wide table.detail-parameters .availability-amount {display: none;}
.wide table.detail-parameters .availability-label {font-weight: 600;font-size: 16px;margin-left: 0;}
table.detail-parameters tbody tr th:after {display: none;}
.one-column-body table.detail-parameters tbody tr th {min-width: 0;padding-right: 0;padding-bottom: 0;width: auto;}
table.detail-parameters tbody tr th .row-header-label.delivery-time-label {padding-right: 5px;}
.delivery-time-row {font-size: 14px;}

@media (max-width: 1439px) {
  .wide table.detail-parameters.shipping-options-layout {padding-right: 0;padding-bottom: 40px;}
  a.shipping-options {right: auto;left: 20px;bottom: 10px;top: auto;}
}
@media (max-width: 767px) {

  .p-to-cart-block {padding: 16px;gap: 10px;flex-flow: row wrap;}
  .p-to-cart-block .p-final-price-wrapper {width: 100%;flex: 0 0 100%;}
  .p-to-cart-block .add-to-cart-button {flex: 0 0 calc(100% - 130px);padding-inline: 5px;min-width: 0;}
  .p-to-cart-block .add-to-cart {margin-left: 0;}

  .p-detail-inner {padding-bottom: 0;}
}

.detail-usps {display: flex;flex-flow: row wrap;}
.detail-usps__item {width: 50%;margin-bottom: 20px;padding: 0 15px 0 40px;position: relative;font-size: 14px;font-weight: bold;display: flex;align-items: center;}
.detail-usps__item img {position: absolute;left: 0;top: 50%;margin-top: -16px;}

/* Detail gallery */
.image360, .p-image {padding-bottom: 0;}
.wide .p-detail .flags.flags-extra .flag-discount {display: none;}
.wide .p-detail .flags-extra .flag.flag-freeshipping {font-size: 14px;}

.pa-gal-prev, .pa-gal-next {appearance: none;border:0;position: absolute;left: -70px;top: calc(50% - 20px);width: 40px;height: 40px;background: #fff;border-radius:50%;border: 1px solid #DEC7BA;display: flex;justify-content: center;align-items: center;transition:background-color ease-out 0.2s;z-index: 1;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);}
.pa-gal-prev:hover,.pa-gal-next:hover {transform: scale(1.02);}
.pa-gal-prev::before, .pa-gal-next::before {width: 24px;height: 24px;content: ""!important;}
.pa-gal-prev::before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M5 12L9 16M5 12L9 8' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.pa-gal-next::before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='%23060644' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.pa-gal-prev:hover::before,.pa-gal-next:hover::before {color:#fff;}
.pa-gal-next {left:unset;right:-70px;}
.pa-gal-next::before {content: "\e910";}

.p-thumbnails {height: auto;padding-top: 15px;}
.p-thumbnails>div {height: auto;width: auto;position: static;}
.p-thumbnails>div>div {gap: 8px;display: flex;flex-flow: row wrap;justify-content: center;}
.p-thumbnails>div>div img {border: 1px solid #D8D7D2;border-radius: 8px;padding: 5px;display: block;max-width: 80px;}
.p-thumbnails>div>div::before {display: none;}
.p-thumbnails>div>div::after {display: none;}
.p-thumbnails a.highlighted img, .p-thumbnails a:hover img {border-color: #060644;border-radius: 8px;}

.gallery-usps {display: flex;padding: 48px 0;}
.gallery-usps__item {border-left: 1px solid #D8D7D2;padding-left: 16px;padding-right: 24px;width: 33.333%;}
.gallery-usps__item div {color: #060644;font-weight: 600;font-size: 26px;}
.gallery-usps__item span {font-size: 14px;}

@media (max-width: 1439px) {
  .pa-gal-prev {left: 10px;}
  .pa-gal-next {right: 10px;}
}

@media (max-width: 1199px) {
  .gallery-usps {flex-flow: row wrap;padding: 16px 0;}
  .gallery-usps__item {width: 100%;margin-bottom: 24px;}
}

@media (max-width: 767px) {
  .p-thumbnails {display: none;}

  .image360, .p-image {padding-bottom: 16px}
  .p-detail .p-image .flags {left: 10px;}

  .wide .p-detail .flags-extra .flag.flag-freeshipping {font-size: 9px;}
  .flags.flags-extra, .wide .p-detail .flags.flags-extra {bottom: 20px;}

  .p-image-wrapper.ji-has-gallery-slider .p-main-image {display: none;}
  .p-image-wrapper.ji-has-gallery-slider :is(.pa-gal-prev,.pa-gal-next) {display: none;}

  .gallery-usps {}
  .ji-gallery-slider .slick-arrow {--ji-offset: -15px;}
}

/* Fixed CTA */
.ji-fixed-cta {position: fixed;top:90px;left:0;width:100%;background: #fff;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);transition:transform ease-in-out 0.3s;padding: 5px 20px;z-index: 66;}
.ji-fixed-cta:not(.--sticky) {transform:translateY(calc(-100% - 8px));}
.ji-fixed-cta__in {align-items: center;display: flex;justify-content: space-between;}
.ji-fixed-cta__left {display: flex;align-items: center;gap:16px;padding-right: 10px;flex: 1;}
.ji-fixed-cta__title {font-size: 22px;margin:0;}
.ji-fixed-cta__image img {width:55px;}
.ji-fixed-cta__right {display: flex;align-items: center;gap:25px;}
.ji-fixed-cta .availability-value {margin-right: 30px;display: none;}
.ji-fixed-cta .availability-amount::after {content:unset;}
.ji-fixed-cta .responsive-nav {margin-bottom: 0;padding: 0;border: 0;}
.ji-fixed-cta .shp-tabs-holder ul.shp-tabs {padding: 5px 0 0 0;margin-inline: -5px;justify-content: flex-start;}
.ji-fixed-cta .p-final-price-wrapper {line-height: 1;}
.ji-fixed-cta .ji-fixed-cta__price-availability {display: flex;align-items: center;}
.ji-fixed-cta .availability-label {order: -1;margin-right: 24px;font-size: 16px;font-weight: bold;padding-left: 32px;position: relative;}
.ji-fixed-cta .availability-label[style="color: #009901"]::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%23009901' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ji-fixed-cta .price-standard {margin-right: 0.5ex;line-height: 1;white-space: nowrap;color: #4E4D4A;font-size: 14px;}
.ji-fixed-cta .price-save {line-height: 1;font-weight: 400;font-size: 14px;color: #B80000;padding: 3px;white-space: nowrap;border-radius: 360px;}
.ji-fixed-cta .price-save+.price-final {font-size: 20px;}
.ji-fixed-cta .price-final {white-space: nowrap;}
.ji-fixed-cta .add-to-cart-button {min-width: 160px;text-transform: initial;height: 44px;display: flex;align-items: center;}
.ji-fixed-cta .add-to-cart-button::before {content: "";margin-right: 8px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00029 11V6C9.00029 5.20435 9.31636 4.44129 9.87897 3.87868C10.4416 3.31607 11.2046 3 12.0003 3C12.7959 3 13.559 3.31607 14.1216 3.87868C14.6842 4.44129 15.0003 5.20435 15.0003 6V11M6.33129 8H17.6703C17.9587 7.99997 18.2436 8.06229 18.5057 8.1827C18.7677 8.30311 19.0006 8.47876 19.1883 8.6976C19.3761 8.91645 19.5144 9.17331 19.5936 9.45059C19.6728 9.72786 19.6911 10.019 19.6473 10.304L18.3923 18.456C18.2833 19.1644 17.9243 19.8105 17.3803 20.2771C16.8362 20.7438 16.1431 21.0002 15.4263 21H8.57429C7.85769 21 7.16477 20.7434 6.62092 20.2768C6.07707 19.8102 5.71822 19.1643 5.60929 18.456L4.35429 10.304C4.31046 10.019 4.32878 9.72786 4.408 9.45059C4.48722 9.17331 4.62545 8.91645 4.81324 8.6976C5.00102 8.47876 5.23391 8.30311 5.49594 8.1827C5.75796 8.06229 6.04293 7.99997 6.33129 8Z' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ji-fixed-cta .price-measure {display: none;}
.ji-fixed-cta .ji-portion-price {display: none;}
.ji-fixed-cta .shp-tabs-holder ul.shp-tabs li a {font-size: 16px;padding: 5px;}
.ji-fixed-cta .shp-tabs-holder ul.shp-tabs li a::before {width: 10px;height: 11px;background-size: contain;background-repeat: no-repeat;}
.ji-fixed-cta .shp-tabs-holder ul.shp-tabs::after {display: none;}

.basic-description [id], #description, #ratingTab, #faq {scroll-margin-top: 160px;}

@media (max-width: 1439px) {
  .ji-fixed-cta__tabs {display: none;}
}
@media (max-width: 991px) {
  .ji-fixed-cta {top: 80px;}
}
@media (max-width: 767px) {
  .ji-fixed-cta {top: 0px;}
  .ji-fixed-cta__title-tabs {display: none;}
  .ji-fixed-cta__left {display: none;}
  .ji-fixed-cta__in {justify-content: flex-start;}
  .ji-fixed-cta__right {flex: 1;gap: 10px;}
  .ji-fixed-cta {padding: 5px 10px;transition: .15s;}

  .scrolled-up .ji-fixed-cta {top: 70px;padding: 10px;}

  .ji-fixed-cta .add-to-cart-button {font-size: 14px;min-width: 0;margin-left: auto;display: flex;align-items: center;justify-content: center;padding: 10px 5px!important;height: auto;}
  .ji-fixed-cta .add-to-cart-button::before {content: "";flex: 0 0 24px;width: 24px;height: 24px;margin-right: 5px;margin-top: -1px;display: block;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00029 11V6C9.00029 5.20435 9.31636 4.44129 9.87897 3.87868C10.4416 3.31607 11.2046 3 12.0003 3C12.7959 3 13.559 3.31607 14.1216 3.87868C14.6842 4.44129 15.0003 5.20435 15.0003 6V11M6.33129 8H17.6703C17.9587 7.99997 18.2436 8.06229 18.5057 8.1827C18.7677 8.30311 19.0006 8.47876 19.1883 8.6976C19.3761 8.91645 19.5144 9.17331 19.5936 9.45059C19.6728 9.72786 19.6911 10.019 19.6473 10.304L18.3923 18.456C18.2833 19.1644 17.9243 19.8105 17.3803 20.2771C16.8362 20.7438 16.1431 21.0002 15.4263 21H8.57429C7.85769 21 7.16477 20.7434 6.62092 20.2768C6.07707 19.8102 5.71822 19.1643 5.60929 18.456L4.35429 10.304C4.31046 10.019 4.32878 9.72786 4.408 9.45059C4.48722 9.17331 4.62545 8.91645 4.81324 8.6976C5.00102 8.47876 5.23391 8.30311 5.49594 8.1827C5.75796 8.06229 6.04293 7.99997 6.33129 8Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

  .ji-fixed-cta .availability-label {display: none;}
}
@media (max-width: 500px) {
  /*.ji-fixed-cta .add-to-cart-button {font-size: 14px;min-width: 0;padding-left: 10px!important;padding-right: 10px!important;}*/
  .ji-fixed-cta__image img {width: 60px;}
}

/* Rating tab detail */
body.type-detail .ji-refs {display: none;}
#ratingTab {padding: 48px 0 38px 0;position: relative;}
#ratingTab .rate-average {font-size: 42px;font-family: var(--template-headings-font);font-weight: bold;}
#ratingTab .col-sm-6:has(.rate-list) {display: none;}
#ratingTab .rate-average-wrap {width: 100%;flex-direction: row;padding: 0;align-items: center;}
#ratingTab .rate-average-wrap .add-comment.rate-form-trigger {border-right: 1px solid #D8D7D2;padding-right: 36px;align-items: center;}
#ratingTab .rate-average-wrap .link-like.btn {margin-left: auto;text-decoration: none;}
#ratingTab .rate-average-inner {margin-right: auto;}
#ratingTab .rate-star-wrap::before {content: var(--jit-product-ref);font-family: var(--template-headings-font);width: 100%;margin-bottom: 5px;font-weight: 600;font-size: 22px;}
#ratingTab .rate-star-wrap {flex-direction: row;flex-flow: row wrap;align-items: center;justify-content: flex-start;margin-left: 16px;}
#ratingTab .rate-star-wrap .stars {width: auto;order: 1;margin-bottom: 0;}
#ratingTab .rate-star-wrap .stars-label {margin-right: 5px;color: #9A7CDE;font-size: 15px;}
#ratingTab .ji-refs__top-item {margin-left: 36px;}
#ratingTab::after {content: "";display: block;background: #fff;background-position: top 10px left 40%;z-index: 2;background-image: url("data:image/svg+xml,%3Csvg width='100' height='80' viewBox='0 0 100 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.1201 76.999C53.693 77.8978 54.2598 78.8007 54.8184 79.709C54.2442 78.8103 53.6787 77.9065 53.1201 76.999ZM14.2129 14.834C17.4869 19.9814 20.9935 24.9728 24.7236 29.8076C26.1308 31.5779 27.7805 33.061 29.6719 34.2715C31.5782 35.4667 33.6363 36.3288 35.8301 36.8281C38.0238 37.3425 40.2326 37.4632 42.4717 37.2061C44.711 36.964 46.8446 36.3438 48.8721 35.3604C54.2823 32.6937 59.5401 29.7763 64.6738 26.6191C59.5917 29.855 54.6702 33.3178 49.9014 37.0098C48.1311 38.4018 46.6485 40.0515 45.4531 41.958L45.2295 42.3164C44.1356 44.1197 43.349 46.0438 42.8809 48.1006L42.791 48.5127C42.3657 50.5728 42.2609 52.6587 42.502 54.7578C42.7592 56.9971 43.3652 59.1307 44.3486 61.1582C47.0366 66.5728 49.9544 71.8561 53.1201 76.999C49.8755 71.9091 46.4028 66.9714 42.6992 62.1875C41.3072 60.4172 39.6575 58.9341 37.751 57.7236C35.9778 56.5889 34.0583 55.7736 32.0176 55.2646L31.6084 55.167C29.4145 54.6525 27.19 54.5314 24.9658 54.7734C22.7265 55.0307 20.593 55.6513 18.5654 56.6348C13.0837 59.3367 7.7578 62.2947 2.55957 65.5C7.71375 62.2207 12.7019 58.7267 17.5215 54.9854C19.2918 53.5933 20.79 51.9436 21.9854 50.0371C23.1957 48.1308 24.0432 46.0883 24.5576 43.8945C25.0257 41.8376 25.1747 39.7539 24.9795 37.6562L24.9355 37.2363C24.6783 34.9973 24.0731 32.8642 23.0898 30.8369C20.3736 25.3654 17.4107 20.028 14.2129 14.834ZM2.55957 65.5C1.71059 66.0402 0.858055 66.576 0 67.1045C0.849787 66.5629 1.70299 66.0282 2.55957 65.5ZM26.4697 34.4141C26.6705 35.2656 26.822 36.1306 26.9229 37.0088C27.2068 39.4808 27.0553 41.9322 26.5078 44.3379L26.5049 44.3506C25.9407 46.7566 25.0077 49.0085 23.6738 51.1094C23.2043 51.8573 22.6913 52.5678 22.1396 53.2432C22.991 53.0398 23.857 52.8873 24.7373 52.7861L24.749 52.7852C27.1858 52.5199 29.6338 52.6514 32.0518 53.2168L32.502 53.3242C34.7438 53.8833 36.8629 54.7815 38.8232 56.0352C39.5738 56.5117 40.2883 57.0285 40.9678 57.584C40.7666 56.7316 40.6166 55.8654 40.5156 54.9863C40.2317 52.5142 40.3832 50.063 40.9307 47.6572C41.4822 45.2338 42.4354 42.9793 43.7646 40.8857C44.2345 40.1372 44.745 39.4242 45.2959 38.7471C44.4415 38.9489 43.5722 39.0997 42.6875 39.1953L42.6865 39.1943C40.2274 39.4753 37.7911 39.3424 35.373 38.7754V38.7744C32.9585 38.2233 30.6966 37.2744 28.6094 35.9658L28.5938 35.9561C27.8521 35.4814 27.1443 34.9665 26.4697 34.4141ZM67.4375 24.8896C66.5203 25.4741 65.5989 26.0502 64.6738 26.6191C65.5901 26.0357 66.5107 25.4582 67.4375 24.8896ZM12.6191 12.2861C13.157 13.1313 13.6877 13.981 14.2129 14.834C13.6754 13.9889 13.1441 13.1397 12.6191 12.2861Z' fill='%23D0BEF2'/%3E%3Cpath d='M92.3428 55.0652C92.6029 55.4757 92.8602 55.8877 93.1142 56.3015C92.8539 55.8916 92.5975 55.479 92.3428 55.0652ZM72.5402 23.4199C74.2112 26.0482 75.9953 28.5877 77.8927 31.0478C78.6037 31.9404 79.4362 32.6975 80.4044 33.3027C81.3576 33.923 82.4024 34.3472 83.5069 34.6044C84.4865 34.8294 85.4663 34.9038 86.4561 34.8378L86.8809 34.8007C88.0156 34.6796 89.0903 34.3615 90.1192 33.8622C92.9044 32.4892 95.6209 30.9791 98.2607 29.3447C95.6407 31.0149 93.0915 32.798 90.6328 34.6943C89.7402 35.4053 88.9841 36.2378 88.3789 37.206L88.1592 37.5683C87.6663 38.4217 87.3022 39.3421 87.0772 40.3085C86.82 41.428 86.7599 42.5478 86.8809 43.6825C87.0171 44.8172 87.3342 45.8919 87.8184 46.9207C89.2049 49.7069 90.7172 52.4245 92.3428 55.0652C90.6816 52.4444 88.8963 49.8938 86.9864 47.4344C86.2905 46.5419 85.4433 45.7856 84.4903 45.1805C83.5219 44.5753 82.4928 44.136 81.3731 43.8788C80.2686 43.6216 79.1485 43.5614 78.0138 43.6825C76.8793 43.8187 75.8051 44.1208 74.7765 44.62C71.9886 46.0074 69.2684 47.5196 66.6164 49.1463C69.2453 47.4845 71.7856 45.6989 74.2462 43.7879C75.0272 43.179 75.7043 42.4545 76.2667 41.6444L76.5011 41.2919C77.1214 40.3235 77.5446 39.2944 77.8019 38.1747C78.027 37.2081 78.1023 36.2299 78.0362 35.2402L77.9991 34.8153C77.878 33.6807 77.5599 32.6068 77.0606 31.5781C75.6866 28.7907 74.1761 26.0715 72.5402 23.4199ZM66.6164 49.1463C66.2063 49.4056 65.7946 49.6627 65.3801 49.9158C65.7905 49.6565 66.2027 49.4001 66.6164 49.1463ZM80.045 35.412C80.0904 36.4864 79.9982 37.558 79.7511 38.622C79.5078 39.681 79.134 40.6823 78.6163 41.6356C79.6886 41.5909 80.7584 41.6829 81.8204 41.9296C82.8934 42.1761 83.8929 42.5633 84.8331 43.0702C84.7892 41.9983 84.8824 40.9292 85.128 39.8602L85.1299 39.8544C85.3755 38.7999 85.7607 37.7912 86.2735 36.8466C85.2 36.8909 84.1292 36.7996 83.0587 36.5536L83.0528 36.5517C82.013 36.3095 81.0027 35.9357 80.045 35.412ZM99.4999 28.5664C99.0892 28.8292 98.6753 29.088 98.2607 29.3447C98.6719 29.0825 99.0853 28.823 99.4999 28.5664ZM71.7648 22.1816C72.0265 22.5926 72.2846 23.0057 72.5402 23.4199C72.2791 23.0093 72.0203 22.5966 71.7648 22.1816Z' fill='%23D0BEF2'/%3E%3Cpath d='M52.8153 20.0734C52.9753 20.326 53.1344 20.5796 53.2909 20.8351C53.1305 20.582 52.9719 20.3281 52.8153 20.0734ZM40.7225 0.754887C41.7409 2.3522 42.836 3.91319 43.9999 5.41702C44.8925 6.53667 46.0278 7.26236 47.4198 7.58012C48.8269 7.89786 50.1738 7.74733 51.4599 7.12699C53.1605 6.28973 54.8155 5.361 56.4355 4.36233C54.8311 5.38094 53.2814 6.47661 51.7772 7.64067C50.6576 8.51825 49.9314 9.66857 49.5985 11.0606C49.2808 12.4678 49.4323 13.7994 50.0526 15.1007C50.9024 16.8002 51.8202 18.4544 52.8153 20.0734C51.8003 18.4701 50.7169 16.9212 49.5536 15.4181C48.661 14.2834 47.526 13.5722 46.119 13.2393C44.727 12.9216 43.3797 13.0731 42.0936 13.6934C40.4295 14.5255 38.7984 15.4234 37.2176 16.3946C38.7864 15.3973 40.3033 14.3343 41.7762 13.1944C42.8259 12.3575 43.5301 11.2943 43.8758 10.0176L43.9393 9.75982C44.2571 8.36778 44.1065 7.02053 43.4862 5.73441C42.6492 4.02114 41.7208 2.36488 40.7225 0.754887ZM37.2176 16.3946C36.9331 16.5755 36.6472 16.7552 36.3592 16.9317C36.6434 16.75 36.9299 16.5714 37.2176 16.3946ZM46.0487 9.26079C46.0135 9.5742 45.9615 9.88891 45.8895 10.2042C45.817 10.5218 45.7264 10.8303 45.621 11.1299C45.8204 11.1524 46.0203 11.1815 46.2206 11.2188L46.5633 11.2901L46.5712 11.2911L46.579 11.293C46.8914 11.3669 47.1946 11.4574 47.4891 11.5616C47.5242 11.2496 47.5761 10.9356 47.6473 10.6202L47.6503 10.6075L47.6532 10.5958C47.7274 10.2855 47.8185 9.98328 47.9237 9.68951C47.6102 9.65443 47.2952 9.60263 46.9794 9.5313L46.9745 9.53033C46.6561 9.45763 46.3478 9.36642 46.0487 9.26079ZM57.1943 3.88869C56.9423 4.04847 56.6891 4.20595 56.4355 4.36233C56.6871 4.20258 56.9399 4.04458 57.1943 3.88869ZM40.2479 0C40.408 0.250388 40.5658 0.502234 40.7225 0.754887C40.5625 0.504028 40.404 0.252607 40.2479 0Z' fill='%23D0BEF2'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}

#ratingTab #ratingsList {position: relative;display: flex;flex-flow: row wrap;justify-content: space-between;}
#ratingTab .vote-wrap {background-color: #FAF8FF;border: 0;padding: 16px;border-radius: 8px;width: 49%;margin-bottom: 24px;}
#ratingTab .vote-wrap .vote-header .vote-name {font-weight: bold;color: #060644;font-size: 16px;margin: 0 0 4px 0;}
#ratingTab .vote-wrap .vote-content {color: #4E4D4A;font-size: 14px;}
#ratingTab .vote-wrap .vote-header .vote-rating {justify-content: flex-start;align-items: center;}
#ratingTab .vote-wrap .vote-header .vote-rating .vote-time {order: -1;font-size: 14px;color: #4E4D4A;margin-right: 8px;margin-top: 3px;}
#rate-form .btn.btn-sm.btn-primary {padding: 15px;}

@media (max-width: 1199px) {
  #ratingTab .rate-average-wrap {flex-flow: row wrap;}
  #ratingTab .rate-average-inner {width: 100%;margin-bottom: 20px;}
  #ratingTab .rate-average-wrap .link-like.btn {margin-left: 0;}
  #ratingTab .rate-average-wrap .add-comment.rate-form-trigger {padding-right: 15px;flex-grow: 0;}
  #ratingTab .ji-refs__top-item {margin-left: 15px;}
  #ratingTab::after {background-position: top 10px left 10px;background-size: 50px;}
}
@media (max-width: 767px) {
  #ratingTab {padding: 32px 0 28px 0;}
  #ratingTab>p {text-align: center;}
  #ratingTab .rate-wrap.row {margin-bottom: 10px;}
  #ratingTab .rate-average-wrap {flex-direction: column;}
  #ratingTab .ji-refs__top-item {width: 250px;margin-bottom: 8px;}
  #ratingTab .ji-refs__top-item div {font-size: 16px;}
  #ratingTab .rate-average-inner {width: 320px;margin: 0 auto 16px auto;flex-direction: row;align-items: center;}
  #ratingTab .rate-average-wrap .add-comment.rate-form-trigger {padding-right: 0;margin-top: 0;border: 0;margin-bottom: 15px;}

  #ratingTab .vote-wrap {width: 100%;}
  #ratingTab #ratingsList {margin-top: 0;}
  #ratingTab .listingControls {margin: 6px 0 0 0;}
}

/* Detail videos */
#productVideos h3 {display: none;}
#productVideos .h3 {width: 100%;text-align: center;}
#productVideos {display: flex;position: relative;justify-content: center;flex-flow: row wrap;gap: 24px;position: relative;padding: 48px 0 22px 0;}
#productVideos::before {content: "";display: block;background: #FAF8FF;background-size: cover;background-position: center;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw);width: 100dvw;position: absolute;top: 0;z-index: -1;}
#productVideos iframe {margin-bottom: 24px;border-radius: 8px;}
#productVideos .slick-slide {padding: 0 12px;}

@media (max-width: 767px) {
  #productVideos .slick-slide {padding: 0 24px 0 0;}
  #productVideos .slick-list {padding-right: 80px;padding-left: 16px;}
  #productVideos {margin: 0 -16px;width: calc(100% + 32px)!important;max-width: calc(100% + 32px);}
}

/* Detail desc */
.shp-tabs-wrapper .tab-content .tab-pane {width: 100%;}
.responsive-nav .navigation-btn {display: none!important;}
.p-detail .browse-p {display: none;}

.social-buttons-wrapper {padding-top: 0;padding-bottom: 16px;}
.link-icon.print {display: none;}
.link-icons .link-icon {color: #111110;margin-right: 24px;}
.link-icons .link-icon:hover span {text-decoration: none;}
.social-buttons-wrapper .link-icon:before {width: 20px;height: 20px;content: "";background-size: contain;}
.link-icon.watchdog:before {width: 23px;height: 23px;background-image: url("data:image/svg+xml,%3Csvg width='35' height='34' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.40137 9.00983L13.0236 14.2261C13.9248 14.9424 15.2606 14.363 15.3535 13.2158L14.4572 6L7.40137 9.00983Z' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M14.4561 6L22.7348 7.78694L23.6752 10.7977' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M20.854 10.7976L31.861 11.3617L29.9802 18.4175L19.4434 20.8633L17.3452 25.8573L5.41504 20.8125L10.3631 11.3617' stroke='%230D0D0D' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M3.5 23.2341L16.9043 28.5' stroke='%230D0D0D' stroke-width='1.5'/%3E%3C/svg%3E%0A")}
.link-icon.chat:before {background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66667 7.49998H13.3333M6.66667 10.8333H11.6667M15 3.33331C15.663 3.33331 16.2989 3.59671 16.7678 4.06555C17.2366 4.53439 17.5 5.17027 17.5 5.83331V12.5C17.5 13.163 17.2366 13.7989 16.7678 14.2677C16.2989 14.7366 15.663 15 15 15H10.8333L6.66667 17.5V15H5C4.33696 15 3.70107 14.7366 3.23223 14.2677C2.76339 13.7989 2.5 13.163 2.5 12.5V5.83331C2.5 5.17027 2.76339 4.53439 3.23223 4.06555C3.70107 3.59671 4.33696 3.33331 5 3.33331H15Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.shp-tabs-wrapper .tab-content .tab-pane {opacity: 1;display: block;}

.p-detail-tabs-wrapper .row {margin-left: 0;margin-right: 0;}
.shp-tabs-holder {border: 0;background: none;position: relative;z-index: 1;}
.shp-tabs {background: none;}
.shp-tabs-holder ul.shp-tabs {padding: 16px 0;display: flex;flex-flow: row wrap;position: relative;margin-inline: -20px;justify-content: center;}
/*.shp-tabs-holder ul.shp-tabs::after {content: "";display: block;background: #F1F8ED;background-position: center;background-repeat: no-repeat;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}*/
.shp-tabs-holder ul.shp-tabs a.shp-tab-link {background: none;border:0;color: #111110;font-size: 16px;padding: 6px 20px;font-weight: 400;text-decoration: underline;white-space: nowrap;}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link:hover {text-decoration: none;}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link::after {width: 20px;height: 20px;vertical-align: middle;display: inline-block;position: relative;margin-left: 4px;content: "";background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23293F19' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.shp-tabs-holder ul.shp-tabs .shp-tab.active, .shp-tabs-holder ul.shp-tabs .shp-tab:hover {text-decoration: none!important;}

.shp-tabs-holder ul.shp-tabs li:has(a[href="#productDiscussion"]) {display: none;}
#productDiscussion {display: none;}
.basic-description>.rate-wrapper {display: none;}

.p-detail .products-header {margin: 24px 0;}

.responsive-nav {border-bottom: 1px solid #D8D7D2;}

.description-inner {padding-left: 0;padding-right: 0;max-width: 980px;margin-left: auto;margin-right: auto;flex-direction: column;}
.basic-description {padding-right: 0;width: 100%;}

.basic-description h2,
.basic-description h3,
.basic-description h4,
.basic-description h5 {color: #060644;}

.basic-description ul {padding: 0;margin: 0 0 30px 0;}
.basic-description ul li {padding-left: 28px;position: relative;margin-bottom: 5px;}
.basic-description ul li::before {content: "";position: absolute;left: 0;top: 50%;margin: 0;margin-top: -10px;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1665 9.99992L8.33317 14.1666L16.6665 5.83325' stroke='%239A7CDE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.extended-description {width: 100%;margin-bottom: 48px;}
.extended-description > p strong {font-size: 26px;color: #060644;font-weight: 400;}
.extended-description tbody {display: flex!important;flex-flow: row wrap;justify-content: space-between;}
.extended-description tr {width: 49%;border-bottom: 1px solid #D8D7D2;display: flex!important;}
#description .extended-description tr td {padding: 10px 0;width: 50%;margin-bottom: 0;}
#description .extended-description tr th {padding: 10px 0;width: 50%;font-weight: bold;}
#description .extended-description tr a {font-weight: 400;}
#description .extended-description tr a:hover {text-decoration: none;}

@media (max-width: 767px) {
  body.type-detail .content-wrapper {padding-top: 0;}

  .p-detail .products-header {text-align: center;margin: 32px 0 16px 0;}

  #p-detail-tabs {overflow-x: scroll;flex-flow: row;padding-inline: 20px!important;justify-content: flex-start;background-color: #FAF8FF;border: 0;}
  .responsive-nav {margin-left: -5px;margin-right: -5px;width: calc(100% + 10px);border: 0;}
  .shp-tabs-holder ul.shp-tabs {display: flex;}
  .shp-tabs-holder {padding-right: 0;margin-left: 0px;margin-right: 0px;padding-left: 0;}
  .shp-tabs-holder ul.shp-tabs li a {padding: 8px 8px;font-size: 15px;}
  .responsive-nav::after {content: "";z-index: 1;height: 100%;width: 35px;position: absolute;right: -10px;top: 0px;background: linear-gradient(270deg, #faf8ff 38%, #F1F8ED00 100%);}
  .responsive-nav .hidden-links {display: none!important;}

  .shp-tabs-holder ul.shp-tabs a.shp-tab-link {padding: 6px 10px;}

  .extended-description tr  {width: 100%;}
}

/* Studies */
body.in-studie .content-inner header {display: none;}
body.in-studie .content-inner .h1 {margin-bottom: 40px;}

.study-signpost {padding: 24px;background-color: #FAF8FF;border-radius: 8px;display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 4;margin: 32px 0 40px 0;}
.study-signpost a {padding: 11px;border: 1px solid #D8D7D2;font-weight: 700;text-decoration: none;font-size: 14px;color: #111110;background-color: #fff;border-radius: 8px;flex: 0 0 calc(var(--ji-column-span, 1) * ((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns) + var(--ji-gap, 0px)) - var(--ji-gap, 0px));justify-content: center;}
.study-signpost a:hover { border-color: #060644;box-shadow: 0 4px 12px rgba(0,0,0,0.1);background-color: #f9f9f9;}
.study-signpost a img {margin: 0 auto 8px auto;display: block;}
.study-signpost a span {display: block;text-align: center;}

.study-case {border-bottom: 1px solid #D8D7D2;padding-bottom: 40px;margin-bottom: 48px;}
.study-case:last-of-type {border-bottom: 0;}
.study-case h2 {padding-left: 64px;position: relative;}
.study-case h2::before {content: "";width: 48px;height: 48px;position: absolute;left: 0;top: 50%;margin-top: -24px;}

.study-case ul {list-style: none;padding-left: 24px;}
.study-case ul li {position: relative;padding-left: 32px;margin-bottom: 8px;}
.study-case ul li:has(ul)::before {top: 10px;}
.study-case ul li::before {content: "";margin: 0;width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1982 17.7632C14.698 17.1353 14.1126 16.6031 13.4315 16.1774C12.761 15.741 12.0266 15.443 11.2497 15.2621C10.4621 15.0811 9.6745 15.0386 8.87627 15.1237C8.07805 15.2089 7.32239 15.4324 6.59867 15.7836C4.33171 16.9011 2.1286 18.1463 -3.42205e-06 19.5086C2.14989 18.1783 4.23592 16.7415 6.23681 15.1982C6.86474 14.698 7.3969 14.1126 7.82262 13.4315C8.24834 12.761 8.55698 12.0266 8.73792 11.2497C8.91885 10.4621 8.96142 9.6745 8.87627 8.87627C8.78049 8.07805 8.55698 7.32239 8.21641 6.59867C7.08825 4.33171 5.84301 2.1286 4.49135 -1.7055e-06C5.81109 2.14989 7.24789 4.23592 8.80177 6.23681C9.29135 6.86474 9.88736 7.3969 10.5579 7.82262C11.239 8.24834 11.9627 8.55698 12.7503 8.73792C13.5273 8.91885 14.3149 8.96142 15.1131 8.87627C15.9113 8.78048 16.667 8.56763 17.3907 8.21641C19.6577 7.08825 21.8608 5.84302 24 4.49135C21.8395 5.81109 19.7641 7.24789 17.7632 8.80177C17.1353 9.29135 16.6031 9.88736 16.1774 10.5579C15.741 11.239 15.443 11.9627 15.2621 12.7503C15.0812 13.5273 15.0386 14.3149 15.1237 15.1131C15.2089 15.9113 15.4324 16.667 15.7836 17.3907C16.9011 19.6576 18.1463 21.8608 19.5086 24C18.1783 21.8395 16.7415 19.7641 15.1982 17.7632Z' fill='%23B59DE8'/%3E%3C/svg%3E%0A");}
.study-case ul li>ul {padding-top: 10px;}
.study-case ul li>ul>li {padding-left: 20px;}
.study-case ul li>ul>li::before {width: 9px;height: 9px;margin-top: -5px;background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%239A7CDE'/%3E%3C/svg%3E%0A");}

.study-case#study1 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.9601 20.0741C42.7599 18.792 42.4704 17.5474 42.1001 16.3493L43.9108 15.1993C45.3754 14.2692 45.6011 12.2216 44.3743 10.9949C43.1475 9.7681 41.1 9.99385 40.1698 11.4584L39.2754 12.8667C34.8159 10.1741 29.5896 8.62323 24.0002 8.62323C18.4107 8.62323 13.1844 10.1741 8.72492 12.8667L7.83054 11.4584C6.90045 9.99385 4.85285 9.7681 3.62604 10.9949C2.39923 12.2217 2.62498 14.2692 4.08954 15.1993L5.90023 16.3493C5.13476 18.8251 4.71485 21.5003 4.71485 24.2929C4.71485 27.0855 5.13476 29.7606 5.90023 32.2365L4.08954 33.3864C2.62498 34.3165 2.39923 36.364 3.62604 37.5909C4.85285 38.8177 6.90035 38.5919 7.83054 37.1274L8.72492 35.719C11.7908 37.5702 15.2192 38.8818 18.8788 39.5207' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0527 39.5325C32.738 38.898 36.19 37.5816 39.2751 35.7189L40.1695 37.1272C41.0996 38.5918 43.1472 38.8175 44.374 37.5907C45.6008 36.3639 45.3751 34.3164 43.9105 33.3862L42.0998 32.2364C42.4715 31.0342 42.7617 29.785 42.9619 28.4983' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.2564 24.5279C32.2323 24.4913 32.2093 24.4538 32.1847 24.4175C28.1294 24.3996 24.4326 22.8649 21.6316 20.3514C19.1801 20.9557 17.0903 22.4765 15.7441 24.5288V29.4252C15.7441 33.9849 19.4405 37.6813 24.0002 37.6813C28.56 37.6813 32.2563 33.9849 32.2563 29.4252V24.5279H32.2564Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.2572 27.8708C33.2257 26.3526 33.7868 24.5494 33.7868 22.6151C33.7868 17.2104 29.4055 12.8291 24.0008 12.8291C18.5962 12.8291 14.2148 17.2104 14.2148 22.6151C14.2148 24.5494 14.776 26.3527 15.7446 27.8709' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0935 37.2958C20.0935 38.817 18.9854 40.1114 17.4825 40.3459L14.833 40.7594C11.5308 41.2747 8.8965 43.7881 8.22656 47.0625H39.7744C39.1044 43.7881 36.4702 41.2747 33.1679 40.7594L30.5184 40.3459C29.0154 40.1114 27.9074 38.817 27.9074 37.2958' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.3476 39.9075C28.0325 41.3728 26.1238 42.2945 23.9999 42.2945C21.876 42.2945 19.9675 41.3728 18.6523 39.9076' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6844 27.6183C21.4617 28.2762 20.7478 28.6289 20.0898 28.4062' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.3145 27.6183C26.5372 28.2762 27.2511 28.6289 27.909 28.4062' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5232 32.6285C24.6814 31.7867 23.3165 31.7867 22.4746 32.6285' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.0432 0.9375L22.5586 4.54847H25.4407L23.0555 8.62322' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.4455 0.9375L36.6985 3.91622L39.336 4.29403L36.6191 7.71019' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.55469 0.9375L11.3017 3.91622L8.66419 4.29403L11.3811 7.71019' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='43.2852' cy='24.2928' r='0.9375' fill='%239A7CDE'/%3E%3C/svg%3E%0A");}
.study-case#study2 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.0312 30.4153H1.96875C1.65844 30.4153 1.40625 30.6675 1.40625 30.9778C1.40625 31.2881 1.65844 31.5403 1.96875 31.5403H23.0259L14.8219 45.75C14.7216 45.9244 14.7216 46.1381 14.8219 46.3125C14.9222 46.4869 15.1078 46.5938 15.3094 46.5938H32.6916C32.8922 46.5938 33.0778 46.4869 33.1791 46.3125C33.2794 46.1381 33.2794 45.9244 33.1791 45.75L24.975 31.5403H46.0312C46.3416 31.5403 46.5938 31.2881 46.5938 30.9778C46.5938 30.6675 46.3416 30.4153 46.0312 30.4153ZM16.2834 45.4688L24 32.1028L31.7166 45.4688H16.2834ZM11.7366 19.0406C12.5288 19.0406 13.2009 18.5241 13.4372 17.8106H15.7884L18.4416 22.4062L17.2659 24.4425C16.53 24.2906 15.7462 24.615 15.3497 25.3003C14.8556 26.1562 15.15 27.255 16.0059 27.7491C16.2825 27.9084 16.5891 27.99 16.8994 27.99C17.055 27.99 17.2116 27.9694 17.3663 27.9281C17.8284 27.8044 18.2156 27.5072 18.4547 27.0928C18.6938 26.6784 18.7575 26.1947 18.6337 25.7325C18.5597 25.4578 18.4247 25.2103 18.24 25.0041L19.4175 22.9688H25.0491C25.2497 22.9688 25.4353 22.8619 25.5366 22.6875L28.3519 17.8106H33.6562L34.7588 19.7447C34.4728 20.0625 34.2966 20.4816 34.2966 20.9419C34.2966 21.93 35.1009 22.7344 36.0891 22.7344C37.0772 22.7344 37.8816 21.93 37.8816 20.9419C37.8816 19.9538 37.0772 19.1494 36.0891 19.1494C35.9681 19.1494 35.8491 19.1616 35.7347 19.185L34.6322 17.25L37.4494 12.3713C37.5497 12.1969 37.5497 11.9831 37.4494 11.8088L34.6388 6.93937L35.8584 4.94344C35.9897 4.97438 36.1247 4.99125 36.2653 4.99125C37.2534 4.99125 38.0578 4.18687 38.0578 3.19875C38.0578 2.21062 37.2516 1.40625 36.2634 1.40625C35.2753 1.40625 34.4709 2.21062 34.4709 3.19875C34.4709 3.64031 34.6322 4.04344 34.8975 4.35656L33.6684 6.36844H28.0275C27.8269 6.36844 27.6413 6.47531 27.54 6.64969L24.7247 11.5266H19.0931C18.8925 11.5266 18.7069 11.6334 18.6056 11.8078L15.7903 16.6847H13.4391C13.2028 15.9713 12.5297 15.4547 11.7384 15.4547C10.7503 15.4547 9.94594 16.2591 9.94594 17.2472C9.94406 18.2362 10.7484 19.0406 11.7366 19.0406ZM17.4816 26.5312C17.3925 26.6859 17.2481 26.7966 17.0766 26.8425C16.9041 26.8884 16.7241 26.865 16.5703 26.7759C16.2516 26.5922 16.1419 26.1825 16.3256 25.8638C16.5094 25.545 16.9191 25.4353 17.2378 25.6191C17.3925 25.7081 17.5031 25.8525 17.5491 26.0241C17.595 26.1956 17.5706 26.3766 17.4816 26.5312ZM36.7575 20.9419C36.7575 21.3103 36.4575 21.6094 36.09 21.6094C35.7216 21.6094 35.4225 21.3103 35.4225 20.9419C35.4225 20.5734 35.7216 20.2744 36.09 20.2744C36.4575 20.2734 36.7575 20.5734 36.7575 20.9419ZM36.2634 2.53125C36.6319 2.53125 36.9309 2.83031 36.9309 3.19875C36.9309 3.56719 36.6309 3.86625 36.2634 3.86625C35.895 3.86625 35.5959 3.56719 35.5959 3.19875C35.5959 2.83031 35.895 2.53125 36.2634 2.53125ZM28.3519 7.49344H33.6591L36.3122 12.0891L33.6591 16.6847H28.3519L25.6987 12.0891L28.3519 7.49344ZM19.4175 12.6525H24.7247L27.3778 17.2481L24.7238 21.8438H19.4166L16.7634 17.2481L19.4175 12.6525ZM11.7366 16.5806C12.105 16.5806 12.4041 16.8797 12.4041 17.2481C12.4041 17.6166 12.1041 17.9156 11.7366 17.9156C11.3691 17.9156 11.0691 17.6166 11.0691 17.2481C11.0691 16.8797 11.3691 16.5806 11.7366 16.5806Z' fill='%239A7CDE'/%3E%3C/svg%3E%0A");}
.study-case#study3 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26052_10824)'%3E%3Cpath d='M39.6356 4.76957C33.3316 -0.19043 27.8996 -1.10003 18.1156 1.15757C15.458 1.77037 12.4508 2.70557 10.2836 4.99757C8.87236 6.5065 7.78352 8.28729 7.08363 10.2312C6.78651 11.0871 6.54441 11.9612 6.35883 12.848L6.29563 13.1248C6.11833 13.7706 5.88159 14.3986 5.58843 15.0008C5.16255 15.7293 4.93576 16.5569 4.93083 17.4008C5.09259 18.1152 5.50569 18.7478 6.09483 19.1832C6.48603 19.5424 6.74363 19.7952 6.74603 20.0256C6.7119 20.1556 6.65994 20.2802 6.59163 20.396C6.46372 20.6231 6.3717 20.8687 6.31883 21.124C6.20949 22.0834 5.81742 22.9887 5.19243 23.7248C2.67962 26.432 1.96202 27.3656 2.05002 28.332C2.18705 29.0036 2.61402 29.5802 3.21642 29.9072C3.48017 30.0915 3.75872 30.2536 4.04923 30.392C4.39323 30.568 4.97003 30.8624 5.00923 31.0728C5.06141 31.3439 5.03046 31.6244 4.92043 31.8776C4.80283 32.1288 4.68043 32.3448 4.57403 32.5336C4.26203 33.0856 3.79163 33.92 4.52923 34.5424C4.70203 34.6952 4.99803 34.928 5.26763 35.1344C5.06695 35.486 4.97742 35.8901 5.01083 36.2936C5.05296 36.6066 5.22299 36.8882 5.48043 37.0712C5.65883 37.1984 5.84923 37.3112 6.04043 37.4176C6.50923 37.6856 6.69163 37.8104 6.75483 38.0576C6.81279 38.3569 6.78959 38.6663 6.68763 38.9536C6.42246 39.8939 6.46763 40.8946 6.81643 41.8072C7.22726 43.3271 8.75791 44.2578 10.2964 43.9232C12.5747 43.3725 14.8215 42.6987 17.0268 41.9048C18.1308 42.5632 19.1804 44.1632 19.9372 46.364C20.2678 47.339 21.1813 47.9964 22.2108 48H38.3436C39.1742 47.9994 39.9455 47.5694 40.3826 46.8632C40.8198 46.1569 40.8607 45.2749 40.4908 44.5312C39.4918 42.3088 38.8699 39.9355 38.6508 37.5088C38.367 35.1161 38.726 32.691 39.6908 30.4832C40.2661 29.2887 40.9754 28.1636 41.8052 27.1296C43.3876 24.9912 45.1812 22.5696 45.2396 18.4456C45.2873 16.1523 45.0063 13.864 44.4052 11.6504C43.5999 8.902 41.9267 6.4881 39.6356 4.76957ZM40.5204 26.1776C39.618 27.3083 38.8482 28.5387 38.226 29.8448C37.1465 32.3134 36.7445 35.0251 37.0612 37.7008C37.301 40.3122 37.9771 42.8649 39.0612 45.2528C39.1804 45.5002 39.1644 45.7914 39.0187 46.0242C38.8731 46.2571 38.6182 46.3989 38.3436 46.4H22.2108C21.8648 46.397 21.5589 46.1746 21.4492 45.8464C20.9281 44.1481 20.0304 42.5893 18.8228 41.2864L19.4204 41.0768C20.0116 40.8688 20.4604 40.712 20.6812 40.6416C24.1036 39.5648 25.8156 38.0016 25.7684 36.008C25.7694 35.794 25.6822 35.5891 25.5274 35.4413C25.3725 35.2936 25.1637 35.2162 24.95 35.2272C24.7378 35.232 24.5363 35.3209 24.3897 35.4744C24.2431 35.6279 24.1635 35.8334 24.1684 36.0456C24.1876 36.8704 23.5156 38.0728 20.1988 39.116C19.9652 39.1896 19.5028 39.352 18.89 39.5672C18.3164 39.7688 17.61 40.0184 16.83 40.2872H16.8236C14.5784 41.102 12.2908 41.7947 9.97083 42.3624C9.22279 42.5073 8.49486 42.032 8.32683 41.2888C8.07701 40.6635 8.04878 39.9715 8.24683 39.328C8.41206 38.7901 8.4333 38.2183 8.30843 37.6696C8.0793 36.9359 7.5423 36.3381 6.83723 36.032C6.77963 35.9992 6.72203 35.9672 6.66523 35.9336C6.75037 35.7578 6.85303 35.5911 6.97163 35.436C7.1042 35.2661 7.16264 35.05 7.13373 34.8364C7.10482 34.6229 6.991 34.4301 6.81803 34.3016C6.62603 34.1592 6.17003 33.816 5.84203 33.5536C5.88283 33.4784 5.92843 33.3936 5.97083 33.3216C6.09323 33.1048 6.23403 32.8536 6.37083 32.5672C6.62601 32.0078 6.70121 31.3831 6.58603 30.7792C6.39963 29.7976 5.46603 29.32 4.78203 28.9704C4.5724 28.8713 4.37027 28.7572 4.17723 28.6288C3.98976 28.4985 3.81293 28.3535 3.64843 28.1952C3.66203 27.7328 5.42203 25.8344 6.36843 24.8144C7.20909 23.8511 7.74235 22.6584 7.89963 21.3896C7.93359 21.2974 7.97423 21.2078 8.02123 21.1216C8.22098 20.7836 8.33343 20.4011 8.34843 20.0088C8.26821 19.2005 7.84008 18.4672 7.17563 18C6.85563 17.704 6.54843 17.424 6.51403 17.1776C6.6111 16.6444 6.79144 16.1299 7.04843 15.6528C7.3833 14.9574 7.65117 14.2317 7.84843 13.4856L7.91323 13.2064C8.08439 12.3852 8.30696 11.5756 8.57963 10.7824C9.20612 9.04213 10.1803 7.44762 11.4428 6.09597C13.3124 4.11757 15.9228 3.30157 18.4708 2.71437C28.9084 0.30797 33.454 1.94317 38.6484 6.02877C40.6797 7.53199 42.1618 9.65995 42.8676 12.0864C43.4265 14.1506 43.687 16.2843 43.6412 18.4224C43.5908 22.0296 42.0996 24.0448 40.5204 26.1776Z' fill='%239A7CDE'/%3E%3Cpath d='M34.1075 13.4239C35.2616 14.6493 37.1478 14.823 38.5064 13.8292C39.865 12.8354 40.2707 10.9853 39.4525 9.51415C38.6343 8.04305 36.8485 7.41173 35.2875 8.04175C33.7266 8.67177 32.8793 10.3658 33.3115 11.9927C32.3252 12.8481 31.5198 13.892 30.9427 15.0631C30.4308 14.6797 29.8742 14.36 29.285 14.1111C28.6075 12.8215 28.7299 11.0575 29.0403 9.58391C29.0947 9.58391 29.1459 9.59991 29.2003 9.59991C30.8097 9.61266 32.1823 8.43701 32.4169 6.8447C32.6516 5.25239 31.6765 3.73077 30.1318 3.27868C28.5871 2.82658 26.9455 3.58239 26.2847 5.04996C25.6238 6.51753 26.1459 8.24769 27.5083 9.10471C27.1632 10.5058 27.1088 11.9626 27.3482 13.3855C26.6682 13.1722 25.9216 12.9727 25.1083 12.7871C24.3723 12.6215 23.6723 12.4807 23.0139 12.3615C22.3418 11.7745 21.8356 11.0214 21.5458 10.1775C23.0539 9.60278 23.9002 7.99719 23.5221 6.42824C23.144 4.85928 21.6592 3.81548 20.0549 3.99082C18.4506 4.16615 17.2263 5.50603 17.196 7.11962C17.1657 8.73321 18.3388 10.1181 19.9355 10.3535C20.0962 10.9158 20.3245 11.4566 20.6154 11.9639C19.033 11.7319 17.5403 11.5639 16.3395 11.4495C16.0687 9.85382 14.6533 8.70863 13.0363 8.77696C11.4192 8.84528 10.1055 10.1058 9.97033 11.7186C9.83519 13.3315 10.9209 14.793 12.504 15.1295C14.0871 15.466 15.6734 14.5723 16.2059 13.0439C17.9099 13.2039 20.2059 13.4759 22.4971 13.8919L22.6251 13.9159C21.8175 14.5585 21.1018 15.3087 20.4979 16.1455C20.2073 16.0538 19.9049 16.0048 19.6003 15.9999C18.0703 15.9943 16.7487 17.0686 16.4418 18.5675C16.1348 20.0664 16.9277 21.5737 18.3367 22.1699C19.7457 22.7662 21.3797 22.2858 22.2419 21.0219C23.1041 19.758 22.9551 18.0614 21.8859 16.9671C22.5513 16.0342 23.4035 15.2499 24.3883 14.6639C24.5783 14.561 24.7759 14.4727 24.9795 14.3999C26.1103 14.6517 27.2197 14.9911 28.2979 15.4151C28.3225 15.4289 28.3479 15.4415 28.3738 15.4527L28.3875 15.4591L28.4003 15.4655C29.0761 15.7119 29.699 16.0846 30.2354 16.5639C30.3341 16.6623 30.4191 16.7734 30.4883 16.8943C30.8563 17.5143 30.7755 18.4335 30.2323 19.7911C29.9355 20.5399 29.5451 21.3199 29.1315 22.1455C27.7203 24.9623 26.1219 28.1551 28.7003 30.2255C31.7091 32.6327 31.8154 40.9455 31.6026 43.9439C31.5872 44.1557 31.6567 44.3649 31.7956 44.5255C31.9346 44.686 32.1317 44.7848 32.3435 44.7999H32.4003C32.8208 44.801 33.1704 44.4762 33.2003 44.0567C33.2346 43.5823 33.9819 32.3983 29.7035 28.9759C28.2435 27.8055 29.0963 25.7959 30.5643 22.8639C30.9211 22.1527 31.2763 21.4239 31.5771 20.7119C32.3796 20.5173 33.2254 20.7606 33.8018 21.3519C32.8468 22.6821 33.0302 24.515 34.2297 25.6297C35.4293 26.7444 37.2707 26.793 38.5274 25.7431C39.7841 24.6931 40.0638 22.8725 39.1802 21.4938C38.2966 20.1151 36.5255 19.6087 35.0466 20.3119C34.2684 19.5536 33.244 19.0994 32.1595 19.0319C32.3942 18.1905 32.357 17.2965 32.0531 16.4775C32.5123 15.3248 33.2128 14.2837 34.1075 13.4239ZM36.4003 9.59991C37.2839 9.59991 38.0002 10.3163 38.0002 11.1999C38.0002 12.0836 37.2839 12.7999 36.4003 12.7999C35.5166 12.7999 34.8003 12.0836 34.8003 11.1999C34.8003 10.3163 35.5166 9.59991 36.4003 9.59991ZM29.2003 4.79991C30.0839 4.79991 30.8003 5.51626 30.8003 6.39991C30.8003 7.28357 30.0839 7.99991 29.2003 7.99991C28.3166 7.99991 27.6003 7.28357 27.6003 6.39991C27.6003 5.51626 28.3166 4.79991 29.2003 4.79991ZM18.8003 7.19991C18.8003 6.31626 19.5166 5.59991 20.4003 5.59991C21.2839 5.59991 22.0003 6.31626 22.0003 7.19991C22.0003 8.08357 21.2839 8.79991 20.4003 8.79991C19.5166 8.79991 18.8003 8.08357 18.8003 7.19991ZM13.2003 13.5999C12.3166 13.5999 11.6003 12.8836 11.6003 11.9999C11.6003 11.1163 12.3166 10.3999 13.2003 10.3999C14.0839 10.3999 14.8003 11.1163 14.8003 11.9999C14.8003 12.8836 14.0839 13.5999 13.2003 13.5999ZM19.6003 20.7999C18.7166 20.7999 18.0003 20.0836 18.0003 19.1999C18.0003 18.3163 18.7166 17.5999 19.6003 17.5999C20.4839 17.5999 21.2003 18.3163 21.2003 19.1999C21.2003 20.0836 20.4839 20.7999 19.6003 20.7999ZM38.0002 23.1999C38.0002 24.0836 37.2839 24.7999 36.4003 24.7999C35.5166 24.7999 34.8003 24.0836 34.8003 23.1999C34.8003 22.3163 35.5166 21.5999 36.4003 21.5999C37.2839 21.5999 38.0002 22.3163 38.0002 23.1999Z' fill='%239A7CDE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26052_10824'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.study-case#study4 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26052_10859)'%3E%3Cpath d='M2.75859 20.0767L1.73081 21.1044L0.703125 20.0767' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.73047 20.7332C1.73047 10.4758 8.37772 6.23449 15.3927 5.89746' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.5098 31.4173L42.5375 30.3896L43.5652 31.4173' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.5372 30.7605C42.5372 41.0179 35.8899 45.2592 28.875 45.5962' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.3309 23.0453C40.4988 23.0858 40.653 23.1841 40.7616 23.3321L41.2951 24.0596C41.5678 24.4314 42.1078 24.4728 42.4339 24.1466L45.1697 21.4108C45.4958 21.0848 45.4545 20.5448 45.0826 20.272L44.3551 19.7385C44.059 19.5214 43.9616 19.1217 44.1283 18.7946C44.3566 18.3466 44.5517 17.8787 44.71 17.3942C44.825 17.0426 45.1748 16.824 45.5403 16.8802L46.4308 17.0171C46.8865 17.0873 47.2976 16.7346 47.2976 16.2735V12.4044C47.2976 11.9433 46.8866 11.5907 46.4308 11.6608L45.5403 11.7978C45.1748 11.854 44.8249 11.6353 44.71 11.2838C44.5517 10.7993 44.3567 10.3314 44.1283 9.88331C43.9616 9.55622 44.059 9.15657 44.3551 8.93944L45.0826 8.40591C45.4544 8.13319 45.4957 7.59319 45.1697 7.26713L42.4339 4.53131C42.1078 4.20525 41.5678 4.2465 41.2951 4.61841L40.7616 5.34591C40.5445 5.64197 40.1448 5.73938 39.8177 5.57269C39.3697 5.34441 38.9018 5.14931 38.4173 4.99106C38.0657 4.87613 37.8471 4.52635 37.9032 4.16081L38.0402 3.27028C38.1103 2.81456 37.7576 2.40356 37.2966 2.40356H33.4275C32.9664 2.40356 32.6138 2.81456 32.6839 3.27028L32.8209 4.16081C32.8771 4.52635 32.6584 4.87622 32.3068 4.99106C31.8223 5.14941 31.3545 5.34441 30.9064 5.57269C30.5793 5.73938 30.1796 5.64197 29.9625 5.34591L29.429 4.61841C29.1563 4.2466 28.6163 4.20525 28.2902 4.53131L25.5544 7.26713C25.2283 7.59319 25.2696 8.13319 25.6414 8.40591L26.3689 8.93944C26.665 9.15657 26.7624 9.55622 26.5957 9.88331C26.4695 10.131 26.3534 10.3847 26.2481 10.6439M31.2665 12.4722C31.9757 10.9188 33.5427 9.83916 35.3621 9.83916C37.8473 9.83916 39.8619 11.8538 39.8619 14.339C39.8619 16.3974 38.4797 18.133 36.5928 18.6684' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.875 13.613C15.5706 14.2521 16.0066 15.1694 16.0066 16.1884' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05078 23.9078C7.39419 23.7951 7.76094 23.7341 8.14203 23.7341C8.86616 23.7341 9.53891 23.9543 10.0969 24.3313' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.14103 30.7268C6.20997 30.7268 4.64453 29.1614 4.64453 27.2303C4.64453 25.6804 5.65309 24.3659 7.04978 23.9075' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.86167 30.2759C9.35402 30.563 8.76742 30.7269 8.14258 30.7269' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.91858 36.7242C9.29002 36.8586 9.6907 36.9318 10.1085 36.9318C10.3593 36.9318 10.6038 36.9048 10.8398 36.8547C10.7973 37.0726 10.7745 37.2974 10.7745 37.5276C10.7745 39.4587 12.3399 41.0241 14.271 41.0241C14.7907 41.0241 15.2835 40.9099 15.727 40.7064C16.367 41.4171 17.2941 41.8642 18.3258 41.8642C20.2569 41.8642 21.8223 40.2988 21.8223 38.3677C21.8223 36.4367 21.8223 16.1121 21.8223 14.1811C21.8223 12.25 20.2569 10.6846 18.3258 10.6846C16.5882 10.6846 15.1473 11.9524 14.8759 13.6132C14.2534 13.0413 13.4233 12.6919 12.5113 12.6919C10.5802 12.6919 9.01477 14.2573 9.01477 16.1884C9.01477 16.8181 9.18211 17.4083 9.47339 17.9187C7.55555 17.9341 6.00539 19.4929 6.00539 21.4144C6.00539 22.3911 6.40627 23.2739 7.05202 23.9083C5.65542 24.3667 4.64648 25.6803 4.64648 27.2302C4.64648 29.0825 6.08714 30.5975 7.90898 30.718C7.11811 31.3591 6.61214 32.3379 6.61214 33.4353C6.61214 33.7598 6.65639 34.0741 6.73908 34.3723' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.7683 13.613C28.0728 14.2521 27.6367 15.1694 27.6367 16.1884' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.877 37.5278C25.877 38.7348 26.4885 39.7988 27.4185 40.4271' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.591 23.9078C36.2476 23.7951 35.8809 23.7341 35.4998 23.7341C34.7757 23.7341 34.1029 23.9543 33.5449 24.3313' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5 30.7268C37.4311 30.7268 38.9965 29.1614 38.9965 27.2303C38.9965 25.6804 37.9879 24.3659 36.5912 23.9075' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7812 30.2759C34.2889 30.563 34.8755 30.7269 35.5003 30.7269' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.8205 14.1813C21.8205 12.2503 23.3859 10.6848 25.317 10.6848C27.0547 10.6848 28.4955 11.9526 28.7669 13.6135C29.3894 13.0415 30.2196 12.6921 31.1316 12.6921C33.0626 12.6921 34.6281 14.2575 34.6281 16.1886C34.6281 16.8183 34.4607 17.4086 34.1694 17.9189C36.0873 17.9343 37.6374 19.4932 37.6374 21.4147C37.6374 22.3914 37.2366 23.2741 36.5908 23.9085C37.9874 24.367 38.9963 25.6805 38.9963 27.2305C38.9963 29.0828 37.5557 30.5978 35.7338 30.7183C36.5247 31.3593 37.0307 32.3382 37.0307 33.4355C37.0307 35.3666 35.4652 36.932 33.5342 36.932C33.2833 36.932 33.0388 36.905 32.8028 36.8548C32.8453 37.0727 32.8682 37.2975 32.8682 37.5278C32.8682 39.4588 31.3028 41.0243 29.3717 41.0243C28.8519 41.0243 28.3591 40.91 27.9157 40.7066C27.2756 41.4173 26.3485 41.8644 25.3168 41.8644C23.3857 41.8644 21.8203 40.2989 21.8203 38.3679C21.8205 36.4369 21.8205 16.1124 21.8205 14.1813Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1895 22.558C14.1895 21.1753 15.3103 20.0544 16.693 20.0544' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.875 30.6076C14.875 29.2249 15.9959 28.104 17.3786 28.104' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.3649 30.6076C28.3649 29.2249 27.244 28.104 25.8613 28.104' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.3434 22.558C29.3434 21.1753 28.2226 20.0544 26.8398 20.0544' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26052_10859'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.study-case#study5 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26052_10928)'%3E%3Cpath d='M4.01827 4.56553H5.67371C5.93564 4.56553 6.11686 4.30388 6.0248 4.05872L4.95521 1.20994C4.86314 0.964781 5.04436 0.703125 5.30621 0.703125H8.89036C9.04899 0.703125 9.19046 0.802969 9.24371 0.952406L11.3179 6.78291C11.4047 7.02703 11.2237 7.28363 10.9646 7.28363H9.44058C9.17264 7.28363 8.99114 7.55644 9.09474 7.80356L10.8729 12.0463C11.0362 12.4361 10.5303 12.7563 10.248 12.4418L3.73927 5.19103C3.52252 4.94953 3.69389 4.56553 4.01827 4.56553Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.1796 41.6072L44.2587 42.8091C44.4753 43.05 44.3046 43.4344 43.9803 43.4344H42.3246C42.0631 43.4344 41.8812 43.696 41.9731 43.9416L43.0428 46.7897C43.1356 47.0353 42.9537 47.2969 42.6921 47.2969H39.1081C38.9496 47.2969 38.8081 47.1975 38.7546 47.0475L36.68 41.2172C36.5937 40.9725 36.7746 40.7166 37.0334 40.7166H38.5578C38.8259 40.7166 39.0068 40.4438 38.9037 40.1963L37.1253 35.9541C36.9621 35.5641 37.4675 35.2435 37.7506 35.5585L40.985 39.1622' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.9799 4.56553H42.3245C42.0626 4.56553 41.8813 4.30388 41.9734 4.05872L43.043 1.20994C43.1351 0.964781 42.9538 0.703125 42.6919 0.703125H39.1078C38.9491 0.703125 38.8077 0.802969 38.7544 0.952406L36.6802 6.78291C36.5934 7.02703 36.7744 7.28363 37.0335 7.28363H38.5575C38.8255 7.28363 39.007 7.55644 38.9034 7.80356L37.1252 12.0463C36.9619 12.4361 37.4678 12.7563 37.7502 12.4418L44.2589 5.19094C44.4757 4.94953 44.3043 4.56553 43.9799 4.56553Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.01827 43.4345H5.67371C5.93564 43.4345 6.11686 43.6961 6.0248 43.9413L4.9552 46.7901C4.86314 47.0352 5.04436 47.2969 5.3063 47.2969H8.89045C9.04908 47.2969 9.19055 47.197 9.2438 47.0476L11.318 41.2171C11.4048 40.973 11.2238 40.7164 10.9647 40.7164H9.44067C9.17274 40.7164 8.99124 40.4436 9.09483 40.1964L10.873 35.9537C11.0363 35.5639 10.5304 35.2437 10.248 35.5583L3.73927 42.8091C3.52252 43.0505 3.69389 43.4345 4.01827 43.4345Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5074 35.4555C27.8478 35.4555 31.3664 30.3267 31.3664 24.0001C31.3664 17.6734 27.8478 12.5447 23.5074 12.5447C19.167 12.5447 15.6484 17.6734 15.6484 24.0001C15.6484 30.3267 19.167 35.4555 23.5074 35.4555Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5056 35.4555C25.6758 35.4555 27.435 30.3267 27.435 24.0001C27.435 17.6734 25.6758 12.5447 23.5056 12.5447C21.3354 12.5447 19.5762 17.6734 19.5762 24.0001C19.5762 30.3267 21.3354 35.4555 23.5056 35.4555Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5059 12.5447V35.4555' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.4841 16.1841C33.5538 18.4931 34.1285 21.1913 34.1285 24C34.1285 27.735 33.1123 31.2731 31.2663 33.9637C30.3176 35.3475 29.1945 36.4444 27.9279 37.2253L27.9223 37.2281C27.5079 37.4841 27.1807 37.8609 26.9913 38.3091C25.9376 40.8047 25.9563 43.6313 27.0495 46.1138C27.2941 46.6716 26.8816 47.2969 26.2723 47.2969C24.4282 47.2969 22.5851 47.2969 20.741 47.2969C20.1316 47.2969 19.7191 46.6716 19.9638 46.1138C21.057 43.6313 21.0757 40.8047 20.022 38.3091C19.8326 37.8609 19.5054 37.4841 19.091 37.2281L19.0854 37.2253C17.8188 36.4444 16.6957 35.3475 15.747 33.9637C13.901 31.2731 12.8848 27.735 12.8848 24C12.8848 20.265 13.901 16.7269 15.747 14.0363C16.6957 12.6525 17.8188 11.5556 19.0854 10.7747L19.091 10.7719C19.5054 10.5159 19.8326 10.1391 20.022 9.69094C21.0757 7.19531 21.057 4.36875 19.9638 1.88625C19.7191 1.32844 20.1316 0.703125 20.741 0.703125C22.5851 0.703125 24.4282 0.703125 26.2723 0.703125C26.8816 0.703125 27.2941 1.32844 27.0495 1.88625C25.9563 4.36875 25.9376 7.19531 26.9913 9.69094C27.1807 10.1391 27.5079 10.5159 27.9223 10.7719L27.9279 10.7747C28.9779 11.4225 29.9304 12.2869 30.7648 13.3528' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26052_10928'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.study-case#study6 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26052_10973)'%3E%3Cmask id='mask0_26052_10973' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='48' height='48'%3E%3Cpath d='M0 3.8147e-06H48V48H0V3.8147e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_26052_10973)'%3E%3Cpath d='M6.75586 44.4272C7.56305 43.9004 8.16398 43.0847 8.41148 42.1257C9.80648 42.8644 11.3965 43.2835 13.0849 43.2835H15.6246' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.09594 45.0254C2.17969 44.7704 0.703125 43.1288 0.703125 41.1441C0.703125 39.2204 2.09062 37.621 3.91969 37.291C3.38156 36.0629 3.0825 34.7063 3.0825 33.2795V23.2088C3.0825 21.7829 3.38156 20.4263 3.91969 19.1982C2.09062 18.8682 0.703125 17.2688 0.703125 15.3451C0.703125 13.1823 2.45625 11.4282 4.62 11.4282C6.44344 11.4282 7.97625 12.6751 8.41219 14.3626C9.80719 13.6248 11.3972 13.2057 13.0856 13.2057H13.4241' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.576 13.2057H34.9145C36.6029 13.2057 38.1929 13.6248 39.5879 14.3626C40.0238 12.6751 41.5566 11.4282 43.3801 11.4282C45.5438 11.4282 47.297 13.1823 47.297 15.3451C47.297 17.2688 45.9095 18.8682 44.0805 19.1982C44.6185 20.4264 44.9177 21.7829 44.9177 23.2088V33.2795C44.9177 34.7063 44.6185 36.0629 44.0805 37.291C45.9095 37.621 47.297 39.2204 47.297 41.1442C47.297 43.307 45.5438 45.061 43.3801 45.061C41.5566 45.061 40.0238 43.8142 39.5879 42.1257C38.1929 42.8645 36.6029 43.2835 34.9145 43.2835H32.3223' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.2734 12.21C33.73 12.5137 34.165 12.8465 34.5756 13.2056C36.1872 14.6156 37.4313 16.4362 38.1456 18.5034' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.7539 21.2373C38.8008 21.6733 38.8242 22.1148 38.8242 22.5629V31.2808' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.4736 10.1353H21.6014C18.4702 10.1353 15.6098 11.2941 13.4245 13.2056C10.8202 15.4838 9.17578 18.8316 9.17578 22.5628V31.2778' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1367 29.8456H11.9964C11.0329 29.8456 10.1592 30.2361 9.52783 30.8675C8.89502 31.4989 8.50586 32.374 8.50586 33.3375C8.50586 35.2644 10.0694 36.8267 11.9964 36.8267H13.1476' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.864 29.8456H36.0029C37.9314 29.8456 39.4948 31.4078 39.4948 33.3375C39.4948 34.3009 39.1043 35.1733 38.4729 35.8047C37.8416 36.4361 36.9665 36.8267 36.0029 36.8267H34.8477' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.8645 25.3336V36.2259C34.8645 42.2161 30.0735 47.1813 24.0834 47.226C18.0457 47.271 13.1367 42.3897 13.1367 36.3624V25.3336C13.1367 25.3037 13.1368 19.8723 13.1371 19.8425C13.1371 19.8425 21.544 29.6117 34.8645 25.3336Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7578 37.8122C22.5479 39.6023 25.4503 39.6023 27.2403 37.8122' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.4336 31.5224C18.557 32.6459 20.3786 32.6459 21.5021 31.5224' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.4961 31.5224C27.6195 32.6459 29.4411 32.6459 30.5646 31.5224' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.0962 20.708H24.9669C24.2306 20.708 23.5626 20.2771 23.2588 19.6064C22.9551 18.9358 23.072 18.1495 23.5577 17.5962L27.7896 12.7748H25.186C24.1505 12.7748 23.311 11.9354 23.311 10.8998C23.311 9.86432 24.1505 9.02479 25.186 9.02479H31.9301C32.6664 9.02479 33.3345 9.45566 33.6382 10.1264C33.9419 10.797 33.825 11.5834 33.3394 12.1367L29.1074 16.958H32.0962C33.1317 16.958 33.9712 17.7974 33.9712 18.833C33.9712 19.8686 33.1317 20.708 32.0962 20.708Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.4443 8.70605H36.6033C36.1034 8.70605 35.6497 8.41346 35.4435 7.95802C35.2372 7.50268 35.3166 6.96877 35.6465 6.59302L38.5201 3.31918H36.7521C36.0489 3.31918 35.4789 2.74918 35.4789 2.04605C35.4789 1.34284 36.0489 0.772836 36.7521 0.772836H41.3316C41.8315 0.772836 42.2852 1.06543 42.4914 1.52087C42.6977 1.9763 42.6182 2.51021 42.2885 2.88587L39.4149 6.15971H41.4443C42.1475 6.15971 42.7175 6.72971 42.7175 7.43284C42.7175 8.13605 42.1475 8.70605 41.4443 8.70605Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26052_10973'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.study-case#study7 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_26052_11068' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='48' height='48'%3E%3Cpath d='M0 3.8147e-06H48V48H0V3.8147e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_26052_11068)'%3E%3Cpath d='M30.8163 36.7763C30.3046 35.8918 30.0117 34.8651 30.0117 33.7698C30.0117 30.4495 32.7035 27.7577 36.0238 27.7577C39.3442 27.7577 42.0359 30.4495 42.0359 33.7698C42.0359 37.0902 39.3442 39.782 36.0238 39.782C34.9286 39.782 33.9019 39.4891 33.0174 38.9774' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.0234 24.7516V27.7576' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.0234 30.7636V31.5151' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.0234 36.0244V36.7759' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.0234 39.7818V42.7878' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.0431 33.7698H42.0371' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.0119 33.7698H27.0059' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.2148 29.2607L30.8182 30.7637' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.2305 36.7758L43.8338 38.2788' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.5342 25.9599L39.0312 28.5632' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.0186 38.9765L31.5156 41.5798' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.8338 29.2607L41.2305 30.7637' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.8182 36.7758L28.2148 38.2788' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.5156 25.9599L33.0186 28.5632' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.0312 38.9765L40.5342 41.5798' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.0308 33.7698H38.2793' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7691 33.7698H33.0176' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.0676 25.5033C46.5166 18.7459 47.2969 13.479 47.2969 13.479C42.0364 11.2244 40.5333 6.7153 40.5333 6.7153L24 2.2063L7.46672 6.7153C7.46672 6.7153 5.96372 11.2244 0.703125 13.479C0.703125 13.479 3.70922 33.7698 24 45.7939C25.611 44.8393 27.1131 43.8325 28.5132 42.7879' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.809 23.9998C40.5477 20.6999 41.5731 17.7699 42.1547 15.7318C39.7858 14.0345 38.2863 12.0528 37.3894 10.5314L24.0006 6.87996L10.6118 10.5314C9.71476 12.053 8.21505 14.035 5.8457 15.7325C7.34983 21.0041 11.8367 32.2828 24.0006 40.4629C24.5153 40.1168 25.0162 39.7651 25.5037 39.4087' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 7.46692V39.782' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");}
.study-case#study8 h2::before {background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_26052_11187' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='48' height='48'%3E%3Cpath d='M0 3.8147e-06H48V48H0V3.8147e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_26052_11187)'%3E%3Cpath d='M43.6875 29.625C43.6875 37.3875 38.0625 40.875 32.4375 40.875C26.8125 40.875 26.1938 38.0625 24 38.0625C21.8062 38.0625 21.1875 40.875 15.5625 40.875C9.9375 40.875 4.3125 37.3875 4.3125 29.625C4.3125 18.375 24 9.84375 24 1.40625C24 9.84375 43.6875 18.375 43.6875 29.625Z' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 1.59375V46.5938' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7812 16.9688L24 21.1875' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 21.1875L28.2188 16.9688' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9688 22.5938L24 29.625' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 29.625L31.0312 22.5938' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1562 28.2188L24 38.0625' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 38.0625L33.8438 28.2188' stroke='%239A7CDE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");}
.study-case[id] {scroll-margin-top: 100px;}

article ul {padding: 0;}
article ul li {padding: 2px 0;padding-left: 32px;position: relative;}
article ul li::before {content: "";margin: 0;width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1982 17.7632C14.698 17.1353 14.1126 16.6031 13.4315 16.1774C12.761 15.741 12.0266 15.443 11.2497 15.2621C10.4621 15.0811 9.6745 15.0386 8.87627 15.1237C8.07805 15.2089 7.32239 15.4324 6.59867 15.7836C4.33171 16.9011 2.1286 18.1463 -3.42205e-06 19.5086C2.14989 18.1783 4.23592 16.7415 6.23681 15.1982C6.86474 14.698 7.3969 14.1126 7.82262 13.4315C8.24834 12.761 8.55698 12.0266 8.73792 11.2497C8.91885 10.4621 8.96142 9.6745 8.87627 8.87627C8.78049 8.07805 8.55698 7.32239 8.21641 6.59867C7.08825 4.33171 5.84301 2.1286 4.49135 -1.7055e-06C5.81109 2.14989 7.24789 4.23592 8.80177 6.23681C9.29135 6.86474 9.88736 7.3969 10.5579 7.82262C11.239 8.24834 11.9627 8.55698 12.7503 8.73792C13.5273 8.91885 14.3149 8.96142 15.1131 8.87627C15.9113 8.78048 16.667 8.56763 17.3907 8.21641C19.6577 7.08825 21.8608 5.84302 24 4.49135C21.8395 5.81109 19.7641 7.24789 17.7632 8.80177C17.1353 9.29135 16.6031 9.88736 16.1774 10.5579C15.741 11.239 15.443 11.9627 15.2621 12.7503C15.0812 13.5273 15.0386 14.3149 15.1237 15.1131C15.2089 15.9113 15.4324 16.667 15.7836 17.3907C16.9011 19.6576 18.1463 21.8608 19.5086 24C18.1783 21.8395 16.7415 19.7641 15.1982 17.7632Z' fill='%23B59DE8'/%3E%3C/svg%3E%0A");}

@media (max-width: 991px) {
  .study-signpost {--ji-gap: 16px;}
}
@media (max-width: 767px) {
  .study-signpost {--ji-gap: 8px;--ji-columns: 2;padding: 16px;}
  .study-signpost a {padding: 8px;}
  .study-case {padding-bottom: 20px;margin-bottom: 20px;}
}

/* Advisor (category) */
body.in-poradce {
  .breadcrumbs::after {display: block;}
  .category-top {max-width: 1080px;margin-inline: auto;}
  .category-top::before {content: unset;}
  .category-top::after {content: unset;}
  .category-title {margin: 0 0 40px;}
  .category-title .pagination-appendix {display: none;}
  #filters-wrapper, .active-filters, #category-header {display: none;}
}
.ji-advisor-wrap {width: 100%;}
.ji-advisor {
  & {position: relative;background: #FAF8FF var(--icon-sparkles) no-repeat top 13px left 20px;border-radius: 8px;padding: 48px;margin-bottom: 48px;}
  .ji-advisor__title {margin: 0 0 24px;line-height: 1.3;text-align: center;}
  .ji-advisor__row {display: flex;align-items: center;gap: 13px;margin-bottom: 20px;}
  .ji-advisor__label {flex: 0 0 220px;text-align: right;}
  .ji-advisor__control {flex: 1;min-width: 0;}
  .ji-advisor__select {width: 100%;padding: 10px calc(16px + 24px + 8px) 10px 16px;border: 1px solid #D8D7D2;border-radius: 8px;background: #fff var(--icon-caret-down--dark) no-repeat right 16px center / 24px;appearance: none;color: unset;cursor: pointer;transition: border-color 0.2s;height: 45px;max-width: unset;}
  .ji-advisor__select:focus {outline: none;border-color: #9A7CDE;}
  .ji-advisor__slider-row {display: flex;align-items: center;gap: 16px;}
  .ji-advisor__slider-input {width: 60px;height: 45px;flex-shrink: 0;padding: 12px 12px;border: 1px solid #D8D7D2;border-radius: 8px;text-align: center;background: #fff;transition: border-color 0.15s;-moz-appearance: textfield;}
  .ji-advisor__slider-input::-webkit-inner-spin-button,.ji-slider-input::-webkit-outer-spin-button {-webkit-appearance: none;}
  .ji-advisor__slider-input:focus {outline: none;border-color: #9A7CDE;}
  /*
    The filled (lower) portion is painted via a JS-updated CSS custom property
    --ji-pct so we can fake a two-colour track without JS-rendered divs.
  */
  .ji-advisor__slider-range {flex: 1;-webkit-appearance: none;appearance: none;height: 6px;border-radius: 3px;background: linear-gradient(to right, #6b4fa8 0%, #6b4fa8 var(--ji-pct, 0%), #d8d0f0 var(--ji-pct, 0%), #d8d0f0 100%);cursor: pointer;outline: none;}
  .ji-advisor__slider-range::-webkit-slider-thumb {-webkit-appearance: none;width: 24px;height: 24px;border-radius: 50%;background: #1a1a2e;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);cursor: pointer;transition: transform 0.1s;}
  .ji-advisor__slider-range::-webkit-slider-thumb:hover {transform: scale(1.1);}
  .ji-advisor__slider-range:active::-webkit-slider-thumb {transform: scale(0.95);}
  .ji-advisor__slider-range::-moz-range-thumb {width: 24px;height: 24px;border: none;border-radius: 50%;background: #1a1a2e;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);cursor: pointer;transition: transform 0.1s;}
  .ji-advisor__slider-range::-moz-range-thumb:hover {transform: scale(1.1);}
  .ji-advisor__slider-range:active::-moz-range-thumb {transform: scale(0.95);}
  .ji-advisor__slider-range::-moz-range-track {height: 6px;border-radius: 3px;background: #d8d0f0;}
  .ji-advisor__slider-range::-moz-range-progress {height: 6px;border-radius: 3px 0 0 3px;background: #6b4fa8;}
  .ji-advisor__submit-row {text-align: center;margin-top: 32px;}
  .ji-advisor__btn:hover {background: #d85e20;}

  @media (max-width: 767px) {
    & {padding: 24px 16px;background-position: top 32px right 16px;}
    .ji-advisor__row {flex-flow: column;align-items: start;}
    .ji-advisor__label {flex: unset;width: 100%;text-align: start;}
    .ji-advisor__control {flex: unset;width: 100%;}
  }
}
.ji-advisor-header {text-align: center;margin-bottom: 14px;}
.ji-advisor-header h3 {margin: 0 0 24px;line-height: 1.3;}
#content .ji-advisor-header p {margin: 0 0 24px;}
#content .ji-advisor-header p:last-child {margin-bottom: 0;}
.ji-advisor-header p strong {font-weight: 600;}
.in-poradce:not(.ji-advisor-submitted) :is(#productsListHeading,#products,.listingControls) {display: none;}
.ji-advisor-contact {
  & {border-radius: 8px;background: #F9F8FF;border-bottom: none;padding: 24px 40px;justify-content: center;margin-bottom: 48px;}
  .ji-advisor-contact__title {line-height: 1.3;text-align: center;margin: 0 0 24px;}
  .contact-block {background: unset;border: 0;margin: 0;padding: 0;justify-content: center;}
  .contact-block__top {margin-right: 40px;padding-left: 0;width: 45px;height: 45px;flex-shrink: 0;}
  .contact-block__top::before {left: 0;top: 0;margin-top: 0;width: 45px;height: 45px;}
  .contact-block__top::after {left: 37px;top: 35.5px;}
  .contact-block .socials {display: none;}
  a.contact-item {color: #111110;margin-right: 40px;text-decoration: none;}
  .contact-item div {font-size: 16px;line-height: 1.5;white-space: nowrap;}
  .contact-item span {color: #4D4D4A;font-size: 14px;line-height: 1.5;display: block;}

  @media (max-width: 767px) {
    .contact-block {flex-flow: column;gap: 16px;}
  }
}

.siteCookies__text a {color: #fff;}

:root {
  --icon-cart--white: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00005 11V6C9.00005 5.20435 9.31612 4.44129 9.87873 3.87868C10.4413 3.31607 11.2044 3 12 3C12.7957 3 13.5588 3.31607 14.1214 3.87868C14.684 4.44129 15 5.20435 15 6V11M6.33105 8H17.67C17.9584 7.99997 18.2434 8.06229 18.5054 8.1827C18.7674 8.30311 19.0003 8.47876 19.1881 8.6976C19.3759 8.91645 19.5141 9.17331 19.5933 9.45059C19.6726 9.72786 19.6909 10.019 19.647 10.304L18.392 18.456C18.2831 19.1644 17.9241 19.8105 17.38 20.2771C16.836 20.7438 16.1428 21.0002 15.426 21H8.57405C7.85745 21 7.16453 20.7434 6.62068 20.2768C6.07683 19.8102 5.71797 19.1643 5.60905 18.456L4.35405 10.304C4.31022 10.019 4.32854 9.72786 4.40775 9.45059C4.48697 9.17331 4.62521 8.91645 4.81299 8.6976C5.00078 8.47876 5.23367 8.30311 5.49569 8.1827C5.75772 8.06229 6.04268 7.99997 6.33105 8Z' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  --icon-caret-down--white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");
  --icon-caret-down--dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23060644' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");
  --icon-cart--dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202020' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 11V6a3 3 0 0 1 6 0v5M6.33 8h11.34a2 2 0 0 1 1.977 2.304l-1.255 8.152A3 3 0 0 1 15.426 21H8.574a3 3 0 0 1-2.965-2.544l-1.255-8.152A2 2 0 0 1 6.33 8Z'/%3E%3C/svg%3E");
  --icon-review-verified: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%230054A3' d='M9.007 1.508a2.4 2.4 0 0 1 1.585.598l.116.108.523.524a.9.9 0 0 0 .533.256l.1.006h.75a2.4 2.4 0 0 1 2.397 2.263l.004.137v.75c0 .202.069.4.193.557l.068.075.523.523a2.4 2.4 0 0 1 .11 3.287l-.109.115-.523.524a.9.9 0 0 0-.256.532l-.006.102v.75a2.4 2.4 0 0 1-2.264 2.396l-.136.004h-.75a.9.9 0 0 0-.557.193l-.075.068-.524.522a2.4 2.4 0 0 1-3.286.11l-.116-.108-.523-.524a.9.9 0 0 0-.533-.255l-.101-.006H5.4a2.4 2.4 0 0 1-2.396-2.264L3 12.615v-.75a.9.9 0 0 0-.194-.558l-.067-.075-.523-.523a2.4 2.4 0 0 1-.11-3.287l.109-.115.523-.524a.9.9 0 0 0 .256-.532L3 6.15V5.4l.004-.137a2.4 2.4 0 0 1 2.26-2.26L5.4 3h.75a.9.9 0 0 0 .557-.194l.075-.067.524-.523a2.4 2.4 0 0 1 1.701-.708Zm2.773 5.461a.75.75 0 0 0-1.06 0L8.25 9.44l-.97-.97-.07-.062a.75.75 0 0 0-.99 1.123l1.5 1.5.07.062a.75.75 0 0 0 .99-.062l3-3 .062-.07a.75.75 0 0 0-.062-.99Z'/%3E%3C/svg%3E");
  --icon-sparkles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='80' fill='none'%3E%3Cpath fill='%23D0BEF2' d='M53.12 77c.573.898 1.14 1.8 1.698 2.709-.574-.899-1.14-1.802-1.698-2.71ZM14.213 14.833a201.854 201.854 0 0 0 10.51 14.974 20.142 20.142 0 0 0 4.949 4.464 19.824 19.824 0 0 0 6.158 2.556c2.194.514 4.403.635 6.642.378a19.33 19.33 0 0 0 6.4-1.846 193.194 193.194 0 0 0 15.802-8.74A196.584 196.584 0 0 0 49.9 37.01a19.274 19.274 0 0 0-4.448 4.948l-.224.358a19.367 19.367 0 0 0-2.348 5.785l-.09.412a19.643 19.643 0 0 0-.289 6.245c.257 2.24.863 4.373 1.847 6.4A198.986 198.986 0 0 0 53.12 77 198.346 198.346 0 0 0 42.7 62.188a19.611 19.611 0 0 0-4.949-4.464 19.187 19.187 0 0 0-5.733-2.46l-.41-.097a19.64 19.64 0 0 0-6.642-.394c-2.24.258-4.373.878-6.4 1.862A193.272 193.272 0 0 0 2.56 65.5 195.545 195.545 0 0 0 17.52 54.985a19.335 19.335 0 0 0 4.464-4.948 19.775 19.775 0 0 0 2.573-6.142c.468-2.057.617-4.141.422-6.239l-.044-.42a19.692 19.692 0 0 0-1.846-6.4 200.985 200.985 0 0 0-8.877-16.002ZM2.56 65.5A206.47 206.47 0 0 1 0 67.105c.85-.542 1.703-1.077 2.56-1.605Zm23.91-31.086c.2.852.352 1.717.453 2.595a21.699 21.699 0 0 1-.415 7.329l-.003.013a21.776 21.776 0 0 1-2.831 6.758 21.13 21.13 0 0 1-1.534 2.134 21.946 21.946 0 0 1 2.597-.457h.012a21.642 21.642 0 0 1 7.303.43l.45.108c2.242.56 4.36 1.458 6.321 2.711.75.477 1.465.994 2.145 1.549a22.453 22.453 0 0 1-.452-2.598 21.699 21.699 0 0 1 .415-7.329 21.42 21.42 0 0 1 2.834-6.771c.47-.749.98-1.462 1.53-2.139-.854.202-1.723.353-2.608.448-2.46.28-4.896.147-7.314-.42a21.82 21.82 0 0 1-6.764-2.81l-.015-.009a22.45 22.45 0 0 1-2.124-1.542Zm40.968-9.524c-.918.584-1.84 1.16-2.764 1.73a195.58 195.58 0 0 1 2.763-1.73ZM12.618 12.286c.538.845 1.069 1.695 1.594 2.548a200.007 200.007 0 0 1-1.594-2.548ZM92.344 55.065c.26.41.517.823.771 1.237-.26-.41-.517-.823-.771-1.237ZM72.54 23.42a102.695 102.695 0 0 0 5.353 7.628 9.917 9.917 0 0 0 2.511 2.255 9.665 9.665 0 0 0 3.103 1.301c.98.226 1.96.3 2.949.234l.425-.037a9.719 9.719 0 0 0 3.238-.939 96.652 96.652 0 0 0 8.141-4.517c-2.62 1.67-5.169 3.453-7.627 5.35a9.915 9.915 0 0 0-2.254 2.511l-.22.362a10.008 10.008 0 0 0-1.082 2.74 10.132 10.132 0 0 0-.196 3.374c.136 1.135.453 2.21.937 3.239a103.529 103.529 0 0 0 4.525 8.144 97.846 97.846 0 0 0-5.357-7.63 9.853 9.853 0 0 0-2.496-2.255 10.096 10.096 0 0 0-3.117-1.301 10.022 10.022 0 0 0-3.36-.197 10.087 10.087 0 0 0-3.237.938 105.56 105.56 0 0 0-8.16 4.526 96.455 96.455 0 0 0 7.63-5.358 9.79 9.79 0 0 0 2.02-2.144l.235-.352a9.742 9.742 0 0 0 1.3-3.117c.226-.967.301-1.945.235-2.935L78 34.815a9.716 9.716 0 0 0-.939-3.237 98.382 98.382 0 0 0-4.52-8.158Zm-5.924 25.726c-.41.26-.822.517-1.236.77.41-.26.822-.516 1.236-.77Zm13.429-13.734a11.906 11.906 0 0 1-.294 3.21 11.807 11.807 0 0 1-1.135 3.014 11.908 11.908 0 0 1 6.217 1.434 12.06 12.06 0 0 1 .295-3.21l.002-.006c.245-1.054.63-2.063 1.143-3.007a12.055 12.055 0 0 1-3.215-.293l-.005-.002a11.855 11.855 0 0 1-3.008-1.14ZM99.5 28.566c-.411.263-.825.522-1.24.779.412-.262.825-.522 1.24-.779Zm-27.735-6.384c.261.41.52.824.775 1.238-.261-.41-.52-.823-.775-1.238ZM52.815 20.073c.16.253.32.507.476.762-.16-.253-.32-.507-.476-.762ZM40.722.755A62.683 62.683 0 0 0 44 5.417c.892 1.12 2.028 1.845 3.42 2.163 1.407.318 2.754.167 4.04-.453a59.954 59.954 0 0 0 4.975-2.765 61.273 61.273 0 0 0-4.658 3.279c-1.12.877-1.846 2.028-2.178 3.42-.318 1.407-.167 2.738.454 4.04.85 1.7 1.767 3.353 2.762 4.972a60.218 60.218 0 0 0-3.261-4.655c-.893-1.135-2.028-1.846-3.435-2.179a5.972 5.972 0 0 0-4.025.454 63.947 63.947 0 0 0-4.876 2.702 60.218 60.218 0 0 0 4.558-3.2c1.05-.838 1.754-1.9 2.1-3.177l.063-.258a5.97 5.97 0 0 0-.453-4.026 56.594 56.594 0 0 0-2.764-4.98Zm-3.504 15.64c-.285.18-.57.36-.859.537.284-.182.57-.36.859-.537Zm8.83-7.134a8.488 8.488 0 0 1-.427 1.869c.2.022.4.051.6.089l.342.071.008.001.008.002a8.8 8.8 0 0 1 .91.269c.035-.312.087-.626.158-.942l.003-.012.003-.012c.074-.31.166-.613.27-.906a8.645 8.645 0 0 1-.944-.159h-.005a8.38 8.38 0 0 1-.925-.27Zm11.146-5.372c-.252.16-.505.317-.759.473.252-.16.505-.317.76-.473ZM40.248 0c.16.25.318.502.474.755-.16-.251-.318-.502-.474-.755Z'/%3E%3C/svg%3E");
}
