@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&family=Roboto:wght@700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#283655;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.3);z-index:1000;transition:all .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto;position:relative}.nav-logo a{text-decoration:none}.nav-logo h2{color:#552836;font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.02em}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-menu a{color:#374151;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a.active,.nav-menu a:hover{color:#ffb173}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#ffb173;transition:width .3s ease}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.nav-cta{margin-left:2rem}.nav-cta .cta-button{padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:25px;text-decoration:none;transition:all .3s ease;display:inline-block}.nav-cta .cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,177,115,.3)}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s;border-radius:2px}.nav-menu.active{display:flex!important;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);flex-direction:column;padding:1rem 0;box-shadow:0 10px 30px rgba(0,0,0,.1)}.nav-menu.active a{padding:.75rem 2rem;width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.nav-menu.active a:last-child{border-bottom:none}.nav-menu.active a:hover{background:rgba(255,177,115,.05);color:#ffb173}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero-section{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#4A90E2,#FFA07A);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.3}.hero-container{position:relative;z-index:1;padding:6rem 2rem;max-width:1200px;margin:0 auto}.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center;width:100%;max-width:1200px}.hero-main-content{text-align:left;max-width:600px}.hero-test-column{display:flex;justify-content:center;align-items:center}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-main-content{text-align:center;max-width:100%}}@media (max-width:768px){.hero-section{padding:4rem 1rem 2rem}.hero-container{padding:2rem 1rem}.hero-grid{gap:1.5rem}.hero-visual{right:1rem}}.hero-visual{position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:2}.hero-headline{font-family:Roboto,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:white;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subheadline{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:500px}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;text-align:center;letter-spacing:-.01em}.cta-button.primary{background:linear-gradient(135deg,#365528,#4a6b3a);color:white;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.1),0 8px 25px rgba(54,85,40,.3);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.cta-button.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.cta-button.primary:hover:before{left:100%}.cta-button.primary:hover{background:linear-gradient(135deg,#4a6b3a,#365528);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2),0 12px 35px rgba(54,85,40,.4);transform:translateY(-3px)}.cta-button.secondary{background:rgba(255,255,255,.1);color:white;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.cta-button.secondary:hover{background:rgba(255,255,255,.2)}.hero-visual{display:flex;justify-content:center;align-items:center}.trust-badges{position:absolute;bottom:1rem;right:2rem;display:flex;gap:1rem;z-index:10}.trust-badge{background:rgba(255,255,255,1);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.trust-badge:hover{transform:translateY(-2px)}.trust-badge img{height:60px;width:auto;opacity:.8}.hero-placeholder{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px rgba(0,0,0,.1)}.hero-placeholder i{font-size:4rem;color:rgba(255,255,255,.8);margin-bottom:1rem}.hero-placeholder p{color:rgba(255,255,255,.7);font-size:.9rem}.hero-placeholder-small{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:12px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px rgba(0,0,0,.1);margin:0 auto 1rem;max-width:200px}.hero-placeholder-small i{font-size:2rem;color:rgba(255,255,255,.8);margin-bottom:.5rem}.hero-placeholder-small p{color:rgba(255,255,255,.7);font-size:.75rem;margin:0!important}.section-title{font-family:Roboto,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#552836;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.125rem;color:#6b7280;text-align:center;max-width:600px;margin:0 auto 3rem}.problem-section{padding:6rem 0;background:white}.problem-grid,.problem-section .container{max-width:1400px}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;justify-items:center;margin-left:auto;margin-right:auto}.problem-item{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.problem-item:hover{transform:translateY(-5px)}.problem-icon{width:80px;height:80px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;margin:0 auto 1.5rem;color:white;font-size:2rem}.problem-icon,.problem-image{display:flex;align-items:center;justify-content:center}.problem-image{width:100%;height:200px;border-radius:16px;overflow:hidden;margin-bottom:1.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.problem-image svg{width:4rem;height:4rem;color:#552836;display:block;margin:0 auto}.problem-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.problem-image:hover img{transform:scale(1.05)}.problem-item h3{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#552836;margin-bottom:1rem;letter-spacing:-.01em}.problem-item p{color:#6b7280}.solution-section{padding:6rem 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.solution-section .container{max-width:1400px}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;justify-items:center;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:1200px){.solution-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width:768px){.solution-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}}@media (max-width:480px){.solution-grid{grid-template-columns:1fr;gap:1rem}}.solution-item{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;min-height:140px;display:flex;flex-direction:column;justify-content:center}.solution-item:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.solution-item svg{width:2.5rem;height:2.5rem;color:#552836;margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto}.solution-item h3{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:#552836;margin-bottom:.5rem;letter-spacing:-.01em}.solution-item p{color:#6b7280;font-size:.9rem}.features-section{padding:6rem 0;background:white}.features-flow{flex-direction:column;gap:3rem;margin-top:4rem;max-width:800px;margin-left:auto;margin-right:auto}.feature-step,.features-flow{display:flex;position:relative}.feature-step{align-items:flex-start;gap:2rem;padding-left:1rem}.step-connector{flex-direction:column}.step-connector,.step-number{display:flex;align-items:center;position:relative}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#552836,#6b3a4a);color:white;border-radius:50%;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;z-index:2}.step-line{width:2px;height:100px;background:linear-gradient(180deg,#552836,#e2e8f0);margin-top:1rem;position:relative}.step-content{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;flex:1;margin-top:-.5rem}.step-content:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.step-icon{width:60px;height:60px;background:linear-gradient(135deg,#552836,#6b3a4a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.step-icon svg{width:1.5rem;height:1.5rem;color:white}.step-content h3{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#552836;margin-bottom:1rem;letter-spacing:-.01em}.step-content p{color:#6b7280;line-height:1.6;margin:0}@media (max-width:768px){.features-flow{gap:2rem}.feature-step,.features-flow{display:flex;flex-direction:column;position:relative}.feature-step{align-items:center;padding:1rem 0}.feature-step:not(:last-child):after{content:"";position:absolute;left:50%;bottom:-1rem;transform:translateX(-50%);width:2px;height:2rem;background:linear-gradient(180deg,#552836,#e2e8f0);z-index:1}.step-connector{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;position:relative;z-index:2}.step-number{width:60px;height:60px;margin:0}.step-line{display:none}.step-content{text-align:center;margin-top:0}}@media (max-width:480px){.feature-step{gap:1rem;padding:.75rem 0}.step-number{width:50px;height:50px;font-size:1rem}.feature-step:not(:last-child):after{bottom:-.75rem;height:1.5rem}}.integrations-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;justify-items:center;max-width:1400px;margin-left:auto;margin-right:auto}.integration-item{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 15px 40px rgba(0,0,0,.1);transition:all .3s ease}.integration-item:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.integration-icon{width:70px;height:70px;background:linear-gradient(135deg,#365528,#4a6b3a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.integration-icon svg{width:1.75rem;height:1.75rem;color:white}.integration-item h3{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#552836;margin-bottom:1rem;letter-spacing:-.01em}.integration-item p{color:#6b7280;line-height:1.6}.team-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.team-grid,.team-section .container{max-width:1600px}.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3rem;justify-items:center;margin-left:auto;margin-right:auto}.team-card{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:0;border:1px solid rgba(255,255,255,.3);box-shadow:0 15px 40px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden;position:relative;max-width:none}.team-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.team-image-container{position:relative;height:200px;background:white;overflow:hidden}.team-image{object-fit:cover}.team-image,.team-placeholder{width:100%;height:100%;clip-path:polygon(0 0,100% 0,100% 100%,0 80%)}.team-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(0,0,0,.3)}.team-placeholder-1{background:linear-gradient(135deg,#667eea,#764ba2)}.team-placeholder-2{background:linear-gradient(135deg,#f093fb,#f5576c)}.team-placeholder-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}.team-placeholder-4{background:linear-gradient(135deg,#43e97b,#38f9d7)}.team-content{padding:2rem}.team-name{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#552836;margin-bottom:.5rem;letter-spacing:-.01em}.team-role{font-size:.9rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.team-quote{font-family:Poppins,sans-serif;font-size:.95rem;font-style:italic;color:#374151;line-height:1.6;margin:0;position:relative}.team-quote:before{top:-.5rem;left:-.5rem}.team-quote:after,.team-quote:before{content:'"';font-size:2rem;color:#552836;opacity:.3;position:absolute}.team-quote:after{bottom:-1rem;right:-.5rem}@media (max-width:1024px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width:768px){.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-card{max-width:none}.team-image-container{height:180px}.team-content{padding:1.5rem}}.testimonials-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.testimonials-section .container{max-width:1400px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:4rem;justify-items:center;max-width:1400px;margin-left:auto;margin-right:auto}.testimonial-card{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 15px 40px rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#552836,#6b3a4a)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.testimonial-quote-icon{color:#552836;font-size:2rem;margin-bottom:1.5rem;opacity:.8}.testimonial-content blockquote{font-family:Roboto,sans-serif;font-size:1.125rem;font-style:italic;font-weight:400;color:#374151;line-height:1.6;margin-bottom:2rem;position:relative;letter-spacing:-.01em}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:.9rem;border:3px solid rgba(255,255,255,.3);flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#552836;margin-bottom:.25rem;letter-spacing:-.01em}.author-info p{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.company-name{font-weight:600!important;color:#2563eb!important}.testimonial-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat{text-align:center;padding:1rem;background:rgba(37,99,235,.1);border-radius:12px;border:1px solid rgba(37,99,235,.2)}.stat-number{display:block;font-size:1.25rem;font-weight:700;color:#552836;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500}.testimonial-cta{margin-top:4rem;text-align:center;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 15px 40px rgba(0,0,0,.1)}.testimonial-cta h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#552836;margin-bottom:1rem;letter-spacing:-.02em}.testimonial-cta p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem}.testimonial-author{flex-direction:column;text-align:center;gap:.75rem}.author-avatar{align-self:center;width:45px;height:45px;font-size:.8rem}.testimonial-stats{grid-template-columns:1fr;gap:.75rem}}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#7FB3D5,#AED6F1);position:relative}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid2" width="30" height="30" patternUnits="userSpaceOnUse"><path d="M 30 0 L 0 0 0 30" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid2)"/></svg>');opacity:.2}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;position:relative;z-index:1}.cta-text{color:white}.cta-text .section-title{font-family:Roboto,sans-serif;color:white;text-align:left;margin-bottom:1rem;letter-spacing:-.02em}.cta-text p{color:rgba(255,255,255,.9);font-size:1.125rem;margin-bottom:2rem}.contact-form-container{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.2)}.contact-form h3{color:white;font-size:1.5rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:rgba(255,255,255,.9);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.1);color:white;font-size:1rem;transition:border-color .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;background:rgba(255,255,255,.2)}.honeypot-field{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important}.faq-section{padding:6rem 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.faq-accordion{margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.faq-item{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:16px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.1);overflow:hidden}.faq-item[open]{box-shadow:0 12px 35px rgba(0,0,0,.15)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;list-style:none;position:relative}.faq-question:hover{background:rgba(37,99,235,.05)}.faq-question::-webkit-details-marker{display:none}.faq-question h3{font-size:1.125rem;margin:0}.faq-question h3,.faq-toggle{font-weight:700;color:#552836}.faq-toggle{font-size:1.25rem;transition:transform .4s ease;position:relative}.faq-toggle:after,.faq-toggle:before{content:"";position:absolute;width:16px;height:2px;background:#2563eb;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .4s ease}.faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] .faq-toggle:before{transform:translate(-50%,-50%) rotate(45deg)}.faq-item[open] .faq-toggle:after{transform:translate(-50%,-50%) rotate(135deg)}.faq-answer{padding:0 2rem 1rem;color:#6b7280;line-height:1.6;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:#f8f9fa;color:#283655;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}@media (max-width:900px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links{justify-content:center;flex-wrap:wrap;gap:1rem}.footer-logo-header{justify-content:center;flex-direction:column;gap:.5rem}.finias-logo{height:32px}}.footer-logo h3{color:#ffb173;font-size:1.5rem;margin-bottom:1rem}.footer-logo p{color:#6b7280;font-size:.9rem}.footer-logo-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.finias-logo{height:40px;width:auto}.footer-brand{color:#6b7280;font-size:.85rem;margin-top:.5rem}.footer-brand a{color:#ffb173;text-decoration:none;transition:color .3s ease}.footer-brand a:hover{color:#e6995c}.footer-links{display:flex;gap:2rem}.footer-links a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ffb173}.footer-trust-badges{display:flex;justify-content:center;gap:2rem;margin-top:2rem;padding:2rem;margin-left:auto;margin-right:auto;max-width:600px}.footer-trust-badges .trust-badge{background:#fff;border:none;box-shadow:none;text-align:center}.footer-trust-badges .trust-badge img{height:80px;opacity:.9}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:.875rem}@media (max-width:1024px){.cta-content,.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-headline{font-size:clamp(2rem,6vw,3rem)}.hero-container{gap:2rem;padding-top:4rem}.hero-container,.hero-content{display:flex;flex-direction:column;align-items:center}.hero-content{gap:1rem;width:100%}.hero-visual{position:static;transform:none;margin:1rem 0;width:100%;display:flex;justify-content:center}.integrations-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-cta,.nav-menu{display:none}.nav-toggle{display:flex}.container{padding:0 1rem}.nav-container{padding:1rem}.hero-container{padding:4rem 1rem}.problem-grid,.solution-grid{grid-template-columns:1fr}.problem-image{height:150px}.feature-step{flex-direction:column;text-align:center;gap:1rem}.step-number{align-self:center}.trust-badges{position:absolute;bottom:0;right:0;top:auto;margin-bottom:.5rem;flex-direction:row;width:100%;margin-left:auto;margin-right:auto}.footer-links,.trust-badges{justify-content:center;gap:1rem}.footer-links{flex-wrap:wrap}.footer-trust-badges{flex-direction:column;gap:1rem;padding:1.5rem;max-width:300px;margin-left:auto;margin-right:auto}}@media (max-width:480px){.section-title{font-size:clamp(1.75rem,8vw,2.5rem)}.hero-placeholder{padding:2rem}.hero-placeholder i{font-size:3rem}.hero-subheadline{font-size:1rem;line-height:1.5}.contact-form-container,.integration-item{padding:1.5rem}.trust-badges{padding:0 .5rem;gap:.5rem;margin-bottom:.5rem}.trust-badge{padding:.5rem}.trust-badge img{height:40px}.trust-badges{gap:.75rem}.footer-links{flex-direction:column;gap:.75rem}.footer-links a{padding:.5rem 0}.footer-trust-badges .trust-badge img{height:60px}}@media (max-width:400px){.hero-subheadline{font-size:.9rem;margin-bottom:0}.trust-badges{margin-bottom:.5rem}.footer-trust-badges{padding:1rem;max-width:250px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.faq-item,.feature-step,.integration-item,.problem-item,.solution-item,.testimonial-card{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.fade-in-up{opacity:1!important;transform:translateY(0)!important}.slide-in-left{animation:slideInLeft .6s ease-out forwards}.slide-in-right{animation:slideInRight .6s ease-out forwards}.pulse-animation{animation:pulse 2s infinite}.gradient-text{background:linear-gradient(135deg,#552836,#6b3a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.1)}.hover-lift{transition:all .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.cta-button{position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}html{scroll-behavior:smooth}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:9999;transform:translateY(100%);transition:transform .3s ease;padding:1rem}.cookie-consent.show{transform:translateY(0)}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-consent-text h4{font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:700;color:#552836;margin-bottom:.5rem;letter-spacing:-.01em}.cookie-consent-text p{font-size:.9rem;color:#6b7280;line-height:1.5;margin:0}.cookie-consent-buttons{display:flex;gap:1rem;align-items:center}.cookie-btn{padding:.75rem 1.5rem;border-radius:8px;font-family:Roboto,sans-serif;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block}.cookie-btn-accept{background:linear-gradient(135deg,#365528,#4a6b3a);color:white;box-shadow:0 4px 12px rgba(54,85,40,.3)}.cookie-btn-accept:hover{background:linear-gradient(135deg,#4a6b3a,#365528);box-shadow:0 6px 16px rgba(54,85,40,.4);transform:translateY(-1px)}.cookie-btn-decline{background:rgba(107,114,128,.1);color:#6b7280;border:1px solid rgba(107,114,128,.2)}.cookie-btn-decline:hover{background:rgba(107,114,128,.2);color:#374151}@media (max-width:768px){.cookie-consent-content{flex-direction:column;text-align:center;gap:1rem}.cookie-consent-buttons{width:100%;justify-content:center}.cookie-btn{flex:1;text-align:center}}@media (max-width:480px){.cookie-consent{padding:.75rem}.cookie-consent-text h4{font-size:1rem}.cookie-consent-text p{font-size:.85rem}}.hero-test-section{margin:3rem 0;position:relative}.test-step{opacity:0;transform:translateY(20px);transition:all .6s ease-out;position:absolute;width:100%}.test-step.active{opacity:1;transform:translateY(0);position:relative}.test-step.inactive{opacity:0;transform:translateY(-20px);pointer-events:none}.test-step.verify-to-call-active{transition:opacity .3s ease-out,transform .3s ease-out;transform:translateY(-10px)}.hero-test-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:16px;padding:2rem 1.5rem;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);max-width:400px;margin:0 auto}.test-icon{width:60px;height:60px;background:linear-gradient(135deg,#552836,#6b3a4a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:white;font-size:1.5rem;box-shadow:0 6px 20px rgba(85,40,54,.3)}.hero-test-card h3{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:white;margin-bottom:.5rem;letter-spacing:-.01em}.hero-test-card p{color:rgba(255,255,255,.9);margin-bottom:1.5rem;line-height:1.5;font-size:.9rem}.test-form{max-width:350px;margin:0 auto}.test-form .form-group{margin-bottom:1rem;text-align:left}.test-form .form-group label{display:block;color:rgba(255,255,255,.9);margin-bottom:.5rem;font-weight:500;font-size:.85rem}.test-form .form-group input{width:100%;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;transition:border-color .3s ease,box-shadow .3s ease;background:rgba(255,255,255,.1);color:white;backdrop-filter:blur(10px)}.test-form .form-group input::placeholder{color:rgba(255,255,255,.6)}.test-form .form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2);color:white}.test-form .form-group input:disabled{background:rgba(255,255,255,.05);cursor:not-allowed;color:rgba(255,255,255,.5)}.test-form button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.test-form button:disabled:hover{transform:none!important;box-shadow:none!important}.call-active-icon{position:relative;display:flex;align-items:center;justify-content:center;margin:1rem auto}.call-active-icon i{font-size:2.5rem;color:#10b981;z-index:2;position:relative}.sound-wave{position:absolute;border:2px solid #10b981;border-radius:50%;animation:soundWave 2s ease-in-out infinite}.sound-wave.wave-1{width:60px;height:60px;animation-delay:0s}.sound-wave.wave-2{width:80px;height:80px;animation-delay:.5s;opacity:.6}.sound-wave.wave-3{width:100px;height:100px;animation-delay:1s;opacity:.3}@keyframes soundWave{0%{transform:scale(.8);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(.8);opacity:1}}.call-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.processing-spinner{display:flex;justify-content:center;margin:0 auto 1rem}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-left-color:#552836;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar{width:100%;height:6px;background:rgba(255,255,255,.1);border-radius:3px;margin-top:1rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#552836,#6b3a4a);border-radius:3px;animation:progressFill 3s ease-in-out infinite}@keyframes progressFill{0%{width:0}50%{width:70%}to{width:100%}}.results-card{max-width:500px;margin:0 auto}.results-icon{width:60px;height:60px;background:linear-gradient(135deg,#552836,#6b3a4a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:white;font-size:1.5rem;box-shadow:0 6px 20px rgba(85,40,54,.3)}.analysis-results{margin-top:1.5rem}.result-item{margin-bottom:1.5rem;padding:1rem;background:rgba(255,255,255,.3);border-radius:8px;border:1px solid rgba(255,255,255,.2)}.result-label{font-size:.85rem;color:rgba(255,255,255,.9);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.result-value{font-size:1.1rem;color:white;font-weight:500}.interest-score{display:flex;flex-direction:column;gap:.5rem}.percentage{font-size:1.5rem;font-weight:700;color:#10b981}.interest-bar{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden}.interest-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width 1s ease-out}.sentiment{display:flex;align-items:center;gap:.5rem}.sentiment.positiv,.sentiment.positiv i{color:#10b981}.sentiment.negativ,.sentiment.negativ i{color:#ef4444}.sentiment.neutral,.sentiment.neutral i{color:#f59e0b}.summary{line-height:1.5;font-size:.95rem;color:rgba(255,255,255,.9)}@media (max-width:768px){.hero-test-section{margin:2rem 0}.hero-test-card{padding:1.5rem 1rem;max-width:100%}.hero-placeholder-small{padding:1.25rem;max-width:180px}.hero-placeholder-small i{font-size:1.75rem}.hero-placeholder-small p{font-size:.7rem}.hero-test-card h3{font-size:1.1rem}.hero-test-card p{font-size:.85rem;margin-bottom:1.25rem}.test-form{max-width:300px}.test-form .form-group label{font-size:.8rem}.test-form .form-group input{padding:.5rem .7rem;font-size:.85rem}}@media (max-width:480px){.hero-test-section{margin:1.5rem 0}.hero-test-card{padding:1.25rem .75rem}.test-icon{width:45px;height:45px;font-size:1.1rem;margin-bottom:.75rem}.hero-test-card h3{font-size:1rem}.hero-test-card p{font-size:.8rem;margin-bottom:1rem}.test-form{max-width:280px}.test-form .form-group{margin-bottom:.75rem}.test-form .form-group label{font-size:.75rem}.test-form .form-group input{padding:.5rem .6rem;font-size:.8rem}}@media (max-width:768px){.test-section{padding:2rem 0;margin:1rem auto;max-width:90%}.test-container{max-width:100%;padding:0 1rem}.test-card{padding:1.5rem 1rem}.test-icon{width:50px;height:50px;font-size:1.25rem}.test-card h3{font-size:1.1rem}.test-form{max-width:300px}}@media (max-width:480px){.test-section{padding:1.5rem 0;margin:.5rem auto}.test-card{padding:1rem .75rem}.test-form .form-group input{font-size:16px}}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 7 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 7 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 7 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 7 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-slab-regular:normal 400 1em/1 "Font Awesome 7 Slab";--fa-font-slab-press-regular:normal 400 1em/1 "Font Awesome 7 Slab Press";--fa-font-whiteboard-semibold:normal 600 1em/1 "Font Awesome 7 Whiteboard";--fa-font-thumbprint-light:normal 300 1em/1 "Font Awesome 7 Thumbprint";--fa-font-notdog-solid:normal 900 1em/1 "Font Awesome 7 Notdog";--fa-font-notdog-duo-solid:normal 900 1em/1 "Font Awesome 7 Notdog Duo";--fa-font-etch-solid:normal 900 1em/1 "Font Awesome 7 Etch";--fa-font-jelly-regular:normal 400 1em/1 "Font Awesome 7 Jelly";--fa-font-jelly-fill-regular:normal 400 1em/1 "Font Awesome 7 Jelly Fill";--fa-font-jelly-duo-regular:normal 400 1em/1 "Font Awesome 7 Jelly Duo";--fa-font-chisel-regular:normal 400 1em/1 "Font Awesome 7 Chisel";--fa-font-utility-semibold:normal 600 1em/1 "Font Awesome 7 Utility";--fa-font-utility-duo-semibold:normal 600 1em/1 "Font Awesome 7 Utility Duo";--fa-font-utility-fill-semibold:normal 600 1em/1 "Font Awesome 7 Utility Fill"}.svg-inline--fa{box-sizing:content-box;display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em;width:var(--fa-width,1.25em)}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285714em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa .fa-pull-start,.svg-inline--fa.fa-pull-left{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.svg-inline--fa .fa-pull-end,.svg-inline--fa.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);inset-inline-start:calc(-1 * var(--fa-li-width, 2em));inset-block-start:.25em}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:var(--fa-width,1.25em)}.fa-layers .svg-inline--fa{inset:0;margin:auto;position:absolute;transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:calc(10 / 16 * 1em);line-height:calc(1 / 10 * 1em);vertical-align:calc((6 / 10 - .375) * 1em)}.fa-xs{font-size:calc(12 / 16 * 1em);line-height:calc(1 / 12 * 1em);vertical-align:calc((6 / 12 - .375) * 1em)}.fa-sm{font-size:calc(14 / 16 * 1em);line-height:calc(1 / 14 * 1em);vertical-align:calc((6 / 14 - .375) * 1em)}.fa-lg{font-size:calc(20 / 16 * 1em);line-height:calc(1 / 20 * 1em);vertical-align:calc((6 / 20 - .375) * 1em)}.fa-xl{font-size:calc(24 / 16 * 1em);line-height:calc(1 / 24 * 1em);vertical-align:calc((6 / 24 - .375) * 1em)}.fa-2xl{font-size:calc(32 / 16 * 1em);line-height:calc(1 / 32 * 1em);vertical-align:calc((6 / 32 - .375) * 1em)}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:black}.svg-inline--fa.fa-inverse{fill:var(--fa-inverse,#fff)}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.svg-inline--fa.fa-stack-1x{--fa-width:1.25em;height:1em;width:var(--fa-width)}.svg-inline--fa.fa-stack-2x{--fa-width:2.5em;height:2em;width:var(--fa-width)}.fa-stack-1x,.fa-stack-2x{inset:0;margin:auto;position:absolute;z-index:var(--fa-stack-z-index,auto)}