:root{--logistics-primary:#6366f1;--logistics-secondary:#8b5cf6;--logistics-accent:#22d3ee;--logistics-dark:#0f0f1a;--logistics-darker:#08080f;--logistics-light:#f8fafc;--logistics-gray:#94a3b8;--logistics-red:#e1242a;--logistics-red-dark:#c72229;--logistics-gradient:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);--logistics-gradient-dark:linear-gradient(135deg,#1e1b4b,#312e81 50%,#3730a3)}h1,h2,h3,h4,h5,h6{line-height:normal;font-weight:700}.logistics-hero{min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--logistics-darker);background:linear-gradient(180deg,#0f0f1a,#1a1a2e 50%,#16213e);padding:80px 20px 40px}.grid-lines{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 0);background-size:60px 60px;animation:gridMove 30s linear infinite}@keyframes gridMove{0%{background-position:0 0}to{background-position:60px 60px}}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2;width:100%}.hero-content-wrapper{text-align:center;color:#fff}.hero-badge-wrapper{margin-bottom:24px}.hero-badge{display:inline-block;background:rgba(99,102,241,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(99,102,241,.3);padding:10px 24px;border-radius:50px;font-size:.9rem;font-weight:600;color:var(--logistics-accent);letter-spacing:.5px;animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 0 0 rgba(34,211,238,.4)}50%{box-shadow:0 0 20px 5px rgba(34,211,238,.2)}}.hero-title{font-size:3.2rem;font-weight:800;margin-bottom:16px;line-height:1.1;letter-spacing:-.02em}.gradient-highlight{background:linear-gradient(135deg,var(--logistics-accent) 0,#a855f7 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;padding:4px 0}.hero-subtitle{font-size:1.3rem;color:var(--logistics-gray);margin-bottom:16px;line-height:normal;font-weight:500}.hero-description{font-size:1.1rem;color:hsla(0,0%,100%,.7);max-width:700px;margin:0 auto 32px;line-height:1.6}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hero-cta-group button{padding:14px 32px!important;font-size:1rem!important;font-weight:600!important;border-radius:50px!important;transition:all .3s ease!important;cursor:pointer!important}.hero-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.stat-counter-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:28px 20px;text-align:center;transition:all .4s ease;position:relative;overflow:visible}.stat-counter-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .6s ease;z-index:0;pointer-events:none}.stat-counter-card:hover:before{left:100%}.stat-counter-card:hover{transform:translateY(-8px);border-color:var(--logistics-accent);box-shadow:0 20px 40px rgba(34,211,238,.2)}.stat-number-animated{font-size:2.8rem;font-weight:800;background:linear-gradient(135deg,var(--logistics-accent) 0,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;font-family:Inter,SF Pro Display,sans-serif;letter-spacing:-.02em;line-height:1.3;padding:4px 0;display:block;position:relative;z-index:1}.stat-label-text{font-size:.9rem;color:var(--logistics-gray);font-weight:500;position:relative;z-index:1}.why-need-section{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header-center{text-align:center;margin-bottom:60px}.section-eyebrow{display:inline-block;color:var(--logistics-primary);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.section-header-center h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:20px;line-height:normal}.section-intro{font-size:1.15rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.7}.capabilities-showcase{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.capability-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .4s ease;position:relative}.capability-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--logistics-gradient);transform:scaleX(0);transition:transform .4s ease}.capability-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(99,102,241,.15)}.capability-card:hover:after{transform:scaleX(1)}.capability-icon-wrapper{width:72px;height:72px;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:transform .4s ease}.capability-card:hover .capability-icon-wrapper{transform:scale(1.1) rotate(5deg)}.capability-card h3{font-size:1.2rem;font-weight:700;color:#1a202c;margin-bottom:12px;line-height:normal}.capability-card p{font-size:.95rem;color:#64748b;line-height:1.6}.core-capabilities-section{padding:100px 0;background:var(--logistics-dark);position:relative;overflow:hidden}.core-capabilities-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0,rgba(99,102,241,.15) 0,transparent 70%);pointer-events:none}.core-capabilities-section .section-header-center h2,.core-capabilities-section .section-intro{color:#fff}.core-capabilities-section .section-intro{color:var(--logistics-gray)}.features-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;position:relative;z-index:2}.feature-item-modern{background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:32px 24px;transition:all .4s ease;position:relative}.feature-item-modern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;background:var(--logistics-gradient);opacity:0;transition:opacity .4s ease;z-index:-1}.feature-item-modern:hover{transform:translateY(-8px);border-color:transparent}.feature-item-modern:hover:before{opacity:.1}.feature-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--logistics-primary) 0,var(--logistics-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;opacity:.5;transition:opacity .3s ease;line-height:1.2;padding:2px 0;display:block}.feature-item-modern:hover .feature-number{opacity:1}.feature-item-modern h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:12px;line-height:normal}.feature-item-modern p{font-size:.95rem;color:var(--logistics-gray);line-height:1.6}.section-cta-center{text-align:center;margin-top:60px;position:relative;z-index:2}.logistics-flow-section{padding:100px 0;background:linear-gradient(180deg,#0f172a,#1e293b);overflow:hidden;position:relative}.logistics-flow-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 0);background-size:50px 50px;animation:gridPulse 4s ease-in-out infinite}@keyframes gridPulse{0%,to{opacity:.5}50%{opacity:1}}.logistics-flow-section .section-header-center h2{color:#fff}.logistics-flow-section .section-intro{color:#94a3b8}.logistics-flow-section .section-eyebrow{color:#22d3ee}.flow-timeline{display:flex;align-items:flex-start;justify-content:center;gap:8px;margin-top:60px;position:relative;max-width:1200px;margin-left:auto;margin-right:auto;padding:20px}.flow-timeline:before{content:"";position:absolute;top:53px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#22d3ee,#6366f1);background-size:200% 100%;animation:flowLine 3s linear infinite;z-index:1;border-radius:2px}@keyframes flowLine{0%{background-position:0 0}to{background-position:200% 0}}@keyframes flowLineVertical{0%{background-position:0 0}to{background-position:0 200%}}.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1 1;min-width:0;max-width:160px;z-index:2;animation:fadeInUp .6s ease-out backwards}.flow-step:first-child{animation-delay:.1s}.flow-step:nth-child(2){animation-delay:.2s}.flow-step:nth-child(3){animation-delay:.3s}.flow-step:nth-child(4){animation-delay:.4s}.flow-step:nth-child(5){animation-delay:.5s}.flow-step:nth-child(6){animation-delay:.6s}.flow-step:nth-child(7){animation-delay:.7s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-circle{width:70px;height:70px;min-width:70px;min-height:70px;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:16px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px rgba(99,102,241,.5),0 0 40px rgba(99,102,241,.3),inset 0 -3px 10px rgba(0,0,0,.2);position:relative;z-index:3;line-height:1;animation:circlePulse 2s ease-in-out infinite}.flow-step:first-child .step-circle{animation-delay:0s}.flow-step:nth-child(2) .step-circle{animation-delay:.3s}.flow-step:nth-child(3) .step-circle{animation-delay:.6s}.flow-step:nth-child(4) .step-circle{animation-delay:.9s}.flow-step:nth-child(5) .step-circle{animation-delay:1.2s}.flow-step:nth-child(6) .step-circle{animation-delay:1.5s}.flow-step:nth-child(7) .step-circle{animation-delay:1.8s}@keyframes circlePulse{0%,to{box-shadow:0 0 20px rgba(99,102,241,.5),0 0 40px rgba(99,102,241,.3),inset 0 -3px 10px rgba(0,0,0,.2)}50%{box-shadow:0 0 30px rgba(99,102,241,.7),0 0 60px rgba(99,102,241,.4),inset 0 -3px 10px rgba(0,0,0,.2)}}.step-circle:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid transparent;background:linear-gradient(135deg,#22d3ee,#6366f1,#a855f7) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:ringRotate 3s linear infinite}@keyframes ringRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flow-step:hover .step-circle{transform:scale(1.15) translateY(-5px);box-shadow:0 0 40px rgba(99,102,241,.8),0 0 80px rgba(99,102,241,.5),inset 0 -3px 10px rgba(0,0,0,.2)}.step-content{display:block}.step-content h4{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:6px;line-height:normal}.step-content p{font-size:.75rem;color:#94a3b8;line-height:1.4;max-width:130px;margin:0 auto}.flow-connector,.flow-step:after,.flow-step:before{display:none}.comparison-section{padding:100px 0;background:#fff}.comparison-table-modern{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.08);border:1px solid #e2e8f0}.table-header-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;background:var(--logistics-dark)}.table-cell{padding:20px 24px;display:flex;align-items:center}.header-cell{color:#fff;font-weight:700;font-size:1rem}.manual-header{background:rgba(239,68,68,.2)}.software-header{background:rgba(34,197,94,.2)}.table-body-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;border-bottom:1px solid #e2e8f0;transition:background .3s ease}.table-body-row:last-child{border-bottom:none}.table-body-row:hover{background:#f8fafc}.function-cell{font-weight:600;color:#1a202c}.status-badge{display:inline-block;padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:600}.status-poor{background:rgba(239,68,68,.1);color:#dc2626}.status-excellent{background:rgba(34,197,94,.1);color:#16a34a}.problems-solved-section{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:24px;gap:24px;margin-bottom:60px}.problem-solution-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.06);transition:all .4s ease;border:1px solid #e2e8f0}.problem-solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(99,102,241,.15)}.problem-header{background:var(--logistics-gradient-dark);padding:24px;display:flex;align-items:flex-start;gap:16px}.problem-number{font-size:2rem;font-weight:900;color:hsla(0,0%,100%,.3);flex-shrink:0;line-height:1.2}.problem-header h3{font-size:1.1rem;font-weight:700;color:#fff;line-height:1.4}.solution-content{padding:24px}.solution-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--logistics-primary);margin-bottom:8px}.solution-content>p{font-size:.95rem;color:#64748b;margin-bottom:16px;line-height:1.6}.result-highlight{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(139,92,246,.08));padding:14px 16px;border-radius:12px;border-left:4px solid var(--logistics-primary);overflow:visible}.result-number{font-weight:800;color:var(--logistics-primary);line-height:1.3;flex-shrink:0}.result-icon,.result-number{font-size:1.4rem}.result-text{font-size:.9rem;color:#475569;font-weight:500}.why-loginext-section{padding:100px 0;background-image:url(/_next/static/media/middle-bg.db3d6dfa.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;overflow:hidden}.why-loginext-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative}.why-loginext-content{position:relative;z-index:2}.why-loginext-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.06)}.why-loginext-content .section-eyebrow{color:var(--logistics-accent)}.why-loginext-content h2{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2}.why-intro{font-size:1.1rem;color:#fff;margin-bottom:32px;line-height:1.7}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:1rem;color:hsla(0,0%,100%,.9);border-bottom:1px solid hsla(0,0%,100%,.08);transition:all .3s ease}.benefits-list li:hover{padding-left:8px;color:var(--logistics-accent)}.benefit-check{width:24px;height:24px;background:linear-gradient(135deg,var(--logistics-primary) 0,var(--logistics-accent) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fff;flex-shrink:0}.metric-value{display:block;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--logistics-accent) 0,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px;line-height:1.3;padding:4px 0}.metric-desc{font-size:.85rem;color:var(--logistics-gray)}.final-cta-section{padding:100px 0;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#3730a3);position:relative;overflow:hidden}.cta-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.cta-orb{position:absolute;border-radius:50%;filter:blur(80px)}.cta-orb-1{width:300px;height:300px;background:rgba(99,102,241,.3);top:-100px;left:-50px}.cta-orb-2{width:400px;height:400px;background:rgba(168,85,247,.2);bottom:-150px;right:-100px}.final-cta-content{text-align:center;position:relative;z-index:2;max-width:800px;margin:0 auto}.final-cta-content h2{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:24px;line-height:1.2}.final-cta-content p{font-size:1.15rem;color:hsla(0,0%,100%,.8);margin-bottom:40px;line-height:1.7}.final-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}@media (max-width:1200px){.logistics-hero{min-height:auto;max-height:none}.hero-title{font-size:2.8rem}.hero-stats-row{max-width:500px}.capabilities-showcase,.hero-stats-row{grid-template-columns:repeat(2,1fr)}.flow-timeline{gap:6px;padding:20px 15px}.flow-timeline:before{left:8%;right:8%;top:30px}.flow-step{max-width:140px}.step-circle{width:60px;height:60px;min-width:60px;min-height:60px;font-size:1.2rem}.step-content h4{font-size:.75rem}.step-content p{font-size:.65rem;max-width:110px}}@media (max-width:992px){.logistics-hero{min-height:auto;max-height:none;padding:100px 20px 60px}.hero-title{font-size:2.4rem}.why-loginext-grid{grid-template-columns:1fr;gap:40px}.why-loginext-visual{height:300px}.comparison-table-modern{overflow-x:auto}.table-body-row,.table-header-row{min-width:700px}}@media (max-width:768px){.comparison-table-modern{overflow:visible}.table-header-row{display:none}.table-body-row{display:flex;flex-direction:column;grid-template-columns:1fr;min-width:auto;margin-bottom:20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0;padding:0;overflow:hidden;transition:all .3s ease}.table-body-row:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.table-body-row:last-child{margin-bottom:0}.table-cell{padding:16px 20px;display:block}.function-cell{font-size:1.1rem;font-weight:700;color:#1a202c;background:var(--logistics-dark);color:#fff;padding:20px 24px;border-bottom:2px solid hsla(0,0%,100%,.1)}.manual-cell,.software-cell{display:flex;flex-direction:column;gap:8px}.manual-cell:before{content:"Manual Processes";color:#dc2626}.manual-cell:before,.software-cell:before{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.software-cell:before{content:"With LogiNext";color:#16a34a}.manual-cell{background:rgba(239,68,68,.05);border-left:3px solid #dc2626}.software-cell{background:rgba(34,197,94,.05);border-left:3px solid #16a34a}.status-badge{display:inline-block;width:100%;text-align:left}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-stats-row{grid-template-columns:repeat(2,1fr);gap:16px}.stat-number-animated{font-size:2.2rem;line-height:1.3;padding:4px 0}.section-header-center h2{font-size:2rem}.capabilities-showcase{grid-template-columns:1fr}.logistics-flow-section{padding:80px 0}.flow-timeline{flex-direction:column;align-items:center;gap:30px;padding:20px 10px}.flow-timeline:before{display:none}.flow-step{width:100%;max-width:300px;min-width:0;position:relative}.flow-step:not(:last-child):after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:24px;height:24px;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#22d3ee);-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);z-index:1;animation:arrowPulse 2s ease-in-out infinite}@keyframes arrowPulse{0%,to{opacity:.7;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(4px)}}.step-circle{width:55px;height:55px;min-width:55px;min-height:55px;font-size:1.2rem;margin-bottom:12px}.step-content h4{font-size:.75rem;white-space:normal}.step-content p{font-size:.65rem;max-width:100%}.problems-grid{grid-template-columns:1fr}.final-cta-content h2{font-size:2rem}.final-cta-buttons{flex-direction:column;align-items:center}.final-cta-buttons button{width:100%;max-width:320px}}@media (max-width:480px){.logistics-hero{padding:90px 16px 50px}.hero-title{font-size:1.75rem}.gradient-highlight{display:inline}.hero-stats-row{grid-template-columns:1fr 1fr;gap:12px}.stat-counter-card{padding:16px 12px}.stat-number-animated{font-size:1.8rem;line-height:1.3;padding:2px 0}.stat-label-text{font-size:.75rem;line-height:1.4}.section-header-center h2{font-size:1.6rem}.section-intro{font-size:1rem}.capability-card{padding:24px 20px}.logistics-flow-section{padding:60px 0}.flow-timeline{flex-direction:column;align-items:center;gap:25px;padding:15px 10px}.flow-timeline:before{display:none}.flow-step:not(:last-child):after{bottom:-12px;width:20px;height:20px}.flow-step{width:100%;max-width:280px;min-width:0}.step-circle{width:48px;height:48px;min-width:48px;min-height:48px;font-size:1rem;margin-bottom:10px}.step-circle:before{display:none}.step-content h4{font-size:.7rem;white-space:normal}.step-content p{font-size:.6rem;max-width:100%;line-height:1.3}.problem-header h3{font-size:1rem}.why-loginext-content h2{font-size:1.8rem}}.faq-section{background:#fff!important;padding:80px 0!important}.faq-section-title{color:#1a202c!important;font-size:2.2rem!important;font-weight:800!important;line-height:normal!important}.faq-item{border:1px solid #e2e8f0!important;border-radius:12px!important;margin-bottom:16px!important;overflow:hidden!important;transition:all .3s ease!important}.faq-item:hover{border-color:var(--logistics-primary)!important;box-shadow:0 8px 25px rgba(99,102,241,.1)!important}.faq-question{background:#fff!important;color:#1a202c!important;font-weight:600!important;padding:20px 24px!important}.faq-answer{background:#f8fafc!important;color:#475569!important}.faq-answer p{margin:15px 15px 0!important}.middle-image-section{width:100%;height:100%;object-fit:cover;object-position:center center;top:0;left:0;padding:0 3rem}.faq-section{background:#fff;padding:60px 0;line-height:25px}.faq-container{max-width:800px;margin:0 auto}.faq-section-header{text-align:center}.faq-section-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:24px;line-height:1.2;letter-spacing:-.01em}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.faq-question{width:100%;padding:25px 30px 25px 0;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:#333657;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#e13940}.faq-toggle{font-size:1.5rem;color:#64748b;transition:all .3s ease;font-weight:300}.faq-answer{padding-bottom:0;max-height:0;overflow:hidden;transition:all .4s ease}.faq-answer.active{padding-bottom:32px;max-height:300px}.faq-answer p{color:#64748b;line-height:1.7;font-size:1rem;margin:0}.faq-answer-link{color:#e13940;text-decoration:underline;font-weight:600}.text{letter-spacing:.5px;line-height:1.56}.text--xxs{font-size:11px}.text--xs{font-size:12px}.text--s{font-size:14px}.text--m{font-size:16px}.text--l{font-size:18px}.text--xl{font-size:20px}.text--xxl{font-size:22px}.text--xxxl{font-size:30px;line-height:38px}.text--thin{font-weight:300}.text--normal{font-weight:400}.text--semi-bold{font-weight:500}.text--bold{font-weight:700}.text--black{color:#101c22}.text--gray-darker{color:#212121}.text--gray-dark{color:#495865}.text--gray{color:#888}.text--gray-light{color:#e5e9ee}.text--white{color:#fff}.text--primary{color:#e1242a}.text--secondary{color:#156bd3}@media(min-width:992px){.text--xxl{font-size:35px;line-height:1.2}.text--xxxl{font-size:45px;line-height:1.2}}.section-title__dual--remaining-words,.section-title__dual-reverse--first-word{color:#e1242a}.section-title__secondary{padding-bottom:15px;position:relative}.section-title__secondary:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#e1242a}.section-title__secondary--full{display:inline-block}.section-title__secondary--full:after{width:100%}.section-title__secondary--center{text-align:center}.section-title__secondary--center:after{left:50%;transform:translateX(-50%);width:120px}.section-title__secondary--left:after{width:120px}.container{margin:0 auto;padding-left:15px;padding-right:15px}.container--fluid{padding-left:30px;padding-right:30px}@media(min-width:768px){.container:not(.container--fluid){width:750px}}@media(min-width:992px){.container--fluid{padding-left:100px;padding-right:100px}.container:not(.container--fluid){width:970px}}@media(min-width:1200px){.container:not(.container--fluid){width:1170px}}.slider{display:flex;align-items:center;position:relative}.slider__arrow{background:none;border:none;position:relative;height:50px;width:30px;cursor:pointer;overflow:hidden}.slider__arrow:before{content:"";position:absolute;top:8px;height:30px;width:30px;border-color:#495865 #495865 transparent transparent;border-style:solid;border-width:2px}.slider__arrow--prev:before{transform:rotate(-135deg);left:15px}.slider__arrow--next:before{transform:rotate(45deg);left:-15px}.slider__arrow--disabled{cursor:default;pointer-events:none;opacity:.3}.slider__list-wrapper{flex:1 1;overflow:hidden}.slider__list{position:relative;display:flex;flex-wrap:nowrap;transition:left .8s ease-in-out}.slider__list>li{flex:0 0 100%;padding:0 15px}@media(min-width:768px){.slider__list>li{flex:0 0 50%}}@media(min-width:992px){.slider__list>li{flex:0 0 33.33333%}}.related-resource-item{display:block;background:#fff;border:1px solid #e5e9ee;box-shadow:0 0 5px #e5e9ee;text-decoration:none}.related-resource-item__image-container{height:105px;position:relative}.related-resource-item__image{object-fit:cover}.related-resource-item__description-container{height:140px;padding:20px 25px 20px 20px}.related-resource-item__description{height:92px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.related-resource-item__footer{border-top:1px solid #e5e9ee;padding:10px 25px 10px 20px}@media(min-width:992px){.related-resource-item__image-container{height:150px}}.spinner{margin:0 auto;border-radius:50%;border-width:2px;border-style:solid;animation:loading .7s linear infinite}.spinner--default{border-color:#101c22 #101c22 #101c22 transparent}.spinner--primary{border-color:#e1242a #e1242a #e1242a transparent}.spinner--secondary{border-color:#156bd3 #156bd3 #156bd3 transparent}.spinner--small{width:16px;height:16px}.spinner--medium{width:28px;height:28px}.spinner--large{width:40px;height:40px}.related-resources{background:#f5f7fa;padding-top:50px;padding-bottom:50px}.related-resources__header{text-align:center;padding-bottom:50px}.related-resources__description{padding-top:8px}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button{position:relative;background:none;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:800;border-radius:32px;transition:background-position .4s ease-in-out;min-width:200px}.button--small{height:40px;padding:12px 20px}.button--medium{height:46px;padding:14px 24px}.button--large{height:56px;padding:14px 62px}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;top:9px;left:45%;width:28px;height:28px;border-radius:50%;border:2px solid transparent;animation:loading .7s linear infinite}.button--primary{background:#e1242a;color:#fff;background-size:300% 100%}.button--primary:active,.button--primary:focus,.button--primary:hover{background-position:100%;background-image:linear-gradient(90deg,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4)}.button--primary-loading{color:#e1242a}.button--primary-loading:after{border-color:#fff #fff #fff transparent}.button--primary-outline{background:#fff;color:#e1242a;border:1px solid #e1242a}.button--primary-outline:active,.button--primary-outline:hover{color:#fff;background:#e1242a}.button--primary-outline-loading{color:#fff}.button--primary-outline-loading:after{border-color:#e1242a #e1242a #e1242a transparent}.button--primary-outline-loading:focus{background:#fff}.button--secondary{background:#156bd3;color:#fff;border:none;background-size:300% 100%}.button--secondary:active,.button--secondary:focus,.button--secondary:hover{background-position:100%;background-image:linear-gradient(90deg,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,.75)}.button--secondary-loading{color:#156bd3}.button--secondary-loading:after{border-color:#fff #fff #fff transparent}.button--secondary-outline{background:#fff;color:#156bd3;border:1px solid #156bd3}.button--secondary-outline:active,.button--secondary-outline:focus,.button--secondary-outline:hover{color:#fff;background:#156bd3}.button--secondary-outline-loading{color:#fff}.button--secondary-outline-loading:after{border-color:#156bd3 #156bd3 #156bd3 transparent}.button--default{background:#495865;color:#fff;border:1px solid #495865;background-size:300% 100%}.button--default:active,.button--default:focus,.button--default:hover{background-position:100%;background-image:linear-gradient(90deg,#888,#495865);box-shadow:0 4px 15px 0 #888}.button--default-loading{color:#fff}.button--default-loading:after{border-color:#495865 #495865 #495865 transparent}.button--default-outline{background:#fff;color:#495865;border:1px solid #495865}.button--default-outline:active,.button--default-outline:focus,.button--default-outline:hover{background:#495865;color:#fff}.button--default-outline-loading{color:#fff}.button--default-outline-loading:after{border-color:#495865 #495865 #495865 transparent}.button--disabled{pointer-events:none;opacity:.5}.button--block{width:100%}.button--flexible{min-width:unset}.button--with-icon{height:auto;padding:4px 16px}@keyframes infiniteslide{0%{transform:translateZ(0)}to{transform:translate3d(-3150px,0,0)}}.loginext-empower-brands{background:#efefef;text-align:center;padding:20px 0;overflow:hidden;height:225px}.loginext-empower-brands__section-title{text-align:center;padding-block:40px}.loginext-empower-brands__brand-list{display:flex;align-items:center;gap:50px;animation:infiniteslide 34.6673s linear 0s infinite normal none running}.loginext-empower-brands__brand-list-item{height:65px;display:inline-flex}.loginext-empower-brands__brand-image{height:100%;width:unset;aspect-ratio:3/2;object-fit:contain}