.color-1{color:var(--color-1)}.color-2{color:var(--color-2)}.bg-black{background:var(--theme-black)}.bg-white{background:var(--theme-white)}.bg-color-1{background:var(--color-1)}.bg-color-2{background:var(--color-2)}.flex{display:flex}.flex.column{flex-direction:column}.flex.wrap{flex-wrap:wrap}.flex.justify-start{justify-content:flex-start}.flex.justify-end{justify-content:flex-end}.flex.justify-center{justify-content:center}.flex.justify-between{justify-content:space-between}.flex.justify-around{justify-content:space-around}.flex.justify-evenly{justify-content:space-evenly}.flex.align-start{align-items:flex-start}.flex.align-center{align-items:center}.flex.align-end{align-items:flex-end}.flex.align-stretch{align-items:stretch}.flex.align-baseline{align-items:baseline}.text-center{text-align:center}@keyframes slideleft{0%{background-position-x:0}to{background-position-x:-140px}}@keyframes slideleft-large{0%{background-position-x:0}to{background-position-x:-230px}}.wave-underline-link a{display:inline-block;position:relative}.wave-underline-link a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:6px;background-image:url(wave-main-color.svg);background-repeat:repeat-x;background-position:0 0}.wave-underline-link a:hover:after{-webkit-animation:slideleft 6s infinite linear;animation:slideleft 6s infinite linear}.wave-underline-strong strong{display:inline-block;position:relative}.wave-underline-strong strong:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:6px;background-image:url(wave-main-color.svg);background-repeat:repeat-x;background-position:0 0}.wave-underline-strong strong:hover:after,.wave-underline-strong.auto strong:after{-webkit-animation:slideleft 6s infinite linear;animation:slideleft 6s infinite linear}.wave-underline-strong.large strong:after{background-image:url(wave-main-color-large.svg);bottom:-4px}.wave-underline-strong.large strong:hover:after,.wave-underline-strong.large.auto strong:after{-webkit-animation:slideleft-large 10s infinite linear;animation:slideleft-large 10s infinite linear}.wave-underline-strong.white strong:after{background-image:url(wave-white-large.svg)}.wave-underline-strong.red strong:after{background-image:url(wave-red-large.svg);bottom:0}.wave-underline-strong.red strong:hover:after,.wave-underline-strong.red.auto strong:after{-webkit-animation:slideleft-large 10s infinite linear;animation:slideleft-large 10s infinite linear}@-webkit-keyframes anim_underline{0%{width:100%;left:auto;right:0}49.9%{width:0%;left:auto;right:0}50%{width:0%;left:0;right:auto}to{width:100%;left:0;right:auto}}@keyframes anim_underline{0%{width:100%;left:auto;right:0}49.9%{width:0%;left:auto;right:0}50%{width:0%;left:0;right:auto}to{width:100%;left:0;right:auto}}@-webkit-keyframes anim_growFromLeft{0%{width:0;left:0;right:auto}to{width:100%;left:0;right:auto}}@keyframes anim_growFromLeft{0%{width:0;left:0;right:auto}to{width:100%;left:0;right:auto}}@-webkit-keyframes anim_shrinkToRight{0%{width:100%;right:0;left:auto}to{width:0;right:0;left:auto}}@keyframes anim_shrinkToRight{0%{width:100%;right:0;left:auto}to{width:0;right:0;left:auto}}@keyframes animation-announcement{0%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(calc(-100% - 20px),0,0);-moz-transform:translate3d(calc(-100% - 20px),0,0);-ms-transform:translate3d(calc(-100% - 20px),0,0);-o-transform:translate3d(calc(-100% - 20px),0,0);transform:translate3d(calc(-100% - 20px),0,0)}}.grid{display:grid}@media only screen and (min-width:1170px){.grid.grid--3-col-desktop{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1169px){.grid.grid--2-col-tablet-down{grid-template-columns:repeat(2,1fr)}}.grid .grid__item{width:100%;max-width:none}html{scroll-behavior:smooth}body.no-scroll{overflow:hidden}.container{width:100%;box-sizing:border-box;margin:auto;padding:0 30px}@media screen and (max-width:990px){.container{padding:0 20px}}.container.grid{grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-gap:30px}@media screen and (max-width:1170px){.container.grid{grid-template-columns:repeat(12,1fr);padding:0 30px;grid-gap:30px}}@media screen and (max-width:990px){.container.grid{grid-template-columns:repeat(2,1fr);padding:0 20px;grid-gap:30px}}.container.no-padding{padding:0}.container.fluid{max-width:100%}.container.debug{display:grid;opacity:0;position:fixed;height:100vh;pointer-events:none;z-index:100}.container.debug.visible{opacity:1}.container.debug .col{background:#657d6b4d;grid-column:span 1;text-align:center}.col-1{height:auto;grid-column:span 1}.col-2{height:auto;grid-column:span 2}.col-3{height:auto;grid-column:span 3}.col-4{height:auto;grid-column:span 4}.col-5{height:auto;grid-column:span 5}.col-6{height:auto;grid-column:span 6}.col-7{height:auto;grid-column:span 7}.col-8{height:auto;grid-column:span 8}.col-9{height:auto;grid-column:span 9}.col-10{height:auto;grid-column:span 10}.col-11{height:auto;grid-column:span 11}.col-12{height:auto;grid-column:span 12}@media screen and (max-width:989px){.col-m-1{height:auto;grid-column:span 1}}@media screen and (max-width:989px){.col-m-2{height:auto;grid-column:span 2}}@media screen and (max-width:989px){.col-m-3{height:auto;grid-column:span 3}}@media screen and (max-width:989px){.col-m-4{height:auto;grid-column:span 4}}@media screen and (max-width:989px){.col-m-5{height:auto;grid-column:span 5}}@media screen and (max-width:989px){.col-m-6{height:auto;grid-column:span 6}}@media screen and (max-width:989px){.col-m-7{height:auto;grid-column:span 7}}@media screen and (max-width:989px){.col-m-8{height:auto;grid-column:span 8}}@media screen and (max-width:989px){.col-m-9{height:auto;grid-column:span 9}}@media screen and (max-width:989px){.col-m-10{height:auto;grid-column:span 10}}@media screen and (max-width:989px){.col-m-11{height:auto;grid-column:span 11}}@media screen and (max-width:989px){.col-m-12{height:auto;grid-column:span 12}}.col-s-1{height:auto;grid-column:span 1}.col-s-2{height:auto;grid-column:span 2}.font-reckless,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner .jdgm-all-reviews__summary-text,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-all-reviews__summary-stars .jdgm-all-reviews__summary-average .jdgm-link,.fs-20-18,#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title,.fs-22-18,.fs-24-22,.fs-30-20,.fs-34-24,.fs-44-34,.fs-44-40,.fs-60-40{font-family:Reckless,serif}.font-acumin,.fs-13,.fs-14,.fs-16-14,.fs-16,.fs-18-14,.fs-18-16,.judgeme-carousel .swiper-wrapper .swiper-slide .text{font-family:acumin-pro,sans-serif}.fw-700{font-weight:700}.fw-600{font-weight:600}.fw-500{font-weight:500}.fw-400{font-weight:400}.fs-60-40{font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500}.fs-44-40{font-size:clamp(2.5rem,2.3654rem + .3846vw,2.75rem);line-height:clamp(3.125rem,2.9904rem + .3846vw,3.375rem)}.fs-44-34{font-size:clamp(2.125rem,1.9337rem + .8163vw,2.75rem);line-height:clamp(2.75rem,2.5587rem + .8163vw,3.375rem)}.fs-34-24{font-size:34px;line-height:44px}@media only screen and (max-width:1169px){.fs-34-24{font-size:24px;line-height:34px}}.fs-30-20{font-size:30px;line-height:40px}@media only screen and (max-width:1169px){.fs-30-20{font-size:24px;line-height:34px}}@media screen and (max-width:989px){.fs-30-20{font-size:20px;line-height:30px}}.fs-24-22{font-size:24px;line-height:34px}@media only screen and (max-width:1169px){.fs-24-22{font-size:22px;line-height:32px}}.fs-22-18{font-size:22px;line-height:32px}@media only screen and (max-width:1169px){.fs-22-18{font-size:18px;line-height:28px}}.fs-20-18,#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title{font-size:20px;line-height:30px}@media only screen and (max-width:1169px){.fs-20-18,#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title{font-size:18px;line-height:30px}}.fs-18-16,.judgeme-carousel .swiper-wrapper .swiper-slide .text{font-size:18px;line-height:28px}@media only screen and (max-width:1169px){.fs-18-16,.judgeme-carousel .swiper-wrapper .swiper-slide .text{font-size:16px;line-height:26px}}.fs-18-14{font-size:18px;line-height:28px}@media only screen and (max-width:1169px){.fs-18-14{font-size:14px;line-height:24px}}.fs-16{font-weight:400;font-size:16px;line-height:26px}.fs-16-14{font-size:16px;line-height:26px}@media only screen and (max-width:1169px){.fs-16-14{font-size:14px;line-height:24px}}.fs-14{font-size:14px;line-height:24px;font-weight:400}.fs-13{font-size:13px;font-weight:500}.jdgm-all-reviews-page,.jdgm-all-reviews-page .judgme-intro{background:rgb(var(--color-white))}.jdgm-all-reviews-page .judgme-intro .left,.jdgm-all-reviews-page .judgme-intro .right{position:relative;width:50%}.jdgm-all-reviews-page .judgme-intro .left img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jdgm-all-reviews-page .judgme-intro .right{display:flex;flex-direction:column;align-items:flex-start;padding:230px 100px 110px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-page__description{text-align:left;margin-bottom:30px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-widget.jdgm-widget{width:100%}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper{display:none!important}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars{justify-content:flex-start;width:100%}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-rev-widg__summary-inner,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars{width:100%}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star{position:relative;font-size:24px;color:#0000001a;width:65px;height:65px;margin-right:15px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star:before{content:"";position:absolute;top:0;left:0;width:65px;height:65px;background-image:url(ico-star.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star:not(:first-child){display:none!important}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-all-reviews__summary-average{color:#7362cd;font-size:clamp(1.875rem,1.2019rem + 1.9231vw,3.125rem);line-height:clamp(2.5rem,1.8269rem + 1.9231vw,3.75rem);font-family:var(--font-heading-family);font-weight:500;font-style:italic}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-all-reviews__summary-average .jdgm-link{text-decoration:none}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-text{color:#7362cd;text-align:left;font-size:clamp(1rem,.9327rem + .1923vw,1.125rem);line-height:clamp(1.375rem,1.274rem + .2885vw,1.5625rem);font-family:var(--font-body-family);font-weight:500}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-histogram,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-widget-actions-wrapper{display:none}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-row-search,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-rev-widg__actions,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__body,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-spinner,.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__footer{display:none!important}.jdgm-all-reviews-page .judgme-intro .right .button{padding:20px 60px;border:1px solid rgb(var(--color-black));background:rgb(var(--color-black));color:#fff;border-radius:15px;font-size:16px;line-height:26px;font-family:acumin-pro,sans-serif;font-weight:500;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.jdgm-all-reviews-page .judgme-intro .right .button:hover{background:#0000;color:rgb(var(--color-black))}@media only screen and (max-width:1169px){.jdgm-all-reviews-page .judgme-intro{flex-direction:column}.jdgm-all-reviews-page .judgme-intro .left{height:300px;width:100%}.jdgm-all-reviews-page .judgme-intro .right{width:100%;padding:80px 40px;align-items:center}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-page__description{text-align:center}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars{justify-content:center}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star{width:50px;height:50px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star:before{width:50px;height:50px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-text{text-align:center}}@media screen and (max-width:989px){.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star{width:40px;height:40px}.jdgm-all-reviews-page .judgme-intro .right .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary-stars .jdgm-star:before{width:40px;height:40px}.jdgm-all-reviews-page .judgme-intro .right .button{padding:15px 30px;text-align:center}}#all-reviews{padding:100px 30px;max-width:100%;width:100%}@media only screen and (max-width:1169px){#all-reviews{padding:50px 20px}#all-reviews .avis-title{text-align:center;margin-bottom:30px}}#all-reviews .jdgm-row-media{border:none}#all-reviews .jdgm-row-media .jdgm-medals-wrapper,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__footer,#all-reviews .jdgm-all-reviews-widget .jdgm-temp-hiding-style{display:none}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-all-reviews__summary-stars .jdgm-star{display:none!important}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-all-reviews__summary-stars .jdgm-all-reviews__summary-average .jdgm-link{font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500;color:rgb(var(--color-black));text-decoration:none}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper{border:none;background:#0000;padding:0}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper{padding:30px 20px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form{display:flex;flex-direction:column;align-items:flex-start;margin-left:0;margin-right:auto}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-form__title{display:none}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-picture-fieldset__box{width:50px;height:50px}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-picture-fieldset__box .jdgm-media-fieldset__icon{font-size:28px}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-btn{padding:20px 30px;border-radius:15px;border:1px solid rgb(var(--color-black));font-size:clamp(1rem,.9327rem + .1923vw,1.125rem);line-height:clamp(1.375rem,1.274rem + .2885vw,1.5625rem);font-family:var(--font-body-family);font-weight:500;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--border{background:#0000;color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--border:hover{background:rgb(var(--color-black));color:rgb(var(--color-white));opacity:1}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--solid{background:rgb(var(--color-black));color:rgb(var(--color-white))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--solid:hover{opacity:1;background:#0000;color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__title{display:none}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset{width:100%;margin-bottom:25px;text-align:left}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset .jdgm-form__rating .jdgm-star{display:inline-block!important;width:21px;height:21px;position:relative}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset .jdgm-form__rating .jdgm-star:before{content:"";position:absolute;width:21px;height:21px;background:url(ico-star-off.svg)}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset .jdgm-form__rating .jdgm-star.jdgm--on:before{background:url(ico-star.svg)}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset label{font-size:14px;font-weight:700}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset .jdgm-picture-fieldset__box{margin:0}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset input[type=text],#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset input[type=email],#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-form__fieldset textarea{width:100%;border:1px solid rgba(var(--color-black),.3);border-radius:10px;font-size:14px;color:rgb(var(--color-black));background:#0000;padding:20px 35px}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-btn{margin-top:15px;padding:20px 45px;border-radius:20px;border:1px solid rgb(var(--color-black));-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;font-size:16px;font-weight:400}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-btn.jdgm-btn--border{background:#0000;color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-btn.jdgm-btn--border:hover,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-btn.jdgm-btn--solid{background:rgb(var(--color-black));color:rgb(var(--color-white-2))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-form-wrapper .jdgm-btn.jdgm-btn--solid:hover{color:rgb(var(--color-black));background:#0000}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars{display:grid;grid-template-columns:repeat(2,1fr);column-gap:30px;row-gap:0}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars{grid-template-columns:repeat(1,1fr);row-gap:30px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary{align-items:flex-start;width:100%}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner .jdgm-all-reviews__summary-stars{width:100%}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner .jdgm-all-reviews__summary-stars{text-align:center}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner .jdgm-all-reviews__summary-text{font-size:34px;line-height:44px;color:rgb(var(--color-black))}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-all-reviews__summary .jdgm-rev-widg__summary-inner .jdgm-all-reviews__summary-text{font-size:24px;line-height:34px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram{width:100%;min-width:540px;align-items:flex-end;border:none}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram{min-width:0;align-items:center}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star{position:relative;display:inline-block!important;width:21px;height:21px}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star:before{content:"";background:url(ico-star-off.svg);position:absolute;top:0;left:0;width:21px;height:21px}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on:before{background:url(ico-star.svg)}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar{background:#0000;width:350px;border:1px solid rgba(115,98,205,.15)}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar{width:200px}}@media screen and (max-width:989px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar{width:160px}}@media screen and (max-width:400px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar{width:100px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency{width:45px;font-size:18px;line-height:28px;font-family:acumin-pro,sans-serif;font-weight:400;color:rgb(var(--color-black))}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency{font-size:16px;line-height:26px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-widget-actions-wrapper{margin:60px 0 75px;width:auto;border:none;justify-content:flex-start;align-items:flex-start}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-widget-actions-wrapper{align-items:center;margin-top:40px;margin-bottom:50px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link{margin:0;width:auto;max-width:none;text-align:center;font-size:16px;line-height:26px;font-family:acumin-pro,sans-serif;font-weight:400;padding:17px 45px;border-radius:20px;border:1px solid rgb(var(--color-black));background:rgb(var(--color-black));color:rgb(var(--color-white));-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover{background:#0000;color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search{border:none;max-width:320px}@media screen and (max-width:600px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search{max-width:none;width:100%;padding-bottom:80px}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search .jdgm-review-search-wrapper{margin-left:0;padding:0}@media screen and (max-width:600px){#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search .jdgm-review-search-wrapper{width:100%;max-width:none}}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search .jdgm-review-search-wrapper:after{display:none}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search .jdgm-review-search-wrapper .jdgm-review-search:not([type=submit]){border:1px solid rgba(33,44,54,.2);padding:15px;background:var(--color-white);font-size:clamp(.875rem,.8077rem + .1923vw,1rem);line-height:clamp(1.5rem,1.4327rem + .1923vw,1.625rem);letter-spacing:.4px;font-family:var(--font-body-family);color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__header .jdgm-row-search .jdgm-review-search-wrapper .jdgm-review-search:not([type=submit])::placeholder{opacity:1;color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions{position:relative;border-radius:0;margin:0 0 50px;height:88px;background-color:var(--color-white);box-shadow:none;padding:30px 0 0}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions{margin-bottom:30px}}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab{border-bottom:1px solid rgba(67,67,67,.5);padding-bottom:0}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name{position:relative;color:#434343;opacity:.5;text-decoration:none;line-height:0;margin-bottom:-1px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;font-size:16px;font-weight:400;padding:8px 0;margin-right:30px}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name:last-child{margin-right:0}@media only screen and (max-width:1169px){#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name{font-size:15px;margin-right:20px}}@media screen and (max-width:400px){#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name{font-size:13px;margin-right:10px}}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name:after{content:"";position:absolute;width:100%;height:0;bottom:0;left:0;background:#434343;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name:hover{opacity:.8}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name:hover:after{height:3px}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name.jdgm--active{opacity:1;background:#0000!important}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-subtab .jdgm-subtab__name.jdgm--active:after{height:3px}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions{position:absolute;top:-50px;right:0;min-height:56px;padding:15px;border:1px solid rgba(33,44,54,.2);border-radius:20px}@media screen and (max-width:600px){#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions{top:-40px;width:100%}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions .jdgm-sort-dropdown-wrapper,#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown{width:100%}}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions .jdgm-sort-dropdown,#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions .jdgm-sort-dropdown-arrow{color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-rev-widg__actions .jdgm-row-actions .jdgm-sort-dropdown-arrow:before{color:rgb(var(--color-black))}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev{border-radius:20px;box-shadow:none;padding:20px;display:flex;flex-direction:column;mix-blend-mode:multiply;background:#fefaf1}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__pics,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__pics{order:-1;margin-top:0;margin-bottom:25px;border-radius:18px;overflow:hidden}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-rating,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-rating{display:flex;justify-content:flex-start;align-items:flex-start}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating{display:flex;justify-content:flex-start;align-items:center}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star{display:inline-block!important;width:21px;height:21px;position:relative}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star:before,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star:before{content:"";position:absolute;width:21px;height:21px;background:url(ico-star-off.svg)}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star.jdgm--on:before,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star.jdgm--on:before{background:url(ico-star.svg)}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp{float:none;font-size:clamp(.75rem,.6827rem + .1923vw,.875rem);line-height:clamp(1.375rem,1.3077rem + .1923vw,1.5rem);font-family:var(--font-body-family);font-weight:400;color:rgb(var(--color-black));padding-left:5px}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon{display:none}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__author,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__author{font-size:14px;line-height:24px;font-family:acumin-pro,sans-serif;color:rgb(var(--color-black));font-weight:400}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper{margin-left:0;margin-right:5px}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper .jdgm-rev__buyer-badge,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper .jdgm-rev__buyer-badge{padding:5px 6px}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title{margin-bottom:10px;color:rgb(var(--color-black));font-weight:500}#all-reviews .jdgm-all-reviews-widget .jdgm-shop-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__body p,#all-reviews .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__body p{font-size:clamp(.75rem,.6827rem + .1923vw,.875rem);font-size:clamp(.875rem,.7985rem + .3265vw,1.125rem);line-height:clamp(1.375rem,1.3077rem + .1923vw,1.5rem);font-family:var(--font-body-family);font-weight:400;color:rgb(var(--color-black))}.judgeme-carousel{overflow:hidden}.judgeme-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide{margin-right:30px}.judgeme-carousel .swiper-pagination{position:static;margin:20px;display:none}@media screen and (max-width:989px){.judgeme-carousel .swiper-pagination{display:block}}.judgeme-carousel .swiper-wrapper{display:flex;justify-content:flex-start;align-items:stretch}.judgeme-carousel .swiper-wrapper .swiper-slide{position:relative;width:calc(22.65625vw - 60px);height:auto;border-radius:40px;overflow:hidden;padding:90px 30px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:calc(40vw - 150px)}@media screen and (max-width:989px){.judgeme-carousel .swiper-wrapper .swiper-slide{max-width:400px;padding:66px 20px 30px;width:calc(72.7272727273vw - 40px)}}.judgeme-carousel .swiper-wrapper .swiper-slide .image-container,.judgeme-carousel .swiper-wrapper .swiper-slide .image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.judgeme-carousel .swiper-wrapper .swiper-slide .logo-container{width:100%}.judgeme-carousel .swiper-wrapper .swiper-slide .logo-container img{width:100%;height:auto}.judgeme-carousel .swiper-wrapper .swiper-slide .text{position:relative;margin-bottom:80px;margin-top:30px;min-height:200px;flex-grow:1}@media screen and (max-width:989px){.judgeme-carousel .swiper-wrapper .swiper-slide .text{margin-top:0}}.judgeme-carousel .swiper-wrapper .swiper-slide .author{position:relative;font-family:acumin-pro,sans-serif;font-size:14px;line-height:24px}.judgeme-carousel .swiper-wrapper .swiper-slide .author a{text-decoration:underline;color:inherit}
/*# sourceMappingURL=/cdn/shop/t/15/assets/jdgm-all-reviews-page.css.map */
