*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#000;color:#fff}#root{min-height:100vh}.btn{border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;text-decoration:none}a.btn,a.btn:hover,a.btn:visited,a.btn:active{text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:.5rem .75rem;font-size:.875rem;height:32px}.btn-md{padding:.625rem 1.25rem;font-size:.9375rem;height:40px}.btn-lg{padding:.75rem 1.5rem;font-size:1rem;height:48px}.btn-primary{background:#fff;color:#000}.btn-primary:hover:not(:disabled){background:#e5e5e5}.btn-secondary{background:#111;color:#fff;border:1px solid #333333}.btn-secondary:hover:not(:disabled){background:#1a1a1a;border-color:#404040}.btn-ghost{background:transparent;color:#a1a1aa;border:1px solid transparent}.btn-ghost:hover:not(:disabled){background:#111;color:#fff;border-color:#333}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.lp-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333333}.lp-header-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.lp-header-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#fff}.lp-header-logo img{height:32px;width:auto}.lp-header-nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.lp-header-nav a{color:#a1a1aa;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.lp-header-nav a:hover{color:#fff}.lp-header-actions{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.lp-header-nav{display:none}.lp-header-container{padding:1rem}}.card{background:#111;border:1px solid #333333;border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.card-clickable{cursor:pointer}.card-clickable:hover{border-color:#404040;background:#1a1a1a}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:500;color:#a1a1aa}.input{width:100%;padding:.625rem .875rem;background:#111;border:1px solid #333333;border-radius:.5rem;color:#fff;font-size:.9375rem;transition:all .2s ease;font-family:inherit;height:40px}.input:focus{outline:none;border-color:#404040;background:#1a1a1a}.input::placeholder{color:#71717a}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444}.input-error-text{font-size:.875rem;color:#ef4444}.select-wrapper{display:flex;flex-direction:column;gap:.5rem}.select-label{font-size:.875rem;font-weight:500;color:#a1a1aa}.select{width:100%;padding:.625rem .875rem;background:#111;border:1px solid #333333;border-radius:.5rem;color:#fff;font-size:.9375rem;transition:all .2s ease;font-family:inherit;height:40px;cursor:pointer}.select:focus{outline:none;border-color:#404040;background:#1a1a1a}.select option{background:#111;color:#fff}.select option:disabled{color:#666;cursor:not-allowed}.select-error{border-color:#ef4444}.select-error:focus{border-color:#ef4444}.select-error-text{font-size:.875rem;color:#ef4444}.lp-hero-visual{margin-top:3rem;padding:2rem}.lp-hero-visual-container{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.lp-hero-visual-item{display:flex;align-items:center;gap:1rem}.lp-hero-visual-card{background:#111;border:1px solid #333333;border-radius:.75rem;padding:1.5rem;min-width:140px;text-align:center;transition:all .2s ease}.lp-hero-visual-card-active{border-color:#fff;background:#1a1a1a;transform:scale(1.05)}.lp-hero-visual-image{width:80px;height:80px;border-radius:.75rem;overflow:hidden;margin:0 auto .75rem;border:2px solid #333333;background:#1a1a1a}.lp-hero-visual-card-active .lp-hero-visual-image{border-color:#fff}.lp-hero-visual-image img{width:100%;height:100%;object-fit:cover}.lp-hero-visual-text{font-size:.875rem;color:#a1a1aa;margin-bottom:.5rem;font-weight:500}.lp-hero-visual-status{font-size:.75rem;color:#71717a;font-weight:600}.lp-hero-visual-status-active{color:#22c55e}.lp-hero-visual-arrow{font-size:1.5rem;color:#fff;font-weight:600}@media(max-width:768px){.lp-hero-visual{margin-top:2rem;padding:1rem}.lp-hero-visual-container{gap:1rem}.lp-hero-visual-card{min-width:100px;padding:1rem}.lp-hero-visual-arrow{font-size:1.25rem}}.lp-hero{padding:8rem 2rem 4rem;text-align:center;max-width:800px;margin:0 auto}.lp-hero-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.lp-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0}.lp-hero-title-accent{color:#fff}.lp-hero-description{font-size:1.25rem;color:#a1a1aa;line-height:1.6;max-width:600px;margin:0}.lp-hero-actions{display:flex;gap:1rem;margin-top:1rem}@media(max-width:768px){.lp-hero{padding:6rem 1rem 3rem}.lp-hero-title{font-size:2.5rem}.lp-hero-description{font-size:1.125rem}.lp-hero-actions{flex-direction:column;width:100%}.lp-hero-actions button{width:100%}}.lp-stats{padding:4rem 2rem;background:#111;border-top:1px solid #333333;border-bottom:1px solid #333333}.lp-stats-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.lp-stat{text-align:center}.lp-stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1}.lp-stat-label{font-size:1rem;color:#a1a1aa}@media(max-width:768px){.lp-stats{padding:3rem 1rem}.lp-stat-value{font-size:2rem}}.lp-before-after{padding:6rem 2rem;background:#000}.lp-before-after-container{max-width:1280px;margin:0 auto}.lp-before-after-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:3rem;letter-spacing:-.02em}.lp-before-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.lp-before-after-column{padding:2rem}.lp-before-after-column-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:center}.lp-before-after-before .lp-before-after-column-title{color:#ef4444}.lp-before-after-after .lp-before-after-column-title{color:#22c55e}.lp-before-after-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.lp-before-after-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#a1a1aa}.lp-before-after-icon{font-size:1.25rem;flex-shrink:0}.lp-before-after-icon-error{color:#ef4444}.lp-before-after-icon-success{color:#22c55e}@media(max-width:768px){.lp-before-after{padding:4rem 1rem}.lp-before-after-title{font-size:2rem}.lp-before-after-grid{grid-template-columns:1fr}}.lp-problem{padding:6rem 2rem;background:#111;border-top:1px solid #333333;border-bottom:1px solid #333333}.lp-problem-container{max-width:900px;margin:0 auto}.lp-problem-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-problem-subtitle{font-size:1.5rem;font-weight:600;text-align:center;color:#a1a1aa;margin-bottom:3rem}.lp-problem-intro{margin-bottom:4rem}.lp-problem-intro p{font-size:1.125rem;color:#a1a1aa;line-height:1.7;text-align:center;margin-bottom:1rem}.lp-problem-question{font-size:1.5rem;font-weight:600;color:#ef4444;text-align:center;margin:0}.lp-problem-list{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.lp-problem-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:#1a1a1a;border:1px solid #333333;border-radius:.75rem;transition:all .2s ease}.lp-problem-item:hover{border-color:#404040;background:#222}.lp-problem-item-number{font-size:3rem;font-weight:700;color:#ef4444;line-height:1;flex-shrink:0;min-width:60px;text-align:center}.lp-problem-item-content{flex:1;display:flex;flex-direction:column;gap:1rem}.lp-problem-item-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0;line-height:1.3}.lp-problem-item-description{font-size:1rem;color:#a1a1aa;line-height:1.7;margin:0}.lp-problem-conclusion{font-size:1.5rem;font-weight:600;color:#ef4444;text-align:center;margin:0;padding-top:3rem;border-top:1px solid #333333}@media(max-width:768px){.lp-problem{padding:4rem 1rem}.lp-problem-title{font-size:2rem}.lp-problem-subtitle{font-size:1.25rem}.lp-problem-item{flex-direction:column;gap:1rem;padding:1.5rem}.lp-problem-item-number{font-size:2rem;min-width:auto}.lp-problem-item-title{font-size:1.25rem}}.lp-solution{padding:6rem 2rem;background:#000}.lp-solution-container{max-width:1200px;margin:0 auto}.lp-solution-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-solution-subtitle{font-size:1.5rem;font-weight:600;text-align:center;color:#fff;margin-bottom:1rem}.lp-solution-description{font-size:1.125rem;color:#a1a1aa;text-align:center;line-height:1.7;max-width:800px;margin:0 auto 3rem}.lp-solution-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.lp-solution-column{padding:2rem}.lp-solution-column-new{border-color:#fff;border-width:2px}.lp-solution-column-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.lp-solution-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.lp-solution-item{font-size:.9375rem;color:#a1a1aa;line-height:1.6;padding-left:1.5rem;position:relative}.lp-solution-item:before{content:"•";position:absolute;left:0;color:#fff;font-size:1.25rem}.lp-solution-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.lp-solution-cta-text{font-size:1.5rem;font-weight:600;color:#fff;margin:0}@media(max-width:768px){.lp-solution{padding:4rem 1rem}.lp-solution-title{font-size:2rem}.lp-solution-comparison{grid-template-columns:1fr}}.lp-feature-visual{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.lp-feature-visual-icon{width:80px;height:80px;background:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;box-shadow:0 4px 20px #fff3;color:#000}.lp-feature-visual-content{display:flex;flex-direction:column;gap:.75rem}.lp-feature-visual-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.lp-feature-visual-description{font-size:.9375rem;color:#a1a1aa;line-height:1.6;margin:0}.lp-features{padding:6rem 2rem;background:#000}.lp-features-container{max-width:1280px;margin:0 auto}.lp-features-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-features-description{font-size:1.125rem;color:#a1a1aa;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.lp-feature-card{display:flex;flex-direction:column;gap:1rem;text-align:center;padding:2rem}@media(max-width:768px){.lp-features{padding:4rem 1rem}.lp-features-title{font-size:2rem}.lp-features-grid{grid-template-columns:1fr}}.lp-pricing{padding:6rem 2rem;background:#000}.lp-pricing-container{max-width:1280px;margin:0 auto}.lp-pricing-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-pricing-description{font-size:1.125rem;color:#a1a1aa;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.lp-pricing-billing{display:flex;justify-content:center;margin-bottom:3rem}.lp-pricing-billing-toggle{display:inline-flex;background:#111;border:1px solid #333333;border-radius:.5rem;padding:.25rem;gap:.25rem}.lp-pricing-billing-option{padding:.625rem 1.5rem;background:transparent;border:none;border-radius:.375rem;color:#a1a1aa;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.lp-pricing-billing-option:hover{color:#fff;background:#1a1a1a}.lp-pricing-billing-option-active{background:#fff;color:#000}.lp-pricing-billing-option-active:hover{background:#e5e5e5}.lp-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.lp-pricing-card{position:relative;display:flex;flex-direction:column;gap:1.5rem}.lp-pricing-card-popular{border-color:#fff;border-width:2px}.lp-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#fff;color:#000;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.lp-pricing-card-header{text-align:center}.lp-pricing-card-name{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.lp-pricing-card-description{font-size:.9375rem;color:#a1a1aa;margin-bottom:1rem}.lp-pricing-card-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.lp-pricing-card-price-amount{font-size:2.5rem;font-weight:700;color:#fff}.lp-pricing-card-price-period{font-size:1rem;color:#a1a1aa}.lp-pricing-card-price-note{font-size:.875rem;color:#71717a}.lp-pricing-card-original-price{font-size:.875rem;color:#71717a;margin-top:.5rem;text-align:center}.lp-pricing-card-original-price span{text-decoration:line-through}.lp-pricing-card-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;flex:1}.lp-pricing-card-feature{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#a1a1aa}.lp-pricing-card-feature-icon{color:#22c55e;font-size:1.25rem;flex-shrink:0}.lp-pricing-card-cta{width:100%;margin-top:auto;display:block;text-align:center;text-decoration:none}@media(max-width:768px){.lp-pricing{padding:4rem 1rem}.lp-pricing-title{font-size:2rem}.lp-pricing-grid{grid-template-columns:1fr}}.lp-about{padding:6rem 2rem;background:#111;border-top:1px solid #333333;border-bottom:1px solid #333333}.lp-about-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.lp-about-content{display:flex;flex-direction:column;gap:1.5rem}.lp-about-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.lp-about-text{display:flex;flex-direction:column;gap:1rem}.lp-about-text p{font-size:1.125rem;color:#a1a1aa;line-height:1.7;margin:0}.lp-about-stats{display:flex;flex-direction:column;gap:1rem}.lp-about-stat{text-align:center;padding:2rem 1.5rem}.lp-about-stat-value{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.lp-about-stat-label{font-size:1rem;color:#a1a1aa;font-weight:500}@media(max-width:968px){.lp-about-container{grid-template-columns:1fr;gap:3rem}.lp-about-stats{flex-direction:row;justify-content:space-around}}@media(max-width:768px){.lp-about{padding:4rem 1rem}.lp-about-title{font-size:2rem}.lp-about-text p{font-size:1rem}.lp-about-stats{flex-direction:column}}.lp-testimonials{padding:6rem 2rem;background:#111;border-top:1px solid #333333;border-bottom:1px solid #333333}.lp-testimonials-container{max-width:1280px;margin:0 auto}.lp-testimonials-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-testimonials-subtitle{font-size:1.125rem;color:#a1a1aa;text-align:center;margin-bottom:3rem}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.lp-testimonial-card{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.lp-testimonial-quote{font-size:1rem;color:#a1a1aa;line-height:1.7;margin:0;flex:1}.lp-testimonial-author{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:1px solid #333333}.lp-testimonial-author-name{font-size:1rem;font-weight:600;color:#fff}.lp-testimonial-author-role{font-size:.875rem;color:#71717a}@media(max-width:768px){.lp-testimonials{padding:4rem 1rem}.lp-testimonials-title{font-size:2rem}.lp-testimonials-grid{grid-template-columns:1fr}}.lp-cta{padding:6rem 2rem;background:#111;border-top:1px solid #333333;border-bottom:1px solid #333333}.lp-cta-container{max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.lp-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.lp-cta-description{font-size:1.125rem;color:#a1a1aa;margin:0}@media(max-width:768px){.lp-cta{padding:4rem 1rem}.lp-cta-title{font-size:2rem}}.lp-faq{padding:6rem 2rem;background:#000}.lp-faq-container{max-width:800px;margin:0 auto}.lp-faq-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.lp-faq-subtitle{font-size:1.125rem;color:#a1a1aa;text-align:center;margin-bottom:3rem}.lp-faq-list{display:flex;flex-direction:column;gap:1rem}.lp-faq-item{padding:0;overflow:hidden}.lp-faq-question{width:100%;padding:1.5rem;background:transparent;border:none;color:#fff;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .2s ease}.lp-faq-question:hover{background:#1a1a1a}.lp-faq-icon{font-size:1.25rem;color:#a1a1aa;transition:transform .2s ease;flex-shrink:0}.lp-faq-icon-open{transform:rotate(180deg)}.lp-faq-answer{padding:0 1.5rem 1.5rem;color:#a1a1aa;line-height:1.7}.lp-faq-answer p{margin:0}@media(max-width:768px){.lp-faq{padding:4rem 1rem}.lp-faq-title{font-size:2rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.lp-dashboard-gallery{margin:3rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.lp-dashboard-gallery-custom{background:#111;border:1px solid #333333;border-radius:.75rem;overflow:hidden;padding:1rem}.lp-dashboard-gallery-custom .image-gallery-slide img{border-radius:.5rem}.lp-dashboard-gallery-custom .image-gallery-thumbnail{border:1px solid #333333;border-radius:.5rem;background:#1a1a1a}.lp-dashboard-gallery-custom .image-gallery-thumbnail.active,.lp-dashboard-gallery-custom .image-gallery-thumbnail:hover{border-color:#fff}.lp-dashboard-gallery-custom .image-gallery-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.lp-dashboard-gallery-custom .image-gallery-icon:hover{color:#fff;opacity:.8}.lp-dashboard-gallery-custom .image-gallery-description{background:#000c;color:#fff;font-size:.9375rem;padding:.75rem 1rem;border-radius:.5rem}@media(max-width:768px){.lp-dashboard-gallery{margin:2rem 0;padding:0 1rem}.lp-dashboard-gallery-custom{padding:.5rem}}.lp-footer{background:#000;border-top:1px solid #333333;padding:4rem 2rem 2rem}.lp-footer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:2rem}.lp-footer-brand{display:flex;flex-direction:column;gap:1rem}.lp-footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#fff}.lp-footer-logo img{height:32px;width:auto}.lp-footer-tagline{font-size:.9375rem;color:#a1a1aa;margin:0}.lp-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-footer-column{display:flex;flex-direction:column;gap:.75rem}.lp-footer-column-title{font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:.5rem}.lp-footer-column a{font-size:.875rem;color:#a1a1aa;text-decoration:none;transition:color .2s ease}.lp-footer-column a:hover{color:#fff}.lp-footer-bottom{max-width:1280px;margin:0 auto;padding-top:2rem;border-top:1px solid #333333;text-align:center}.lp-footer-bottom p{font-size:.875rem;color:#71717a;margin:0}@media(max-width:768px){.lp-footer{padding:3rem 1rem 1.5rem}.lp-footer-container,.lp-footer-links{grid-template-columns:1fr;gap:2rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}
