:root{--lp-cv-logo-font: "Cormorant Garamond", "Bodoni MT", "Didot", "Times New Roman", serif;--lp-cv-primary: hsl(199, 100%, 36%);--lp-cv-primary-dark: hsl(239, 92%, 19%);--lp-cv-primary-light: hsl(189, 100%, 42%);--lp-cv-bg: hsl(191, 75%, 95%);--lp-cv-bg-alt: hsl(189, 72%, 85%);--lp-cv-bg-card: hsl(0, 0%, 100%);--lp-cv-accent: hsl(189, 100%, 42%);--lp-cv-accent-highlight: hsl(189, 72%, 75%);--lp-cv-accent-green: hsl(145, 63%, 38%);--lp-cv-accent-gold: hsl(199, 80%, 50%);--lp-cv-warning: hsl(199, 100%, 36%);--lp-cv-text-dark: hsl(239, 92%, 19%);--lp-cv-text-gray: hsl(210, 12%, 35%);--lp-cv-text-light: hsl(0, 0%, 100%);--lp-cv-border: hsl(191, 60%, 88%);--lp-cv-container-max: 1280px;--lp-cv-container-padding: 1rem;--lp-cv-font-family: "DM Sans", system-ui, -apple-system, sans-serif}.lp-cv-page{font-family:var(--lp-cv-font-family);background-color:var(--lp-cv-bg);color:var(--lp-cv-text-dark);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp-cv-page *,.lp-cv-page *:before,.lp-cv-page *:after{box-sizing:border-box}.lp-cv-container{max-width:var(--lp-cv-container-max);margin:0 auto;padding:0 var(--lp-cv-container-padding)}.lp-cv-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-cv-hidden-mobile{display:none}.lp-cv-hidden-desktop{display:block}@media (min-width: 768px){.lp-cv-hidden-mobile{display:block}.lp-cv-hidden-desktop{display:none}}.lp-cv-header{position:relative;z-index:50;background-color:var(--lp-cv-bg);transition:all .3s ease}@media (min-width: 768px){.lp-cv-header{position:relative}}.lp-cv-ticker{background-color:var(--lp-cv-primary);overflow:hidden}.lp-cv-ticker__wrapper{display:flex}.lp-cv-ticker__content{display:flex;flex-shrink:0;white-space:nowrap;padding:.625rem 0;animation:lp-cv-scroll-left 22s linear infinite}.lp-cv-ticker__text{color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:0 2rem}@media (min-width: 768px){.lp-cv-ticker__text{font-size:1rem}}@keyframes lp-cv-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-cv-nav{max-width:var(--lp-cv-container-max);margin:0 auto;padding:.375rem 1rem;display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px){.lp-cv-nav{padding:.5rem 1.5rem}}.lp-cv-nav__menu-btn{display:flex;align-items:center;justify-content:center;min-height:36px;min-width:36px;background:none;border:none;color:var(--lp-cv-text-dark);cursor:pointer;padding:0}@media (min-width: 768px){.lp-cv-nav__menu-btn{display:none}}.lp-cv-nav__menu-btn svg{width:22px;height:22px}.lp-cv-logo{font-family:var(--lp-cv-logo-font);font-size:1.35rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center}@media (min-width: 768px){.lp-cv-logo{font-size:1.5rem}}.lp-cv-logo__boni,.lp-cv-logo__belle{color:var(--lp-cv-primary-dark)}.lp-cv-nav__links{display:none;align-items:center;gap:1.75rem}@media (min-width: 768px){.lp-cv-nav__links{display:flex}}.lp-cv-nav__link{color:var(--lp-cv-text-dark);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s ease}.lp-cv-nav__link:hover{color:var(--lp-cv-primary-dark)}.lp-cv-nav__cart{position:relative;display:flex;align-items:center;justify-content:center;min-height:36px;min-width:36px;color:var(--lp-cv-text-dark);text-decoration:none;transition:color .2s ease}.lp-cv-nav__cart:hover{color:var(--lp-cv-primary-dark)}.lp-cv-nav__cart svg{width:22px;height:22px}.lp-cv-nav__cart-badge{position:absolute;top:2px;right:2px;background-color:var(--lp-cv-primary-dark);color:#fff;font-size:.65rem;font-weight:700;border-radius:9999px;height:16px;width:16px;display:flex;align-items:center;justify-content:center}.lp-cv-mobile-menu{display:none;background-color:var(--lp-cv-bg);border-top:1px solid var(--lp-cv-border)}.lp-cv-mobile-menu--open{display:block}@media (min-width: 768px){.lp-cv-mobile-menu{display:none!important}}.lp-cv-mobile-menu__inner{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.lp-cv-mobile-menu__link{color:var(--lp-cv-text-dark);text-decoration:none;padding:1rem 0;font-size:1.25rem;font-weight:600;transition:color .2s ease}.lp-cv-mobile-menu__link:hover{color:var(--lp-cv-primary-dark)}.lp-cv-hero{background-color:#fff;padding:.5rem 1rem 1rem}@media (min-width: 768px){.lp-cv-hero{padding:3rem 1rem 5rem}}.lp-cv-hero__container{max-width:var(--lp-cv-container-max);margin:0 auto}.lp-cv-hero__mobile{text-align:left}@media (min-width: 768px){.lp-cv-hero__mobile{display:none}}.lp-cv-hero__desktop{display:none}@media (min-width: 768px){.lp-cv-hero__desktop{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.lp-cv-hero__content{min-width:0;overflow:hidden}.lp-cv-hero__image{min-width:0;position:sticky;top:2rem;will-change:transform}}.lp-cv-hero__eyebrow{display:inline-block;background-color:#00b4d84d;color:var(--lp-cv-text-dark);font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:9999px;margin-bottom:.5rem}@media (min-width: 768px){.lp-cv-hero__eyebrow{background-color:#00b4d833;color:var(--lp-cv-primary);margin-bottom:1rem;letter-spacing:.05em}}.lp-cv-hero__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);line-height:1.2;margin:0 0 .5rem}@media (min-width: 768px){.lp-cv-hero__headline{font-size:1.875rem;margin-bottom:1.5rem;text-align:left}}@media (min-width: 1024px){.lp-cv-hero__headline{font-size:2.25rem}}.lp-cv-hero__headline-highlight{color:var(--lp-cv-accent)}.lp-cv-hero__subheadline{color:var(--lp-cv-primary);font-size:1.125rem;font-weight:600;margin:0 0 1rem;max-width:36rem;line-height:1.6}@media (min-width: 768px){.lp-cv-hero__subheadline{font-size:1.25rem;margin-bottom:2rem;text-align:left}}.lp-cv-hero__mobile .lp-cv-hero__subheadline{margin-left:auto;margin-right:auto}.lp-cv-hero__benefits{display:grid;grid-template-columns:repeat(2,auto);gap:.5rem 1.25rem;margin-bottom:1rem;justify-content:center}@media (min-width: 768px){.lp-cv-hero__benefits{justify-content:start;gap:.625rem 1.75rem;margin-bottom:2rem}}.lp-cv-hero__mobile .lp-cv-hero__benefits{justify-content:center}.lp-cv-hero__mobile .lp-cv-hero__reviews{width:fit-content;margin-left:auto;margin-right:auto}.lp-cv-hero__benefit{display:flex;align-items:center;gap:.5rem}.lp-cv-hero__benefit-icon{width:28px;height:28px;border-radius:9999px;background-color:#00b4d826;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-cv-hero__benefit-icon svg{width:14px;height:14px;color:var(--lp-cv-primary-dark)}.lp-cv-hero__benefit-label{color:var(--lp-cv-text-dark);font-size:.8125rem;font-weight:600}@media (min-width: 768px){.lp-cv-hero__benefit-icon{width:40px;height:40px}.lp-cv-hero__benefit-icon svg{width:20px;height:20px}.lp-cv-hero__benefit-label{font-size:1.0625rem}}.lp-cv-hero__tagline{display:none}.lp-cv-hero__reviews{display:inline-flex;align-items:center;justify-content:flex-start;gap:.375rem;margin-bottom:1rem;text-decoration:none;color:var(--lp-cv-text-gray);background-color:#c9eaf580;border:none;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;transition:all .2s ease;cursor:pointer}.lp-cv-hero__reviews:hover{background-color:var(--lp-cv-bg-alt)}@media (min-width: 768px){.lp-cv-hero__reviews{justify-content:flex-start;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:1rem}}.lp-cv-hero__reviews-link{font-weight:600;color:var(--lp-cv-primary);transition:transform .2s ease}.lp-cv-hero__reviews:hover .lp-cv-hero__reviews-link{transform:translate(2px)}.lp-cv-hero__cta{display:inline-block;background-color:var(--lp-cv-primary);color:#fff;font-size:1rem;font-weight:700;padding:1rem 1.5rem;border-radius:.75rem;text-decoration:none;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a;min-height:56px;display:flex;align-items:center;justify-content:center}.lp-cv-hero__cta:hover{background-color:#0090d9e6;transform:scale(1.02)}.lp-cv-hero__mobile .lp-cv-hero__cta{width:100%}@media (min-width: 768px){.lp-cv-hero__cta{font-size:1.25rem;padding:1.5rem 2.5rem;min-height:60px}}.lp-cv-hero__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:.75rem;color:var(--lp-cv-text-gray);font-size:.75rem}@media (min-width: 768px){.lp-cv-hero__trust{justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.875rem}}.lp-cv-hero__tabs-slot-desktop{display:none}@media (min-width: 768px){.lp-cv-hero__tabs-slot-desktop{display:block;margin-top:1.5rem}.lp-cv-hero__tabs-slot-desktop .lp-cv-tabs{background-color:transparent;padding:0}.lp-cv-hero__tabs-slot-desktop .lp-cv-tabs__container{max-width:100%;padding:0}.lp-cv-hero__tabs-slot-desktop .lp-cv-tabs__inner{max-width:100%}.lp-cv-tabs-section .lp-cv-tabs{opacity:0;max-height:0;overflow:hidden}.lp-cv-hero__tabs-slot-desktop .lp-cv-tabs{opacity:1;max-height:none;overflow:visible}}.lp-cv-carousel{position:relative;width:100%;max-width:32rem;margin:0 auto 1rem}@media (min-width: 768px){.lp-cv-carousel{margin-bottom:0}}.lp-cv-carousel__viewport{overflow:hidden;border-radius:1rem}.lp-cv-carousel__container{display:flex;touch-action:pan-y pinch-zoom}.lp-cv-carousel__slide{flex:0 0 100%;min-width:0}.lp-cv-carousel__image{width:100%;aspect-ratio:1;object-fit:contain;background-color:var(--lp-cv-bg-card);border-radius:1rem}.lp-cv-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#ffffffe6;border:none;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.lp-cv-carousel__btn:hover{background-color:#fff}.lp-cv-carousel__btn svg{width:24px;height:24px;color:var(--lp-cv-text-dark)}.lp-cv-carousel__btn--prev{left:8px}.lp-cv-carousel__btn--next{right:8px}.lp-cv-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.lp-cv-carousel__dot{width:10px;height:10px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;cursor:pointer;padding:0;transition:all .2s ease}.lp-cv-carousel__dot:hover{background-color:#00b4d880}.lp-cv-carousel__dot--active{background-color:var(--lp-cv-primary);width:24px}.lp-cv-stamped-badge{display:inline-flex;align-items:center;gap:.25rem}.lp-cv-stamped-badge__stars{display:flex;gap:2px}.lp-cv-stamped-badge__star{width:16px;height:16px;color:#fbbf24}.lp-cv-stamped-badge__count{font-size:.875rem;color:var(--lp-cv-text-gray);margin-left:.25rem}.lp-cv-icon{display:inline-block;vertical-align:middle}.lp-cv-see-action{background-color:#fff;padding:0rem 1rem .75rem}@media (max-width: 767px){.lp-cv-see-action{background-color:var(--lp-cv-bg);padding:.25rem 1rem .75rem}.lp-cv-see-action__headline{margin-top:0}}.lp-cv-see-action__container{max-width:var(--lp-cv-container-max);margin:0 auto}.lp-cv-see-action__headline{text-align:center;font-size:1.25rem;font-weight:800;color:var(--lp-cv-text-dark);margin:0 0 .5rem;line-height:1.2}.lp-cv-see-action__headline-highlight{color:var(--lp-cv-primary)}@media (min-width: 768px){.lp-cv-see-action{padding:3rem 1rem 2.5rem}.lp-cv-see-action__headline{font-size:2.25rem;margin-bottom:2rem}}.lp-cv-see-action__grid{display:flex;gap:.625rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.lp-cv-see-action__grid::-webkit-scrollbar{display:none}.lp-cv-see-action__slider{position:relative}.lp-cv-see-action__arrow{display:none}@media (min-width: 768px){.lp-cv-see-action__grid{gap:1rem;max-width:960px;margin:0 auto}.lp-cv-see-action__arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;border:1px solid rgba(15,31,92,.12);background:#fffffff2;color:var(--lp-cv-primary-dark, #0F1F5C);cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:opacity .2s,box-shadow .2s}.lp-cv-see-action__arrow:hover{box-shadow:0 4px 14px #00000026}.lp-cv-see-action__arrow--left{left:-16px}.lp-cv-see-action__arrow--right{right:-16px}.lp-cv-see-action__arrow--hidden{opacity:0;pointer-events:none}}.lp-cv-see-action__card{position:relative;flex:0 0 36vw;aspect-ratio:9 / 16;max-height:280px;border-radius:.625rem;overflow:hidden;background-color:#000;scroll-snap-align:start;cursor:pointer}@media (min-width: 768px){.lp-cv-see-action__card{flex:0 0 calc((100% - 3rem)/4);max-height:380px}}.lp-cv-see-action__video{width:100%;height:100%;object-fit:cover;display:block}.lp-cv-see-action__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:none;border:none;padding:0;cursor:pointer;opacity:1;transition:opacity .3s ease,transform .2s ease;z-index:2}.lp-cv-see-action__play:hover{transform:translate(-50%,-50%) scale(1.1)}.lp-cv-see-action__play svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.lp-cv-see-action__caption{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:.875rem;font-weight:500;z-index:1}.lp-cv-testimonials{background-color:transparent;padding:.25rem 0 .375rem;overflow:hidden}.lp-cv-testimonials__container{max-width:var(--lp-cv-container-max);margin:0 auto;padding:0 .5rem}.lp-cv-testimonials__carousel{position:relative}.lp-cv-testimonials__viewport{overflow:hidden}.lp-cv-testimonials__track{display:flex;transition:transform .4s ease}.lp-cv-testimonials__slide{flex:0 0 100%;min-width:0;padding:0 .25rem}.lp-cv-testimonials__card{background:var(--lp-cv-bg);border:1px solid var(--lp-cv-border);border-left:3px solid var(--lp-cv-primary);border-radius:.75rem;padding:.75rem .75rem .625rem;text-align:left;box-shadow:0 4px 16px #0f1f5c14}.lp-cv-testimonials__stars{color:#f59e0b;font-size:.625rem;letter-spacing:.05em;line-height:1;margin:.0625rem 0}.lp-cv-testimonials__quote{color:var(--lp-cv-text-dark);font-family:var(--lp-cv-font-family);font-size:.8125rem;line-height:1.45;margin:0 0 .5rem;font-weight:500}.lp-cv-testimonials__footer{display:flex;align-items:center;justify-content:center;gap:.5rem}.lp-cv-testimonials__arrow{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9999px;border:1.5px solid var(--lp-cv-border);background:var(--lp-cv-bg-card);color:var(--lp-cv-primary);cursor:pointer;padding:0;flex-shrink:0;transition:background-color .2s,border-color .2s,color .2s}.lp-cv-testimonials__arrow:hover{background-color:var(--lp-cv-bg);border-color:var(--lp-cv-primary);color:var(--lp-cv-primary-dark)}.lp-cv-testimonials__arrow svg{width:12px;height:12px}.lp-cv-testimonials__avatar{width:32px;height:32px;border-radius:9999px;object-fit:cover;border:2px solid var(--lp-cv-primary-light);box-shadow:0 0 0 2px #0090d926;flex-shrink:0}.lp-cv-testimonials__info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:0}.lp-cv-testimonials__name{color:var(--lp-cv-text-dark);font-family:var(--lp-cv-font-family);font-size:.6875rem;font-weight:700}.lp-cv-testimonials__verified{display:inline-flex;align-items:center;gap:.125rem;color:var(--lp-cv-accent-green);font-size:.5625rem;font-weight:600;letter-spacing:.02em;background:#23955c14;padding:.0625rem .375rem;border-radius:9999px}.lp-cv-testimonials__verified-icon{width:10px;height:10px;color:var(--lp-cv-accent-green)}.lp-cv-hero__testimonials-slot{margin:0}.lp-cv-hero__testimonials-slot-desktop{display:none}@media (min-width: 768px){.lp-cv-hero__testimonials-slot{display:none}.lp-cv-hero__testimonials-slot-desktop{display:block;margin:.75rem 0}.lp-cv-testimonials{padding:.25rem 0}.lp-cv-testimonials__container{max-width:100%;padding:0}.lp-cv-testimonials__card{padding:.875rem 1rem .75rem}.lp-cv-testimonials__stars{font-size:.6875rem}.lp-cv-testimonials__quote{font-size:.875rem;margin-bottom:.625rem}.lp-cv-testimonials__arrow{width:28px;height:28px}.lp-cv-testimonials__arrow svg{width:13px;height:13px}.lp-cv-testimonials__avatar{width:38px;height:38px}.lp-cv-testimonials__name{font-size:.75rem}.lp-cv-testimonials__verified{font-size:.625rem}}.lp-cv-problem{background-color:#fff;padding:2rem 1rem}@media (min-width: 768px){.lp-cv-problem{padding:3rem 1rem}}.lp-cv-problem__container{max-width:56rem;margin:0 auto}.lp-cv-problem__eyebrow{color:var(--lp-cv-primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin:0 0 1rem}@media (min-width: 768px){.lp-cv-problem__eyebrow{font-size:1rem}}.lp-cv-problem__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-problem__headline{font-size:2.25rem;margin-bottom:2rem}}.lp-cv-problem__grid{display:grid;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.lp-cv-problem__grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem}}.lp-cv-problem__image-wrapper{position:relative}.lp-cv-problem__image{width:100%;height:auto;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;object-fit:contain}@media (min-width: 768px){.lp-cv-problem__image{object-fit:cover;height:100%}}.lp-cv-problem__content{display:flex;flex-direction:column;gap:1rem;color:var(--lp-cv-text-gray)}.lp-cv-problem__content p{margin:0;line-height:1.6}.lp-cv-problem__content strong{color:var(--lp-cv-text-dark)}.lp-cv-problem__content-highlight{color:var(--lp-cv-primary-dark);font-weight:600}.lp-cv-problem__cards-wrapper{background-color:var(--lp-cv-bg);border-radius:1rem;padding:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.lp-cv-problem__cards-wrapper{padding:1.5rem;margin-bottom:2.5rem}}.lp-cv-problem__cards-title{font-family:var(--lp-cv-font-family);font-size:1.125rem;font-weight:600;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1.5rem}@media (min-width: 768px){.lp-cv-problem__cards-title{font-size:1.25rem}}.lp-cv-problem__cards{display:grid;gap:1rem}@media (min-width: 640px){.lp-cv-problem__cards{grid-template-columns:1fr 1fr}}.lp-cv-problem__card{display:flex;align-items:center;gap:.75rem;background-color:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.lp-cv-problem__card-icon{background-color:#00b4d833;padding:.5rem;border-radius:.5rem;flex-shrink:0}.lp-cv-problem__card-icon svg{width:20px;height:20px;color:var(--lp-cv-primary)}.lp-cv-problem__card-text{color:var(--lp-cv-text-dark);font-weight:500;font-size:.875rem}@media (min-width: 768px){.lp-cv-problem__card-text{font-size:1rem}}.lp-cv-problem__bandaids{text-align:center;margin-bottom:2.5rem}.lp-cv-problem__bandaids p{color:var(--lp-cv-text-gray);margin:0;line-height:1.6}.lp-cv-problem__bandaids del{text-decoration:line-through}.lp-cv-problem__solution{border:2px solid var(--lp-cv-primary);background-color:#00b4d81a;border-radius:1rem;padding:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.lp-cv-problem__solution{padding:1.5rem;margin-bottom:2rem}}.lp-cv-problem__solution-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.lp-cv-problem__solution-icon svg{width:32px;height:32px;color:var(--lp-cv-primary-dark)}.lp-cv-problem__solution-text{color:var(--lp-cv-text-dark);font-size:1.125rem;font-weight:500;text-align:center;margin:0;line-height:1.5}@media (min-width: 768px){.lp-cv-problem__solution-text{font-size:1.25rem}}.lp-cv-problem__cta-wrapper{text-align:center;padding:0 1rem}.lp-cv-problem__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--lp-cv-primary);color:#fff;font-size:.875rem;font-weight:700;padding:1.25rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a;width:100%}@media (min-width: 768px){.lp-cv-problem__cta{width:auto;font-size:1.125rem;padding:1.5rem 2rem}}.lp-cv-problem__cta:hover{background-color:#0090d9e6;box-shadow:0 20px 25px -5px #0000001a}.lp-cv-problem__cta svg{width:20px;height:20px;flex-shrink:0}.lp-cv-belief{background:#fff;padding:2rem 1rem;position:relative;overflow:hidden}@media (min-width: 768px){.lp-cv-belief{padding:4rem 1rem}}.lp-cv-belief__circle{position:absolute;border-radius:9999px;background-color:#0090d90a}.lp-cv-belief__circle--top{width:16rem;height:16rem;top:0;left:0;transform:translate(-50%,-50%)}.lp-cv-belief__circle--bottom{width:24rem;height:24rem;bottom:0;right:0;transform:translate(33%,33%)}.lp-cv-belief__container{max-width:56rem;margin:0 auto;text-align:center;position:relative;z-index:10}.lp-cv-belief__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-belief__headline{font-size:2.25rem;margin-bottom:2rem}}@media (min-width: 1024px){.lp-cv-belief__headline{font-size:3rem}}.lp-cv-belief__headline-highlight{color:var(--lp-cv-primary)}.lp-cv-belief__subtext{color:var(--lp-cv-text-gray);font-size:1.125rem;max-width:42rem;margin:0 auto 2rem;line-height:1.6}@media (min-width: 768px){.lp-cv-belief__subtext{font-size:1.25rem}}.lp-cv-belief__cta{display:inline-flex;align-items:center;justify-content:center;border:none;background-color:var(--lp-cv-primary-dark);color:#fff;font-size:.875rem;font-weight:700;padding:.875rem 1.5rem;min-height:48px;border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #00000026;white-space:nowrap}@media (min-width: 768px){.lp-cv-belief__cta{font-size:1rem;padding:1rem 2rem;min-height:56px}}.lp-cv-belief__cta:hover{background-color:#0f1f5ce6;color:#fff;box-shadow:0 8px 20px #0003;transform:translateY(-1px)}.lp-cv-belief__content{text-align:center}@media (min-width: 1024px){.lp-cv-belief{padding:3rem 1rem}.lp-cv-belief__container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;text-align:left}.lp-cv-before-after{max-width:100%;margin-bottom:0}.lp-cv-belief__content{text-align:left}.lp-cv-belief__subtext{margin:0 0 2rem}}.lp-cv-before-after{position:relative;width:100%;max-width:42rem;margin:0 auto 2rem;aspect-ratio:1 / 1;border-radius:1rem;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;user-select:none;box-shadow:0 25px 50px -12px #00000040}.lp-cv-before-after__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lp-cv-before-after__before{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 50% 0 0)}.lp-cv-before-after__handle{position:absolute;top:0;bottom:0;left:50%;width:4px;background-color:#fff;transform:translate(-50%);cursor:ew-resize;z-index:10}.lp-cv-before-after__circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background-color:#fff;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;gap:2px}.lp-cv-before-after__arrow{width:16px;height:16px;color:var(--lp-cv-primary-dark)}.lp-cv-before-after__label{position:absolute;bottom:1rem;font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.lp-cv-before-after__label--before{left:1rem;background-color:#0009;color:#fff}.lp-cv-before-after__label--after{right:1rem;background-color:#ffffffe6;color:var(--lp-cv-primary-dark)}.lp-cv-timeline{background-color:var(--lp-cv-bg-card);padding:3rem 1rem}@media (min-width: 768px){.lp-cv-timeline{padding:6rem 1rem}}.lp-cv-timeline__container{max-width:56rem;margin:0 auto}.lp-cv-timeline__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-timeline__headline{font-size:2.25rem}}@media (min-width: 1024px){.lp-cv-timeline__headline{font-size:3rem}}.lp-cv-timeline__headline-highlight{color:var(--lp-cv-primary)}.lp-cv-timeline__subheadline{color:var(--lp-cv-text-gray);text-align:center;font-size:1.125rem;margin:0 0 1.5rem}@media (min-width: 768px){.lp-cv-timeline__subheadline{margin-bottom:2.5rem}}.lp-cv-timeline__desktop{display:none;position:relative}@media (min-width: 768px){.lp-cv-timeline__desktop{display:block}}.lp-cv-timeline__line{position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,var(--lp-cv-primary),var(--lp-cv-accent),var(--lp-cv-accent-green));transform:translate(-50%);border-radius:9999px}.lp-cv-timeline__items{position:relative}.lp-cv-timeline__item{display:flex;align-items:center;gap:2rem}.lp-cv-timeline__item--left{flex-direction:row}.lp-cv-timeline__item--right{flex-direction:row-reverse}.lp-cv-timeline__card-wrapper{width:calc(50% - 3.5rem)}.lp-cv-timeline__card-wrapper--left{text-align:right}.lp-cv-timeline__card-wrapper--right{text-align:left}.lp-cv-timeline__card{background-color:var(--lp-cv-bg);border:1px solid var(--lp-cv-border);border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;transition:all .2s ease}.lp-cv-timeline__card:hover{box-shadow:0 10px 15px -3px #0000001a;border-color:#00b4d84d}.lp-cv-timeline__timeframe{display:inline-block;background-color:var(--lp-cv-primary);color:#fff;font-size:.875rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a}.lp-cv-timeline__title{font-family:var(--lp-cv-font-family);font-size:1.25rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .5rem}@media (min-width: 768px){.lp-cv-timeline__title{font-size:1.5rem}}.lp-cv-timeline__description{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-timeline__description{font-size:1.125rem}}.lp-cv-timeline__icon-wrapper{width:56px;height:56px;background-color:var(--lp-cv-primary);border-radius:9999px;border:4px solid var(--lp-cv-bg-card);box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:10}.lp-cv-timeline__icon{width:24px;height:24px;color:#fff}.lp-cv-timeline__spacer{width:calc(50% - 3.5rem)}.lp-cv-timeline__mobile{display:block;position:relative;padding-left:2.5rem}@media (min-width: 768px){.lp-cv-timeline__mobile{display:none}}.lp-cv-timeline__line-mobile{position:absolute;left:12px;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(to bottom,var(--lp-cv-primary),var(--lp-cv-accent),var(--lp-cv-accent-green));border-radius:9999px}.lp-cv-timeline__items-mobile{display:flex;flex-direction:column;gap:1rem}.lp-cv-timeline__item-mobile{position:relative}.lp-cv-timeline__icon-mobile{position:absolute;left:-2.5rem;top:.75rem;width:32px;height:32px;background-color:var(--lp-cv-primary);border-radius:9999px;border:2px solid var(--lp-cv-bg-card);box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;justify-content:center;z-index:10}.lp-cv-timeline__icon-mobile svg{width:16px;height:16px;color:#fff}.lp-cv-timeline__card-mobile{background-color:var(--lp-cv-bg);border:1px solid var(--lp-cv-border);border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.lp-cv-timeline__header-mobile{background:linear-gradient(to right,var(--lp-cv-primary-dark),var(--lp-cv-primary));padding:.625rem 1rem;display:flex;align-items:center;justify-content:space-between}.lp-cv-timeline__timeframe-mobile{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.025em}.lp-cv-timeline__header-icon{width:20px;height:20px;color:#fffc}.lp-cv-timeline__content-mobile{padding:1rem}.lp-cv-timeline__title-mobile{font-family:var(--lp-cv-font-family);font-size:1.125rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .5rem}.lp-cv-timeline__description-mobile{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}.lp-cv-how-to-use{background-color:var(--lp-cv-bg);padding:4rem 1rem 1.5rem}@media (min-width: 768px){.lp-cv-how-to-use{padding:6rem 1rem 2rem}}.lp-cv-how-to-use__container{max-width:64rem;margin:0 auto}.lp-cv-how-to-use__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-how-to-use__headline{font-size:2.25rem}}@media (min-width: 1024px){.lp-cv-how-to-use__headline{font-size:3rem}}.lp-cv-how-to-use__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-how-to-use__subheadline{color:var(--lp-cv-text-gray);text-align:center;font-size:1.125rem;margin:0 0 2.5rem}@media (min-width: 768px){.lp-cv-how-to-use__subheadline{margin-bottom:3.5rem}}.lp-cv-how-to-use__grid{display:none;grid-template-columns:repeat(3,1fr);gap:2rem}@media (min-width: 768px){.lp-cv-how-to-use__grid{display:grid}}.lp-cv-how-to-use__step{text-align:center}.lp-cv-how-to-use__image-wrapper{position:relative;margin-bottom:1.25rem}.lp-cv-how-to-use__image{width:100%;height:12rem;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:box-shadow .2s ease}@media (min-width: 768px){.lp-cv-how-to-use__image{height:14rem}}.lp-cv-how-to-use__step:hover .lp-cv-how-to-use__image{box-shadow:0 20px 25px -5px #0000001a}.lp-cv-how-to-use__number{position:absolute;top:-.75rem;left:-.75rem;width:48px;height:48px;background-color:var(--lp-cv-primary);color:#fff;font-size:1.25rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;border:4px solid var(--lp-cv-bg)}.lp-cv-how-to-use__step--mobile .lp-cv-how-to-use__number{width:40px;height:40px;font-size:1.125rem;top:-.5rem;left:-1rem}.lp-cv-how-to-use__title{font-family:var(--lp-cv-font-family);font-size:1.25rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .25rem}@media (min-width: 768px){.lp-cv-how-to-use__title{font-size:1.5rem}}.lp-cv-how-to-use__subtitle{color:var(--lp-cv-primary-dark);font-size:.875rem;font-weight:500;margin:0 0 .5rem}.lp-cv-how-to-use__description{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-how-to-use__description{font-size:1.125rem}}.lp-cv-how-to-use__tip{text-align:center;color:var(--lp-cv-text-gray);font-size:1rem;margin:2.5rem 0 0}.lp-cv-how-to-use__tip--desktop{display:none}@media (min-width: 768px){.lp-cv-how-to-use__tip--desktop{display:block}}.lp-cv-how-to-use__tip--mobile{margin-top:1.5rem;padding:0 1rem}.lp-cv-how-to-use__tip-label{font-weight:500}.lp-cv-how-to-use__carousel{display:block;position:relative;padding:0 .5rem}@media (min-width: 768px){.lp-cv-how-to-use__carousel{display:none}}.lp-cv-how-to-use__carousel-viewport{overflow:hidden}.lp-cv-how-to-use__carousel-track{display:flex;transition:transform .3s ease}.lp-cv-how-to-use__carousel-slide{flex:0 0 100%;min-width:0;padding:.75rem 1.5rem 0}.lp-cv-how-to-use__btn{position:absolute;top:7rem;transform:translateY(-50%);width:32px;height:32px;background-color:var(--lp-cv-bg-card);border:1px solid var(--lp-cv-border);border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;z-index:10}.lp-cv-how-to-use__btn svg{width:16px;height:16px;color:var(--lp-cv-text-dark)}.lp-cv-how-to-use__btn--prev{left:0}.lp-cv-how-to-use__btn--next{right:0}.lp-cv-how-to-use__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.lp-cv-how-to-use__dot{width:8px;height:8px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;cursor:pointer;padding:0;transition:all .2s ease}.lp-cv-how-to-use__dot--active{background-color:var(--lp-cv-primary);width:20px}.lp-cv-ingredients{display:none}@media (min-width: 768px){.lp-cv-ingredients{padding:6rem 1rem}}.lp-cv-ingredients__container{max-width:80rem;margin:0 auto}.lp-cv-ingredients__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-ingredients__headline{font-size:2.25rem;margin-bottom:1.25rem}}@media (min-width: 1024px){.lp-cv-ingredients__headline{font-size:3rem}}.lp-cv-ingredients__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-ingredients__subheadline{color:var(--lp-cv-text-gray);text-align:center;font-size:1.125rem;margin:0 0 1.5rem}@media (min-width: 768px){.lp-cv-ingredients__subheadline{font-size:1.25rem;margin-bottom:2.5rem}}.lp-cv-ingredients__grid{display:grid;gap:2rem}@media (min-width: 1024px){.lp-cv-ingredients__grid{grid-template-columns:320px 1fr;gap:3rem;align-items:start}}.lp-cv-ingredients__image-wrapper{display:none;justify-content:center}@media (min-width: 768px){.lp-cv-ingredients__image-wrapper{display:flex}}@media (min-width: 1024px){.lp-cv-ingredients__image-wrapper{position:sticky;top:6rem}}.lp-cv-ingredients__image{width:100%;max-width:280px;aspect-ratio:1 / 1;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 1024px){.lp-cv-ingredients__image{max-width:none}}.lp-cv-ingredients__list{display:none;flex-direction:column;gap:.75rem}@media (min-width: 768px){.lp-cv-ingredients__list{display:flex}}.lp-cv-ingredients__item{background-color:var(--lp-cv-bg-card);border:1px solid var(--lp-cv-border);border-radius:.75rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.lp-cv-ingredients__item:hover{border-color:#00b4d84d}.lp-cv-ingredients__icon-wrapper{width:40px;height:40px;border-radius:.5rem;background-color:#00b4d833;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-cv-ingredients__icon{width:20px;height:20px;color:var(--lp-cv-primary-dark)}.lp-cv-ingredients__content{flex:1;min-width:0}.lp-cv-ingredients__header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.lp-cv-ingredients__name{color:var(--lp-cv-text-dark);font-weight:700;font-size:1rem}.lp-cv-ingredients__dose{color:var(--lp-cv-text-gray);font-size:.875rem}.lp-cv-ingredients__tag{background-color:#00b4d833;color:var(--lp-cv-primary-dark);font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.lp-cv-ingredients__benefit{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}.lp-cv-ingredients__tagline{color:var(--lp-cv-text-dark);font-weight:600;text-align:center;margin:1rem 0 0}.lp-cv-ingredients__carousel{display:block;position:relative;padding:0 2rem}@media (min-width: 768px){.lp-cv-ingredients__carousel{display:none}}.lp-cv-ingredients__carousel-viewport{overflow:hidden}.lp-cv-ingredients__carousel-track{display:flex;transition:transform .3s ease}.lp-cv-ingredients__carousel-slide{min-width:100%;flex-shrink:0;box-sizing:border-box;padding:0 .25rem;overflow:hidden}.lp-cv-ingredients__item--mobile{margin:0;overflow:hidden;width:100%;box-sizing:border-box}.lp-cv-ingredients__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:var(--lp-cv-bg-card);border:1px solid var(--lp-cv-border);border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;z-index:10}.lp-cv-ingredients__carousel-btn svg{width:16px;height:16px;color:var(--lp-cv-text-dark)}.lp-cv-ingredients__carousel-btn--prev{left:0}.lp-cv-ingredients__carousel-btn--next{right:0}.lp-cv-ingredients__carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.lp-cv-ingredients__carousel-dot{width:8px;height:8px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;padding:0;cursor:pointer;transition:all .2s ease}.lp-cv-ingredients__carousel-dot--active{background-color:var(--lp-cv-primary);width:20px}.lp-cv-value{background-color:#fff;padding:4rem 1rem}@media (min-width: 768px){.lp-cv-value{padding:6rem 1rem}}.lp-cv-value__container{max-width:80rem;margin:0 auto}.lp-cv-value__headline{font-family:var(--lp-cv-font-family);font-size:1.875rem;font-weight:700;color:var(--lp-cv-text-dark);line-height:1.1;margin:0}.lp-cv-value__headline--mobile{text-align:center;margin-bottom:1rem}@media (min-width: 768px){.lp-cv-value__headline{font-size:2.25rem}}@media (min-width: 1024px){.lp-cv-value__headline{font-size:3rem}}.lp-cv-value__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-value__headline-italic{font-style:italic;font-family:Georgia,serif}.lp-cv-value__mobile{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.lp-cv-value__mobile{display:none}}.lp-cv-value__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.lp-cv-value__image-wrapper--mobile{padding:1rem}.lp-cv-value__image{width:12rem;height:12rem;object-fit:contain}@media (min-width: 768px){.lp-cv-value__image{width:16rem;height:16rem}}.lp-cv-value__badge{position:absolute;right:-.5rem;top:0;width:7rem;height:7rem;background-color:var(--lp-cv-primary);color:#fff;border-radius:9999px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 20px 25px -5px #0000001a}.lp-cv-value__badge--desktop{right:-1rem;top:1rem;width:9rem;height:9rem}.lp-cv-value__badge-label{font-size:.625rem;font-weight:700;letter-spacing:.025em}.lp-cv-value__badge--desktop .lp-cv-value__badge-label{font-size:.75rem}.lp-cv-value__badge-value{font-size:.875rem;font-weight:700}.lp-cv-value__badge--desktop .lp-cv-value__badge-value{font-size:1.125rem}.lp-cv-value__badge-unit{font-size:.625rem}.lp-cv-value__badge--desktop .lp-cv-value__badge-unit{font-size:.75rem}.lp-cv-value__list-wrapper{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.lp-cv-value__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.lp-cv-value__list{gap:.75rem}}.lp-cv-value__item{display:flex;align-items:center;justify-content:space-between}.lp-cv-value__item-left{display:flex;align-items:center;gap:.75rem}.lp-cv-value__item-check{width:20px;height:20px;border-radius:9999px;background-color:var(--lp-cv-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-cv-value__item-check svg{width:12px;height:12px;color:#fff}.lp-cv-value__item-name{color:var(--lp-cv-text-dark);font-weight:500;font-size:1rem}@media (min-width: 768px){.lp-cv-value__item-name{font-size:.875rem}}.lp-cv-value__item-price{color:var(--lp-cv-text-gray);text-decoration:line-through;font-size:1rem}@media (min-width: 768px){.lp-cv-value__item-price{font-size:.875rem}}.lp-cv-value__comparison{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.lp-cv-value__comparison-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.lp-cv-value__comparison-row--separate{background-color:#fff;border-bottom:1px solid hsl(0,0%,95%)}.lp-cv-value__comparison-row--separate span:first-child{color:var(--lp-cv-text-dark);font-weight:500}.lp-cv-value__comparison-row--clearorigin{background-color:#00b4d81a;border-left:4px solid var(--lp-cv-primary-dark)}.lp-cv-value__comparison-row--clearorigin span:first-child{color:var(--lp-cv-text-dark);font-weight:700}.lp-cv-value__comparison-row--cervana{background-color:#0090d914;border-left:4px solid var(--lp-cv-primary);box-shadow:0 2px 8px #0090d91f}.lp-cv-value__comparison-row--cervana span:first-child{color:var(--lp-cv-text-dark);font-weight:700}.lp-cv-value__comparison-price{font-weight:600}.lp-cv-value__comparison-price--strikethrough{color:var(--lp-cv-text-gray);text-decoration:line-through}.lp-cv-value__comparison-price--highlight{color:var(--lp-cv-primary-dark);font-weight:700;font-size:1.375rem;background-color:#0090d91f;padding:.25rem .5rem;border-radius:.375rem}.lp-cv-value__cta-wrapper{text-align:center}.lp-cv-value__cta{display:inline-block;width:100%;background-color:var(--lp-cv-primary);color:#fff;font-size:1.125rem;font-weight:700;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.lp-cv-value__cta{width:auto}}.lp-cv-value__cta:hover{background-color:#0090d9e6}.lp-cv-value__desktop{display:none;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:start}@media (min-width: 768px){.lp-cv-value__desktop{display:grid}}.lp-cv-value__col{display:flex;flex-direction:column}.lp-cv-value__col--left{gap:1.5rem}.lp-cv-value__col--center{padding-top:2rem}.lp-cv-value__col--right{gap:1rem}.lp-cv-trust-badges{background-color:var(--lp-cv-bg);padding:2rem 1rem;overflow:hidden}@media (min-width: 768px){.lp-cv-trust-badges{padding:2.5rem 1rem}}.lp-cv-trust-badges__desktop{display:none;justify-content:center;gap:2.5rem;max-width:64rem;margin:0 auto}@media (min-width: 768px){.lp-cv-trust-badges__desktop{display:flex}}@media (min-width: 1024px){.lp-cv-trust-badges__desktop{gap:3.5rem}}.lp-cv-trust-badges__badge{display:flex;flex-direction:column;align-items:center;gap:.75rem}.lp-cv-trust-badges__icon-wrapper{width:64px;height:64px;border-radius:9999px;background-color:#0090d91a;border:1px solid rgba(0,144,217,.2);display:flex;align-items:center;justify-content:center}.lp-cv-trust-badges__icon-wrapper--mobile{width:56px;height:56px}.lp-cv-trust-badges__icon{width:32px;height:32px;color:var(--lp-cv-primary)}.lp-cv-trust-badges__icon-wrapper--mobile .lp-cv-trust-badges__icon{width:28px;height:28px}.lp-cv-trust-badges__label{color:var(--lp-cv-text-dark);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.lp-cv-trust-badges__label--mobile{font-size:.75rem}.lp-cv-trust-badges__mobile{display:block;overflow:hidden}@media (min-width: 768px){.lp-cv-trust-badges__mobile{display:none}}.lp-cv-trust-badges__track{display:flex;gap:2rem;animation:lp-cv-trust-badges-scroll 20s linear infinite}@keyframes lp-cv-trust-badges-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-cv-trust-badges__badge--mobile{flex-shrink:0}.lp-cv-stats{background-color:var(--lp-cv-bg);padding:3rem 1rem}@media (min-width: 768px){.lp-cv-stats{padding:6rem 1rem}}.lp-cv-stats__container{max-width:64rem;margin:0 auto}.lp-cv-stats__mobile{display:block}@media (min-width: 768px){.lp-cv-stats__mobile{display:none}}.lp-cv-stats__desktop{display:none}@media (min-width: 768px){.lp-cv-stats__desktop{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}}.lp-cv-stats__desktop-image{border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.lp-cv-stats__image--desktop{width:100%;height:auto;max-width:none;max-height:none;object-fit:contain;border-radius:.75rem;display:block}.lp-cv-stats__desktop-content{display:flex;flex-direction:column}.lp-cv-stats__headline{font-family:var(--lp-cv-font-family);font-size:1.375rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1.25rem;line-height:1.2}.lp-cv-stats__headline--desktop{text-align:left;font-size:2.25rem;margin-bottom:2rem}@media (min-width: 1024px){.lp-cv-stats__headline--desktop{font-size:2.75rem}}.lp-cv-stats__image-wrapper{text-align:center;margin-bottom:1.25rem}.lp-cv-stats__image{width:100%;max-width:100%;height:auto;border-radius:.75rem;margin:0 auto}.lp-cv-stats__mobile .lp-cv-stats__image{max-height:14rem;object-fit:cover}.lp-cv-stats__grid{display:flex;justify-content:space-around;align-items:flex-start;gap:.5rem}.lp-cv-stats__grid--desktop{display:flex;justify-content:space-between;gap:1.5rem}.lp-cv-stats__circle-stat{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.lp-cv-stats__circle-wrapper{position:relative;width:90px;height:90px}.lp-cv-stats__circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.lp-cv-stats__circle-bg{fill:none;stroke:var(--lp-cv-border);stroke-width:8}.lp-cv-stats__circle-fill{fill:none;stroke:var(--lp-cv-primary);stroke-width:8;stroke-linecap:round;stroke-dasharray:339.29;stroke-dashoffset:339.29}.lp-cv-stats__circle-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.625rem;font-weight:700;color:var(--lp-cv-primary);line-height:1}.lp-cv-stats__circle-label{margin:.625rem 0 0;color:var(--lp-cv-text-dark);font-size:.8125rem;line-height:1.4;max-width:130px}@media (min-width: 768px){.lp-cv-stats__circle-wrapper{width:130px;height:130px}.lp-cv-stats__circle-value{font-size:2rem}.lp-cv-stats__circle-label{font-size:1rem;max-width:180px;margin-top:.75rem}}.lp-cv-stats__disclaimer{color:var(--lp-cv-text-gray);font-size:.75rem;font-style:italic;text-align:center;margin:1.25rem 0 0}.lp-cv-stats__grid--desktop+.lp-cv-stats__disclaimer{text-align:center;margin-top:1.5rem}.lp-cv-comparison{background:linear-gradient(to bottom,var(--lp-cv-bg-alt),var(--lp-cv-bg));padding:3rem 1rem}@media (min-width: 768px){.lp-cv-comparison{padding:6rem 1rem}}.lp-cv-comparison__container{max-width:64rem;margin:0 auto}.lp-cv-comparison__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-comparison__headline{font-size:2.25rem}}@media (min-width: 1024px){.lp-cv-comparison__headline{font-size:3rem}}.lp-cv-comparison__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-comparison__subheadline{color:var(--lp-cv-text-gray);text-align:center;font-size:1.125rem;margin:0 0 1.5rem}@media (min-width: 768px){.lp-cv-comparison__subheadline{margin-bottom:2rem}}.lp-cv-comparison__desktop{display:none}@media (min-width: 768px){.lp-cv-comparison__desktop{display:block}}.lp-cv-comparison__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.lp-cv-comparison__pill{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid var(--lp-cv-border);background-color:var(--lp-cv-bg-card);color:var(--lp-cv-text-gray)}.lp-cv-comparison__pill:hover{border-color:#00b4d880;color:var(--lp-cv-text-dark)}.lp-cv-comparison__pill--active{background-color:var(--lp-cv-primary);border-color:var(--lp-cv-primary);color:#fff;box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.lp-cv-comparison__pill-icon{width:16px;height:16px}.lp-cv-comparison__grid{position:relative}.lp-cv-comparison__vs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;background-color:var(--lp-cv-primary);color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a;z-index:10}.lp-cv-comparison__content{display:none;grid-template-columns:1fr 1fr;gap:1.5rem}.lp-cv-comparison__content--active{display:grid}.lp-cv-comparison__card{border-radius:1rem;padding:1.5rem 2rem;position:relative;overflow:hidden}.lp-cv-comparison__card--failed{background:linear-gradient(to bottom right,#0090d91a,#0090d90d);border:2px solid rgba(0,144,217,.3)}.lp-cv-comparison__card--success{background:linear-gradient(to bottom right,#249e571a,#00b4d81a);border:2px solid hsl(145,63%,38%,.3)}.lp-cv-comparison__card-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.lp-cv-comparison__card-icon-wrapper{width:80px;height:80px;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.lp-cv-comparison__card-icon-wrapper--failed{background-color:#0090d933}.lp-cv-comparison__card-icon{width:40px;height:40px;color:var(--lp-cv-warning)}.lp-cv-comparison__card-product{width:80px;height:80px;object-fit:contain;margin-bottom:.75rem;filter:drop-shadow(0 0 10px rgba(74,222,128,.35))}.lp-cv-comparison__card-title{font-family:var(--lp-cv-font-family);font-size:1.25rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0}.lp-cv-comparison__card-subtitle{color:var(--lp-cv-text-gray);font-size:.875rem;margin:0}.lp-cv-comparison__card-body{display:flex;align-items:flex-start;gap:.75rem}.lp-cv-comparison__card-check{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-cv-comparison__card-check--failed{background-color:#0090d933}.lp-cv-comparison__card-check--failed svg{width:16px;height:16px;color:var(--lp-cv-warning)}.lp-cv-comparison__card-check--success{background-color:#249e5733}.lp-cv-comparison__card-check--success svg{width:16px;height:16px;color:var(--lp-cv-accent-green)}.lp-cv-comparison__card-text{font-size:1rem;font-weight:600;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-comparison__card-text{font-size:1.125rem}}.lp-cv-comparison__card-text--failed{color:var(--lp-cv-warning)}.lp-cv-comparison__card-text--success{color:var(--lp-cv-accent-green)}.lp-cv-comparison__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.lp-cv-comparison__dot{width:12px;height:12px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;cursor:pointer;padding:0;transition:all .2s ease}.lp-cv-comparison__dot:hover{background-color:#00b4d880}.lp-cv-comparison__dot--active{background-color:var(--lp-cv-primary);width:32px}.lp-cv-comparison__mobile{display:block;position:relative}@media (min-width: 768px){.lp-cv-comparison__mobile{display:none}}.lp-cv-comparison__viewport{overflow:hidden}.lp-cv-comparison__track{display:flex;transition:transform .3s ease}.lp-cv-comparison__slide{flex:0 0 100%;min-width:0;padding:0 .75rem}.lp-cv-comparison__mobile-grid{display:grid;grid-template-columns:1fr;gap:.5rem;position:relative}.lp-cv-comparison__mobile-vs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-color:var(--lp-cv-primary);color:#fff;font-size:.625rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;z-index:10}.lp-cv-comparison__mobile-card{border-radius:1rem;padding:.75rem;display:flex;flex-direction:column}.lp-cv-comparison__mobile-card--failed{background-color:#0090d91a;border:2px solid rgba(0,144,217,.3)}.lp-cv-comparison__mobile-card--success{background-color:#249e571a;border:2px solid hsl(145,63%,38%,.3);order:-1}.lp-cv-comparison__mobile-icon-wrapper{width:64px;height:64px;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.lp-cv-comparison__mobile-icon-wrapper--failed{background-color:#0090d933}.lp-cv-comparison__mobile-icon-wrapper--failed svg{width:24px;height:24px;color:var(--lp-cv-warning)}.lp-cv-comparison__mobile-product{width:64px;height:64px;object-fit:contain;margin:0 auto .75rem;filter:drop-shadow(0 0 8px rgba(74,222,128,.3))}.lp-cv-comparison__mobile-title{font-family:var(--lp-cv-font-family);font-size:.875rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 .75rem}.lp-cv-comparison__mobile-text-wrapper{display:flex;align-items:flex-start;gap:.375rem;flex:1}.lp-cv-comparison__mobile-x{width:16px;height:16px;color:var(--lp-cv-warning);flex-shrink:0;margin-top:.125rem}.lp-cv-comparison__mobile-check{width:16px;height:16px;color:var(--lp-cv-accent-green);flex-shrink:0;margin-top:.125rem}.lp-cv-comparison__mobile-text{font-size:.875rem;font-weight:500;line-height:1.4;margin:0}.lp-cv-comparison__mobile-text--failed{color:var(--lp-cv-warning)}.lp-cv-comparison__mobile-text--success{color:var(--lp-cv-accent-green)}.lp-cv-comparison__btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:var(--lp-cv-bg-card);border:1px solid var(--lp-cv-border);border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;z-index:10}.lp-cv-comparison__btn svg{width:16px;height:16px;color:var(--lp-cv-text-dark)}.lp-cv-comparison__btn--prev{left:-.25rem}.lp-cv-comparison__btn--next{right:-.25rem}.lp-cv-comparison__mobile-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.lp-cv-founder{background:linear-gradient(to bottom right,rgba(0,180,216,.1),var(--lp-cv-bg),rgba(0,180,216,.1));padding:3rem 1rem}@media (min-width: 768px){.lp-cv-founder{padding:6rem 1rem}}.lp-cv-founder__container{max-width:64rem;margin:0 auto}.lp-cv-founder__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 2rem;line-height:1.2}@media (min-width: 768px){.lp-cv-founder__headline{font-size:2.25rem;margin-bottom:2.5rem}}@media (min-width: 1024px){.lp-cv-founder__headline{font-size:3rem}}.lp-cv-founder__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-founder__grid{display:grid;gap:2rem}@media (min-width: 768px){.lp-cv-founder__grid{grid-template-columns:2fr 3fr;gap:2rem;align-items:start}}@media (min-width: 768px){.lp-cv-founder__image-sticky{position:sticky;top:6rem}}.lp-cv-founder__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a}.lp-cv-founder__info{margin-top:1rem;text-align:center}.lp-cv-founder__name{color:var(--lp-cv-text-dark);font-size:1.125rem;font-weight:700;margin:0}.lp-cv-founder__title{color:var(--lp-cv-text-gray);font-size:.875rem;margin:0}.lp-cv-founder__badge{display:inline-block;margin-top:.5rem;background-color:#00b4d8cc;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.lp-cv-founder__story{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.lp-cv-founder__story{gap:1.25rem}}.lp-cv-founder__quote{background-color:var(--lp-cv-bg-card);border-left:4px solid var(--lp-cv-primary-dark);border-radius:0 .75rem .75rem 0;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-founder__quote p{font-size:1.25rem;font-weight:700;font-style:italic;color:var(--lp-cv-text-dark);margin:0}@media (min-width: 768px){.lp-cv-founder__quote p{font-size:1.5rem}}.lp-cv-founder__paragraph{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-founder__paragraph{font-size:1.125rem}}.lp-cv-founder__paragraph--bold{color:var(--lp-cv-text-dark);font-weight:600}.lp-cv-founder__highlight{color:var(--lp-cv-primary-dark);font-weight:600}.lp-cv-founder__signature{padding-top:.5rem}.lp-cv-founder__signature-img{height:3rem;width:auto}@media (min-width: 768px){.lp-cv-founder__signature-img{height:3.5rem}}.lp-cv-offer{background-color:var(--lp-cv-bg);padding:4rem 1rem}@media (min-width: 768px){.lp-cv-offer{padding:4rem 1rem}}.lp-cv-offer__container{max-width:64rem;margin:0 auto;text-align:center}.lp-cv-offer__badge-wrapper{margin-bottom:.5rem}.lp-cv-offer__eyebrow{display:inline-block;background-color:#00b4d833;color:var(--lp-cv-primary-dark);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.375rem 1rem;border-radius:9999px}@media (min-width: 768px){.lp-cv-offer__eyebrow{font-size:.875rem}}.lp-cv-offer__headline{font-family:var(--lp-cv-font-family);font-size:1.875rem;font-weight:700;margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.lp-cv-offer__headline{font-size:3rem}}@media (min-width: 1024px){.lp-cv-offer__headline{font-size:3.75rem}}.lp-cv-offer__headline-line1{color:var(--lp-cv-text-dark)}.lp-cv-offer__headline-highlight{color:var(--lp-cv-primary-dark)}.lp-cv-offer__subheadline{color:var(--lp-cv-text-gray);font-size:1.125rem;margin:0 0 2rem;line-height:1.6;max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.lp-cv-offer__subheadline{font-size:1.25rem}}.lp-cv-offer__subheadline-bold{font-weight:700;color:var(--lp-cv-text-dark)}.lp-cv-offer__scarcity{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(to right,#f59e0b1a,#f9731626,#f59e0b1a);border:1px solid rgba(251,191,36,.4);border-radius:.75rem;padding:.75rem 1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__scarcity-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.5rem;background:linear-gradient(to bottom right,#fbbf244d,#f9731633);border:1px solid rgba(251,191,36,.3)}.lp-cv-offer__scarcity-icon svg{color:#f59e0b}.lp-cv-offer__scarcity-text{color:#d97706;font-size:.875rem;font-weight:600}.lp-cv-offer__countdown-wrapper{margin-bottom:1.5rem}.lp-cv-offer__countdown-label{color:#75757599;font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;margin:0 0 .75rem}.lp-cv-offer__countdown{display:inline-flex;align-items:center;gap:.5rem}@media (min-width: 768px){.lp-cv-offer__countdown{gap:1rem}}.lp-cv-offer__countdown-unit{display:flex;flex-direction:column;align-items:center}.lp-cv-offer__countdown-box{width:44px;height:48px;background:linear-gradient(to bottom,#1e293b,#0f172a);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000004d;border:1px solid rgba(71,85,105,.5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (min-width: 768px){.lp-cv-offer__countdown-box{width:56px;height:64px}}.lp-cv-offer__countdown-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,rgba(255,255,255,.05),transparent,transparent)}.lp-cv-offer__countdown-box:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background-color:#47556980}.lp-cv-offer__countdown-value{position:relative;font-size:1.25rem;font-weight:300;color:#fff;letter-spacing:-.025em;font-family:monospace}@media (min-width: 768px){.lp-cv-offer__countdown-value{font-size:1.5rem}}.lp-cv-offer__countdown-text{font-size:.5rem;color:#75757580;margin-top:.375rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}@media (min-width: 768px){.lp-cv-offer__countdown-text{font-size:.5625rem}}.lp-cv-offer__countdown-separator{display:flex;flex-direction:column;gap:.25rem;margin-top:-.75rem}.lp-cv-offer__countdown-separator span{width:4px;height:4px;border-radius:50%;background-color:#475569}.lp-cv-offer__orders{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(to right,#f973161a,#ef44441a,#f973161a);border:1px solid rgba(251,146,60,.3);border-radius:9999px;padding:.625rem 1.25rem;margin-bottom:2rem;box-shadow:0 10px 15px -3px #0000001a}.lp-cv-offer__orders-flame{position:relative}.lp-cv-offer__orders-flame svg{color:#f97316;transition:transform .3s}.lp-cv-offer__orders-flame.pulse svg{transform:scale(1.25)}.lp-cv-offer__orders-text{color:var(--lp-cv-text-dark);font-weight:700}.lp-cv-offer__orders-count{display:inline-block;transition:all .3s}.lp-cv-offer__orders-count.pulse{color:#ea580c;transform:scale(1.1)}.lp-cv-offer__orders-pulse{position:relative;width:8px;height:8px}.lp-cv-offer__orders-pulse:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#22c55e;border-radius:50%}.lp-cv-offer__orders-pulse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#4ade80;border-radius:50%;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.lp-cv-offer__toggle-wrapper{display:none}@media (min-width: 768px){.lp-cv-offer__toggle-wrapper{display:block;margin-bottom:2.5rem}}.lp-cv-offer__toggle{display:inline-flex;flex-direction:column;align-items:stretch;background-color:var(--lp-cv-bg-card);border-radius:1rem;padding:.375rem;border:1px solid var(--lp-cv-border);box-shadow:0 1px 2px #0000000d;width:100%;max-width:24rem}@media (min-width: 640px){.lp-cv-offer__toggle{flex-direction:row;width:auto;max-width:none}}.lp-cv-offer__toggle-btn{position:relative;padding:.625rem 1rem;border-radius:.75rem;font-weight:600;font-size:.875rem;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;background-color:transparent;color:var(--lp-cv-text-gray)}@media (min-width: 768px){.lp-cv-offer__toggle-btn{padding:.75rem 1.5rem;font-size:1rem}}.lp-cv-offer__toggle-btn:hover{color:var(--lp-cv-text-dark)}.lp-cv-offer__toggle-btn--active[data-type=onetime]{background-color:var(--lp-cv-text-dark);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__toggle-btn--active[data-type=subscription]{background-color:var(--lp-cv-primary-dark);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__toggle-icon{display:none}@media (min-width: 640px){.lp-cv-offer__toggle-icon{display:block}}.lp-cv-offer__toggle-badge{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:700;background-color:#4ade8033;color:var(--lp-cv-accent-green)}.lp-cv-offer__toggle-btn--active .lp-cv-offer__toggle-badge{background-color:#fff3;color:#fff}.lp-cv-offer__toggle-benefits{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:.75rem}@media (min-width: 768px){.lp-cv-offer__toggle-benefits{gap:1.5rem;margin-top:1rem}}.lp-cv-offer__toggle-benefit{display:flex;align-items:center;gap:.375rem;color:var(--lp-cv-accent-green);font-size:.75rem;font-weight:500}@media (min-width: 768px){.lp-cv-offer__toggle-benefit{font-size:.875rem}}.lp-cv-offer__toggle-benefit svg{width:12px;height:12px}@media (min-width: 768px){.lp-cv-offer__toggle-benefit svg{width:16px;height:16px}}.lp-cv-offer__toggle-onetime-notice{margin-top:.75rem;font-size:.75rem;font-weight:500;color:var(--lp-cv-text-gray)}@media (min-width: 768px){.lp-cv-offer__toggle-onetime-notice{margin-top:1rem;font-size:.875rem}}.lp-cv-offer__toggle-onetime-notice span{display:flex;align-items:center;justify-content:center;gap:.375rem}.lp-cv-offer__toggle-onetime-notice svg{width:12px;height:12px;color:var(--lp-cv-text-dark)}@media (min-width: 768px){.lp-cv-offer__toggle-onetime-notice svg{width:16px;height:16px}}.lp-cv-offer__cards{display:grid;gap:1rem;max-width:48rem;margin:0 auto}@media (min-width: 1024px){.lp-cv-offer__cards{max-width:58rem}}@media (min-width: 768px){.lp-cv-offer__cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 767px){.lp-cv-offer__card--featured{order:-1}}.lp-cv-offer__card{position:relative;display:flex;flex-direction:column;border-radius:1rem;padding:1.5rem;transition:all .2s;cursor:pointer;background-color:var(--lp-cv-bg-card);border:2px solid var(--lp-cv-border);text-align:left;box-sizing:border-box;max-width:100%;overflow:hidden}@media (max-width: 479px){.lp-cv-offer__card{padding:1.25rem}}@media (min-width: 768px){.lp-cv-offer__card{padding:1.75rem}}@media (min-width: 1024px){.lp-cv-offer__card{padding:2rem}}.lp-cv-offer__card:hover{border-color:#0090d980}.lp-cv-offer__card--featured{background-color:#fff;border:3px solid var(--lp-cv-primary-dark);box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.lp-cv-offer__card--featured{transform:scale(1.02)}}.lp-cv-offer__card--selected{box-shadow:0 0 0 2px var(--lp-cv-primary-dark)}.lp-cv-offer__card--featured .lp-cv-offer__carousel-dot{background-color:#0f1f5c40}.lp-cv-offer__card--featured .lp-cv-offer__carousel-dot--active{background-color:var(--lp-cv-primary-dark)}.lp-cv-offer__card--featured .lp-cv-offer__card-save-pill{background-color:#22c55e40}.lp-cv-offer__card--featured .lp-cv-offer__card-price-row{background-color:#edf2f7}.lp-cv-offer__card--featured .lp-cv-offer__card-qty-btn{border-color:var(--lp-cv-border)}.lp-cv-offer__card-banner{position:absolute;top:-3px;left:-3px;right:-3px;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);color:#fff;text-align:center;padding:.625rem .75rem;border-radius:1rem 1rem 0 0;font-weight:800;font-size:.8125rem;letter-spacing:.02em;box-shadow:0 4px 12px #f9731666;text-shadow:0 1px 2px rgba(0,0,0,.2);line-height:1.3;overflow:hidden}@media (min-width: 480px){.lp-cv-offer__card-banner{padding:.75rem 1rem;font-size:.9375rem}}@media (min-width: 768px){.lp-cv-offer__card-banner{padding:.5rem;font-size:.5rem;letter-spacing:0;white-space:nowrap}}@media (min-width: 900px){.lp-cv-offer__card-banner{padding:.5rem .625rem;font-size:.55rem}}@media (min-width: 1024px){.lp-cv-offer__card-banner{padding:.5rem .75rem;font-size:.65rem;letter-spacing:.01em}}@media (min-width: 1200px){.lp-cv-offer__card-banner{padding:.625rem 1rem;font-size:.8rem}}@media (min-width: 1400px){.lp-cv-offer__card-banner{padding:.75rem 1.25rem;font-size:.95rem;letter-spacing:.02em}}.lp-cv-offer__card-header{text-align:center;margin-top:.75rem;margin-bottom:.5rem}@media (min-width: 480px){.lp-cv-offer__card-header{margin-top:.75rem}}@media (min-width: 768px){.lp-cv-offer__card-header{margin-top:1rem}}@media (min-width: 1024px){.lp-cv-offer__card-header{margin-top:1rem}}.lp-cv-offer__card-title{font-family:var(--lp-cv-font-family);font-size:1.125rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .25rem}@media (min-width: 480px){.lp-cv-offer__card-title{font-size:1.25rem}}@media (min-width: 768px){.lp-cv-offer__card-title{font-size:1.375rem}}.lp-cv-offer__card-subtitle{color:var(--lp-cv-text-gray);font-size:.8125rem;margin:0}@media (min-width: 480px){.lp-cv-offer__card-subtitle{font-size:.875rem}}.lp-cv-offer__card-items-list{margin-top:.5rem;margin-bottom:.75rem;background:#edf2f7;border-radius:.625rem;padding:.25rem .75rem}.lp-cv-offer__card--featured .lp-cv-offer__card-items-list{background:#edf2f7}.lp-cv-offer__card-item-row{display:flex;align-items:center;gap:.5rem;padding:.625rem 0;border-bottom:1px solid var(--lp-cv-border)}.lp-cv-offer__card-item-row:last-child{border-bottom:none}.lp-cv-offer__card-item-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid var(--lp-cv-border)}.lp-cv-offer__card--featured .lp-cv-offer__card-item-thumb{border-color:#fff3}.lp-cv-offer__card-item-name{flex:1;font-size:.875rem;font-weight:600;color:var(--lp-cv-text-dark);line-height:1.3}.lp-cv-offer__card-item-free{font-weight:800;color:var(--lp-cv-accent-green);font-size:.875rem;flex-shrink:0}.lp-cv-offer__card-item-compare{font-size:.875rem;color:var(--lp-cv-text-gray);text-decoration:line-through;white-space:nowrap;flex-shrink:0}.lp-cv-offer__card-item-price{font-size:.9375rem;font-weight:700;color:var(--lp-cv-accent-green);white-space:nowrap;flex-shrink:0}.lp-cv-offer__card-item-value{font-size:.875rem;color:var(--lp-cv-text-gray);text-decoration:line-through;white-space:nowrap;flex-shrink:0}@media (min-width: 480px){.lp-cv-offer__card-item-name{font-size:.9375rem}.lp-cv-offer__card-item-price{font-size:1rem}}.lp-cv-offer__card--featured .lp-cv-offer__card-item-row{border-bottom-color:#00000014}.lp-cv-offer__card-checkout-area{margin-bottom:.75rem}.lp-cv-offer__card-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.lp-cv-offer__card-checkout-price{display:flex;align-items:baseline;gap:.375rem}.lp-cv-offer__card-checkout-price .lp-cv-offer__card-price-compare{font-size:1.375rem;text-decoration:line-through;color:var(--lp-cv-text-gray);font-weight:400}.lp-cv-offer__card-checkout-price .lp-cv-offer__card-price-actual{font-size:2rem;font-weight:900;color:var(--lp-cv-text-dark)}@media (min-width: 480px){.lp-cv-offer__card-checkout-price .lp-cv-offer__card-price-compare{font-size:1.5rem}.lp-cv-offer__card-checkout-price .lp-cv-offer__card-price-actual{font-size:2.25rem}}.lp-cv-offer__card-banner--popular{background:linear-gradient(135deg,var(--lp-cv-primary-dark) 0%,var(--lp-cv-primary) 100%);box-shadow:0 4px 12px #0090d966}.lp-cv-offer__card-qty-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#edf2f7;border-radius:9999px;padding:.5rem 1.25rem;margin-bottom:.5rem;color:var(--lp-cv-primary-dark);font-weight:900;font-size:1.125rem}@media (min-width: 480px){.lp-cv-offer__card-qty-badge{font-size:1.25rem;padding:.5rem 1.5rem}}@media (min-width: 768px){.lp-cv-offer__card-qty-badge{font-size:1.5rem}}.lp-cv-offer__card-supply{color:var(--lp-cv-text-dark);font-weight:600;font-size:1rem;margin:0}@media (min-width: 480px){.lp-cv-offer__card-supply{font-size:1.125rem}}@media (min-width: 768px){.lp-cv-offer__card-supply{font-size:1.25rem}}.lp-cv-offer__card-subscription-info{display:none}@media (min-width: 768px){.lp-cv-offer__card-subscription-info{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;flex-wrap:wrap}}.lp-cv-offer__card-save-badge{background-color:#4ade8040;color:var(--lp-cv-accent-green);font-size:.6875rem;font-weight:700;padding:.1875rem .5rem;border-radius:9999px}@media (min-width: 480px){.lp-cv-offer__card-save-badge{font-size:.75rem;padding:.25rem .625rem}}@media (min-width: 768px){.lp-cv-offer__card-save-badge{font-size:.8125rem}}.lp-cv-offer__card-frequency{display:flex;align-items:center;gap:.25rem;color:var(--lp-cv-text-gray);font-size:.75rem}.lp-cv-offer__card-image{margin:1rem auto;width:100%;max-width:280px}.lp-cv-offer__card-image img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__card-items{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.lp-cv-offer__card-item{display:flex;align-items:flex-start;gap:.5rem}.lp-cv-offer__card-item-check{width:16px;height:16px;margin-top:2px;flex-shrink:0;color:var(--lp-cv-accent-green)}.lp-cv-offer__card-item-check--free{color:#10b981}.lp-cv-offer__card-item-text{flex:1;font-size:.8125rem;color:var(--lp-cv-text-dark)}@media (min-width: 480px){.lp-cv-offer__card-item-text{font-size:.875rem}}@media (min-width: 768px){.lp-cv-offer__card-item-text{font-size:.9375rem}}.lp-cv-offer__card-item-text--free{color:#059669;font-weight:600}.lp-cv-offer__card-item-prices{display:flex;align-items:center;gap:.5rem}.lp-cv-offer__card-item-compare{color:var(--lp-cv-text-gray);font-size:.875rem;text-decoration:line-through}.lp-cv-offer__card-item-actual{color:var(--lp-cv-primary-dark);font-size:.875rem;font-weight:700}.lp-cv-offer__card-item-free{color:#059669;font-size:.875rem;font-weight:700}.lp-cv-offer__card-gifts{background:linear-gradient(to right,#fffbeb,#fff7ed);border:1px solid rgba(251,191,36,.5);border-radius:.75rem;padding:.75rem;margin-bottom:.75rem}.lp-cv-offer__card-gifts-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.lp-cv-offer__card-gifts-header svg{color:#d97706}.lp-cv-offer__card-gifts-header span{color:#b45309;font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 480px){.lp-cv-offer__card-gifts-header span{font-size:.875rem}}@media (min-width: 768px){.lp-cv-offer__card-gifts-header span{font-size:.9375rem}}.lp-cv-offer__card-gift{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.lp-cv-offer__card-gift svg{width:16px;height:16px;flex-shrink:0;color:#d97706}.lp-cv-offer__card-gift span:first-of-type{flex:1;font-size:.8125rem;color:#92400e}@media (min-width: 480px){.lp-cv-offer__card-gift span:first-of-type{font-size:.875rem}}.lp-cv-offer__card-gift-price{color:#b45309b3;font-size:.875rem;text-decoration:line-through}.lp-cv-offer__card-gift-free{color:#059669;font-size:.8125rem;font-weight:700}.lp-cv-offer__card-offer-image{margin-top:1rem}.lp-cv-offer__card-offer-image img{width:100%;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__card-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;background-color:#edf2f7;border-radius:.75rem}.lp-cv-offer__card-qty-row{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:.75rem}.lp-cv-offer__card-qty-label{display:block;font-size:.8125rem;font-weight:600;color:var(--lp-cv-text-gray);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.03em}.lp-cv-offer__card-prices{display:flex;align-items:center;gap:.5rem}.lp-cv-offer__card-price-compare{color:var(--lp-cv-text-gray);font-size:.875rem;text-decoration:line-through}.lp-cv-offer__card-price-actual{color:var(--lp-cv-primary-dark);font-weight:900;font-size:1.375rem}@media (min-width: 480px){.lp-cv-offer__card-price-actual{font-size:1.5rem}}@media (min-width: 768px){.lp-cv-offer__card-price-actual{font-size:1.75rem}}@media (min-width: 1024px){.lp-cv-offer__card-price-actual{font-size:1.875rem}}.lp-cv-offer__card-quantity{display:flex;align-items:center;gap:.5rem}.lp-cv-offer__card-qty-btn{width:32px;height:32px;border-radius:50%;border:2px solid var(--lp-cv-border);background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s}.lp-cv-offer__card-qty-btn:hover{border-color:var(--lp-cv-primary-dark)}.lp-cv-offer__card-qty-btn svg{color:var(--lp-cv-text-dark)}.lp-cv-offer__card-qty-value{font-size:1.125rem;font-weight:700;color:var(--lp-cv-text-dark);width:24px;text-align:center}.lp-cv-offer__card-btn{width:100%;min-height:48px;font-size:.9375rem;font-weight:700;background-color:var(--lp-cv-primary);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s,transform .1s;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 4px 12px #0090d959}@media (min-width: 480px){.lp-cv-offer__card-btn{min-height:52px;font-size:1rem}}@media (min-width: 768px){.lp-cv-offer__card-btn{min-height:56px;font-size:1.0625rem}}@media (min-width: 1024px){.lp-cv-offer__card-btn{min-height:58px;font-size:1.125rem}}.lp-cv-offer__card-btn:hover{background-color:#0070a3}.lp-cv-offer__card-btn:disabled{opacity:.7;cursor:not-allowed}.lp-cv-offer__card-btn-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lp-cv-offer__card-save-pill{display:inline-block;background-color:#22c55e26;color:#15803d;font-size:.6875rem;font-weight:700;padding:.1875rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.02em}@media (min-width: 480px){.lp-cv-offer__card-save-pill{font-size:.75rem;padding:.25rem .625rem}}.lp-cv-offer__card-divider{width:100%;height:1px;background-color:var(--lp-cv-border);margin:.5rem 0}.lp-cv-offer__card-bonuses{background:linear-gradient(to right,#fffbeb,#fff7ed);border:1px solid rgba(251,191,36,.4);border-radius:.75rem;padding:.625rem;margin-bottom:.5rem}.lp-cv-offer__card-bonuses-title{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem;color:#b45309;font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 480px){.lp-cv-offer__card-bonuses-title{font-size:.875rem}}.lp-cv-offer__card-bonuses-title svg{color:#d97706;flex-shrink:0}.lp-cv-offer__card-bonus{display:flex;align-items:center;gap:.375rem;padding:.125rem 0}.lp-cv-offer__card-bonus svg{width:14px;height:14px;flex-shrink:0;color:#d97706}.lp-cv-offer__card-bonus-name{flex:1;font-size:.8125rem;color:#92400e}@media (min-width: 480px){.lp-cv-offer__card-bonus-name{font-size:.875rem}}.lp-cv-offer__card-bonus-value{color:#b4530999;font-size:.8125rem;text-decoration:line-through;flex-shrink:0}.lp-cv-offer__card-bonus-free{color:#059669;font-size:.75rem;font-weight:800;flex-shrink:0;background-color:#10b9811f;padding:.125rem .375rem;border-radius:.25rem}.lp-cv-offer__card-banner--best{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);box-shadow:0 4px 12px #f9731666}.lp-cv-offer__card-btn--featured{background:linear-gradient(135deg,var(--lp-cv-primary-dark) 0%,var(--lp-cv-primary) 100%);box-shadow:0 4px 16px #0090d973;min-height:52px;font-size:1rem;animation:cv-pulse-cta 2s ease-in-out infinite}@media (min-width: 480px){.lp-cv-offer__card-btn--featured{min-height:56px;font-size:1.0625rem}}@media (min-width: 768px){.lp-cv-offer__card-btn--featured{min-height:60px;font-size:1.125rem}}@keyframes cv-pulse-cta{0%,to{box-shadow:0 4px 16px #0090d973}50%{box-shadow:0 4px 24px #0090d9a6}}.lp-cv-offer__card-btn--featured:hover{background:linear-gradient(135deg,#03054e,#0070a3)}.lp-cv-offer__card-benefits{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.25rem .4rem;white-space:nowrap;font-size:.7rem}@media (min-width: 768px){.lp-cv-offer__card-benefits{font-size:.75rem}}.lp-cv-offer__card-benefit{display:inline-flex;align-items:center;gap:.25rem}.lp-cv-offer__card-benefit svg{width:14px;height:14px;flex-shrink:0;color:var(--lp-cv-accent-green)}.lp-cv-offer__card-benefit span{color:var(--lp-cv-text-dark);font-size:.75rem;font-weight:500}.lp-cv-offer__card-benefit-sep{color:var(--lp-cv-border);font-size:.75rem;-webkit-user-select:none;user-select:none}.lp-cv-offer__card-shipping{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.05);font-size:.75rem;color:var(--lp-cv-text-gray)}.lp-cv-offer__card-shipping svg{width:16px;height:16px}.lp-cv-offer__card-shipping strong{color:var(--lp-cv-text-dark)}.lp-cv-offer__card-shipping-timer{font-weight:700;color:#f97316}.lp-cv-offer__card-shipping-country{font-weight:700}.lp-cv-offer__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}@media (min-width: 768px){.lp-cv-offer__trust{gap:1.5rem;margin-top:2.5rem}}.lp-cv-offer__trust-item{display:flex;align-items:center;gap:.375rem;color:var(--lp-cv-text-dark);font-size:.875rem;font-weight:500}@media (min-width: 768px){.lp-cv-offer__trust-item{gap:.5rem;font-size:1rem}}.lp-cv-offer__trust-item svg{width:16px;height:16px;color:var(--lp-cv-accent-green)}@media (min-width: 768px){.lp-cv-offer__trust-item svg{width:20px;height:20px}}.lp-cv-reviews{background-color:var(--lp-cv-bg);padding:4rem 1rem}@media (min-width: 768px){.lp-cv-reviews{padding:6rem 1rem}}.lp-cv-reviews__container{max-width:72rem;margin:0 auto}.lp-cv-reviews__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 2.5rem;line-height:1.2}@media (min-width: 768px){.lp-cv-reviews__headline{font-size:2.25rem;margin-bottom:3.5rem}}@media (min-width: 1024px){.lp-cv-reviews__headline{font-size:3rem}}.lp-cv-faq{background-color:var(--lp-cv-bg-alt);padding:3rem 1rem}@media (min-width: 768px){.lp-cv-faq{padding:6rem 1rem}}.lp-cv-faq__container{max-width:48rem;margin:0 auto}.lp-cv-faq__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 2rem}@media (min-width: 768px){.lp-cv-faq__headline{font-size:2.25rem;margin-bottom:2.5rem}}.lp-cv-faq__list{display:flex;flex-direction:column;gap:1rem}.lp-cv-faq__item{background-color:var(--lp-cv-bg-card);border:2px solid var(--lp-cv-border);border-radius:1rem;overflow:hidden}.lp-cv-faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background-color:transparent;border:none;cursor:pointer;text-align:left}@media (min-width: 768px){.lp-cv-faq__trigger{padding:1.5rem}}.lp-cv-faq__question{color:var(--lp-cv-text-dark);font-weight:700;font-size:1rem;line-height:1.4}@media (min-width: 768px){.lp-cv-faq__question{font-size:1.125rem}}.lp-cv-faq__icon{flex-shrink:0;color:var(--lp-cv-text-gray);transition:transform .3s ease}.lp-cv-faq__trigger[aria-expanded=true] .lp-cv-faq__icon{transform:rotate(180deg)}.lp-cv-faq__content{display:none;padding:0 1.25rem 1.25rem}@media (min-width: 768px){.lp-cv-faq__content{padding:0 1.5rem 1.5rem}}.lp-cv-faq__content.open{display:block}.lp-cv-faq__answer{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-faq__answer{font-size:1.125rem}}.lp-cv-final-cta{background:linear-gradient(to bottom,var(--lp-cv-bg),var(--lp-cv-bg-alt));padding:2rem 1rem}@media (min-width: 768px){.lp-cv-final-cta{padding:3rem 1.5rem}}.lp-cv-final-cta__container{max-width:64rem;margin:0 auto}.lp-cv-final-cta__grid{display:flex;flex-direction:column;gap:1.25rem;text-align:center}@media (min-width: 768px){.lp-cv-final-cta__grid{display:grid;grid-template-columns:5fr 7fr;gap:2.5rem;align-items:center;text-align:left}}.lp-cv-final-cta__image-col{display:flex;justify-content:center}@media (max-width: 767px){.lp-cv-final-cta__image-col{max-width:20rem;margin:0 auto}}.lp-cv-final-cta__image{width:100%;height:auto;border-radius:1rem;display:block}.lp-cv-final-cta__content-col{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 768px){.lp-cv-final-cta__content-col{gap:1rem}}.lp-cv-final-cta__headline{font-family:var(--lp-cv-font-family);font-size:1.375rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0;line-height:1.2}@media (min-width: 768px){.lp-cv-final-cta__headline{font-size:2rem}}@media (min-width: 1024px){.lp-cv-final-cta__headline{font-size:2.5rem}}.lp-cv-final-cta__subheadline{color:var(--lp-cv-text-gray);font-size:.9375rem;margin:0;line-height:1.5}@media (min-width: 768px){.lp-cv-final-cta__subheadline{font-size:1.125rem}}.lp-cv-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;background-color:var(--lp-cv-primary-dark);color:#fff;font-size:1rem;font-weight:700;padding:1rem 1.5rem;border-radius:.75rem;text-decoration:none;box-shadow:0 4px 14px #0f1f5c40;transition:all .2s;margin-top:.25rem}@media (min-width: 768px){.lp-cv-final-cta__btn{width:auto;align-self:flex-start;font-size:1.125rem;padding:1.125rem 2.5rem}}.lp-cv-final-cta__btn:hover{background-color:#0f1f5ce6;box-shadow:0 8px 20px #0f1f5c4d;transform:translateY(-1px)}.lp-cv-final-cta__trust{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.5rem}@media (min-width: 768px){.lp-cv-final-cta__trust{justify-content:flex-start;gap:1.25rem}}.lp-cv-final-cta__trust-item{display:flex;align-items:center;gap:.2rem;color:var(--lp-cv-text-dark);font-size:.75rem;font-weight:500;white-space:nowrap}@media (min-width: 768px){.lp-cv-final-cta__trust-item{font-size:.875rem;gap:.25rem}}.lp-cv-final-cta__trust-item svg{width:14px;height:14px;color:var(--lp-cv-accent-green);flex-shrink:0}@media (min-width: 768px){.lp-cv-final-cta__trust-item svg{width:16px;height:16px}}.lp-cv-final-cta__contact{display:flex;align-items:center;justify-content:center;gap:.5rem;padding-top:.5rem}@media (min-width: 768px){.lp-cv-final-cta__contact{justify-content:flex-start}}.lp-cv-final-cta__contact-label{color:var(--lp-cv-text-gray);font-size:.8125rem;margin:0}.lp-cv-final-cta__contact-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--lp-cv-primary-dark);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-cv-final-cta__contact-link:hover{color:var(--lp-cv-primary)}.lp-cv-footer{background-color:#172830;padding:2.5rem 1rem}.lp-cv-footer__container{max-width:64rem;margin:0 auto}.lp-cv-footer__logo{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-bottom:1rem}.lp-cv-footer__logo-text1{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:#fff}.lp-cv-footer__logo-text2{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:300;color:#fff}.lp-cv-footer__contact{text-align:center;color:#fffc;margin:0 0 1.5rem}.lp-cv-footer__contact a{color:var(--lp-cv-primary);text-decoration:none}.lp-cv-footer__contact a:hover{text-decoration:underline}.lp-cv-footer__links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:2rem}.lp-cv-footer__links a{color:#ffffffb3;text-decoration:none;transition:color .2s}.lp-cv-footer__links a:hover{color:var(--lp-cv-primary)}.lp-cv-footer__divider{color:#ffffff4d}.lp-cv-footer__disclaimer{border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;max-width:48rem;margin-left:auto;margin-right:auto}.lp-cv-footer__disclaimer p{text-align:center;font-size:.75rem;color:#fff9;line-height:1.6;margin:0}.lp-cv-footer__warning{text-align:center;font-size:.75rem;color:#ffffff80;max-width:48rem;margin:0 auto 2rem;line-height:1.6}.lp-cv-footer__social{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.lp-cv-footer__social-link{color:#fff9;transition:color .2s}.lp-cv-footer__social-link:hover{color:var(--lp-cv-primary)}.lp-cv-footer__payments{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.lp-cv-footer__payment-icon{height:24px;width:auto}.lp-cv-footer__copyright{text-align:center;font-size:.75rem;color:#fff6;margin:0}.lp-cv-mobile-sticky{position:fixed;bottom:0;left:0;right:0;z-index:50;display:none;background-color:#fdfcfafa;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:2px solid var(--lp-cv-border);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));box-shadow:0 -10px 25px -5px #0000001a}@media (max-width: 767px){.lp-cv-mobile-sticky.visible{display:block}}.lp-cv-mobile-sticky__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:56px;background-color:var(--lp-cv-primary);color:#fff;font-weight:700;font-size:1rem;border-radius:.75rem;text-decoration:none;box-shadow:0 10px 15px -3px #0000001a;transition:background-color .2s}.lp-cv-mobile-sticky__btn:hover{background-color:#0090d9e6}.lp-cv-mobile-sticky__btn svg{width:20px;height:20px}#co-checkout-overlay{font-family:var(--lp-cv-font-family, system-ui, -apple-system, sans-serif)}.co-checkout-overlay__content{text-align:center}.co-checkout-overlay__content p{margin-top:1rem;font-size:1.125rem;color:#333}.co-checkout-overlay__spinner{width:48px;height:48px;border:3px solid #e5e5e5;border-top-color:#333;border-radius:50%;animation:co-overlay-spin .8s linear infinite;margin:0 auto}@keyframes co-overlay-spin{to{transform:rotate(360deg)}}.lp-cv-experts{background-color:var(--lp-cv-bg);padding:3rem 1rem}@media (min-width: 768px){.lp-cv-experts{padding:5rem 1rem}}.lp-cv-experts__container{max-width:72rem;margin:0 auto}.lp-cv-experts__badge-wrapper{text-align:center;margin-bottom:1rem}.lp-cv-experts__badge{display:inline-block;background-color:#b3e0f74d;color:var(--lp-cv-primary);font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.lp-cv-experts__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin-bottom:2.5rem}@media (min-width: 768px){.lp-cv-experts__headline{font-size:2.25rem;margin-bottom:3.5rem}}@media (min-width: 1024px){.lp-cv-experts__headline{font-size:3rem}}.lp-cv-experts__headline-highlight{color:var(--lp-cv-primary)}.lp-cv-experts__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:0 1rem;margin-bottom:3rem;scrollbar-width:none;-ms-overflow-style:none}.lp-cv-experts__grid::-webkit-scrollbar{display:none}@media (min-width: 768px){.lp-cv-experts__grid{display:grid;grid-template-columns:repeat(3,1fr);overflow-x:visible;scroll-snap-type:none;padding:0;gap:1.5rem}}.lp-cv-experts__card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease;flex-shrink:0;width:85%;scroll-snap-align:start}@media (min-width: 768px){.lp-cv-experts__card{width:auto;flex-shrink:1;scroll-snap-align:unset}}.lp-cv-experts__card:hover{box-shadow:0 4px 6px #0000001a}.lp-cv-experts__image-wrapper{aspect-ratio:3 / 4;background-color:var(--lp-cv-bg-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.lp-cv-experts__image{width:100%;height:100%;object-fit:cover;object-position:top center}.lp-cv-experts__image-placeholder{color:var(--lp-cv-text-gray);font-size:.875rem}.lp-cv-experts__content{padding:1.25rem;text-align:center}.lp-cv-experts__name{font-weight:700;color:var(--lp-cv-text-dark);font-size:1.125rem;margin-bottom:.25rem}.lp-cv-experts__title{color:var(--lp-cv-text-gray);font-weight:500;font-size:.875rem;margin-bottom:1rem}.lp-cv-experts__quote{color:var(--lp-cv-text-dark);font-size:.875rem;line-height:1.6}.lp-cv-experts__quote-mark{color:var(--lp-cv-primary);font-size:1.125rem;font-family:Georgia,serif}.lp-cv-experts__trust-badges{border-top:1px solid var(--lp-cv-border);padding-top:2rem}.lp-cv-experts__trust-badges-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;color:var(--lp-cv-text-gray);font-size:.875rem}@media (min-width: 768px){.lp-cv-experts__trust-badges-inner{gap:2rem}}.lp-cv-experts__trust-item{display:flex;align-items:center;gap:.5rem}.lp-cv-experts__trust-check{color:var(--lp-cv-primary)}.lp-cv-experts__trust-divider{display:none;color:var(--lp-cv-border)}@media (min-width: 768px){.lp-cv-experts__trust-divider{display:inline}}.lp-cv-built-standards{position:relative;background:#fff;padding:2rem 1rem;overflow:hidden}@media (min-width: 768px){.lp-cv-built-standards{padding:2.5rem 1.5rem}}.lp-cv-built-standards__blur{position:absolute;border-radius:50%;filter:blur(3rem);pointer-events:none}.lp-cv-built-standards__blur--1{top:0;right:0;width:20rem;height:20rem;background-color:#0090d90d;transform:translate(40%,-40%)}.lp-cv-built-standards__blur--2{bottom:0;left:0;width:14rem;height:14rem;background-color:#b3e0f70f;transform:translate(-40%,40%)}.lp-cv-built-standards__container{max-width:64rem;margin:0 auto;position:relative;z-index:10}.lp-cv-built-standards__header{text-align:center;margin-bottom:1.5rem}@media (min-width: 768px){.lp-cv-built-standards__header{margin-bottom:2rem}}.lp-cv-built-standards__badge{display:inline-block;background-color:var(--lp-cv-primary);color:#fff;font-size:.6875rem;font-weight:700;padding:.375rem .875rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.lp-cv-built-standards__headline{color:var(--lp-cv-text-dark);font-size:1.375rem;font-weight:700;text-align:center;margin:0 0 .5rem;line-height:1.2}@media (min-width: 768px){.lp-cv-built-standards__headline{font-size:2rem}}@media (min-width: 1024px){.lp-cv-built-standards__headline{font-size:2.5rem}}.lp-cv-built-standards__headline-highlight{color:var(--lp-cv-primary)}.lp-cv-built-standards__subtitle{color:var(--lp-cv-text-gray);text-align:center;font-size:.9375rem;max-width:36rem;margin:0 auto;line-height:1.5}@media (min-width: 768px){.lp-cv-built-standards__subtitle{font-size:1rem}}.lp-cv-built-standards__grid{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.lp-cv-built-standards__grid{display:grid;grid-template-columns:5fr 7fr;gap:2rem;align-items:center}}@media (min-width: 1024px){.lp-cv-built-standards__grid{gap:3rem}}@media (max-width: 767px){.lp-cv-built-standards__image-col{max-width:20rem;margin:0 auto}}.lp-cv-built-standards__product-card{background:#fff;border:1px solid var(--lp-cv-border);border-radius:1rem;padding:.75rem;box-shadow:0 1px 3px #0000000f,0 0 0 1px #0090d90a}@media (min-width: 768px){.lp-cv-built-standards__product-card{padding:1rem;border-radius:1.25rem}}.lp-cv-built-standards__product-image{width:100%;height:auto;display:block;border-radius:.625rem}.lp-cv-built-standards__product-placeholder{text-align:center;padding:3rem 1rem;color:var(--lp-cv-text-gray)}.lp-cv-built-standards__placeholder-title{font-size:1rem;font-weight:600;margin:0 0 .25rem}.lp-cv-built-standards__placeholder-subtitle{font-size:.8125rem;margin:0}.lp-cv-built-standards__details-col{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.lp-cv-built-standards__details-col{gap:1.25rem}}.lp-cv-built-standards__chips{display:flex;gap:.625rem}@media (max-width: 767px){.lp-cv-built-standards__chips{justify-content:center}}.lp-cv-built-standards__chip{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:.625rem;padding:.5rem .75rem;box-shadow:0 1px 3px #0000000f}.lp-cv-built-standards__chip--primary{border-left:3px solid var(--lp-cv-primary)}.lp-cv-built-standards__chip--accent{border-left:3px solid var(--lp-cv-accent)}.lp-cv-built-standards__chip-value{font-size:1.125rem;font-weight:700;color:var(--lp-cv-text-dark);line-height:1}.lp-cv-built-standards__chip-label{font-size:.6875rem;color:var(--lp-cv-text-gray);line-height:1.2;text-transform:uppercase;letter-spacing:.03em}.lp-cv-built-standards__stat-strip{display:flex;align-items:center;background:#fff;border:1px solid var(--lp-cv-border);border-radius:.75rem;padding:.75rem 0;box-shadow:0 1px 3px #0000000a}.lp-cv-built-standards__stat{flex:1;text-align:center;padding:.25rem .5rem}.lp-cv-built-standards__stat-divider{width:1px;height:2.5rem;background:var(--lp-cv-border);flex-shrink:0}.lp-cv-built-standards__stat-number{color:var(--lp-cv-accent);font-weight:700;font-size:1.375rem;line-height:1.1;margin:0 0 .125rem}@media (min-width: 768px){.lp-cv-built-standards__stat-number{font-size:1.75rem}}.lp-cv-built-standards__stat-unit{font-size:.5625rem;font-weight:600;color:var(--lp-cv-text-dark);text-transform:uppercase;letter-spacing:.06em}@media (min-width: 768px){.lp-cv-built-standards__stat-unit{font-size:.6875rem}}.lp-cv-built-standards__stat-label{color:var(--lp-cv-text-gray);font-size:.6875rem;margin:0;line-height:1.3}@media (min-width: 768px){.lp-cv-built-standards__stat-label{font-size:.75rem}}.lp-cv-built-standards__footer-quote{color:var(--lp-cv-text-gray);font-size:.8125rem;font-style:italic;margin:0;line-height:1.5;padding-left:.75rem;border-left:2px solid var(--lp-cv-primary)}@media (max-width: 767px){.lp-cv-built-standards__footer-quote{text-align:center;border-left:none;padding-left:0}}@media (min-width: 768px){.lp-cv-built-standards__footer-quote{font-size:.875rem}}.lp-cv-offer__carousel{position:relative;width:100%}.lp-cv-offer__carousel-viewport{overflow:hidden;border-radius:1rem;background-color:var(--lp-cv-bg);border:1px solid var(--lp-cv-border)}.lp-cv-offer__carousel-container{display:flex;touch-action:pan-y pinch-zoom;transition:transform .3s ease}.lp-cv-offer__carousel-slide{flex:0 0 100%;min-width:0}.lp-cv-offer__carousel-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.lp-cv-offer__carousel-dots{display:flex;justify-content:center;gap:.375rem;margin-top:.625rem}.lp-cv-offer__carousel-dot{width:8px;height:8px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;cursor:pointer;padding:0;transition:all .2s ease}.lp-cv-offer__carousel-dot:hover{background-color:var(--lp-cv-primary-light)}.lp-cv-offer__carousel-dot--active{background-color:var(--lp-cv-primary);width:20px}.lp-cv-offer__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:#ffffffd9;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;transition:background-color .2s}.lp-cv-offer__carousel-btn:hover{background-color:#fff}.lp-cv-offer__carousel-btn svg{width:20px;height:20px;color:var(--lp-cv-text-dark, #1e293b)}.lp-cv-offer__carousel-btn--prev{left:8px}.lp-cv-offer__carousel-btn--next{right:8px}.lp-cv-offer__card-image{max-width:100%;overflow:hidden}.lp-cv-upgrades{background-color:var(--lp-cv-bg);padding:1rem 1rem 2.5rem}@media (min-width: 768px){.lp-cv-upgrades{padding:1.5rem 1.5rem 3.5rem}}.lp-cv-upgrades__container{max-width:1100px;margin:0 auto}.lp-cv-upgrades__headline{font-family:var(--lp-cv-font-family);font-size:1.5rem;font-weight:700;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 2rem;line-height:1.2}@media (min-width: 768px){.lp-cv-upgrades__headline{font-size:2.25rem;margin-bottom:2.5rem}}.lp-cv-upgrades__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media (min-width: 768px){.lp-cv-upgrades__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.lp-cv-upgrades__item{display:flex;flex-direction:column;align-items:center;text-align:center}.lp-cv-upgrades__icon-wrapper{width:64px;height:64px;margin:0 auto .75rem;color:var(--lp-cv-primary-dark)}@media (min-width: 768px){.lp-cv-upgrades__icon-wrapper{width:72px;height:72px;margin-bottom:1rem}}.lp-cv-upgrades__icon{width:100%;height:100%}.lp-cv-upgrades__title{font-family:var(--lp-cv-font-family);font-size:.9375rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .375rem;line-height:1.3}@media (min-width: 768px){.lp-cv-upgrades__title{font-size:1.125rem;margin-bottom:.5rem}}.lp-cv-upgrades__description{font-family:var(--lp-cv-font-family);font-size:.8125rem;color:var(--lp-cv-text-gray);line-height:1.5;margin:0;max-width:220px}@media (min-width: 768px){.lp-cv-upgrades__description{font-size:.875rem}}.lp-cv-easy-to-use{background-color:var(--lp-cv-bg-card);padding:4rem 1rem}@media (min-width: 768px){.lp-cv-easy-to-use{padding:6rem 1rem}}.lp-cv-easy-to-use__container{max-width:64rem;margin:0 auto}.lp-cv-easy-to-use__headline{font-family:var(--lp-cv-font-logo);font-style:italic;font-size:1.5rem;font-weight:600;color:var(--lp-cv-text-dark);text-align:center;margin:0 0 2.5rem;line-height:1.2}@media (min-width: 768px){.lp-cv-easy-to-use__headline{font-size:2.25rem;margin-bottom:3.5rem}}@media (min-width: 1024px){.lp-cv-easy-to-use__headline{font-size:3rem}}.lp-cv-easy-to-use__grid{display:none;grid-template-columns:repeat(3,1fr);gap:2rem}@media (min-width: 768px){.lp-cv-easy-to-use__grid{display:grid}}.lp-cv-easy-to-use__step{text-align:center}.lp-cv-easy-to-use__image-wrapper{position:relative;margin-bottom:1.25rem}.lp-cv-easy-to-use__image{width:100%;height:12rem;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:box-shadow .2s ease}@media (min-width: 768px){.lp-cv-easy-to-use__image{height:14rem}}.lp-cv-easy-to-use__step:hover .lp-cv-easy-to-use__image{box-shadow:0 20px 25px -5px #0000001a}.lp-cv-easy-to-use__number{position:absolute;top:-.75rem;left:-.75rem;width:48px;height:48px;background-color:var(--lp-cv-primary);color:#fff;font-size:1.25rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;border:4px solid var(--lp-cv-bg-card)}.lp-cv-easy-to-use__step--mobile .lp-cv-easy-to-use__number{width:40px;height:40px;font-size:1.125rem;top:-.5rem;left:-1rem}.lp-cv-easy-to-use__title{font-family:var(--lp-cv-font-family);font-size:1.25rem;font-weight:700;color:var(--lp-cv-text-dark);margin:0 0 .25rem}@media (min-width: 768px){.lp-cv-easy-to-use__title{font-size:1.5rem}}.lp-cv-easy-to-use__description{color:var(--lp-cv-text-gray);font-size:1rem;line-height:1.6;margin:0}@media (min-width: 768px){.lp-cv-easy-to-use__description{font-size:1.125rem}}.lp-cv-easy-to-use__carousel{display:block;position:relative;padding:0 .5rem}@media (min-width: 768px){.lp-cv-easy-to-use__carousel{display:none}}.lp-cv-easy-to-use__carousel-viewport{overflow:hidden}.lp-cv-easy-to-use__carousel-track{display:flex;transition:transform .3s ease}.lp-cv-easy-to-use__carousel-slide{flex:0 0 100%;min-width:0;padding:.75rem 1.5rem 0}.lp-cv-easy-to-use__btn{position:absolute;top:7rem;transform:translateY(-50%);width:32px;height:32px;background-color:var(--lp-cv-bg-card);border:1px solid var(--lp-cv-border);border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;z-index:10}.lp-cv-easy-to-use__btn svg{width:16px;height:16px;color:var(--lp-cv-text-dark)}.lp-cv-easy-to-use__btn--prev{left:0}.lp-cv-easy-to-use__btn--next{right:0}.lp-cv-easy-to-use__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.lp-cv-easy-to-use__dot{width:8px;height:8px;border-radius:9999px;background-color:var(--lp-cv-border);border:none;cursor:pointer;padding:0;transition:all .2s ease}.lp-cv-easy-to-use__dot--active{background-color:var(--lp-cv-primary);width:20px}
/*# sourceMappingURL=/cdn/shop/t/51/assets/landing-cv.css.map */
