@layer components{.site-header{position:absolute;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:6.875rem;padding:0 .625rem;background-color:#fff;border-bottom:1px solid grey}@media(max-width:768px){.site-header{height:5.25rem}}.site-header .logo{display:flex;align-items:center;height:100%;text-decoration:none}.site-header .logo img{height:100%;max-height:65px;width:auto;object-fit:contain;box-sizing:border-box}.site-header .nav{display:flex;align-items:center;gap:.25rem}.site-header .nav .nav-link{padding:.5rem .75rem;font-size:.9375rem;font-weight:700;color:hsl(var(--primary));text-decoration:none;border-radius:.25rem;transition:background-color .15s}.site-header .nav .nav-link:hover{background-color:hsl(var(--secondary))}.site-header .menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.site-header .hamburger{display:flex;flex-direction:column;gap:5px}.site-header .hamburger span{display:block;width:24px;height:2px;background-color:hsl(var(--primary));border-radius:2px;transition:transform .3s,opacity .3s}.site-header .hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header .hamburger.open span:nth-child(2){opacity:0}.site-header .hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:5.25rem;left:0;right:0;background-color:#fff;z-index:40;flex-direction:column;align-items:center;padding:.875rem 1.5rem;border-bottom:1px solid grey}.mobile-menu.open{display:flex}.mobile-menu .mobile-nav-link{display:block;padding:.6rem 0;font-size:1rem;font-weight:700;color:hsl(var(--primary));text-decoration:underline;text-align:center}@media(max-width:768px){.site-header .nav{display:none}.site-header .menu-button{display:block}}}@layer components{.footer{background:#e6e6e6;color:var(--footer-accent, #2e2e2e);font-size:15px}.footer a{color:var(--footer-accent, #2e2e2e);text-decoration:underline}.footer a:hover{opacity:.75;text-decoration:underline}.footer__top{display:grid;grid-template-columns:1fr 1fr 1.1fr 1.85fr;padding:36px 40px 28px}@media(max-width:768px){.footer__top{display:none}}.footer__col{padding:0 28px;border-right:1px solid #919191}.footer__col:first-child{padding-left:0}.footer__col:last-child{border-right:none;padding-right:0}.footer__col-title{display:block;font-size:1em;font-weight:700;color:var(--footer-accent, #2e2e2e);margin-bottom:14px}.footer__col-link{display:block;line-height:1.93;color:var(--footer-accent, #2e2e2e);text-decoration:underline}.footer__logo{margin-bottom:10px}.footer__description{font-size:15px;color:var(--footer-accent, #2e2e2e);margin:2px 0;line-height:1.5}.footer__contact-line{display:block;margin:0;line-height:1.7;color:var(--footer-accent, #2e2e2e)}.footer__contact-line strong{font-weight:600}.footer__contact-line a{color:var(--footer-accent, #2e2e2e);text-decoration:underline}@media(min-width:769px){.footer__contact-line--cancel{margin-bottom:1rem}}.footer__address-list{list-style:disc;padding-left:20px;margin:0}.footer__address-list li{line-height:1.7;margin-bottom:8px}.footer__address-list li:last-child{margin-bottom:0}.footer__address-list li strong{font-weight:600}.footer__mobile-top{display:none;text-align:center;padding:28px 16px 20px}.footer__mobile-top p{margin:0;line-height:1.5;font-size:15px;color:var(--footer-accent, #2e2e2e)}@media(max-width:768px){.footer__mobile-top{display:block}}.footer__accordion-section{background:#fff;border-radius:4px;margin:0 16px 10px;overflow:hidden;border:none}@media(min-width:769px){.footer__accordions{display:none}}.footer__accordion-section button{padding:22px 27px;font-size:1em;font-weight:700;color:var(--footer-accent, #2e2e2e);text-decoration:none}.footer__accordion-content{padding:0 27px 22px}.footer__accordion-content:before{content:"";display:block;width:100%;margin:0 auto 16px;border-top:1px solid var(--footer-accent, #2e2e2e)}.footer__accordion-content a,.footer__accordion-content p{display:block;margin:0;line-height:2.5;color:var(--footer-accent, #2e2e2e);text-decoration:underline}.footer__accordion-content p{text-decoration:none}.footer__accordion-content ul{list-style:disc;padding-left:20px;margin:8px 0 0}.footer__accordion-content ul li{line-height:1.8}.footer__accordion-content ul li strong{font-weight:600}.footer__bar{display:flex;justify-content:space-between;align-items:center;padding:10px 40px}@media(max-width:768px){.footer__bar{display:none}}.footer__social{display:flex;align-items:center;gap:8px}.footer__social a{text-decoration:none}.footer__social-mobile{display:none;justify-content:center;padding:0 16px 24px}@media(max-width:768px){.footer__social-mobile{display:flex}}.footer__delivery{display:flex;align-items:center;gap:8px;flex-shrink:0}.footer__delivery-mobile{display:none;padding:14px 16px}@media(max-width:768px){.footer__delivery-mobile{display:block}}.footer__delivery-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--footer-accent, #2e2e2e);border-radius:5px;padding:8px 14px;text-decoration:none}.footer__delivery-btn img,.footer__delivery-btn svg{height:20px;width:auto;display:block}.footer__delivery-btn:hover{opacity:.85}.footer__bottom{border-top:1px solid var(--footer-accent, #2e2e2e);padding:18px 40px;text-align:center}@media(max-width:768px){.footer__bottom{padding:16px}}.footer__copyright{font-size:12px;color:var(--footer-accent, #2e2e2e);line-height:1.5}.footer__copyright a{color:var(--footer-accent, #2e2e2e);font-weight:600;text-decoration:underline}}.footer__accordion-section{border-bottom:none}@layer components{.hero-section{--header-height: 6.875rem;position:relative;width:100%;overflow:hidden;height:calc(100svh - var(--header-height));margin-top:var(--header-height)}.hero-section picture{position:relative;display:block;width:100%;height:100%}.hero-section .banner-image{width:100%;height:100%;display:block;object-fit:cover}.hero-section .hero-content{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;background:linear-gradient(transparent,#00000080);color:#fff;text-align:center}.hero-section .hero-content .hero-title{font-size:9vw;font-weight:700;line-height:1.2;text-shadow:.7px .7px #000;margin-bottom:.625rem;color:#fff}.hero-section .hero-content .hero-subtitle{font-size:7vw;font-weight:400;text-shadow:.7px .7px #000;margin-bottom:1rem}.hero-section .hero-content .hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9375rem 2rem;font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff;background-color:hsl(var(--cta-color));border:none;border-radius:4px;cursor:pointer;transition:background-color .15s;margin-top:1.25rem;margin-bottom:1.875rem}.hero-section .hero-content .hero-cta:hover{background-color:hsl(var(--cta-color) / .85)}@media(max-width:768px){.hero-section{--header-height: 5.25rem}}@media(min-width:448px){.hero-section .hero-content .hero-title{font-size:3.125rem}.hero-section .hero-content .hero-subtitle{font-size:2.375rem}}@media(min-width:768px){.hero-section .hero-content .hero-title{font-size:4.5rem}.hero-section .hero-content .hero-subtitle{font-size:3.375rem}.hero-section .hero-content{padding:3rem 5rem;text-align:left;bottom:auto;top:50%;transform:translateY(-50%);max-width:50rem;background:none}.hero-section .hero-content .hero-cta{min-width:18rem}.hero-section--centered .hero-content{padding:3rem 2rem;text-align:center;bottom:0;top:auto;transform:none;max-width:100%;background:linear-gradient(transparent,#00000080)}.hero-section--centered .hero-content .hero-cta{min-width:auto}}}@layer components{.product-section{padding:1rem .5rem;display:flex;flex-direction:row}.product-section .image-and-title{display:flex;justify-content:center;flex-direction:row;flex:1;gap:1rem}.product-section .image-and-title .image-container{display:flex;align-items:center;justify-content:center;position:relative}.product-section .image-and-title .image-container .image{object-fit:contain;width:100%;height:auto;min-height:20rem;max-height:32rem}.product-section .image-and-title .title{color:hsl(var(--foreground));font-size:28px;align-self:center;font-weight:400;margin-block-end:0;margin-block-start:0;margin-top:1rem;line-height:1.2}.product-section .image-and-title .title b{font-weight:700}.product-section .image-and-title .title span{display:block;width:10rem}.product-section .form-container{min-width:24rem;flex:1}@media(min-width:1024px){.product-section .image-and-title{flex-direction:column;width:100%}.product-section .image-and-title .image-container{margin:0 auto}.product-section .image-and-title .title span{display:inline}}@media(max-width:1023px){.product-section{flex-direction:column}.product-section .image-and-title{margin-bottom:3rem}.product-section .image-and-title .image-container .image{max-height:28rem}.product-section .image-and-title .title{font-size:5vw}.product-section .form-container{min-width:auto;width:100%}}@media(max-width:768px){.product-section{flex-direction:column;padding-left:0;padding-right:0}.product-section .image-and-title{display:none}.product-section .form-container{min-width:0;width:100%}}}@layer components{.trust-section{background-color:hsl(var(--primary));color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:.625rem;padding-bottom:.625rem}.trust-section .trust-item{display:flex;align-items:center;gap:1rem;flex:1 1;max-width:30rem;padding:1rem 1rem 0;width:100%}.trust-section .trust-item .icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:5rem;height:5rem}.trust-section .trust-item .icon img{max-height:100%;min-height:100%;width:auto;object-fit:contain}.trust-section .trust-item .content{display:flex;flex-direction:column;justify-content:center;width:80%}.trust-section .trust-item .content h6{font-size:1.4rem;font-weight:700;margin:0;padding:0}.trust-section .trust-item .content p{font-size:1.25rem;margin-top:0;margin-bottom:1rem;margin-right:1rem;line-height:1.5}@media(max-width:768px){.trust-section{flex-direction:column;align-items:center}.trust-section .trust-item{flex:1 1 10rem;max-width:100%}}@media(min-width:1024px){.trust-section .trust-item{flex:1 1 26rem}}@media(min-width:1260px){.trust-section .trust-item{flex:1 1 120px}}}@layer components{.promotion-image-section{display:none;justify-content:center;width:100%;overflow:hidden}.promotion-image-section picture{width:100%}.promotion-image-section .image{width:100%;height:auto;display:block}@media(max-width:1023px){.promotion-image-section{display:flex}}}@layer components{.product-info-section{max-width:35rem;margin:0 auto;padding-top:3rem;padding-bottom:3rem;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:1rem;color:hsl(var(--primary))}.product-info-section>*{width:95%;margin:0 auto}.product-info-section .section-title{font-size:1.5rem;font-weight:700;text-align:center;padding-bottom:1rem;color:hsl(var(--primary))}.product-info-section .image-container{display:contents}.product-info-section .image-container img{max-height:32rem;width:auto;max-width:100%;height:auto}.product-info-section p{font-size:1.2rem;line-height:1.7;text-align:center}.product-info-section .product-info-cta{padding:.9375rem;font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff;background-color:hsl(var(--cta-color));border:none;border-radius:4px;cursor:pointer;transition:background-color .15s;margin-top:1.25rem;margin-bottom:1.25rem}.product-info-section .product-info-cta:hover{background-color:hsl(var(--cta-color) / .85)}@media(max-width:640px){.product-info-section .section-title{font-size:9vw}.product-info-section p{text-align:left}}}@layer components{.features-info-section{padding-top:2.4rem;padding-bottom:2.4rem;background-color:hsl(var(--primary));display:flex;justify-content:center;flex-direction:column;align-items:center}.features-info-section .content{max-width:70rem;width:100%}.features-info-section .content .section-title{font-size:1.5rem;font-weight:700;text-align:center;padding-bottom:1rem;color:#fff}.features-info-section .item-wrapper{display:flex;flex-wrap:wrap;padding:.5rem .5rem 0}.features-info-section .item-container{position:relative;flex:1 1 50%;padding:.5rem}.features-info-section .item-container:last-child{padding-bottom:1rem}.features-info-section .item-container .item{background-color:#fff;color:hsl(var(--foreground));border-radius:.25em;position:relative}.features-info-section .item-container .item .item-closed{height:5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.features-info-section .item-container .item .item-closed .title{width:100%;height:100%;font-size:1.4rem;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;text-align:center;padding:0 2.5rem 0 1rem}.features-info-section .item-container .item .chevron-container{position:absolute;right:0;margin-right:1rem;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center}.features-info-section .item-container .item .chevron-container svg{fill:hsl(var(--primary));width:1.8rem;height:1.8rem;transition:transform .3s}.features-info-section .item-container .item .chevron-container.open svg{transform:rotate(180deg)}.features-info-section .item-container .item .item-expanded{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease-in-out,opacity .3s ease}.features-info-section .item-container .item .item-expanded.active{max-height:100rem;opacity:1}.features-info-section .item-container .item .info{margin:0 1rem 1rem;line-height:1.6}@media(max-width:640px){.features-info-section .content .section-title{font-size:9vw}}@media(max-width:767px){.features-info-section .item-container{flex:1 1 100%}}@media(min-width:768px){.features-info-section .content .section-title{font-size:1.875rem}}}@layer components{.usage-nutrition-container{display:flex;flex-direction:row;justify-content:center;background-color:hsl(var(--primary));color:#fff}.usage-nutrition-container .content-wrapper{display:flex;flex-direction:row;justify-content:center;width:100%;max-width:70rem}.usage-nutrition-container .content-wrapper>*{flex:1}.usage-info-section{padding:1.25rem}.usage-info-section .section-title{font-size:2em;font-weight:700;text-align:left;padding-bottom:0}.usage-info-section .desc{padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.125rem;font-weight:700}.usage-info-section .custom-bullets{list-style-type:none;display:flex;gap:.5rem;flex-direction:column;font-size:1.125rem;padding:0;margin:0}.usage-info-section .custom-bullets li{position:relative;padding-left:2rem}.usage-info-section .custom-bullets li:before{color:#fff;content:"•";font-size:42px;left:0;position:absolute;top:-.5rem}.usage-info-section .cta-wrapper{margin-top:1.56rem}.usage-info-section .usage-cta{width:100%;padding:.9375rem;font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff;background-color:hsl(var(--cta-color));border:none;border-radius:4px;cursor:pointer;transition:background-color .15s}.usage-info-section .usage-cta:hover{background-color:hsl(var(--cta-color) / .85)}.nutrition-section{display:flex;justify-content:center;flex-direction:column;padding:1.25rem}.nutrition-section .section-title{font-size:2em;font-weight:700;padding-bottom:1rem}.nutrition-section .table{margin:1rem 0;border:1px solid #fff;padding:1rem;border-radius:5px;border-collapse:separate;width:100%}.nutrition-section .table .header-row{height:3rem;text-align:left;font-size:1.2rem}.nutrition-section .table .header-row th{font-weight:700;padding-bottom:1rem}.nutrition-section .table .right-col{text-align:left}.nutrition-section .table .dataRow{height:3rem}.nutrition-section .table .dataRow td{padding:5px}.nutrition-section .table .reference{font-size:.8125rem;opacity:.7}@media(max-width:767px){.usage-nutrition-container .content-wrapper{flex-direction:column}.nutrition-section .table .right-col{text-align:right}}}@layer components{.faq-page{--header-height: 6.875rem;min-height:100vh;margin-top:var(--header-height);margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.faq-page .content{display:flex;flex-direction:column;text-align:center;max-width:70rem;width:100%;margin-left:1rem;margin-right:1rem}.faq-page .content .section-title{font-size:2rem;font-weight:700;padding-top:2rem;padding-bottom:.2rem;color:hsl(var(--primary))}.faq-page .content .info{font-size:1.4rem;line-height:1.3;padding-top:1rem;padding-bottom:1.4rem;color:hsl(var(--primary))}.faq-page .item-wrapper{display:flex;gap:1rem;flex-direction:column;margin:0 auto;max-width:60rem;width:100%}.faq-page .item-container{position:relative;border-radius:1.2rem}.faq-page .item-container .item{background-color:hsl(var(--primary));border-radius:1.2rem;position:relative}.faq-page .item-container .item .item-closed{height:6rem;border-radius:1.2rem;display:flex;align-items:center;cursor:pointer}.faq-page .item-container .item .item-closed .title{cursor:pointer;width:100%;height:100%;color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;text-align:left;margin-left:2rem;margin-right:2rem;padding-right:2rem}.faq-page .item-container .item .chevron-container{position:absolute;right:0;margin-right:2rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.faq-page .item-container .item .chevron-container svg{fill:#fff;width:1.5rem;height:1.5rem;transition:transform .3s}.faq-page .item-container .item .chevron-container.open svg{transform:rotate(180deg)}.faq-page .item-container .item .item-expanded{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease-in-out,opacity .3s ease}.faq-page .item-container .item .item-expanded.active{max-height:100rem;opacity:1}.faq-page .item-container .item .item-expanded .answer{font-size:1.2rem;color:#fff;text-align:left;margin-left:2rem;margin-bottom:1rem;width:88%;line-height:1.5}@media(max-width:768px){.faq-page{--header-height: 5.25rem}.faq-page .content .section-title{font-size:1.8rem;padding-top:1.2rem;padding-bottom:.2rem}.faq-page .item-container .item .item-closed .title{text-align:left;width:75%}}@media(max-width:640px){.faq-page .item-wrapper{padding-left:1rem;padding-right:1rem}.faq-page .item-container .item .item-closed .title{margin-left:1rem;font-size:1.2rem}.faq-page .item-container .item .chevron-container{margin-right:1rem}.faq-page .item-container .item .item-expanded .answer{margin-left:1rem}}}@layer components{.about-page{--header-height: 5.25rem;display:flex;align-items:center;flex-direction:column;margin-top:var(--header-height);padding-bottom:.625rem;color:hsl(var(--primary))}.about-page .banner{overflow:hidden;height:40vh;width:100%}.about-page .banner img{width:100%;height:100%;object-fit:cover}.about-page .content{display:flex;flex-direction:column;align-items:center;max-width:65rem;width:100%}.about-page .content .large-title{padding:2rem 2rem 1rem;font-size:2.3rem;font-weight:600;margin-bottom:1rem;text-align:center}.about-page .content .medium-title{padding:0 2rem 2rem;font-size:2rem;font-weight:600}.about-page .content .info{padding:0 2rem;max-width:40rem;line-height:1.5;text-align:center}.about-page .content .info.text-left{text-align:left}.about-page .subinfo-section{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:0 1rem}.about-page .subinfo-item{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:10rem;max-width:18rem}.about-page .subinfo-item .icon-circle{background-color:hsl(var(--primary));border-radius:50%;display:flex;align-items:center;justify-content:center;width:12rem;height:12rem}.about-page .subinfo-item .icon-circle img{height:4.2rem;object-fit:contain}.about-page .subinfo-item .subinfo-text{line-height:1.5;text-align:center}.about-page .section{display:flex;align-items:center;margin-top:1.5rem;width:100%}.about-page .section.column{flex-direction:column}.about-page .section.first{margin-top:4rem;align-items:normal}.about-page .section.reversed{flex-direction:row-reverse}.about-page .section .section-image{width:50%;height:26rem;overflow:hidden}.about-page .section .section-image img{object-fit:cover;width:100%;height:100%}.about-page .section .text-container{width:50%}.about-page .company-logo-container{display:flex;align-items:center;justify-content:center;padding:4rem 0}.about-page .company-logo-container img{width:12rem}@media(max-width:768px){.about-page .section{flex-direction:column;width:100%}.about-page .section.reversed{flex-direction:column}.about-page .section .section-image{width:100%}.about-page .section .text-container{width:100%;padding:0 1rem}.about-page .section .text-container .medium-title,.about-page .section.first{margin-top:2rem}}@media(min-width:769px){.about-page{--header-height: 6.875rem}}}@layer components{.article-card{display:flex;flex-direction:column;overflow:hidden;border:none;box-shadow:none;background:transparent}.article-card-image-container{width:100%;overflow:hidden;border-radius:5px 5px 0 0}.article-card-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.article-card-header{padding:.75rem .5rem 0}.article-card-title-link{text-decoration:none}.article-card-title{font-size:1.5rem;font-weight:700;line-height:1.3;color:hsl(var(--primary));overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0}.article-card-excerpt{padding:0 .5rem;flex:1}.article-card-excerpt-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.95rem;line-height:1.5;color:#333}.article-card-excerpt-text p{margin:0}.article-card-footer{padding:.75rem .5rem;margin-top:auto}.article-card-readmore{display:inline-block;font-size:1rem;font-weight:700;line-height:1.5;color:#fff;text-decoration:none;background-color:hsl(var(--primary));padding:.5rem 1.5rem;border-radius:20px;text-align:center;transition:opacity .2s}.article-card-readmore:hover{opacity:.9;text-decoration:none}@media(min-width:450px){.article-card-readmore{padding:.75rem 2rem;border-radius:40px}}}@layer components{.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;padding:.75rem}@media(max-width:1000px){.article-grid{grid-template-columns:repeat(2,1fr);padding:0 1.25rem}}@media(max-width:768px){.article-grid{grid-template-columns:1fr}}.article-grid-empty{text-align:center;color:#666;padding:2rem 1rem;font-size:1rem}}@layer components{.magazine-page{--header-height: 6.875rem;min-height:100vh;padding-bottom:4rem}.magazine-page:not(.has-banner){margin-top:var(--header-height)}.magazine-banner{width:100%;height:auto;max-height:60vh;display:block;object-fit:cover;margin-top:var(--header-height)}.magazine-title{font-size:2rem;font-weight:700;text-align:center;color:hsl(var(--primary));padding-top:2rem;padding-bottom:1rem;margin:0 1rem}@media(max-width:768px){.magazine-page{--header-height: 5.25rem}.magazine-title{font-size:1.8rem;padding-top:1.2rem}}}@layer components{.legal-page{--header-height: 5.25rem;margin-top:var(--header-height);min-height:calc(100vh - var(--header-height))}@media(min-width:769px){.legal-page{--header-height: 6.875rem}}.legal-content{max-width:700px;margin:0 auto;padding:2rem 1rem 4rem;line-height:1.7;color:#333}.legal-content h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.legal-content h2{font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:hsl(var(--primary))}.legal-content h3{font-size:1.1rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem}.legal-content p{margin-bottom:.75rem}.legal-content a{color:hsl(var(--primary));text-decoration:underline}.legal-content a:hover{text-decoration:none}.legal-content ul{margin-bottom:.75rem;padding-left:1.5rem;list-style:disc}.legal-content li{margin-bottom:.25rem}.legal-content strong{font-weight:700}}@layer components{.signup-wrapper{padding:20px;margin:20px;position:relative;display:grid;grid-template-columns:1fr;box-shadow:4px 4px 21px -7px #00000080}@media(max-width:768px){.signup-wrapper{margin:0;box-shadow:0 4px 21px -7px #00000080}}.signup-wrapper h4{margin-top:40px;line-height:18px;font-size:18px;color:red}.order-form{position:relative;display:grid;grid-template-columns:1fr;row-gap:5px;max-width:100%}.order-form .form-field{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.order-form2{position:relative;display:grid;grid-template:auto / 1fr 1fr 1fr;align-content:center;row-gap:10px}.order-form2 a{color:#00f}.order-form2>.form-field span{color:red}.order-form2 .form-alert,.order-form2 .form-alert span{color:inherit}.order-form2 .form-field{display:flex;flex-direction:column;gap:2px;grid-column:1 / -1}.signup-wrapper input:not([data-input-otp]){height:40px;border:1px solid #ccc;background-color:#fff;padding:0 10px;font-size:15px;width:100%;box-sizing:border-box;border-radius:4px;margin-top:0;transition:border-color .15s}.signup-wrapper input:not([data-input-otp])::placeholder{color:#a7a7a7}.signup-wrapper .form-field>label{font-weight:600;font-size:13px;line-height:1;color:#000;margin-top:6px}.order-form-button{justify-self:center;display:inline-block;width:100%}.order-form-button>button,.order-form>button,.order-form2>button{width:100%;padding:18px;margin-top:2px;font-size:20px;font-weight:700;background-color:hsl(var(--cta-color));border:0;color:#fff;cursor:pointer;grid-column:1 / -1;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;border-radius:4px;height:auto;line-height:normal}.order-form>button:hover,.order-form2>button:hover{background-color:hsl(var(--cta-color));opacity:.9}.order-form>button:disabled,.order-form2>button:disabled{opacity:.5;cursor:not-allowed}.checkbox-label button,.checkbox-label a{background:none;border:none;padding:0;margin:0;box-shadow:none;width:auto;height:auto;color:#00f;text-decoration:underline;cursor:pointer;font-size:inherit;font-weight:inherit;line-height:inherit;display:inline}.checkbox-label button:hover,.checkbox-label a:hover{text-decoration:none;opacity:1;background:none}.signup-error{grid-column:1 / -1;font-size:14px;color:red}.signup-error-text{font-size:14px;color:red}.form-label{margin-bottom:5px}.form-title{font-size:20px;color:#000;margin-top:5px;margin-bottom:5px}.form-subtitle{font-size:16px;color:#000;font-weight:800}.form-subtitle-info{font-size:14px;color:#000;font-weight:400}.signup-smalltext{font-size:12px;color:#000;margin-top:5px;margin-bottom:5px}.signup-smalltext span{color:#000}.confirm-text{grid-column:1 / -1;text-align:left;font-size:12px;margin-top:0;margin-bottom:0;color:#000}.confirm-text-final{font-size:20px;color:#000;margin-top:5px;margin-bottom:5px;width:100%;white-space:nowrap}.form-thanks-title{line-height:20px}.accept-check{display:flex;align-items:flex-start;gap:10px;grid-column:1 / -1}.accept-check>button[role=checkbox]{flex-shrink:0;width:40px;height:40px;min-width:18px;min-height:18px;border:2px solid #888;border-radius:3px;background:#fff;padding:0;margin-top:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:none}.accept-check>button[role=checkbox][data-state=checked]{background-color:hsl(var(--cta-color));border-color:hsl(var(--cta-color));color:#fff}.checkbox-label{font-size:12px;line-height:1.5;color:#333}.checkbox-label label{font-weight:400;font-size:12px;line-height:1.5}.form-bullets{display:flex;flex-direction:column;gap:4px;margin-top:4px;margin-bottom:4px}.form-bullet-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#000}.form-bullet-icon{flex-shrink:0}.form-loading{text-align:center;padding-top:20px;padding-bottom:20px;border:5px dotted var(--grey-dark, #626262);border-radius:10px;position:relative;background-color:var(--grey-light, white)}.field-error{display:flex;align-items:center;gap:4px;font-size:13px;color:hsl(var(--destructive));grid-column:1 / -1;margin-top:2px}.field-error svg{flex-shrink:0}.signup-wrapper input:not([data-input-otp]).input-error{border-color:hsl(var(--destructive));border-width:2px}.accept-check>button[role=checkbox].checkbox-error{border-color:hsl(var(--destructive))}.form-terms-card{grid-column:1 / -1;border:1px solid #e0e0e0;border-radius:6px;padding:14px 16px;margin-top:4px;background-color:#fafafa;cursor:pointer;transition:border-color .15s}.form-terms-card:hover{border-color:#bbb}.form-terms-text{font-size:11px;line-height:1.5;color:#666;margin:10px 0 0}.form-terms-text strong{color:#222}.form-terms-card .accept-check{grid-column:unset}.form-subbutton{font-size:12px;color:#000;margin-top:8px;margin-bottom:0}.form-subbutton a{color:#0070c0;text-decoration:underline}.form-alert{grid-column:1 / -1;margin-top:8px}.signup-wrapper input:not([data-input-otp]):focus{outline:none;box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.signup-wrapper input:not([data-input-otp]).input-error:focus{box-shadow:0 0 0 2px hsl(var(--destructive) / .2)}@media(min-width:769px){.signup-wrapper{padding:28px}.order-form{row-gap:8px}.form-title{font-size:24px}.form-subtitle{font-size:18px}.form-subtitle-info,.form-bullet-item{font-size:16px}.signup-wrapper .form-field>label{font-size:15px}.signup-wrapper input:not([data-input-otp]){height:46px;font-size:16px}.confirm-text{font-size:14px}}@keyframes form-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-spinner{animation:form-spin .8s linear infinite;margin:0 auto}.order-form .phone-wrapper{display:flex;flex-direction:row;width:100%}.order-form .phone-wrapper input{flex-grow:1}.phone-input-wrap{position:relative}.phone-input-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.price-badge{width:74px;height:74px;border-radius:50%;background-color:hsl(var(--cta-color));color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:700;line-height:1.2;padding:6px;box-shadow:0 2px 8px #0003}.price-badge-multiline{flex-direction:column;gap:2px}.price-badge-line{display:block;line-height:1.1}.price-badge-line:last-child{font-size:1rem}.form-bullet-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;flex-shrink:0;border-radius:50%;background-color:hsl(var(--cta-color))}.order-form>.price-badge,.order-form2>.price-badge{position:absolute;top:-10px;right:-10px;z-index:1}.form-mobile-product{display:none;position:relative;justify-content:center;align-items:center;margin-top:8px;margin-bottom:4px}.form-mobile-product-img{max-width:160px;height:auto}.form-mobile-product .price-badge{position:absolute;top:-5px;right:10px}@media(min-width:769px){.price-badge{width:90px;height:90px;font-size:13px;padding:8px}}@media(max-width:768px){.form-mobile-product{display:flex}.order-form>.price-badge{display:none}}}@layer components{.consent-overlay{position:fixed;inset:0;background:#00000061;display:flex;align-items:center;justify-content:center;z-index:9999}.consent-card{background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000038;width:90vw}.consent-banner{max-width:360px;padding:24px 24px 20px}.consent-banner__title{font-size:15px;font-weight:700;color:#111;margin:0 0 8px}.consent-banner__desc{font-size:12px;color:#555;line-height:1.6;margin:0 0 18px}.consent-banner__desc a{color:hsl(var(--primary));text-decoration:underline}.consent-banner__buttons{display:flex;gap:8px}.consent-banner__manage{display:block;width:100%;margin-top:9px;background:none;border:none;color:#aaa;font-size:12px;cursor:pointer;text-align:center;text-decoration:underline;padding:0}.consent-banner__manage:hover{color:#777}.consent-btn{flex:1;border:none;border-radius:7px;padding:10px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s}.consent-btn:hover{opacity:.85}.consent-btn--primary{background:hsl(var(--primary));color:#fff}.consent-btn--neutral{background:#f0f0f0;color:#333}.consent-modal{max-width:380px;padding:22px 24px 20px;max-height:85vh;overflow-y:auto}.consent-modal__title{font-size:15px;font-weight:700;color:#111;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.consent-category{border-bottom:1px solid #f5f5f5}.consent-category:last-of-type{border-bottom:none}.consent-category__row{display:flex;align-items:center;gap:10px;padding:11px 0}.consent-category__header{flex:1;display:flex;align-items:center;gap:0;cursor:pointer;background:none;border:none;text-align:left;padding:0}.consent-category__header:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:4px}.consent-category__name{font-size:12px;font-weight:600;color:#111}.consent-category__count{font-size:10px;color:#bbb;background:#f5f5f5;border-radius:10px;padding:1px 6px;margin-left:6px}.consent-category__arrow{font-size:10px;color:#ccc;transition:transform .2s;margin-left:6px;pointer-events:none}.consent-category--open .consent-category__arrow{transform:rotate(180deg)}.consent-cookie-list{display:none;padding-bottom:10px}.consent-category--open .consent-cookie-list{display:block}.consent-cookie-item{background:#fafafa;border-radius:8px;padding:9px 11px;margin-bottom:6px;font-size:11px}.consent-cookie-item__name{font-weight:600;color:#222;margin-bottom:4px}.consent-cookie-item__meta{display:flex;flex-wrap:wrap;gap:8px;color:#999}.consent-cookie-item__meta strong{color:#666}.consent-toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer;background:none;border:none;padding:0}.consent-toggle__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.consent-toggle__track{width:36px;height:21px;border-radius:11px;background:#e0e0e0;position:relative;transition:background .2s;pointer-events:none}.consent-toggle__track:after{content:"";position:absolute;width:17px;height:17px;background:#fff;border-radius:50%;top:2px;left:2px;box-shadow:0 1px 3px #0000002e;transition:transform .2s}[aria-checked=true] .consent-toggle__track{background:hsl(var(--primary))}[aria-checked=true] .consent-toggle__track:after{transform:translate(15px)}[aria-disabled=true].consent-toggle{cursor:not-allowed}[aria-disabled=true] .consent-toggle__track{opacity:.35}@media(min-width:640px){.consent-banner__title,.consent-modal__title{font-size:17px}.consent-banner__desc,.consent-btn,.consent-banner__manage{font-size:14px}.consent-category__name{font-size:13px}.consent-category__count,.consent-category__arrow{font-size:11px}.consent-cookie-item{font-size:12px}}.consent-modal__actions{display:flex;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #f0f0f0}.consent-modal__actions .consent-btn{padding:9px}}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
