.blp-header{background:var(--blph-bg);border-bottom:1px solid var(--blph-border);display:flex;align-items:center;justify-content:center;padding:6px 15px;min-height:56px}.blp-header .blph-logo{display:block;width:var(--blph-logo-width-mobile);height:auto}@media screen and (min-width:750px){.blp-header .blph-logo{width:var(--blph-logo-width-desktop)}}.blp-reason{background:var(--blpr-bg)}.blp-reason .blpr-inner{display:flex;flex-direction:column}.blp-reason .blpr-media{order:1;width:100%;height:var(--blpr-mobile-image-height)}.blp-reason .blpr-image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--blpr-image-focus)}.blp-reason .blpr-content{order:2;display:flex;flex-direction:column;gap:20px;padding:40px 24px}.blp-reason .blpr-badge{width:48px;height:40px;border-radius:2px;background:var(--blpr-badge-bg);color:var(--blpr-badge-color);font-size:17px;line-height:1;display:flex;align-items:center;justify-content:center}.blp-reason .blpr-text-group{display:flex;flex-direction:column;gap:16px}.blp-reason .blpr-heading{margin:0;font-weight:600;line-height:1.15;color:var(--blpr-heading-color);font-size:var(--blpr-heading-size-mobile)}.blp-reason .blpr-body{margin:0;font-weight:400;line-height:1.45;color:var(--blpr-body-color);font-size:var(--blpr-body-size)}@media screen and (min-width:750px){.blp-reason .blpr-inner{flex-direction:row;align-items:center;gap:64px}.blp-reason .blpr-media{width:var(--blpr-desktop-image-width);height:auto;min-height:var(--blpr-desktop-min-height);align-self:stretch}.blp-reason[data-desktop-ratio=square] .blpr-media{aspect-ratio:1 / 1;align-self:center;min-height:0;height:auto}.blp-reason .blpr-content{flex:1 0 0;min-width:0;padding:64px 0;justify-content:center}.blp-reason .blpr-badge{font-size:18px}.blp-reason .blpr-heading{font-size:var(--blpr-heading-size-desktop);max-width:480px}.blp-reason[data-image-position=left] .blpr-media{order:1}.blp-reason[data-image-position=left] .blpr-content{order:2;padding-right:152px}.blp-reason[data-image-position=right] .blpr-media{order:2}.blp-reason[data-image-position=right] .blpr-content{order:1;padding-left:152px}}@media screen and (min-width:750px)and (max-width:1100px){.blp-reason[data-image-position=left] .blpr-content{padding-right:48px}.blp-reason[data-image-position=right] .blpr-content{padding-left:48px}.blp-reason .blpr-inner{gap:40px}}.blp-offer{background:var(--blpo-bg);padding:64px 24px}.blp-offer .blpo-inner{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:1100px;margin:0 auto}.blp-offer .blpo-media{width:100%;max-width:426px}.blp-offer .blpo-slider{position:relative;overflow:hidden;border-radius:3px}.blp-offer .blpo-track{display:flex;transition:transform .45s ease}.blp-offer .blpo-slide{flex:0 0 100%;min-width:0}.blp-offer .blpo-image{display:block;width:100%;aspect-ratio:var(--blpo-image-ratio);object-fit:cover}.blp-offer .blpo-dots{position:absolute;left:16px;right:16px;bottom:12px;display:flex;gap:6px}.blp-offer .blpo-dot{flex:1 0 0;height:4px;border-radius:2px;background:var(--blpo-dot-track);overflow:hidden;border:0;padding:0;cursor:pointer}.blp-offer .blpo-dot-fill{display:block;height:100%;width:0;background:var(--blpo-dot-fill);border-radius:2px}.blp-offer .blpo-dot.is-done .blpo-dot-fill{width:100%}.blp-offer .blpo-dot.is-active .blpo-dot-fill{animation:blpoFill var(--blpo-interval) linear forwards}@keyframes blpoFill{0%{width:0}to{width:100%}}.blp-offer .blpo-content{width:100%;max-width:426px;display:flex;flex-direction:column;gap:24px}.blp-offer .blpo-heading{margin:0;font-weight:600;line-height:1.15;text-align:center;color:var(--blpo-heading-color);font-size:var(--blpo-heading-size-mobile)}.blp-offer .blpo-subheading{margin:10px 0 0;font-weight:400;line-height:1.45;text-align:center;color:var(--blpo-subheading-color);font-size:15px}.blp-offer .blpo-cta-group{display:flex;flex-direction:column;gap:12px}.blp-offer .blpo-button{display:flex;align-items:center;justify-content:center;height:46px;border-radius:3px;background:var(--blpo-button-bg);color:var(--blpo-button-color);font-weight:700;font-size:16px;text-decoration:none;transition:opacity .15s ease}.blp-offer .blpo-button:hover{opacity:.9}.blp-offer .blpo-urgency{display:flex;gap:14px;align-items:center;justify-content:center;background:var(--blpo-box-bg);border-radius:4px;padding:28px 32px;font-size:14px;line-height:1.45;color:var(--blpo-box-text-color);text-align:center}.blp-offer .blpo-urgency strong{font-weight:700}.blp-offer .blpo-risk-value{font-weight:700;color:var(--blpo-risk-color)}.blp-offer .blpo-guarantee{display:flex;gap:10px;align-items:center;justify-content:center;font-size:13px;line-height:1.35;color:var(--blpo-guarantee-color);text-align:left;max-width:340px;margin:0 auto}.blp-offer .blpo-guarantee svg{flex-shrink:0;width:18px;height:18px}@media screen and (min-width:750px){.blp-offer{padding:100px 40px}.blp-offer .blpo-inner{flex-direction:row;justify-content:center;gap:80px}.blp-offer .blpo-heading{font-size:var(--blpo-heading-size-desktop)}}.blp-faq{background:var(--blpf-bg);padding:48px 16px}.blp-faq .blpf-inner{max-width:636px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.blp-faq .blpf-header{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.blp-faq .blpf-heading{margin:0;font-weight:600;line-height:1.15;color:var(--blpf-heading-color);font-size:var(--blpf-heading-size-mobile)}.blp-faq .blpf-subheading{margin:0;font-size:14px;line-height:1.35;color:var(--blpf-subheading-color);max-width:340px}.blp-faq .blpf-item{border-top:1px solid var(--blpf-divider-color)}.blp-faq .blpf-accordion{border-bottom:1px solid var(--blpf-divider-color)}.blp-faq .blpf-question{display:flex;align-items:center;gap:12px;padding:18px 0 18px 6px;cursor:pointer;list-style:none;font-size:var(--blpf-question-size-mobile);line-height:1.4;color:var(--blpf-question-color)}.blp-faq .blpf-question::-webkit-details-marker{display:none}.blp-faq .blpf-question>span:first-child{flex:1 0 0;min-width:0}.blp-faq .blpf-icon{flex:0 0 auto;width:32px;height:32px;position:relative}.blp-faq .blpf-icon:before,.blp-faq .blpf-icon:after{content:"";position:absolute;background:var(--blpf-icon-color);top:50%;left:50%;transition:transform .2s ease}.blp-faq .blpf-icon:before{width:14px;height:1.5px;transform:translate(-50%,-50%)}.blp-faq .blpf-icon:after{width:1.5px;height:14px;transform:translate(-50%,-50%)}.blp-faq details[open] .blpf-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.blp-faq .blpf-answer{padding:0 6px 20px;font-size:15px;line-height:1.5;color:var(--blpf-answer-color)}.blp-faq .blpf-answer p{margin:0 0 8px}.blp-faq .blpf-answer p:last-child{margin-bottom:0}@media screen and (min-width:750px){.blp-faq{padding:100px 40px}.blp-faq .blpf-heading{font-size:var(--blpf-heading-size-desktop)}.blp-faq .blpf-question{font-size:var(--blpf-question-size-desktop);padding:20px 0 20px 6px}}.blp-footer{background:var(--blpft-bg);padding:24px}.blp-footer .blpft-inner{max-width:900px;margin:0 auto;text-align:center;font-size:var(--blpft-text-size, 14px);line-height:1.4;color:var(--blpft-text-color)}.blp-footer .blpft-inner p{margin:0 0 4px}.blp-footer .blpft-links{margin-top:16px}.blp-footer .blpft-links a{color:var(--blpft-text-color);text-decoration:none}.blp-footer .blpft-links a:hover{text-decoration:underline}.blp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--blps-bg);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -2px 12px #0000000f}.blp-sticky[data-position=top]{top:0;bottom:auto;box-shadow:0 2px 12px #0000000f}.blp-sticky .blps-button{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:3px;background:var(--blps-button-bg);color:var(--blps-button-color);font-weight:700;font-size:11px;line-height:1;text-decoration:none;white-space:nowrap}.blp-sticky .blps-proof{display:flex;align-items:center;gap:5px;min-width:0}.blp-sticky .blps-avatars{display:flex;align-items:center}.blp-sticky .blps-avatar{width:var(--blps-avatar-size-mobile);height:var(--blps-avatar-size-mobile);border-radius:100px;object-fit:cover;display:block;border:1.5px solid var(--blps-avatar-border)}.blp-sticky .blps-avatar:not(:first-child){margin-left:-8px}.blp-sticky .blps-text{font-size:10px;line-height:1.2;color:var(--blps-text-color);letter-spacing:normal;min-width:0}@media screen and (min-width:750px){.blp-sticky{justify-content:center;gap:24px;padding:12px 20px}.blp-sticky .blps-button{height:36px;padding:0 20px;font-size:12px;font-weight:500}.blp-sticky .blps-avatar{width:var(--blps-avatar-size-desktop);height:var(--blps-avatar-size-desktop);margin-left:-10px}.blp-sticky .blps-avatar:first-child{margin-left:0}.blp-sticky .blps-text{font-size:13px}}.blp-hero .blph2-inner{display:flex;flex-direction:column}.blp-hero .blph2-media{order:1;width:100%;height:var(--blph2-mobile-image-height)}.blp-hero .blph2-image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--blph2-image-focus)}.blp-hero .blph2-content{order:2;background:var(--blph2-mobile-bg);padding:var(--blph2-mobile-padding-v) 24px;display:flex;flex-direction:column;gap:16px}.blp-hero .blph2-text-group{display:flex;flex-direction:column;gap:12px}.blp-hero .blph2-heading{margin:0;font-weight:600;line-height:1.15;color:var(--blph2-heading-color);font-size:var(--blph2-heading-size-mobile)}.blp-hero .blph2-subheading{margin:0;font-weight:400;line-height:1.45;color:var(--blph2-subheading-color);font-size:var(--blph2-subheading-size-mobile);max-width:340px}.blp-hero .blph2-socialproof{display:flex;align-items:center;gap:8px}.blp-hero .blph2-avatars{display:flex;align-items:center}.blp-hero .blph2-avatar{width:var(--blph2-avatar-size);height:var(--blph2-avatar-size);border-radius:100px;object-fit:cover;display:block;border:1.5px solid var(--blph2-avatar-border)}.blp-hero .blph2-avatar:not(:first-child){margin-left:-8px}.blp-hero .blph2-socialproof-text{font-size:var(--blph2-socialproof-size);line-height:1.2;color:var(--blph2-socialproof-color)}@media screen and (min-width:750px){.blp-hero .blph2-inner{flex-direction:row;align-items:stretch}.blp-hero .blph2-content{flex:1 0 0;min-width:0;background:var(--blph2-desktop-bg);justify-content:center;gap:24px}.blp-hero .blph2-media{width:var(--blph2-desktop-image-width);height:auto;min-height:var(--blph2-desktop-min-height)}.blp-hero[data-image-position=right] .blph2-content{order:1;padding:64px 108px 64px 56px}.blp-hero[data-image-position=right] .blph2-media{order:2}.blp-hero[data-image-position=left] .blph2-content{order:2;padding:64px 56px 64px 108px}.blp-hero[data-image-position=left] .blph2-media{order:1}.blp-hero .blph2-heading{font-size:var(--blph2-heading-size-desktop)}.blp-hero .blph2-subheading{font-size:var(--blph2-subheading-size-desktop);max-width:none}}@media screen and (min-width:750px)and (max-width:1100px){.blp-hero .blph2-content{padding:48px 40px!important}.blp-hero .blph2-heading{font-size:calc(var(--blph2-heading-size-desktop) * .85)}}.blp-compare{background:var(--blpc-bg);padding:48px 16px}.blp-compare .blpc-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column}.blp-compare .blpc-heading{margin:0 0 28px;font-weight:600;line-height:1.15;text-align:center;color:var(--blpc-heading-color);font-size:var(--blpc-heading-size-mobile)}.blp-compare .blpc-row{display:grid;grid-template-columns:var(--blpc-label-w) 1.1fr 1fr}.blp-compare .blpc-cell{display:flex;align-items:center;justify-content:center;text-align:center;padding:16px 8px;font-size:12px;line-height:1.35;color:var(--blpc-other-text);border-top:1px solid var(--blpc-divider)}.blp-compare .blpc-cell--label{justify-content:flex-start;text-align:left;padding-left:0;padding-right:10px;font-size:13px;font-weight:600;color:var(--blpc-label-color)}.blp-compare .blpc-cell--highlight{background:var(--blpc-highlight-bg);border-top:1px solid var(--blpc-highlight-divider);color:var(--blpc-highlight-text);font-weight:500;padding-left:10px;padding-right:10px}.blp-compare .blpc-row--header .blpc-cell{border-top:none;padding-top:12px;padding-bottom:12px}.blp-compare .blpc-row--header .blpc-cell--competitor{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--blpc-other-text)}.blp-compare .blpc-cell--brand{background:var(--blpc-header-bg);border-radius:8px 8px 0 0;margin-top:-8px;border-top:none;padding-top:14px;padding-bottom:14px}.blp-compare .blpc-brand-text{color:var(--blpc-header-text);font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase}.blp-compare .blpc-logo{display:block;width:var(--blpc-logo-w);height:auto}.blp-compare .blpc-row--last .blpc-cell{border-bottom:1px solid var(--blpc-divider)}.blp-compare .blpc-row--last .blpc-cell--highlight{border-radius:0 0 8px 8px;margin-bottom:-8px;border-bottom:none;padding-bottom:24px}.blp-compare .blpc-tldr{margin:34px 0 0;font-size:13px;line-height:1.5;color:var(--blpc-other-text)}.blp-compare .blpc-tldr strong{font-weight:600;color:var(--blpc-label-color)}@media screen and (min-width:750px){.blp-compare{padding:100px 40px}.blp-compare .blpc-heading{font-size:var(--blpc-heading-size-desktop);margin-bottom:44px}.blp-compare .blpc-row{grid-template-columns:var(--blpc-label-w-desktop) 1.1fr 1fr}.blp-compare .blpc-cell{font-size:15px;padding:20px 16px}.blp-compare .blpc-cell--label{font-size:16px;padding-left:0}.blp-compare .blpc-row--header .blpc-cell--competitor{font-size:13px}.blp-compare .blpc-brand-text{font-size:17px}.blp-compare .blpc-tldr{font-size:15px;text-align:center}}.blp-reason .blpr-media{height:min(var(--blpr-mobile-image-height),100vw)}@media screen and (min-width:750px){.blp-reason .blpr-media{aspect-ratio:1 / 1;align-self:center;min-height:0;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/belluna-landing.css.map */
