.product-card{height:100%}.product-card .card-image-wrap{margin:0;min-width:0;border:0;box-sizing:border-box;display:flex;height:auto;max-width:100%;overflow:hidden;padding:0;position:relative;width:100%;background-color:var(--card-bg);border-radius:10px}.card-badge{border-radius:4px;position:absolute;top:16px;left:16px;z-index:1;color:var(--black);font-family:var(--paragraph-font);font-size:13px;font-weight:400;line-height:1;padding:5px 8px;background-color:var(--item-bg);text-transform:capitalize;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.product-card .card-image-wrap:before{padding-bottom:100%;content:"";width:0;height:0}.product-card .card-image-wrap .card-img{overflow:hidden;position:absolute;width:100%;height:100%;top:0;bottom:0}.product-card .card-img .main-img{transition:.5s}.product-card .card-img .main-img img{object-fit:cover}.card_hover:hover .card-img .main-img{transform:scale(0);opacity:0;visibility:hidden}.product-card .card-img .hover-img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;transform:scale(1.2);opacity:0;visibility:hidden;transition:.5s}.card_hover:hover .card-img .hover-img{transform:scale(1);opacity:1;visibility:visible}.product-card .card_hover_img{object-fit:cover}.product-card .card-content{margin:16px 0 0;text-align:center}.product-card .card-content .card-price-wrap .latest-price,.product-card .card-content .card-price-wrap .previous-price,.product-card .card-content .card-title{color:var(--paragraph-text-color);font-family:var(--paragraph-font);font-size:14px;font-weight:400;line-height:20px}.product-card .card-content .card-title{transition:.2s;font-weight:500;color:var(--heading-text-color)}.product-card .card-content .card-title:hover{text-decoration:underline}.product-card .card-content .card-price{display:flex;gap:5px}.product-card .card-content .card-price-wrap{display:flex;gap:10px;margin:6px 0 0;justify-content:center;align-items:center}.product-card .card-content .card-price-wrap .previous-price{color:var(--text-muted);text-decoration:line-through}.card-btn{position:absolute;bottom:-100%;left:0;right:0;transition:.5s;display:flex}.card-btn .btn{width:100%}.product-card:hover .card-image-wrap .card-btn{bottom:0}@media only screen and (max-width:767px){.card-btn .btn{padding:10px;font-size:14px}.card-badge{font-size:12px;top:10px;left:10px;padding:4px 5px}}.marquee-slider{--marque_item_gap:40px;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:var(--marque_item_gap)}.marquee__content{flex-shrink:0;display:flex;justify-content:space-around;align-items:center;gap:var(--marque_item_gap);min-width:100%;animation:30s linear infinite scroll}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--marque_item_gap)))}}.marquee__content>*{flex:0 0 auto;text-align:center}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}.marquee-content-item{text-align:center}.marquee-content-item .marquee-content-item-text{color:var(--paragraph-text-color);font-family:var(--heading-font);font-size:14px;font-weight:400;line-height:1;text-transform:uppercase}@media only screen and (max-width:575px){.product-card .card-image-wrap{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.product-card .card-content{margin:10px 0 0}.card-btn .btn{width:100%;padding:10px}.card-badge{font-size:10px}.marquee-slider{--marque_item_gap:20px}}.cta-section{background-image:url(../images/cta-banner.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.cta-content{padding:160px 0;max-width:665px;margin:0 auto;text-align:center}.cta-title{text-transform:capitalize;font-weight:500}.cta-title em{font-style:normal;color:var(--brand-color)}.cta-text{font-size:18px;line-height:28px;max-width:600px;margin:30px auto 0;color:#e9e9ea}.cta-content .btn{margin:30px 0 0;box-shadow:none}.money-back-section{background:radial-gradient(circle at center,#1a1a1a 0,#0d0d0d);color:#fff;text-align:center;padding:80px 20px;border-top:1px solid #494847}.faq-accordion{width:100%;max-width:720px;margin:0 auto}.faq-section{border-image-source:linear-gradient(107deg,#111111 59.97%,rgba(255,255,255,.6) 100%);border-image-slice:1;padding:100px 0}.faq-accordion-item{position:relative;margin:0 0 20px;background:linear-gradient(214.06deg,#fff0 11.58%,#ffffff0d,#fff0 96.25%);border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.faq-accordion-item-border{border:1px solid #636363;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:linear-gradient(169deg,#ffffffb3 5.52%,#fff0 33.55%),linear-gradient(344deg,#ffffffb3 4.26%,#fff0 14.8%);-webkit-mask:linear-gradient(#ffffff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1;opacity:.6}.faq-accordion-item:last-child{margin:0}.faq-accordion-item .item-title-wrapper{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:10px}.faq-accordion-item .item-title-wrapper .icon svg{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.faq-accordion-item.active .item-title-wrapper .icon svg{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.faq-accordion-toggle-btn .icon{margin-bottom:0}.faq-accordion-content-text p{color:var(--text-muted)}.product-details-section{position:relative;overflow:hidden}.product-details-section .section-left-bg{position:absolute;left:0;top:0;z-index:-1}.product-details-section .section-right-bg{position:absolute;right:0;top:0;z-index:-1}.section-heading-wrapper.mobile-section-heading{display:none}.product-details-wrapper{display:flex;align-items:center;gap:50px}.product-details-content{width:66%}.product-details-content .section-heading-wrapper{text-align:left}.product-details-content .section-heading-wrapper .section-heading-text{margin-left:0;max-width:650px}.product-details-list li{padding:20px 0;border-bottom:1px solid var(--border-color2);display:flex;align-items:center;gap:24px}.product-details-list li:first-child{padding-top:0}.product-details-list li:last-child{padding-bottom:0;border-bottom:none}.product-details-title{width:40%;text-transform:capitalize}.product-details-text{width:60%}.product-details-text,.product-details-title{color:var(--text-muted3);font-size:20px;line-height:30px;font-weight:300}.product-details-img{width:34%}@media only screen and (max-width:767px){.faq-accordion-item{padding:26px 14px}.faq-accordion-item .item-title-wrapper .item-title{font-size:18px}.faq-accordion-item .item-title-wrapper .icon svg{width:15px;height:7px}.faq-accordion-item-content{padding:14px 0 0}.section-heading-wrapper.mobile-section-heading{display:block}.product-details-content .section-heading-wrapper{display:none}.product-details-wrapper{gap:50px;flex-direction:column-reverse}.product-details-content{width:100%}.product-details-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;position:relative}.product-details-list:before{position:absolute;content:"";left:50%;top:0;width:1px;height:100%;background-color:var(--border-color2);transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.product-details-list li{align-items:flex-start;gap:20px;flex-direction:column}.product-details-list li:last-child{border-bottom:1px solid var(--border-color2)}.product-details-text,.product-details-title{width:100%}.product-details-section .section-left-bg,.product-details-section .section-right-bg{display:none}}.app-info-section{padding:64px 0}.icon-img-section{position:relative;padding:64px 0;overflow:visible}.icon-img-items{display:grid;grid-template-columns:repeat(3,1fr);gap:52px;align-items:center;position:relative}.icon-img-items-bg{position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:200%;height:150%}.icon-img-items-bg img{width:100%;height:100%;object-fit:contain}.icon-img-item{display:flex;flex-direction:column;gap:58px}.icon-img-inner-item{position:relative;border-radius:16px;padding:20px 20px 37px;background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px);-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}.icon-img-inner-item:before{border-radius:16px}.icon-img-icon{display:flex}.icon-img-item-content{margin:20px 0 0}.icon-img-item-title{text-transform:capitalize}.icon-img-item-text{font-weight:300;margin:20px 0 0}@media only screen and (max-width:767px){.custom-product-gallery{padding:0}.icon-img-items{display:flex!important;flex-direction:column!important;gap:24px!important}.icon-img-item.img-hide{display:flex!important;order:-1!important}.icon-img-item{display:flex!important;flex-direction:column!important;width:100%!important;gap:20px!important}.icon-img-inner-item{width:100%!important;padding:20px!important}.icon-img-item-img{max-height:637px;object-fit:contain}.icon-img-items-bg{top:20%}.icon-img-item-title{font-size:18px}.icon-img-item-text{margin:14px 0 0}}.product-feature-table-area{padding:100px 50px;background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);border:1px solid;border-image-source:linear-gradient(119.32deg,#FFFFFF -5.64%,rgba(255,255,255,0) 24.05%),linear-gradient(294.85deg,#FFFFFF -4.68%,rgba(255,255,255,0) 19.82%);-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.product-feature-table{width:100%}.product-feature-table tr td:first-child,.product-feature-table tr th:first-child{width:20%}.product-feature-table tr td:nth-child(2),.product-feature-table tr th:nth-child(2){width:30%}.product-feature-table tr td:last-child,.product-feature-table tr th:last-child{width:50%}.product-feature-table td,.product-feature-table th{border-bottom:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);border-image-slice:1;color:var(--white);text-align:left;padding:26px}.product-feature-table tr:last-child td{border-bottom:0}.product-feature-table th{font-size:32px;font-weight:400}.table-heading-text{margin:32px 0 0;text-transform:capitalize}.product-feature-table td{font-size:22px;font-weight:300;color:var(--text-muted3)}.featured_product_section{padding:64px 0;border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2)}.product-feature-box{position:relative;padding:100px 50px;background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.product-feature-box-border{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:.67px;background:linear-gradient(119.32deg,#fff -5.64%,#fff0 24.05%),linear-gradient(294.85deg,#fff -4.68%,#fff0 19.82%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;opacity:.6}.product-feature-wrapper{width:100%;display:flex}.product-feature-items:first-child{width:25%;padding:0 20px 0 0}.product-feature-items:nth-child(2){width:25%;padding:0 60px;border-width:1px;border-style:solid;border-image-source:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);border-image-slice:1}.product-feature-items:last-child{width:50%;padding:0 40px}.product-feature-items:last-child .product-feature-item{padding:60px 0 33px}.product-feature-item{padding:60px 0;border-bottom:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);border-image-slice:1}.product-feature-items .product-feature-item:first-child{padding:0;border-bottom:0}.product-feature-items .product-feature-item:last-child{padding-bottom:0;border-bottom:0}.product-feature-title{margin:32px 0 0;font-size:31px;text-transform:capitalize;font-weight:400}.product-feature-item-text,.product-feature-item-title{font-size:22px;font-weight:300;color:var(--text-muted3)}.product-feature-item-mobile-content{display:none}@media only screen and (max-width:1080px){.product-feature-title{font-size:28px}.product-feature-items:nth-child(2){padding:0 25px}.product-feature-items:first-child{width:28%}.product-feature-items:last-child{width:47%;padding:0 20px}.product-feature-item-text{font-size:20px}}@media only screen and (max-width:992px){.product-feature-items:first-child{width:100%}.product-feature-items:last-child,.product-feature-items:nth-child(2){display:none}.product-feature-title{margin:24px 0 0}.product-feature-item{padding:30px 0}.product-feature-items .product-feature-item:nth-child(2){padding:50px 0 30px}.product-feature-item-title{color:var(--white)}.product-feature-item-mobile-content{display:block;margin:14px 0 0}.product-feature-item-sub-title{color:var(--text-muted3);font-size:20px}.product-feature-item-mobile-content ul{padding:10px 0 0 30px}.product-feature-item-mobile-content ul li{margin:0 0 10px;list-style-type:disc;color:var(--text-muted3)}.product-feature-item-mobile-content ul li p{font-size:20px;font-weight:300;color:var(--text-muted3);text-transform:capitalize}}.how-it-works-wrapper{position:relative;height:624px;max-width:1300px;margin:0 auto}.how-it-works-items{position:relative;width:100%;height:100%}.how-it-works-line{position:absolute;top:0;left:50%;width:2px;height:calc(100% - 12px);background-color:var(--border-color);transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.how-it-works-line:before{position:absolute;content:"";z-index:1;bottom:-12px;left:50%;width:12px;height:12px;background-color:var(--border-color);border-radius:50px;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.how-it-works-item{display:flex;justify-content:center;gap:70px;position:absolute}.how-it-works-item:first-child{top:0;right:414px}.how-it-works-item:nth-child(2){top:48%;right:78px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.how-it-works-item:last-child{bottom:5%;left:78px}.how-it-works-item.item-reverse{flex-direction:row-reverse}.how-it-works-item.text-align-right .how-it-works-content{text-align:right}.how-it-works-content{max-width:450px}.how-it-works-content-title{text-transform:capitalize}.how-it-works-content-text{font-size:17px;color:var(--text-muted2);margin:24px 0 0}.how-it-works-icon{min-width:104px;max-width:104px;height:104px;display:flex;align-items:center;justify-content:center;border:.77px solid;border-image-source:linear-gradient(113.18deg,rgba(255,255,255,.5) -5.09%,rgba(255,255,255,0) 55.69%),linear-gradient(287.9deg,rgba(255,255,255,.5) -6.1%,rgba(255,255,255,0) 19.35%);background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);-webkit-backdrop-filter:blur(13.472185134887695px);backdrop-filter:blur(13.472185134887695px);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.how-it-works-number h2{font-weight:700;font-size:100px;background:linear-gradient(180deg,#fff 0,#111);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;opacity:.2}@media only screen and (max-width:1340px){.how-it-works-wrapper{max-width:1040px}.how-it-works-item{gap:35px}.how-it-works-item:first-child{right:320px}.how-it-works-item:nth-child(2){right:-17px}.how-it-works-item:last-child{left:-18px}}@media only screen and (max-width:1100px){.how-it-works-wrapper{max-width:953px}.how-it-works-item{gap:35px}.how-it-works-item:first-child{right:274px}.how-it-works-item:nth-child(2){right:0;left:266px}.how-it-works-item:last-child{left:0;right:262px}}@media only screen and (max-width:992px){.how-it-works-line{left:50px;transform:translate(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.how-it-works-items{display:flex;flex-direction:column;gap:70px;justify-content:space-between}.how-it-works-item,.how-it-works-item:first-child{right:auto;left:0}.how-it-works-icon{position:absolute;left:0;top:0}.how-it-works-content{max-width:100%;margin:130px 0 0 134px;text-align:left}.how-it-works-item.text-align-right .how-it-works-content{text-align:left}.how-it-works-number{position:absolute;left:134px;top:0}.how-it-works-content-text{margin:10px 0 0}.how-it-works-item:nth-child(2){right:auto;left:0}.how-it-works-item:last-child{left:0;right:auto;bottom:0}.how-it-works-section .section-btn{margin:50px 0 0}}@media only screen and (max-width:575px){.product-feature-box{padding:80px 20px 40px}.featured_product_section{padding:32px 0!important}.how-it-works-wrapper{height:510px;margin-top:40px}.how-it-works-line{left:20px}.how-it-works-icon{max-width:40px;min-width:40px;height:40px}.how-it-works-icon svg{max-width:21px;max-height:21px}.how-it-works-number{left:60px}.how-it-works-number h2{font-size:40px}.how-it-works-content{margin:50px 0 0 60px}.how-it-works-content-title{text-transform:capitalize;font-size:16px;font-weight:500}.how-it-works-content-text{font-size:13px;line-height:18px}}.product-info-section{border-bottom:1px solid;border-image-source:linear-gradient(107deg,#111111 59.97%,rgba(255,255,255,.6) 100%);border-image-slice:1}.product-info-items{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-info-item{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px);background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);padding:20px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.product-info-item:before{position:absolute;content:"";width:695.2px;height:581.67px;left:-458px;top:12.43px;background:#ff2a2a;opacity:0;filter:blur(152.006px);z-index:2;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.product-info-item:hover:before{opacity:.3}.product-info-item-border{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;padding:.67px;background:linear-gradient(113.18deg,#ffffff80 -5.09%,#fff0 55.69%),linear-gradient(287.9deg,#ffffff80 -6.1%,#fff0 19.35%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.product-info-item:hover .product-info-item-border{background:linear-gradient(113.18deg,#ff2a2a -5.09%,#ff2a2a00 55.69%),linear-gradient(287.9deg,#ff2a2a -6.1%,#ff2a2a00 19.35%)}.product-info-icon{display:flex;justify-content:flex-end}.product-info-content{margin:60px 0 0}.product-info-title{text-transform:capitalize}.product-info-text{margin:20px 0 0;font-weight:300}.chat-section{border-bottom:1px solid;border-image-source:linear-gradient(270deg,#111111 59.97%,rgba(255,255,255,.6) 100%);border-image-slice:1;background-color:#030202}.section.chat-section{padding-bottom:20px}.chat-section .section-heading-wrapper{margin:0}.chat-img.mobile-chat-img{display:none}.chat-section .product-info-items{margin:40px 0 0;display:none;grid-template-columns:repeat(2,1fr);gap:20px}.chat-section .product-info-items .product-info-item{padding:20px 14px}.chat-section .product-info-items .product-info-item .product-info-text{margin:10px 0 0;font-weight:400}.chat-section .product-info-items .product-info-item .product-info-text:nth-child(2){text-transform:capitalize}.chat-section .product-info-items .product-info-item .product-info-text:last-child{font-size:12px;font-weight:300;line-height:16px}@media only screen and (max-width:992px){.product-info-items{grid-template-columns:repeat(2,1fr);gap:20px}.section.chat-section{padding-bottom:80px}}@media only screen and (max-width:767px){.product-info-item{padding:30px 24px}.product-info-items{grid-template-columns:repeat(1,1fr)}.chat-img.desktop-chat-img{display:none}.chat-img.mobile-chat-img{display:block}.chat-section .product-info-items{display:grid}}.chart-section{border-bottom:1px solid;border-image-source:linear-gradient(270deg,#111111 59.97%,rgba(255,255,255,.6) 100%);border-image-slice:1;background-color:#030202;padding:225px 0 20px}.chart-section .section-heading-wrapper{margin:0}.chart-img.mobile-chart-img{display:none}.chart-section .product-info-items{margin:40px 0 0;display:none;grid-template-columns:repeat(2,1fr);gap:20px}.chart-section .product-info-items .product-info-item{padding:20px 14px}.chart-section .product-info-items .product-info-item .product-info-content h3{margin:10px 0 0;font-weight:400;font-size:16px}.chart-section .product-info-items .product-info-item .product-info-content h4{text-transform:capitalize;font-size:16px;margin:10px 0}.chart-section .product-info-items .product-info-item .product-info-content p{font-size:12px;font-weight:300;line-height:16px}@media only screen and (max-width:992px){.chart-section{padding:140px 0 80px}}@media only screen and (max-width:767px){.chart-section{padding:120px 0 80px}.chart-img.desktop-chart-img{display:none}.chart-img.mobile-chart-img{display:block}.chart-section .product-info-items{display:grid}.chart-section .product-info-items .product-info-item:before{opacity:.3;width:491px;height:411px}.chart-section .product-info-items .product-info-item .product-info-item-border{background:linear-gradient(113.18deg,#ff2a2a -5.09%,#ff2a2a00 55.69%),linear-gradient(287.9deg,#ff2a2a -6.1%,#ff2a2a00 19.35%)}}.hero-section{background-color:#000;background-position:left center;background-repeat:no-repeat;background-size:cover}.hero-section .container{height:100%}#shopify-section-template--25634205172026__image_with_text_LrwRmg .image-with-text__text-item.grid__item ul li strong{color:#fff}.image-with-text__text.rte.body p:first-child em:first-child,.image-with-text__text.rte.body p:first-child strong:first-child{color:#f1eded}.hero-content{display:flex;align-items:flex-start;height:100%;padding:64px 0}.hero-content-inner{max-width:850px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.hero-title em{font-style:normal;color:var(--brand-color)}.hero-text{max-width:600px;margin:16px 0 0}.hero-bullet-points{max-width:600px;margin:12px 0 0;padding:0;list-style:none}.hero-bullet-points li{line-height:24px;font-size:16px;color:#f1eded;position:relative;padding-left:20px}.hero-bullet-points li:before{content:"\2022";position:absolute;left:0;color:#f1eded}.hero-content-inner .btn{margin:30px 0 0}.hero-badge{max-width:1299px;margin:0 auto;-webkit-backdrop-filter:blur(70px);backdrop-filter:blur(70px);background:#211b1b;padding:35px 20px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.hero-badge-items{display:flex;align-items:center;justify-content:space-between;gap:32px}.hero-badge-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-badge-item-text{font-size:12px;line-height:120%}@media only screen and (max-width:992px){.hero-content{padding:32px 0}.hero-content-inner{text-align:center}.hero-bullet-points{text-align:left}.hero-content-inner .btn{margin:40px 0 0;box-shadow:0 0 37.67px #ee0004f2}.rich_csrt h2.rich-text__heading.rte,h1.hero-title{font-size:38px!important}}@media only screen and (max-width:767px){.hero-content{padding:24px 0}.hero-content-inner{padding:0 16px}.hero-bullet-points{display:none}.hero-content-inner .formobile,.hero-content-inner .formobile .bg_img_mobile{width:100%}.hero-content-inner .formobile .bg_img_mobile img{width:100%;height:auto;display:block}.hero-badge-items{justify-content:flex-start;overflow-x:auto;width:100%;scrollbar-width:none}.hero-badge-item-text{font-size:14px;text-wrap-mode:nowrap}.rich_csrt h2.rich-text__heading.rte,h1.hero-title{font-size:23px!important;margin-top:0!important}.hero_csrt .hero-badge-items{gap:16px}}@font-face{font-family:SF-Pro;src:url(SFPRODISPLAYLIGHT.woff) format("woff");font-weight:300;font-display:swap}@font-face{font-family:SF-Pro;src:url(SFPRODISPLAYREGULAR.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:SF-Pro;src:url(SFPRODISPLAYMEDIUM.woff) format("woff");font-weight:500;font-display:swap}@font-face{font-family:SF-Pro;src:url(SFPRODISPLAYBOLD.woff) format("woff");font-weight:600;font-display:swap}@font-face{font-family:SF-Pro;src:url(SFPRODISPLAYBOLD.woff) format("woff");font-weight:700;font-display:swap}:root{--black:#000000;--white:#ffffff;--heading-text-color:#fff;--paragraph-text-color:#fff;--brand-color:#FF2A2A;--border-color:rgba(255, 255, 255, .5);--border-color2:#393939;--text-muted:#928B8B;--text-muted2:#c2c2c2;--text-muted3:#ABABAB;--btn-color:#fff;--btn-bg:linear-gradient(180deg, #D31200 3.33%, #391109 82.5%);--body-color:#111111;--heading-font:"SF-Pro",sans-serif;--paragraph-font:"SF-Pro",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden;scroll-behavior:smooth;background-color:var(--body-color);font-family:SF-Pro,sans-serif;transition:2s;-webkit-transition:2s;-moz-transition:2s;-ms-transition:2s;-o-transition:2s}body.active{overflow:hidden;position:fixed;width:100%;touch-action:none}ol,ul{list-style:none}a{text-decoration:none;font-family:var(--paragraph-font);transition:.3s;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-family:var(--heading-font);color:var(--heading-text-color)}h1{font-size:72px;font-weight:700}h2{font-size:38px;font-weight:400}h3{font-size:30px;font-weight:400}h4{font-size:26px;font-weight:400}h5{font-size:22px;font-weight:400}h6{font-size:18px;font-weight:400}p{font-size:16px;font-weight:400;color:var(--paragraph-text-color);font-family:var(--paragraph-font);margin:0;line-height:22px}.container{max-width:1340px;padding:0 20px;margin:0 auto}img{width:100%;height:100%;display:block;object-fit:cover}input,select,textarea{color:var(--paragraph-text-color);font-size:16px;font-weight:400;font-family:var(--paragraph-font);outline:0;border:none;background-color:transparent;cursor:pointer;appearance:none;-moz-appearance:textfield;-webkit-appearance:none}input::placeholder,select::placeholder,textarea::placeholder{color:var(--text-muted)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shopify-section{overflow:hidden}.navbar,.navbar .container,.navbar-wrapper{position:relative;overflow:visible}button{background-color:transparent;outline:0;cursor:pointer;border:none;transition:.3s;color:var(--btn-color)}.btn{font-size:20px;font-weight:500;padding:17px 35px;transition:.3s;font-family:var(--paragraph-font);text-transform:capitalize;text-align:center;display:inline-block;z-index:1;text-decoration:none;cursor:pointer;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;line-height:1}.btn:hover{text-decoration:none}.primary-btn{border:1px solid #fff;background-color:#dcdcdc;font-family:SF-Pro,sans-serif;font-weight:700;font-size:16px;text-align:center;color:#000;padding:12px 24px}.primary-btn:hover{color:var(--brand-color);background:0 0;box-shadow:none}.secondary-btn{color:var(--btn-color);position:relative;overflow:hidden;background:#ffffff29;border:1.26px solid #fffFFF63;box-shadow:0 0 37.67px #ee0004f2}.secondary-btn:hover{color:var(--white);border-color:var(--white);background-color:transparent;box-shadow:none}.section-heading-wrapper{margin-bottom:65px;text-align:center}.section-heading{color:var(--heading-text-color);text-transform:capitalize;font-weight:700;font-size:32px;line-height:120%}.section-heading em{color:var(--brand-color);font-style:normal}.section-heading-text{font-size:22px;color:var(--text-muted);padding:30px 0 0;max-width:820px;margin:0 auto;line-height:32px}.section-btn{display:flex;justify-content:center;margin:60px 0 0}.gradient-border-box{position:relative;border:1px solid transparent;background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%)!important;-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px)}.gradient-border-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.4) 0,transparent 50%,rgba(255,255,255,.1) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:-1}.navbar{background:#000;top:0;left:0;right:0;transition:.3s;width:100%;z-index:999;height:100px;background-color:var(--body-color);border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 70%);border-image-slice:1}.navbar.menu-open{position:static!important;z-index:auto!important;overflow:visible}.navbar .container{height:100%}.navbar-wrapper{display:flex;align-items:center;justify-content:space-between;height:100%}.mobile-menu-btn{display:none}.ham-menu{height:25px;width:25px;position:relative;cursor:pointer;border:none;background:0 0;padding:0;margin:0;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-menu-btn.ham-menu{display:none}.ham-menu span{height:2px;width:100%;background-color:var(--white);border-radius:25px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s}.ham-menu span:first-child{top:25%}.ham-menu span:nth-child(3){top:75%}.ham-menu.active span:first-child{top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.ham-menu.active span:nth-child(2){opacity:0}.ham-menu.active span:nth-child(3){top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.navbar-logo{max-width:154px;display:block}.mobile-menu-close-window-btn{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;width:100vw;width:100dvw;height:100vh;height:100dvh;-webkit-user-select:none;user-select:none;cursor:pointer;display:none;border:none;background:0 0;padding:0;margin:0;-webkit-tap-highlight-color:transparent}.mobile-side-bar-top{display:none}.navbar-bottom{border-top:1px solid var(--border-color)}.nav-links{height:60px;display:flex;align-items:center;justify-content:center;gap:30px}.nav-link{position:relative;height:100%}.nav-link-text{gap:8px;color:var(--white);font-size:16px;font-weight:400;font-family:var(--heading-font);text-transform:capitalize;cursor:pointer;text-decoration:none;height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.nav-link-text-icon{display:flex}.dropdown-nav-link-text .icon svg,.nav-link-text .icon svg{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.dropdown-nav-link-text:hover .icon svg,.nav-link-text:hover .icon svg{transform:rotate(-180deg)}.nav-link:after{content:"";position:absolute;right:0;bottom:10px;width:0;height:2px;background-color:var(--white);z-index:1;transition:.3s}.nav-link:hover:after{left:0;width:100%}.dropdown-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;gap:8px}.sub-menu{position:absolute;right:0;top:130%;padding:20px;opacity:0;visibility:hidden;transition:.3s;width:200px;z-index:2;background-color:var(--body-color)}.dropdown-wrapper:hover .sub-menu{opacity:1;visibility:visible;top:100%}.sub-menu2{position:absolute;right:100%;top:100%;padding:20px;opacity:0;visibility:hidden;transition:.3s;width:200px;z-index:2;background-color:var(--body-color);-webkit-box-shadow:0 0 8px 0 #fff;-moz-box-shadow:0 0 8px 0 #fff;box-shadow:0 0 8px #fff8}.dropdown-wrapper2:hover .sub-menu2{opacity:1;visibility:visible;top:0}.sub-menu ul li,.sub-menu2 ul dropdown-nav-link-text{position:relative}.sub-menu ul li:after,.sub-menu2 ul dropdown-nav-link-text:after{content:"";position:absolute;right:0;bottom:15px;width:0;height:2px;background-color:var(--white);z-index:1;transition:.3s}.sub-menu ul li:hover:after,.sub-menu2 ul dropdown-nav-link-text:hover:after{left:0;width:100%}.sub-menu ul li:last-child a,.sub-menu2 ul li:last-child a{padding:0}.sub-menu ul li:last-child:after,.sub-menu2 ul li:last-child:after{bottom:-5px}.dropdown-nav-link-text,.sub-menu ul li a{font-size:16px;padding:0 0 20px;display:block;color:var(--white);font-weight:400;font-family:var(--heading-font);text-transform:capitalize;cursor:pointer}.dropdown-nav-link-text{display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-icons{display:flex;gap:10px}.nav-icons li a,.nav-icons li span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.3s;cursor:pointer}.nav-icons li a svg,.nav-icons li span svg{transition:.3s}.nav-icons.mabile-nav-icons{display:none}.nav-icon-and-btn{display:flex;align-items:center;gap:24px}.nav-icon-and-btn .nav-icons li a{background-color:var(--white);width:38px;height:38px}.section.footer-section{padding-bottom:0;background:linear-gradient(105.09deg,#fff0 20.99%,#ffffff0d,#fff0 61.54%);-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px);border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);border-image-slice:1}.footer-items{display:flex;gap:40px;justify-content:space-between;padding:0 0 64px}.footer-item{width:fit-content}.footer-logo{max-width:154px;display:block;width:100%}.footer-text{max-width:340px;color:var(--text-muted);margin:20px 0 0}.footer-item .nav-icons{margin:20px 0 0;display:flex;align-items:center;gap:18px}.footer-item .nav-icons li a{position:relative;background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);-webkit-backdrop-filter:blur(17.587284088134766px);backdrop-filter:blur(17.587284088134766px)}.nav-icons li a:hover .icon-links-item-border{background:linear-gradient(113.18deg,#ff2a2a -5.09%,#fff0 55.69%),linear-gradient(287.9deg,#ff2a2a -6.1%,#fff0 19.35%);opacity:1}.icon-links-item-border{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:1px;background:linear-gradient(113.18deg,#ffffff80 -5.09%,#fff0 55.69%),linear-gradient(287.9deg,#ffffff80 -6.1%,#fff0 19.35%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;opacity:.6;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.footer-item-title{font-weight:600;text-transform:capitalize;margin:0 0 20px}.footer-links li{margin:0 0 10px}.footer-links li:last-child{margin:0}.footer-links li a{color:var(--text-muted);font-size:16px;font-weight:400}.footer-links li a:hover{text-decoration:underline}.footer-item:last-child{max-width:423px;width:100%}.footer-newsletter{margin:20px 0 0;width:100%}.footer-newsletter-field{padding:5px;width:100%;background-color:#000;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:space-between;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px}.footer-newsletter-field input{padding:0 10px 0 20px;width:100%;height:100%;outline:0!important;box-shadow:none!important}.footer-newsletter-field .btn{padding:12px 24px;box-shadow:none}.footer-newsletter .footer-newsletter-field button.btn.primary-btn{font-family:Inter!important;font-weight:400;font-style:Regular;font-size:16px;line-height:100%;letter-spacing:0;text-align:center}.copyright{display:flex;align-items:center;justify-content:space-between;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 100%);border-image-slice:1;padding:24px 0}.copyright-text{color:var(--text-muted)}.copyright ul{display:flex;align-items:center;gap:16px}.copyright ul li a{color:var(--text-muted)}.copyright ul li a:hover{text-decoration:underline}.rich-text__text.rte.scroll-trigger.animate--slide-in{position:relative;display:inline-block;text-align:center;z-index:1;color:#fff}.rich-text__text.rte.scroll-trigger.animate--slide-in:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,#ff2a2a05 0,#ff2a2a00 10% 100%);border-radius:50%;-webkit-backdrop-filter:blur(400px);backdrop-filter:blur(400px);z-index:-1;pointer-events:none}@media only screen and (max-width:992px){.section-btn{margin:30px 0 0}.section-heading-wrapper{margin-bottom:35px}.navbar-bottom{border:none}.navbar-logo{height:40px}.nav-link-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;width:100dvw;background-color:#0000004d;height:100vh;height:100dvh;z-index:99999;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate;-webkit-overflow-scrolling:touch;overflow:hidden;margin:0;padding:0}.nav-link-wrapper.active{opacity:1;visibility:visible;pointer-events:auto}.nav-link-wrapper-inner{position:absolute;top:0;left:0;width:340px;background-color:var(--body-color);height:100vh;height:100dvh;z-index:2;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translateX(-100%);transform:translate(-100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-overflow-scrolling:touch;overflow-y:auto}.nav-link-wrapper-inner.active{-webkit-transform:translateX(0);transform:translate(0)}.nav-links{overflow-y:auto;height:calc(100% - 160px);align-items:flex-start;justify-content:flex-start}.nav-link,.nav-link-text{width:100%;height:auto}.sub-menu,.sub-menu2{position:unset;padding:0 0 0 16px;opacity:1;visibility:visible;width:100%;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;box-shadow:none}.sub-menu ul li,.sub-menu2 ul li{padding:0;border-bottom:1px solid var(--border-color)}.dropdown-nav-link-text,.sub-menu ul li a,.sub-menu2 ul li a{padding:15px 0}.sub-menu ul li:first-child a,.sub-menu2 ul li:first-child a{padding-top:0}.sub-menu ul li:last-child a,.sub-menu2 ul li:last-child a{padding:15px 0}.dropdown-wrapper2:after,.sub-menu ul li:after,.sub-menu2 ul li:after{display:none}.dropdown-nav-link-text:hover .icon i,.nav-link-text:hover .icon i{transform:unset}.dropdown-btn1.active .icon i,.dropdown-btn2.active .icon i{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.mobile-menu-close-window-btn{display:block}.mobile-side-bar-top{display:flex;height:74px;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid var(--border-color);flex-direction:row-reverse}.mobile-menu-btn.ham-menu{display:flex}.nav-links{display:flex;gap:0;flex-direction:column;padding:20px}.nav-link-text{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;border-radius:12px}.nav-link-text-icon{display:none}.nav-links ul li span .icon{padding:0;border:none}.nav-link:after{display:none}.nav-icons.desktop-nav-icons{min-width:137px}.nav-icons.desktop-nav-icons ul{justify-content:flex-end}.nav-icons.mabile-nav-icons{display:flex;justify-content:center;padding:16px 0;border-top:1px solid var(--border-color);background-color:var(--body-color);position:absolute;bottom:0;left:0;right:0;width:100%;z-index:1}.mabile-nav-icons.nav-icons li a{background:linear-gradient(132.4deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%);-webkit-backdrop-filter:blur(17.587284088134766px);backdrop-filter:blur(17.587284088134766px)}.nav-icon-and-btn .btn{display:none}.nav-icons li a,.nav-icons li span{width:40px;height:40px}.footer-items{justify-content:flex-start;flex-wrap:wrap}}@media only screen and (max-width:767px){h1{font-size:48px}h2{font-size:28px!important}h3{font-size:24px!important}h6{font-size:19px!important}.btn{font-size:16px;padding:12px 35px}.section-heading-wrapper{margin-bottom:40px}.section-heading-text{font-size:16px;padding:20px 0 0;line-height:24px}.navbar{height:74px}.nav-icon-and-btn{gap:16px}.nav-icons.desktop-nav-icons{min-width:110px}.nav-icons ul{justify-content:flex-end;gap:10px}.nav-icons ul li a,.nav-icons ul li span{width:30px;height:30px}.nav-icons.desktop-nav-icons ul li:nth-child(2){display:none}.mobile-side-bar-top{height:74px}.footer-item{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-text{margin:22px 0 0;max-width:100%}.footer-item:last-child{max-width:100%;width:100%}.copyright{flex-direction:column;gap:20px}.copyright ul li a{color:var(--text-muted);font-size:14px}}.section-glow-left,.section-glow-right{position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;width:auto;height:100%;display:flex;align-items:center}.section-glow-left{left:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.section-glow-right{right:0;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translate(50%)}.section-glow-left img,.section-glow-right img{width:auto;height:100%;max-width:none;display:block;object-fit:contain}.section-glow-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:0;pointer-events:none}.section-glow-center img{width:100%;height:100%;object-fit:cover}.product-info-section{position:relative;background:#121212}.product-info-section:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background:linear-gradient(107deg,#111 59.97%,#fff9)}.peak-card.icon-img-item{gap:0}@media only screen and (max-width:575px){h3{font-size:22px}h6{font-size:18px}body{margin:60px 0 0}.section-heading-wrapper{margin-bottom:20px}.section-heading{font-weight:700}.footer-item:last-child{display:none}#shopify-section-template--24664376344890__icon_item_RW7gYm .section-heading-wrapper{margin-bottom:40px}#shopify-section-template--24664376344890__how_work_TYK3Bd .section-heading-wrapper{text-align:left}.how-it-works-section .section-btn{justify-content:flex-start}.product-feature-item-sub-title{font-weight:300}.product-details-list li:nth-child(2){padding-top:0}.section-template--24664376344890__icon_image_zJk3Ct .icon_img{max-width:246px;margin:0 auto}.how-it-works-items,.how-it-works-line{height:500px}}@media only screen and (min-width:769px){h1.hero-title{max-width:600px}}.ppf-popup{background-color:#000c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;-moz-backdrop-filter:blur(10px)!important;-ms-backdrop-filter:blur(10px)!important;-o-backdrop-filter:blur(10px)!important}.ppf-popup .iframe-holder{margin:auto!important;max-width:600px!important;left:0!important;right:0!important;top:0!important;bottom:0!important;background-color:#111!important}:root{--border-color:rgba(255, 255, 255, .5);--heading-font:"SF-Pro",sans-serif}span.sale-text,span.sale-text strong{font-family:var(--heading-font);font-weight:400;font-style:Regular;font-size:14px;line-height:100%;letter-spacing:0}a.nav-link-text,li.nav-link.for__The.Science .dropdown-wrapper span.nav-link-text.dropdown-btn1,span.nav-link-text.dropdown-btn1{font-family:Open Sans!important;font-size:14px}span.sale-text strong{font-weight:700}.claim-btn{font-family:var(--heading-font);font-weight:860;font-style:Heavy;font-size:14px;line-height:100%;letter-spacing:0}.more_information_vsrt .hero_keywords .hero_keyword-link,.sub-menu.dropdown-sub-menu.dropdown-sub-menu1 ul li a{font-size:14px}.btn_heros a.btn.secondary-btn{box-shadow:0 0 40px #ff0000bf!important;background:linear-gradient(180deg,#000 0,#370001)!important;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0;text-align:center}a.nav-link-text,span.nav-link-text.dropdown-btn1{font-weight:400;font-style:Regular;line-height:100%;letter-spacing:0}.rich_csrt{background:0 0!important}.rich_csrt h2.rich-text__heading.rte,h1.hero-title{line-height:120%;text-transform:capitalize;font-size:40px}h1.hero-title{font-weight:700;letter-spacing:0;margin-top:20px}.hero_rating p,p.hero-text{font-weight:400;font-style:Regular;line-height:160%;letter-spacing:0;color:#e9e9ea}.hero_rating{display:inline-flex;justify-content:flex-start;align-items:center;background:#222;padding:12px 16px;gap:10px;border-radius:12px}.image-with-text__text.rte.body p ul li{padding:10px!important}.image-with-text__text.rte.body ul li{font-weight:200}#shopify-section-template--25634205172026__image_with_text_LrwRmg .image-with-text__text-item.grid__item ul li{list-style:disc;color:#f1eded;padding:6px 0;line-height:24px;font-size:16px!important}div#ImageWithText--template--25634205172026__image_with_text_LrwRmg{padding:0 0 0 60px!important}.hero_rating img{height:12px;width:76px}.hero_rating p{font-size:14px;vertical-align:middle}p.hero-text{font-size:16px}p.hero_tile_csrt{font-style:Regular;color:#999;letter-spacing:0;font-weight:400;line-height:160%;max-width:406px}.hero-content a.btn.secondary-btn img{height:20px;width:20px;margin-left:20px}.hero-content a.btn.secondary-btn{display:inline-flex;text-align:center;border:1px solid #e70000;justify-content:center;font-weight:700!important;transition:.3s}.hero-content a.btn.secondary-btn:hover{background:linear-gradient(180deg,#370001 0,#000)!important;box-shadow:0 0 60px #ff0000b3!important;transform:translateY(-2px)}a.btn.secondary-btn2{width:188px;height:55px;opacity:1;padding:16.83px 30px;gap:12px;border-radius:30.13px;background:#222;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;text-align:center;color:#fff;word-spacing:3px;transition:.3s}.hero-content a.btn.secondary-btn2:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.btn_heros{display:flex;gap:30px}.hero_keywords{margin-top:32px;display:flex;flex-direction:column;gap:3px}.hero_keyword-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:3px 0}.hero_keyword-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero_keyword-icon img,.hero_keyword-icon svg{height:17px;width:17px}.hero_keyword-icon svg path{stroke:#999}.hero_keyword-label{font-style:Regular;color:#999;letter-spacing:0;font-weight:400;font-size:16px;line-height:160%}.hero_keyword-link{color:#999;font-weight:400;line-height:160%;letter-spacing:0;text-decoration:underline;font-size:16px}p.copyright-text,p.hero_tile_csrt{font-size:14px;vertical-align:middle}.hero_csrt{background:#211b1b;width:100%}.rich_csrt h2.rich-text__heading.rte{font-family:var(--heading-font);font-style:bold;letter-spacing:0;text-align:center;font-weight:800}.rich_csrt .rich-text__text p{font-family:var(--heading-font);font-weight:274;font-style:Light;font-size:16px;line-height:160%;letter-spacing:0;text-align:center}.rich_csrt a.button.button--primary{border-radius:30.13px;border:1px solid #fff;background:#dcdcdc!important;font-weight:600;transition:.3s}.rich_csrt a.button.button--primary:hover{box-shadow:0 0 20px #ffffff4d;transform:translateY(-2px)}.csrt h2.title.inline-richtext.h1,h2.image-with-text__heading.inline-richtext.h1{font-weight:700;font-style:Bold;line-height:120%;letter-spacing:0;text-transform:capitalize}.rich_csrt .button[aria-disabled=true]{opacity:1}.csrt .button:after,.rich_csrt .button:after{content:none!important}section#shopify-section-template--25634205172026__rich_text_R6Ymnw{margin-top:50px}div#shopify-section-template--25634205172026__image_with_text_LrwRmg{padding:0}.chart-section,.csrt .multicolumn-card__info,.image-with-text__content{padding-top:0!important}h2.image-with-text__heading.inline-richtext.h1{font-size:30px;text-align:center}.csrt .title-wrapper-with-link{display:block;text-align:center}.btn.primary-btn,.cta-button-wrapper .cta-button{display:inline-flex;text-align:center;cursor:pointer}.csrt h2.title.inline-richtext.h1{font-family:var(--heading-font);font-size:40px;text-align:center}.csrt .title-wrapper-with-link p{color:#928b8b;font-family:var(--heading-font);font-weight:400;font-style:Regular;font-size:16px;line-height:160%;letter-spacing:0;text-align:center;vertical-align:middle}.csrt h3.inline-richtext{font-family:var(--heading-font);font-weight:700;font-style:Bold;font-size:18px;line-height:114.99999999999999%;letter-spacing:-2%;text-transform:capitalize}.csrt .rte p,p.copyright-text{font-weight:400;font-style:Regular;leading-trim:NONE}.csrt .rte p{font-family:var(--heading-font);font-size:16px;line-height:160%;letter-spacing:0;color:#c2c2c2}.pricing,h2.product__title.h1,nav.navbar a.btn.primary-btn{font-family:SF-Pro,sans-serif}.csrt li.multicolumn-list__item{border-radius:24px}body.activescroll{overflow:hidden}.guarantee div{display:flex;justify-content:center;align-items:center;color:#fff}.product-info{border:1px solid #484747;padding:100px 0;display:block;background:#191919}.multicolumn-card-spacing{padding-top:2.5rem}.multicolumn-card__image-wrapper--third-width{width:22%!important}.csrt .multicolumn-card.content-container,.csrt .multicolumn-card.content-container:before{border-radius:24px}.csrt a.button.button--primary{border:1px solid #fff;border-radius:30px;background-color:#dcdcdc;font-weight:700;transition:.3s}.csrt a.button.button--primary:hover{box-shadow:0 0 20px #ffffff4d;transform:translateY(-2px)}.button[aria-disabled=true]{opacity:1!important}span.price-item.price-item--regular{position:relative;padding:10px 20px;font-size:18px;font-weight:700;color:#fff;border-radius:24px;border:0 solid transparent;transition:.5s;box-shadow:0 4px 10px #0003;background:linear-gradient(0deg,#0003 0 100%),linear-gradient(94deg,#fff0 6.64%,#ff000038,#fff0 93.36%);background-clip:padding-box}span.price-item.price-item--regular:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;background:linear-gradient(128deg,#ff2a2a 0,#ff2a2a00 55% 80%,#ff2a2a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:-1}.price-item.price-item--regular:hover{box-shadow:0 6px 20px #ff000080}.cta-button-wrapper .cta-button{align-items:center;justify-content:center;gap:10px;padding:16px 30px;background:linear-gradient(180deg,#960002 0,#000,#380c0d);border:1px solid #e70000;box-shadow:0 0 40px #ff000080;font-family:SF-Pro,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0;border-radius:30px;text-decoration:none;color:#fff;transition:transform .2s,box-shadow .2s}.cta-button-wrapper .cta-button:hover{transform:translateY(-2px);box-shadow:0 0 50px #ff0000b3}.cta-button-wrapper .cta-button img{width:16px;height:auto}p.copyright-text{font-family:SF-Pro,sans-serif;line-height:110%;letter-spacing:0;color:#928b8b!important}h2.product__title.h1,h4.icon-img-item-title{font-style:Bold;line-height:100%;letter-spacing:0;font-weight:700}.btn.primary-btn{background:linear-gradient(180deg,#d31200 3.33%,#391109 82.5%);border-image-source:linear-gradient(180deg,#FF0000 0%,rgba(255,42,42,.2) 100%);border-image-slice:1;width:124px;height:43px;gap:20px;opacity:1;border-radius:999px;padding:12px 24px;border-width:1px;color:#fff;font-size:16px;align-items:center;justify-content:center;border:none!important}section.product__info-container img{height:20px;width:265px}.titleAndPrice{display:flex;justify-content:center;align-items:flex-start;gap:10px;position:relative}h2.product__title.h1{font-size:40px;text-transform:capitalize;color:#fff}.nav-links{gap:24px}.price-item.price-item--regular{background:linear-gradient(94.07deg,#fff0 6.64%,#ff000039,#fff0 93.36%),linear-gradient(0deg,#0003,#0003);border:1px solid #ff2a2a;border-image-slice:1;backdrop-filter:blur(11.7px);-webkit-backdrop-filter:blur(11.7px);padding:8px 16px;border-radius:24px;display:inline-block;color:#fff;font-weight:700}h4.icon-img-item-title{font-size:18px;leading-trim:CAP_HEIGHT}.pricing,p.section-heading-text{font-style:Regular;font-size:16px}p.icon-img-item-text{font-weight:400;font-style:Regular;font-size:16px;line-height:160%;letter-spacing:0}.feature-box{display:flex;border-radius:24px;padding:20px;justify-content:flex-start;align-items:center;opacity:100%}.feature-box:before{border-radius:24px}.containerfeatures{display:grid;grid-template-columns:1fr 1fr;gap:16px}.containerfeatures .icon img,.guarantee div img{height:20px;width:20px}.feature-box .icon{font-size:24px;margin-bottom:0;margin-right:12px}.feature-box .text{color:#fff;font-size:14px;font-weight:400}.product-form__buttons{max-width:100%}.product-form__buttons .button:after,.product-form__buttons .button:before{border-radius:30px;content:none}.review,span.add_vgy{display:flex;justify-content:center;align-items:center}.faq-section{border-image-source:linear-gradient(107deg,#111111 59.97%,rgba(255,255,255,.6) 100%);border-image-slice:1;padding-top:100px}span.add_vgy svg{margin-left:10px}.more_information_vsrt .hero_keyword-item{margin-bottom:4px}.more_information_vsrt .hero_keyword-label{font-size:14px}.product__info-container .product-form{margin:2.5rem 0;margin-bottom:0!important}.red_ligth_icsrt{background:0 0!important}.guarantee{margin-top:20px;font-size:14px;padding:10px 20px 0;border-radius:5px}.guarantee div{margin:0;display:flex;justify-content:center;align-items:center;padding-left:10px}div#shopify-section-template--25634205172026__icon_image_zJk3Ct h2.section-heading{font-size:40px;font-weight:700;line-height:160%;color:#fff}div#shopify-section-template--25634205172026__icon_image_zJk3Ct p.section-heading-text{padding-top:0;color:#928b8b;width:35%;font-weight:400!important}.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media{border:none}.rich-text__blocks.center{position:relative;z-index:3;padding:60px 0}.rich-text__blocks.center>:not(.section-glow-center){position:relative;z-index:3}.rich_csrt .isolate .section-glow-left,.rich_csrt .isolate .section-glow-right{z-index:1}.pricing-info-container{border-radius:10px;margin-top:20px;width:100%;text-align:center;padding-top:0}.pricing{margin:0;font-weight:400;line-height:160%;letter-spacing:0;color:#999;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.product-form__submit,nav.navbar a.btn.primary-btn{font-weight:700;font-style:Bold;text-align:center;letter-spacing:0}a.affirmlink img{object-fit:contain;width:47px;margin:0 0 7px}.more_information_vsrt .hero_keywords{margin-top:0}.pricing .qualify{font-style:italic;color:#999;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:6%;text-underline-offset:25%;text-underline-position:from-font}.features{margin-top:20px}.feature-item{display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-size:14px}.feature-item .icon{font-size:20px;margin-right:10px}.feature-item .feature-text{color:#b0b0b0;font-size:14px}.custom-product-gallery{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:500px;margin:0 auto}.product-form__submit{margin-bottom:1rem;background:#a82729;border-radius:30px;color:#fff;font-size:18px;line-height:100%;transition:.3s}.product-form__submit:hover{background:#7a1d1f;transform:translateY(-2px);box-shadow:0 4px 15px #a8272966}.main-image-wrapper--parent{position:relative;z-index:1;width:100%}.main-image-wrapper{border-radius:24px;overflow:hidden;width:100%;max-width:400px;aspect-ratio:1/1;background-color:#252525;margin:0 auto}.main-image-wrapper--parent .section-glow-center img{width:250%;height:250%;object-fit:cover}.main-image{width:100%;height:100%;transition:opacity .3s ease-in-out;position:relative;z-index:1;object-fit:contain}.csrt ul.multicolumn-list{column-gap:20px!important;flex-wrap:nowrap}.product-thumbnails-carousel{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;justify-content:center;padding:0 10px;-webkit-overflow-scrolling:touch}.product-thumbnails-carousel::-webkit-scrollbar{display:none}.custom-product-gallery{padding:20px;z-index:1}.thumb-item{flex:0 0 auto;height:105px;aspect-ratio:1/1;background-color:#252525;border-radius:12px;overflow:hidden;cursor:pointer;transition:.3s}.thumb-item.active{border-color:#ff2a2a;display:none}.thumb-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.thumb-item:hover img{transform:scale(1.05)}.ekttti .quiz-kit-image-container img,.ekttti picture img{display:block;width:100%;height:100%;object-fit:revert-layer!important;border-radius:inherit;margin:0!important}span.nav-link-text.dropdown-btn1 span.icon{margin-bottom:0!important}nav.navbar a.btn.primary-btn{background:#dcdcdc;color:#000;border:1px solid #fff!important;font-size:16px;line-height:100%}.wavelength-number{font-size:12px}.description_csrt p{color:#e9e9ea;line-height:160%}.wavelength-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;position:relative;z-index:0}.wavelength-grid:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:url(/cdn/shop/files/wavelengths-bg.webp?v=1762981547) center/cover no-repeat;z-index:-1;margin:0 100px}.for_mobile,.formobile,.formobile_csrt,.money_mobile,a.cta-button.for_mobile{display:none}.review p{margin:0!important}.rich_csrt .rich-text__text p{margin-top:20px!important}.custom-slider-section,.peak-performance-section{padding:32px 0!important}.csrt.multicolumn{position:relative;background:#191919!important;padding:40px;border-top:1px solid #474747;border-bottom:1px solid #474747}.pricing-info-container hr{color:#999;border:1px solid #fffFFF33;margin:20px 0!important}p.section-heading-text{font-family:var(--heading-font);font-weight:400;line-height:160%;letter-spacing:0;text-align:center;vertical-align:middle}.icon-img-item img{height:500px;object-fit:contain}.faq-accordion-content-text p{color:#fff!important}.faq-accordion-item{padding:24px!important}.faq-accordion-item .item-title-wrapper .item-title{font-weight:400;-webkit-user-select:none;user-select:none;font-weight:590;font-style:Semibold;font-size:16px!important;line-height:100%;letter-spacing:0;text-transform:capitalize}.faq-accordion-item-content hr{margin:10px 0;border:1px solid #363636}.faq-accordion-item-content{padding:15px 0 0;max-width:100%!important}footer.section.footer-section{padding:64px 10px}.faq-accordion-content-text{padding-top:15px}.product-specs-section,section.section.icon-img-section.section-template--25634205172026__icon_image_zJk3Ct{padding:32px 0!important}.footer-newsletter-field button.btn.primary-btn{font-family:var(--heading-font)!important;border:1px solid red!important}.product-specs-section{background:radial-gradient(circle at center,#111 0,#000)}.trust-images img{height:32px;width:32px;margin-left:-10px}.highlight-card{grid-column:1/-1;background-image:url(/cdn/shop/files/sharper-focus-bg.webp?v=1762986079)!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:left!important;border-radius:16px;padding:24px;position:relative}.highlight-card.gradient-border-box:before{background:linear-gradient(135deg,#f009 0,#ff00004d,#f006)!important}.peak-card.highlight-card{border-radius:24px}.highlight-card p.fordesktop{max-width:640px}@media (max-width:767px){.highlight-card{padding:16px;min-height:auto;grid-column:1/-1}.highlight-card h3{font-size:16px}.highlight-card p{display:none!important}.wavelength-grid{gap:24px!important}}.peak-card,.slide{border-radius:16px!important;position:relative!important}.peak-card:before{border-radius:16px!important}li.multicolumn-list__item.grid__item.scroll-trigger.animate--slide-in{background:#1a1a1a!important!important!important;border-radius:24px!important;position:relative!important;border:1px solid transparent!important;background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,rgba(255,255,255,.4) 0,transparent 50%,rgba(255,255,255,.1) 100%)!important;background-clip:padding-box,border-box!important!important}#shopify-section-template--25634205172026__advertisesection_qKd36W:before{content:"";position:absolute;left:50%;border-radius:50%;pointer-events:none;top:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(255,42,42,.4) 0,rgba(255,42,42,.1) 50%,transparent 100%);filter:blur(150px);z-index:0}.image-with-text__text.rte.body p em,.image-with-text__text.rte.body p strong{color:#fff}.image-with-text__text.rte.body p{line-height:24px!important;color:#f1eded;font-weight:200}.main-image-wrapper,.recovery_csrt,.slider-mobile-gutter,.thumb-item{position:relative;z-index:1}.custom-product-gallery{position:relative}#shopify-section-template--25634205172026__advertisesection_qKd36W{position:relative;overflow:visible}nav.navbar{background:linear-gradient(170deg,#fff0 1.31%,#ffffff0d,#fff0 99.48%),#000;position:relative;width:100%;z-index:999;transition:.3s}nav.navbar.scrolled{position:fixed;top:0;left:0;width:100%;box-shadow:0 4px 10px #0000001a}img.hero_badge{height:36px;object-fit:contain}.multicolumn-card-spacing{margin-bottom:2.5rem}@media (min-width:1600px){.thumb-item{height:117px}}@media (min-width:767px) and (max-width:991px){div#shopify-section-template--25634205172026__icon_image_zJk3Ct p.section-heading-text{width:100%}.csrt ul.multicolumn-list{column-gap:20px!important;flex-wrap:wrap}.thumb-item{height:85px;min-width:85px}.product-thumbnails-carousel{gap:8px;justify-content:flex-start}section#shopify-section-template--25634205172026__rich_text_R6Ymnw{margin-top:40px;background:#000}.highlight-card{min-height:158px!important}.slide{margin:0!important}.specs-wrapper{flex-direction:column;align-items:center;gap:30px;margin-bottom:0!important}.specs-content{flex:1 1 100%;max-width:100%;width:100%}.specs-image{flex:1 1 100%;width:100%}.specs-image img{height:auto!important;max-height:600px;margin-top:0!important}.icon-img-items{display:flex!important;flex-direction:column!important;gap:30px!important}.icon-img-item.img-hide{display:none!important}.icon-img-inner-item,.icon-img-item{width:100%!important}}@media (max-width:768px){div#shopify-section-template--25634205172026__icon_image_zJk3Ct p.section-heading-text{width:100%}.icon-img-items{display:flex!important;flex-direction:column!important;gap:24px!important}.icon-img-item.img-hide{display:flex!important;order:-1!important}.icon-img-item{display:flex!important;flex-direction:column!important;width:100%!important;gap:20px!important}.icon-img-inner-item{width:100%!important;padding:20px!important}.red_ligth_icsrt .page-widths.container{padding:0 16px!important}.red_ligth_icsrt div#ImageWithText--template--25634205172026__image_with_text_LrwRmg{padding-left:0!important}.csrt li.multicolumn-list__item{padding:0!important}.csrt ul.multicolumn-list{column-gap:20px!important;flex-wrap:wrap}#shopify-section-template--25634205172026__advertisesection_qKd36W:before{width:400px;height:400px}.main-image-wrapper:before{width:250px;height:150px}}@media only screen and (max-width:767px){.custom-product-gallery{padding:0 40px}.pricing-info-container.for_mobile,h1.hero-title,p.hero-text{text-align:left}.slide,body{margin:0!important}.hero_keywords,p.hero-text{margin-top:10px}.announcement-content{font-size:14px}.money_desktop,.rich-text__text.rte.scroll-trigger.animate--slide-in,.trust-images img:nth-child(2),.wavelength-grid:before,a.claim-btn,p.fordesktop,p.hero_tile_csrt,p.money_desktop{display:none}.nav-icon-and-btn{flex-direction:row-reverse}.copyright ul,.footer-item:last-child,.nav-icon-and-btn .btn{display:block!important}p.hero-text{font-size:16px!important}.btn_heros,.for_mobile,.formobile,.formobile_csrt,.money_mobile{display:block}.hero-content-inner .btn{margin:20px 0 0}.bt_mone,.btn_heros a,.icon-img-inner-item,.rich-text__wrapper{width:100%!important}.hero-content a.btn{font-size:18px;font-weight:700!important}.hero-content a.btn.secondary-btn{font-weight:700!important;padding:16px 32px!important}a.btn.secondary-btn2.poup{margin:20px 0!important;box-shadow:none!important}.btn_heros .hero-content a.btn.secondary-btn{background:linear-gradient(180deg,#000 0,#370001)!important;border:1px solid #e70000;box-shadow:0 0 40px #ff0000bf;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:398px;height:55px;padding:17px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:.3s;cursor:pointer}.btn_heros .hero-content a.btn.secondary-btn:hover{background:linear-gradient(180deg,#370001 0,#000)!important;box-shadow:0 0 50px red!important;transform:translateY(-2px)}.hero-content a.btn.secondary-btn2:hover{background:#333!important;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d!important}.hero-section{background-image:none!important}.hero_keyword-label{font-size:14px}.hero-content-inner{padding-bottom:10px!important}.container,.csrt li.multicolumn-list__item,.faq-accordion,.money-back-wrapper.page-width,.multicolumn-list:not(.slider),.title-wrapper-with-link.title-wrapper--self-padded-mobile{padding:0!important}.hero-badge-items{display:grid;grid-template-columns:1fr;justify-content:center;display:grid!important;grid-template-columns:1fr!important;justify-content:center!important;justify-items:center!important}p.hero-badge-item-text{text-wrap-mode:wrap!important;text-align:left}.hero-badge-item{text-align:center;justify-content:center!important}.hero-badge{margin:0!important;padding:24px 16px}.hero-badge-items{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;grid-template-columns:none!important;justify-content:center!important;gap:16px!important}.hero-badge-item-text{display:none!important}.navbar-wrapper{padding:10px}section#shopify-section-template--25634205172026__rich_text_R6Ymnw{margin-top:0!important;padding:0}.hero-badge-item:nth-child(3){order:-1}.rich-text__blocks.center{padding:40px 0;border-radius:0}.section-template--25634205172026__rich_text_R6Ymnw-padding{padding-top:0}.rich_csrt h2.rich-text__heading.rte{font-size:32px;font-weight:700!important;text-align:centers}.page-width.slider_csrt,.rich-text__wrapper.rich-text__wrapper--center.page-width{padding:0}a.button.button--primary{font-size:16px!important}.rich_csrt a.button.button--primary{background:#dcdcdc!important;color:#000;border:2px solid #fff!important;transition:.3s}.rich_csrt a.button.button--primary:hover{box-shadow:0 0 20px #ffffff4d!important;transform:translateY(-2px)}.image-with-text__media img{border:1px solid #4e4848;border-radius:15px}.image-with-text__content{padding:10px 0!important}.image-with-text__text-item.grid__item,section.product__info-container{padding-top:20px}h2.image-with-text__heading.inline-richtext.h1{text-align:left;font-size:40px}.image-with-text__text.rte.body p:last-child{background:linear-gradient(94.07deg,#fff0 6.64%,#ff000045,#fff0 93.36%),linear-gradient(0deg,#ff2a2a24,#ff2a2a1a);border:1px solid rgba(255,0,0,.5);border-image-source:linear-gradient(113.18deg,#FF2A2A -5.09%,rgba(255,42,42,0) 55.69%),linear-gradient(287.9deg,#FF2A2A -6.1%,rgba(255,42,42,0) 19.35%);border-image-slice:1;-webkit-backdrop-filter:blur(11.72px);backdrop-filter:blur(11.72px);gap:10px;opacity:1;border-radius:24px;padding:23px;justify-content:center;margin-top:20px!important;font-size:18px}.image-with-text__text.rte.body p:last-child strong{display:inline-block;padding-top:15px;border-image-slice:1;border-radius:16px;font-size:18px;line-height:160%;font-weight:700}section.peak-performance-section{padding:20px 0}.peak-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.peak-card h3{font-size:18px!important;font-weight:600;margin-bottom:0!important;line-height:1.3}.peak-card p.fordesktop,.peak-card p.formobile{display:none!important}.peak-card .read-link{display:inline-block;margin-top:8px;font-size:13px}.wavelength-section h2,section.section.icon-img-section h2.section-heading{font-weight:700;line-height:120%;text-transform:capitalize;text-align:center}.peak-card icon{margin-bottom:25px}section.custom-slider-section{padding:40px 16px;background:#000}.page-width,section.section.icon-img-section .container{padding:0 16px!important}h2.slider-heading{font-size:32px}.peak-card{padding:16px!important;min-height:auto}.peak-card .icon{margin-bottom:12px}.peak-card .icon img{height:32px;width:32px}section.wavelength-section{padding:20px 16px}.csrt h2.title.inline-richtext.h1,.peak-heading,section.panel-comparison-section h2{font-size:32px!important;margin-bottom:16px!important}.wavelength-grid .wavelength-card:first-child{padding-top:30px!important}.wavelength-section h2{font-size:24px!important;margin-bottom:15px;font-weight:700}a.affirem_url{color:#999;font-weight:400;font-style:Regular;text-decoration:underline;letter-spacing:0;font-family:SF-Pro,sans-serif;font-size:16px;margin:0;line-height:160%}.wavelength-section .subheading{margin-bottom:0!important}.slider-dots{margin-bottom:2px}.wavelength-card{padding:0 12px!important}.wavelength-card p.formobile{color:#fff}.csrt .title-wrapper-with-link p,.rich_csrt .formobile_csrt p{margin-top:20px}.multicolumn-card-spacing{padding-top:24px!important}.csrt a.button.button--primary{border:2px solid #fff;transition:.3s}.csrt a.button.button--primary:hover{box-shadow:0 0 20px #ffffff4d!important;transform:translateY(-2px)}.csrt li.multicolumn-list__item{margin:12px 0}.csrt.multicolumn{background:#191919!important;border:none!important}section#shopify-section-template--25634205172026__multicolumn_BK9KGB{background:#191919!important;border-width:1px,0;border-style:solid;border-color:#fff3;margin:40px 0;padding:20px 0}.csrt .multicolumn-card.content-container{background:#121212!important}.panel-comparison-section{padding:20px 16px!important}.for_desktop{display:none!important}.review,a.cta-button.for_mobile{width:100%}.thumb-item{height:80px!important;min-width:80px;flex-shrink:0}.product-thumbnails-carousel{justify-content:flex-start;gap:8px;padding:0 5px}.titleAndPrice{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap!important;justify-content:flex-start!important}.pricing-info-container.for_mobile p.pricing{display:flex;justify-content:flex-start}.containerfeatures,.specs-table tr{display:grid;grid-template-columns:1fr}.specs-table td{padding:4px 8px!important}.specs-table td:first-child{color:#aaa;width:35%;border:none}.feature-box{padding:0}.feature-box.gradient-border-box{border:none!important;background:0 0;background-image:none!important;box-shadow:none}.feature-box.gradient-border-box:before{display:none}.hero_keyword-link{font-size:13px;line-height:160%}.specs-table tr td:nth-child(2){font-size:16px;color:#fff}.page-width.specs-wrapper{flex-direction:column;align-items:center;gap:20px;padding:0 16px!important}.specs-content{flex:1 1 100%;max-width:100%;width:100%}.specs-image{flex:1 1 100%;width:100%;text-align:center}.specs-image img{height:auto!important;max-height:500px;width:100%;object-fit:contain;margin-top:0!important;display:none}.specs-image .section-glow-center img{width:120%;height:120%}section.section.icon-img-section h2.section-heading{font-size:32px;letter-spacing:0}.section-heading-text{font-size:16px;padding:20px 0 0;line-height:160%}.btn-buy,.money-btn{font-size:18px!important}.icon-img-item{display:flex!important;flex-direction:column!important;width:100%!important;gap:12px!important}.icon-img-inner-item{width:100%!important;padding:20px!important}.icon-img-item.img-hide{display:flex!important;order:-1!important}section.section.faq-section{padding:32px 16px!important}.faq-accordion-content-text p{color:#eaeaea}h2.money_mobile{font-size:28px}.money-text p{font-size:16px}.point-box p{font-size:16px!important;color:#fff!important}.point-box{align-items:center!important}section.money-back-section{padding:40px 16px!important}.money-btn{background:#ded4d4!important;color:#000!important;font-weight:600!important;padding:16px 30px!important;border-radius:50px!important;text-decoration:none!important;transition:.3s!important;display:block!important;width:100%!important;text-align:center!important;box-sizing:border-box!important}.money-btn:hover{box-shadow:0 0 20px #ffffff4d!important;transform:translateY(-2px)}.money-btn .arrow{height:20px!important;width:20px!important;display:inline-block!important;margin-left:8px!important}.csrt.multicolumn,.recovery_csrt{padding:40px 16px!important}.red-light-recovery .review p{margin:10px!important}.review img{text-align:center;display:flex;justify-content:center;align-items:center}.red-light-recovery .review{display:block!important;background-color:#222!important;align-items:center!important;justify-content:center!important;padding:5px 12px!important;font-size:14px!important;border-radius:12px!important;margin-bottom:20px!important;color:#e9e9ea!important;font-weight:400!important;text-align:center!important}.red-light-recovery .review img{flex-shrink:0!important;height:12px!important;width:auto!important;display:inline-block!important;vertical-align:middle!important}.recovery_csrt{position:relative!important;overflow:hidden!important}.red-light-recovery{position:relative;background-color:#060403!important;z-index:1!important;padding:40px 24px!important}.red-light-recovery>*{position:relative;z-index:1}.red-light-recovery .content_vsrt p{font-size:18px!important}.btn-buy{border-radius:30px!important;display:block!important;transition:.3s!important}.btn-buy:hover{box-shadow:0 0 20px #ffffff4d!important;transform:translateY(-2px)}div#shopify-section-sections--25634205401402__footer{border:1px solid;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 19.21%,rgba(255,255,255,.5) 46.7%,rgba(255,255,255,0) 74.18%);-webkit-backdrop-filter:blur(11.72485637664795px);backdrop-filter:blur(11.72485637664795px)}footer.section.footer-section{padding:24px 16px!important;display:flex;align-items:center;justify-content:space-between;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);border-image-slice:1}.footer-items{padding:0 0 32px!important}.footer-newsletter-field .btn.primary-btn{border:1px solid red!important}.copyright ul li{margin-bottom:16px;text-align:center}.price.price--large.price--sold-out.price--show-badge{display:flex;justify-content:center;align-items:center;gap:10px}.hero-badge,.hero_csrt{background:#111!important}a.cta-button.for_mobile{display:flex!important}.trust-section p{font-size:14px!important}.product-info{padding:50px 0;border:none}.section-heading-wrapper{position:relative;display:inline-block;z-index:1}.section-heading-wrapper:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%,-50%);width:120%;height:100%;background:linear-gradient(135deg,#ff2a2a,#720000);opacity:.2;filter:blur(50px);z-index:-1;border-radius:20px}section#shopify-section-template--25634205172026__featured_product_ER9QA7{background:#191919}}@media only screen and (max-width:575px){.navbar-logo{width:auto;max-width:100%!important;display:block}a.navbar-logo img{object-fit:contain;width:150px;height:auto}}.shopify-policy__container{max-width:1200px;margin:0 auto;padding:40px 20px}.shopify-policy__title{font-size:2rem!important;font-weight:600!important;line-height:1.3!important;margin-bottom:30px!important;text-transform:none!important;letter-spacing:normal!important}@media only screen and (min-width:750px){.shopify-policy__title{font-size:2.5rem!important}}.shopify-policy__body h1{font-size:1.75rem!important;font-weight:600!important;line-height:1.4!important;margin-top:30px!important;margin-bottom:15px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body h2{font-size:1.5rem!important;font-weight:600!important;line-height:1.4!important;margin-top:25px!important;margin-bottom:12px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body h3{font-size:1.25rem!important;font-weight:600!important;line-height:1.4!important;margin-top:20px!important;margin-bottom:10px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body h4{font-size:1.1rem!important;font-weight:600!important;line-height:1.4!important;margin-top:18px!important;margin-bottom:8px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body h5{font-size:1rem!important;font-weight:600!important;line-height:1.4!important;margin-top:15px!important;margin-bottom:8px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body h6{font-size:.95rem!important;font-weight:600!important;line-height:1.4!important;margin-top:12px!important;margin-bottom:6px!important;text-transform:none!important;letter-spacing:normal!important}.shopify-policy__body p{margin-bottom:15px!important;line-height:1.6!important}.shopify-policy__body ul{margin:15px 0!important;padding-left:30px!important;list-style-type:disc!important}.shopify-policy__body ul li{margin-bottom:8px!important;line-height:1.6!important;list-style-type:disc!important}.shopify-policy__body ul ul{margin-top:8px!important;margin-bottom:8px!important;padding-left:25px!important;list-style-type:circle!important}.shopify-policy__body ul ul ul{list-style-type:square!important}.shopify-policy__body ol{margin:15px 0!important;padding-left:30px!important;list-style-type:decimal!important}.shopify-policy__body ol li{margin-bottom:8px!important;line-height:1.6!important;list-style-type:decimal!important;padding-left:5px!important}.shopify-policy__body ol ol{margin-top:8px!important;margin-bottom:8px!important;padding-left:25px!important;list-style-type:lower-alpha!important}.shopify-policy__body ol ol ol{list-style-type:lower-roman!important}.shopify-policy__body ol ul,.shopify-policy__body ul ol{margin-top:8px!important;margin-bottom:8px!important;padding-left:25px!important}.shopify-policy__body li{margin-bottom:8px!important;line-height:1.6!important}.shopify-policy__body a,.shopify-policy__body a:link,.shopify-policy__body a:visited{color:var(--brand-color)!important;text-decoration:underline!important}.shopify-policy__body a:hover{color:var(--brand-color)!important;text-decoration:underline!important;opacity:.8}.shopify-policy__body a:active{color:var(--brand-color)!important;opacity:.7}@media only screen and (max-width:749px){.shopify-policy__container{padding:30px 15px}.shopify-policy__title{font-size:1.75rem!important}.shopify-policy__body h1{font-size:1.5rem!important}.shopify-policy__body h2{font-size:1.3rem!important}.shopify-policy__body h3{font-size:1.15rem!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme-bundle.css.map */
