.tp-features-4 *{margin:0;padding:0}.tp-features-4 a{color:inherit}.tp-features-4 .tp__flex{display:flex}.tp-features-4 .tp__text-left{text-align:left}.tp-features-4 .tp__text-center{text-align:center}.tp-features-4 .tp__text-right{text-align:right}.tp-features-4 .tp__container{max-width:var(--tp-section-width, 1440px);padding-block:var(--tp-padding-block, 0px 0px);flex-direction:column;justify-content:space-between;margin:0 auto;padding-inline:20px;gap:60px}.tp-features-4 .tp__details{max-width:var(--tp-header-width, 560px);top:var(--tp-header-sticky-top-space, 0px);position:static;align-self:flex-start}.tp-features-4 .tp__heading{color:var(--tp-heading-color, #000000);font-size:var(--tp-heading-size, 50px);font-weight:var(--tp-heading-text-weight, 400);margin-bottom:var(--tp-heading-bottom-space, 28px);line-height:1.2}.tp-features-4 .tp__description{font-size:var(--tp-description-size, 16px);font-weight:var(--tp-description-text-weight, 400)}.tp-features-4 .tp__btn{color:var(--tp-button-color, #000000);font-size:var(--tp-button-text-size, 16px);background-color:var(--tp-button-background-color, #baf67c);border-radius:var(--tp-button-border-radius, 10px);font-weight:var(--tp-button-text-weight, 700);padding:10px 20px;outline:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;margin-top:var(--tp-heading-bottom-space, 28px)}.tp-features-4 .tp__btn--fade:hover{opacity:.8}.tp-features-4 .tp__btn--invert:hover{color:var(--tp-button-background-color);background-color:var(--tp-button-color);border-color:currentColor}.tp-features-4 .tp__features{gap:var(--tp-features-gap, 16px);max-width:100%;flex-wrap:wrap}.tp-features-4 .tp__feature{background-color:var(--tp-feature-background-color, #f1f1f1);padding-block:var(--tp-featured-padding-block, 50px);padding-inline:var(--tp-featured-padding-inline, 50px);border:1px solid var(--tp-feature-border-color, #28282a);border-radius:var(--tp-feature-border-radius, 24px);top:var(--tp-header-sticky-top-space, 0px);position:sticky;width:100%}.tp-features-4 .tp__feature:nth-child(odd){transform:rotate(1.2deg)}.tp-features-4 .tp__feature:nth-child(2n){transform:rotate(-1.2deg)}.tp-features-4 .tp__feature h2{font-size:var(--tp-feature-heading-size, 40px);font-weight:var(--tp-feature-heading-text-weight, 800);color:var(--tp-feature-heading-color, #28282a);margin-bottom:10px}.tp-features-4 .tp__feature p{font-size:var(--tp-feature-description-size, 16px);font-weight:var(--tp-feature-description-text-weight, 400);color:var(--tp-feature-description-color, #28282a);line-height:1.5;margin-bottom:5px}.tp-features-4 .tp__features-icon svg,img{font-size:0;object-fit:contain}.tp-features-4 .tp__feature-link{color:var(--tp-feature-link-text-color, #28282a);font-size:var(--tp-feature-link-text-size, 16px);font-weight:var(--tp-feature-link-text-weight, 700)}@media screen and (min-width:1100px){.tp-features-4 .tp__details{position:var(--tp-header-position, sticky)}.tp-features-4 .tp__features{max-width:var(--tp-features-width, 645px);display:flex;flex-wrap:wrap}}@media screen and (min-width:1024px){.tp-features-4 .tp__container{flex-direction:row}}@media screen and (min-width:767px){.tp-features-4 .tp__container{gap:30px}.tp-features-4 .tp__btn{padding:14px 24px}}.tp-scrolling-gallery{background:var(--tp-background-color);max-width:var(--tp-section-width);margin-inline:auto;overflow:hidden}.tp-scrolling-gallery .tp__gallery{display:flex;padding-block:var(--tp-padding-top) var(--tp-padding-bottom);gap:var(--tp-item-gap, 10px)}.tp-scrolling-gallery .tp__gallery-wrapper{animation:tpGalleryScroll var(--tp-animation-duration, 30s) linear infinite;gap:var(--tp-item-gap, 10px);width:max-content;flex-shrink:0;display:flex}.tp-scrolling-gallery .tp__gallery:hover .tp__gallery-wrapper{animation-play-state:var(--tp-pause-on-hover, running)}@keyframes tpGalleryScroll{0%{transform:translate(0)}to{transform:translate(calc((-100% - var(--tp-item-gap, 10px))))}}.tp-scrolling-gallery .tp__gallery-wrapper{animation-direction:var(--tp-animation-direction, normal)}.tp-scrolling-gallery .tp__gallery-item{width:var(--tp-item-width, 420px);height:var(--tp-item-height, 220px);flex-shrink:0;position:relative;overflow:hidden;cursor:pointer}.tp-scrolling-gallery .tp__gallery-image{width:100%;height:100%;object-fit:cover;border-radius:var(--tp-image-radius, 0px);display:block}.tp-scrolling-gallery .tp__gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:var(--tp-image-radius);pointer-events:none;transition:background-color .3s ease}.tp-scrolling-gallery .tp__gallery-button{font-size:var(--tp-button-text-size);font-weight:var(--tp-button-text-weight);text-align:center;padding:7px 15px;border-radius:18px;background-color:var(--tp-button-background-color);color:var(--tp-button-color);opacity:0;transform:translateY(10px);transition:all .3s ease;pointer-events:auto;text-decoration:none;display:inline-block}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-overlay{background-color:#0006}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-button{opacity:1;transform:translateY(0)}.tp-testimonials-3 *{background:var(--tp-background-color, #FFFFFF);margin:0;padding:0;box-sizing:border-box}.tp-testimonials-3 a{color:inherit}@keyframes appear-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.tp-testimonials-3 .tp__container{padding-block:var(--tp-padding-block, 55px 55px);width:100%;max-width:calc(var(--tp-section-width, 850px) + 40px);margin:0 auto;padding-inline:20px;position:relative;text-align:center}.tp-testimonials-3 .tp__heading{color:var(--tp-heading-color, #000000);font-size:var(--tp-heading-text-size, 40px);font-weight:var(--tp-heading-text-weight, 600)}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized){margin-inline:50px;overflow:visible}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:65px;overflow:hidden}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized) .swiper-button-prev{left:-25px}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized) .swiper-button-next{right:-30px}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(3) .tp__image{transform:scale(1.7)}.tp-testimonials-3 .tp__slider-images:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - 248px)/5)}.tp-testimonials-3 .tp__slider-images.swiper-initialized .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) .tp__image{transition:opacity .5s ease;opacity:.5;max-width:50px;max-height:50px}.tp-testimonials-3 .tp__slider-images .swiper-wrapper{padding-block:var(--tp-image-container-space ,40px 40px);align-items:center}.tp-testimonials-3 .tp__slider-images .swiper-slide-active .tp__image{transition:transform .25s ease;transform:scale(1.7)}.tp-testimonials-3 .tp__slider-images .swiper-slide .tp__image{-webkit-clip-path:url(#tp_testimonial-clip-path);clip-path:url(#tp_testimonial-clip-path)}.tp-testimonials-3 .tp__image{background-color:#f4f4f4;object-fit:cover;max-width:70px;max-height:70px}.tp-testimonials-3 .tp__image-placeholder{max-width:100px}.tp-testimonials-3 .swiper-button-next:after,.swiper-rtl .swiper-button-prev:after,.tp-testimonials-3 .swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:""}.tp-testimonials-3 .tp__content{max-width:850px;margin:0 auto;position:relative}.tp-testimonials-3 .testimonials__details{max-width:720px;width:100%;margin:0 auto;text-align:center}.tp-testimonials-3 .tp__navigation-container{display:flex;justify-content:center;gap:30px;opacity:1;transition:opacity .25s ease}.tp-testimonials-3 .tp__slider-images:hover .tp__navigation-container{opacity:1}.tp-testimonials-3 .swiper-carousel-button{display:flex;width:40px;height:40px;justify-content:center;align-items:center;cursor:pointer}.tp-testimonials-3 .swiper-carousel-button img,.tp-testimonials-3 .swiper-carousel-button svg{max-width:20px;max-height:20px;background-color:transparent}.tp-testimonials-3 .swiper-button-next{transform:rotate(180deg)}.tp-testimonials-3 .tp-testimonials__stars{margin-bottom:var(--tp-space-below-ratings, 10px)}.tp-testimonials-3 .tp__slider-text{transition-timing-function:linear;max-width:720px}.tp-testimonials-3 .tp__slider-text .swiper-slide-active .testimonials__details{animation:appear-up .7s ease}.tp-testimonials-3 .testimonial{color:var(--tp-testimonial-text-color, #212326);font-size:var(--tp-testimonial-text-size, 18px);font-weight:var(--tp-testimonial-text-weight, 400);margin-bottom:var(--tp-space-below-testimonial-text, 15px);line-height:28px}.tp-testimonials-3 .testimonial_author{color:var( --tp-testimonial-author-color, #212326bf);font-size:var(--tp-testimonial-author-text-size, 16px);font-weight:var(--tp-testimonial-author-text-weight, 400);font-style:italic}@media screen and (min-width:768px){.tp-testimonials-3 .swiper-carousel-button{position:absolute;width:16px;height:16px;top:55%;background:transparent;border-radius:0}.tp-testimonials-3 .swiper-carousel-button:hover{background:transparent}.tp-testimonials-3 .swiper-carousel-button img,.tp-testimonials-3 .swiper-carousel-button svg{max-width:16px;max-height:16px}.tp-testimonials-3 .swiper-button-prev{left:20px}.tp-testimonials-3 .swiper-button-next{right:20px}.tp-testimonials-3 .tp__navigation-container{opacity:0}.tp-testimonials-3 .tp__slider-text .swiper-slide-active .testimonials__details{animation-duration:1s}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
