.not-selectable{-webkit-user-select:none;user-select:none}.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{-webkit-overflow-scrolling:touch;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;touch-action:pan-y;width:60%;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:transparent;background:var(--carousel-button-bg,transparent);border:0;border-radius:50%;border-radius:var(--carousel-button-border-radius,50%);box-shadow:none;box-shadow:var(--carousel-button-shadow,none);color:currentColor;color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:48px;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:48px;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:none;filter:none;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:50%;height:var(--carousel-button-svg-height,50%);pointer-events:none;width:50%;width:var(--carousel-button-svg-width,50%)}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4));bottom:0;box-sizing:border-box;color:#fff;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}.fancybox__backdrop{background:rgba(24,24,27,.92);background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:#fff;background:var(--fancybox-content-bg,#fff);color:#374151;color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__caption{word-wrap:anywhere;align-self:center;color:currentColor;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:#fff;color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}.fancybox__nav .carousel__button.is-prev{left:8px}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}.fancybox__content>.carousel__button.is-close{color:#fff;color:var(--fancybox-color,#fff);position:absolute;right:0;top:-36px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:currentColor;color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:1;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc rgba(255,255,255,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{touch-action:none;-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:1;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:96px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid rgba(1,210,232,.94);border:5px solid var(--fancybox-accent-color,rgba(1,210,232,.94));border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:rgba(255,255,255,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:66.66667%;padding-top:calc(100%/var(--fancybox-thumbs-ratio, 1.5));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:1;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.4);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}.fancybox__counter{-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:48px;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:rgba(1,210,232,.94);background:var(--fancybox-accent-color,rgba(1,210,232,.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::-webkit-backdrop{opacity:0}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}.fancybox__slide{padding:64px 100px}.fancybox__nav .carousel__button.is-next{right:40px}.fancybox__nav .carousel__button.is-prev{left:40px}.carousel__button.is-close{right:40px}.fancybox__toolbar{padding:8px}}.woocommerce nav.pagination,.woocommerce nav.woocommerce-pagination{align-items:center;display:flex;justify-content:flex-end;margin-bottom:50px}.woocommerce nav.pagination ul,.woocommerce nav.pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul.page-numbers{border:none;clear:none;display:inline-flex;margin:0;padding:0;white-space:nowrap}.woocommerce nav.pagination ul.page-numbers li,.woocommerce nav.pagination ul li,.woocommerce nav.woocommerce-pagination ul.page-numbers li,.woocommerce nav.woocommerce-pagination ul li{align-items:center;border:none;border-radius:50%;display:flex;height:35px;justify-content:center;width:35px}.woocommerce nav.pagination ul.page-numbers li:not(:last-child),.woocommerce nav.pagination ul li:not(:last-child),.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child),.woocommerce nav.woocommerce-pagination ul li:not(:last-child){margin-right:15px}.woocommerce nav.pagination ul.page-numbers li a,.woocommerce nav.pagination ul.page-numbers li span,.woocommerce nav.pagination ul li a,.woocommerce nav.pagination ul li span,.woocommerce nav.woocommerce-pagination ul.page-numbers li a,.woocommerce nav.woocommerce-pagination ul.page-numbers li span,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{align-items:center;border-radius:50%;color:#434a5a;display:flex;height:100%;justify-content:center;margin:0;padding:0;width:100%}.woocommerce nav.pagination ul.page-numbers li a:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.pagination ul.page-numbers li span:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.pagination ul li a:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.pagination ul li span:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.woocommerce-pagination ul li a:hover:not(.current):not(.dots):not(.prev):not(.next),.woocommerce nav.woocommerce-pagination ul li span:hover:not(.current):not(.dots):not(.prev):not(.next){background:#6890e7;color:#fff}.woocommerce nav.pagination ul.page-numbers li a.next:hover,.woocommerce nav.pagination ul.page-numbers li a.prev:hover,.woocommerce nav.pagination ul li a.next:hover,.woocommerce nav.pagination ul li a.prev:hover,.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next:hover,.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev:hover,.woocommerce nav.woocommerce-pagination ul li a.next:hover,.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background:transparent}.woocommerce nav.pagination ul.page-numbers li span.current,.woocommerce nav.pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ecf1fc;color:#5dc7dd}.archive_pagination{align-items:center;display:flex;justify-content:flex-end;margin-bottom:50px}.archive_pagination.center{justify-content:center}.archive_pagination .nav-links{align-content:center;align-items:center;display:flex;justify-content:center}.archive_pagination .page-numbers{align-items:center;border-radius:50%;color:#434a5a;display:flex;height:35px;justify-content:center;width:35px}.archive_pagination .page-numbers.current{background:#ecf1fc;color:#5dc7dd}.archive_pagination .page-numbers:hover:not(.current):not(.dots):not(.prev):not(.next){background:#6890e7;color:#fff}.archive_pagination .page-numbers:not(:last-child){margin-right:15px}.woocommerce .woocommerce-ordering{line-height:100%;margin:0}.woocommerce .woocommerce-ordering .select{display:inline-flex;padding-left:35px;position:relative}.woocommerce .woocommerce-ordering .select:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="26" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.5" cy="2.5" r="1.75" stroke="%231D70BC" stroke-width="1.5"/><circle cx="21.5" cy="9" r="1.75" stroke="%231D70BC" stroke-width="1.5"/><circle cx="12.5" cy="15.5" r="1.75" stroke="%231D70BC" stroke-width="1.5"/><path d="M0 15.5h10.44m4.06 0H26m0-6.4h-2.661m-3.839 0H0m0-6.6h2.457m4.043 0H26" stroke="%231D70BC" stroke-width="1.5"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:15px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:25px}.woocommerce .woocommerce-ordering select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:#1d70bc;cursor:pointer;font-size:14px;font-weight:600}.products_top_content{grid-gap:25px;align-items:center;background:#fff;border-radius:5px;display:flex;gap:25px;height:-moz-max-content;height:max-content;justify-content:space-between;padding:20px 30px}.products_top_content .products_top_content_actions{grid-gap:35px;align-items:center;display:flex;gap:35px}.products_top_content .products_top_content_actions_download .handle:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="25" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url%28%23a%29" fill="%23636B83"><path d="M11.854 20.113a.99.99 0 0 0 .072.065c.01.009.023.017.034.026l.042.03c.014.01.029.018.043.027l.04.023.044.022.043.02.043.015.047.017.044.011c.016.004.032.009.049.012l.052.008c.014.002.028.005.043.006a.99.99 0 0 0 .193 0l.042-.006.052-.008c.017-.003.033-.008.049-.012l.044-.011.047-.017.044-.016.042-.02.045-.02.039-.024.043-.026.042-.031.035-.026a1.01 1.01 0 0 0 .07-.065h.001l6.853-6.87a.983.983 0 0 0 0-1.387.977.977 0 0 0-1.385 0l-5.181 5.194V1.756a.98.98 0 1 0-1.958 0V17.05l-5.181-5.194a.977.977 0 0 0-1.385 0 .983.983 0 0 0 0 1.388l6.853 6.869ZM19.398 22.362H5.693a.98.98 0 0 0-.979.982.98.98 0 0 0 .98.98h13.704a.98.98 0 0 0 0-1.962Z"/></g><defs><clipPath id="a"><path fill="%23fff" transform="translate%28.8 .775%29" d="M0 0h23.494v23.55H0z"/></clipPath></defs></svg>')}.products_top_content .products_top_content_actions_print .handle:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="25" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url%28%23a%29" fill="%23636B83"><path d="M21.683 11.078a.368.368 0 1 0-.001-.735.368.368 0 0 0 0 .735Z"/><path d="M22.417 8.134H2.594a1.838 1.838 0 0 0-1.836 1.84v8.096c0 1.016.822 1.84 1.836 1.84h2.799a.138.138 0 0 0 .137-.139v-2.667a.138.138 0 0 0-.137-.138h-.217a.376.376 0 0 1-.38-.344.368.368 0 0 1 .367-.392h14.672c.195 0 .366.148.379.343a.368.368 0 0 1-.367.393h-.23a.138.138 0 0 0-.137.138v2.667c0 .077.062.138.138.138h2.799a1.838 1.838 0 0 0 1.835-1.84V9.975c0-1.016-.821-1.84-1.835-1.84Zm-3.671 3.68a1.104 1.104 0 0 1 0-2.208 1.104 1.104 0 0 1 0 2.208Zm2.937 0a1.104 1.104 0 0 1 0-2.208 1.104 1.104 0 0 1 0 2.208Z"/><path d="M18.746 11.078a.368.368 0 1 0-.001-.735.368.368 0 0 0 .001.735ZM5.393 3.719h-.597a.735.735 0 0 0-.734.736V7.26c0 .077.062.138.138.138h1.193a.138.138 0 0 0 .137-.138V3.857a.138.138 0 0 0-.137-.138ZM20.949 4.455a.735.735 0 0 0-.735-.736h-.596a.138.138 0 0 0-.138.138V7.26c0 .077.062.138.138.138h1.193a.138.138 0 0 0 .138-.138V4.455ZM18.746 1.879c0-.61-.493-1.104-1.101-1.104H7.365c-.607 0-1.1.494-1.1 1.104V7.26c0 .077.061.138.137.138h12.206a.138.138 0 0 0 .138-.138V1.88ZM6.265 23.221c0 .61.493 1.104 1.101 1.104h10.279c.608 0 1.101-.494 1.101-1.104v-6.117a.138.138 0 0 0-.138-.138H6.402a.138.138 0 0 0-.137.138v6.117Zm2.57-4.784h7.709a.367.367 0 0 1 0 .736h-7.71a.367.367 0 0 1 0-.735Zm0 1.84h7.709a.367.367 0 0 1 0 .736h-7.71a.367.367 0 0 1 0-.736Zm0 1.84h7.709a.367.367 0 0 1 0 .736h-7.71a.367.367 0 0 1 0-.736Z"/></g><defs><clipPath id="a"><path fill="%23fff" transform="translate%28.758 .775%29" d="M0 0h23.494v23.55H0z"/></clipPath></defs></svg>')}.products_top_content .products_top_content_actions .handle{color:#636b83;display:inline-flex;font-size:14px;font-weight:500;padding-left:35px;position:relative}.products_top_content .products_top_content_actions .handle:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}body{background:#f6f8fc}.products_block.shop{grid-gap:25px;gap:25px;grid-template-columns:1fr;grid-template-rows:repeat(1,auto);margin-bottom:35px}.products_block.shop .products{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.products_block.shop .products .product{grid-gap:0;border-radius:10px;display:grid;gap:0;grid-template-columns:minmax(auto,40%) minmax(60%,1fr);grid-template-rows:auto;height:-moz-max-content;height:max-content;overflow:hidden}.products_block.shop .products .product .top_wrapper{position:relative}.products_block.shop .products .product .top_wrapper.passed:before{background-color:#fff;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:2}.products_block.shop .products .product .product_top .product_actions .favorite:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M8 15.11a.938.938 0 0 1-.619-.233c-.646-.565-1.27-1.096-1.819-1.564l-.003-.003c-1.612-1.373-3.004-2.56-3.972-3.728C.504 8.275 0 7.037 0 5.683 0 4.37.45 3.156 1.27 2.268A4.302 4.302 0 0 1 4.47.875c.923 0 1.77.292 2.514.868.375.29.716.646 1.016 1.061.3-.415.64-.77 1.016-1.061A4.025 4.025 0 0 1 11.53.875c1.236 0 2.373.495 3.2 1.393.82.888 1.27 2.1 1.27 3.415 0 1.354-.504 2.592-1.587 3.899-.968 1.168-2.36 2.354-3.972 3.728-.55.47-1.175 1.001-1.823 1.568A.94.94 0 0 1 8 15.11ZM4.47 1.812c-.971 0-1.863.388-2.512 1.091-.658.715-1.02 1.702-1.02 2.78 0 1.139.422 2.156 1.37 3.3.917 1.107 2.28 2.269 3.86 3.614l.002.002c.552.47 1.178 1.004 1.829 1.573a218.19 218.19 0 0 1 1.834-1.575c1.579-1.346 2.942-2.507 3.859-3.613.948-1.145 1.37-2.162 1.37-3.3 0-1.08-.362-2.066-1.02-2.78a3.375 3.375 0 0 0-2.512-1.092c-.71 0-1.364.226-1.94.672-.514.398-.872.9-1.082 1.252A.587.587 0 0 1 8 4.024c-.21 0-.4-.108-.508-.288-.21-.352-.568-.854-1.082-1.252a3.108 3.108 0 0 0-1.94-.672Z" fill="%23E8363D"/></svg>');filter:grayscale(1);opacity:.7;transition:filter .2s ease-in-out,opacity .2s ease-in-out}.products_block.shop .products .product .product_top .product_actions .favorite:hover:before{filter:none;opacity:1}.products_block.shop .products .product .product_top .product_actions .favorite.added:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.73 2.268a4.302 4.302 0 0 0-3.2-1.393c-.923 0-1.769.292-2.514.868-.375.29-.716.646-1.016 1.061a5.14 5.14 0 0 0-1.016-1.061A4.025 4.025 0 0 0 4.47.875a4.303 4.303 0 0 0-3.2 1.393C.45 3.156 0 4.368 0 5.683c0 1.354.504 2.592 1.587 3.899.968 1.168 2.36 2.354 3.972 3.728.55.47 1.175 1.001 1.822 1.567a.938.938 0 0 0 1.237 0c.648-.566 1.272-1.098 1.823-1.567 1.612-1.374 3.004-2.56 3.972-3.728C15.496 8.275 16 7.037 16 5.683c0-1.314-.45-2.527-1.27-3.415Z" fill="%23E8363D"/></svg>');filter:none;opacity:1}.products_block.shop .products .product .product_top .product_actions .comparison:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.562 3.629H8.495v-.745A1.486 1.486 0 0 0 8 0c-.819 0-1.485.666-1.485 1.485 0 .645.414 1.195.99 1.399v.745H2.438L0 8.975v.108a2.76 2.76 0 0 0 2.756 2.756 2.76 2.76 0 0 0 2.756-2.756v-.108L3.526 4.62h3.98v8.412H5.121L4.132 16h7.736l-.99-2.97H8.495V4.62h3.98l-1.987 4.356v.108a2.76 2.76 0 0 0 2.756 2.756A2.76 2.76 0 0 0 16 9.083v-.108l-2.438-5.346ZM8 .989a.495.495 0 1 1-.001.992A.495.495 0 0 1 8 .99Zm-5.244 9.86a1.77 1.77 0 0 1-1.695-1.272h3.39a1.77 1.77 0 0 1-1.695 1.272Zm1.492-2.261H1.264l1.492-3.272 1.492 3.272Zm6.247 6.422h-4.99l.33-.99h4.33l.33.99Zm2.749-9.694 1.492 3.272h-2.984l1.492-3.272Zm0 5.533a1.77 1.77 0 0 1-1.696-1.272h3.391a1.77 1.77 0 0 1-1.695 1.272Z" fill="%23838B9C"/></svg>')}.products_block.shop .products .product .product_top .product_info,.products_block.shop .products .product .product_top .short_desc{display:none}.products_block.shop .products .product .product_thumbnail,.products_block.shop .products .product .woocommerce-loop-product__link{border-radius:0;max-height:-moz-max-content;max-height:max-content;width:auto}.products_block.shop .products .product .product_thumbnail img,.products_block.shop .products .product .woocommerce-loop-product__link img{max-height:100%;min-height:100%}.products_block.shop .products .product .product_main{background:#fff;padding:25px}.products_block.shop .products .product .product_main .desc{color:#838b9c;display:block;font-size:14px;font-weight:500;margin-bottom:10px;max-height:63px;overflow-y:auto}.products_block.shop .products .product .product_main .desc::-webkit-scrollbar{width:2px}.products_block.shop .products .product .product_main .desc::-webkit-scrollbar-track{background:#cecece}.products_block.shop .products .product .product_main .desc::-webkit-scrollbar-thumb{background:#717171}.products_block.shop .products .product .product_main .params .district .location{background-color:#ee4266}.products_block.shop .products .product .product_main .btns-group{grid-gap:15px;align-items:end;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:15px;margin-top:10px}.products_block.search{margin-bottom:50px}.filters-widget{overflow:hidden}.filters-widget .filter_items{background:#fff;border-radius:5px;overflow:hidden;padding:25px 15px}.filters-widget .filter_items .filter:not(:last-child):not(.bapf_mt_none){border-bottom:1px solid #e3e7ef!important;margin-bottom:25px!important;padding-bottom:25px!important}.filters-widget .filter_items .filter .filter{margin-bottom:0!important}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all{align-items:center;border:1px solid #e5e9f1;border-radius:10px;display:flex;padding:15px 20px;position:relative}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_from,.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_to{color:#434a5a;font-size:16px;font-weight:500;margin-bottom:0;width:auto}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_from{margin-right:10px}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_to{flex:1}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_slidr_main{bottom:-12px;height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100%}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_slidr_main .ui-slider-range{background:#5dc7dd}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_slidr_main .ui-slider-handle{background:#fff;border:2px solid #5dc7dd}.filters-widget .filter_items .filter h1,.filters-widget .filter_items .filter h2,.filters-widget .filter_items .filter h3,.filters-widget .filter_items .filter h4,.filters-widget .filter_items .filter h5,.filters-widget .filter_items .filter h6{color:#212e35;font-size:14px;font-weight:600;margin-bottom:15px!important}.filters-widget .filter_items .filter label{color:#212e35;font-size:14px}.filters-widget .filter_items .filter ul li{display:flex}.filters-widget .filter_items .filter ul li:not(:last-child){margin-bottom:15px!important}.filters-widget .filter_items .filter ul li input[type=checkbox]{border:1.5px solid #d4d7dd}.filters-widget .filter_items .filter ul li input[type=checkbox]:checked{background:#5dc7dd;border-color:#5dc7dd}.filters-widget .filter_items .filter ul li input[type=checkbox]:checked:after{border-bottom:2px solid #fff;border-right:2px solid #fff;left:50%;top:40%;transform:translate(-50%,-50%) rotate(45deg)}.filters-widget .save-filter-search{font-weight:700;line-height:160%;white-space:nowrap}.filters-widget-toggle{align-items:center;background:#1d70bc;border-radius:5px;color:#fff;cursor:pointer;display:flex;display:none;font-size:16px;font-weight:500;justify-content:center;padding:15px 30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.entry-content .woocommerce{grid-gap:25px;display:grid;gap:25px;grid-template-columns:.3fr 1fr}.entry-content .woocommerce .main_content{grid-gap:15px;display:flex;flex-direction:column}.cardThumbCarousel{--carousel-button-bg:#fff;--carousel-button-shadow:0 2px 1px -1px rgb(0 0 0/20%),0 1px 1px 0 rgb(0 0 0/14%),0 1px 3px 0 rgb(0 0 0/12%);--carousel-button-svg-width:15px;--carousel-button-svg-height:15px;--carousel-button-svg-stroke-width:2.5;--carousel-button-height:32px;--carousel-button-width:32px;color:#170724;height:inherit}.cardThumbCarousel .carousel__track,.cardThumbCarousel .carousel__viewport{height:100%}.cardThumbCarousel.has-dots{margin-bottom:0}.cardThumbCarousel .carousel__dots{bottom:0;opacity:0;top:inherit;transition:opacity .2s ease-in-out;z-index:2}.cardThumbCarousel .carousel__dots .carousel__dot{height:30px}.cardThumbCarousel .carousel__dots .carousel__dot:after{background-color:#d5d7d1;opacity:1;transform:translate(-50%,-50%);transition:width .15s ease-in-out,height .15s ease-in-out,opacity .15s ease-in-out}.cardThumbCarousel .carousel__dots .carousel__dot.is-selected:after{background-color:#d5d7d1;height:10px;opacity:1;width:10px}.cardThumbCarousel .carousel__button{background:rgba(5,5,5,.4);opacity:0;transition:opacity .2s ease-in-out}.cardThumbCarousel .carousel__button svg{stroke:#fff}.cardThumbCarousel:hover .carousel__button,.cardThumbCarousel:hover .carousel__dots{opacity:1}.cardThumbCarousel .carousel__slide{padding:0;width:100%}button.bapf_button.bapf_reset{align-items:center;background:#5dc7dd;border:1px solid #5dc7dd;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:10px;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,opacity .2s ease-in-out;width:100%}button.bapf_button.bapf_reset:hover{background:#69def6;border:1px solid #69def6}.bapf_sfilter{margin-bottom:0}.category__title{color:#212e35;font-size:26px;font-weight:700;padding-bottom:30px}@media (max-width:1400px){.filters-widget .filter_items .filter .filter.price .bapf_slidr_all{padding:15px}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_from,.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_to{font-size:15px}.category__title{font-size:calc(17.13924px + .63291vw)}}@media (max-width:1200px)and (min-width:992px){.products_block.shop .products .product{grid-template-columns:minmax(auto,40%) minmax(60%,1fr)}.products_block.shop .products .product .product_thumbnail img,.products_block.shop .products .product .woocommerce-loop-product__link img{height:auto}}@media (max-width:991px){.products_block.shop{grid-template-columns:1fr}.products_block.shop .products{grid-gap:25px;gap:25px;grid-template-columns:1fr}.products_block.shop .products .product{padding:0!important}.products_block.shop .products .product .product_top{height:50px;padding:7px}.products_block.shop .products .product .product_main{padding:15px}.filters-widget{max-height:0;transition:max-height .3s ease,padding .2s ease}.filters-widget .save-filter-search{line-height:120%}.filters-widget-toggle{display:flex}.entry-content .woocommerce{grid-template-columns:1fr}}@media (max-width:768px){.archive_pagination,.woocommerce nav.pagination,.woocommerce nav.woocommerce-pagination{margin-bottom:20px}.products_top_content{flex-wrap:wrap}.products_top_content .products_top_content_actions{grid-gap:25px;align-items:start;flex-direction:column;gap:25px}.products_block.shop{margin-bottom:25px}.products_block.shop .products .product{grid-template-columns:1fr}.products_block.shop .products .product .product_top{height:41px;padding:7px}.products_block.shop .products .product .product_thumbnail img,.products_block.shop .products .product .woocommerce-loop-product__link img{height:auto}.products_block.shop .products .product .product_main{padding:10px}.products_block.shop .products .product .product_main .desc{display:none;margin:0;padding:0}.products_block.shop .products .product .product_main .product_actions .product_action_btn{background-color:#fff;border:1px solid #f3f3f3;border-radius:5px}.products_block.shop .products .product .product_main .btns-group{display:none}.products_block.search{margin-bottom:20px}.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_from,.filters-widget .filter_items .filter .filter.price .bapf_slidr_all .bapf_to{font-size:14px}.category__title{font-size:18px}}@media (max-width:575px){.products_block.shop{margin-bottom:0}.products_block.shop .products .product .product_thumbnail img,.products_block.shop .products .product .woocommerce-loop-product__link img{height:calc(-19.83051px + 67.79661vw)}.products_block.shop .products .product .product_main .btns-group{justify-content:space-between}}@media (max-width:425px){.products_block.shop .products .product .product_thumbnail img,.products_block.shop .products .product .woocommerce-loop-product__link img{height:auto}.products_block.shop .products .product .product_main .btns-group{grid-gap:5px;gap:5px}}