:root{--primary-tech:#1a1a2e;--primary-tech-light:#16213e;--accent-tech:#0f3460;--gradient-primary:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);--gradient-secondary:linear-gradient(135deg,#16213e,#0f3460);--button-red:#e1242a;--button-red-darker:#c72229;--button-red-darkest:#b81c23;--button-gradient-hover:linear-gradient(135deg,#e1242a,#c72229 50%,#b81c23);--button-shadow-3d:0 4px 15px rgba(225,36,42,.3);--text-dark:#1a1a2e;--text-light:#666;--text-lighter:#999;--bg-light:#f8f9fb;--bg-white:#fff;--bg-tech:#0a0a0f;--border-light:#e5e7eb;--shadow-card:0 4px 20px rgba(26,26,46,.08);--shadow-hover:0 8px 30px rgba(26,26,46,.12);--tech-cyan:#00d4ff;--tech-purple:#6c5ce7;--tech-gradient:linear-gradient(135deg,#00d4ff,#6c5ce7)}.landing-page{background:var(--bg-white);color:var(--text-dark);line-height:1.6}.container{max-width:1200px;padding:0 20px}.hero{min-height:100vh;display:flex;align-items:center;background:var(--gradient-primary);position:relative;overflow:hidden;padding:100px 0 60px}.hero:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="tech-grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(0,212,255,0.08)" stroke-width="1"/><circle cx="20" cy="20" r="1" fill="rgba(0,212,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23tech-grid)"/></svg>');opacity:.4}.hero:after,.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.hero:after{background:radial-gradient(ellipse at center,rgba(0,212,255,.03) 0,transparent 70%)}.hero-content{display:flex;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:3;max-width:1200px;margin:0 auto}.hero-text h1{font-size:2.8rem;font-weight:700;margin-bottom:24px;color:#fff;line-height:normal!important;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-text p{font-size:1rem;color:hsla(0,0%,100%,.9);margin-bottom:20px;font-weight:400;line-height:1.6}.hero-cta-buttons{margin-top:40px;display:flex;gap:20px;flex-wrap:wrap;align-items:center;justify-content:center}.hero-cta-buttons .cta-button.primary{flex:1 1;min-width:200px}.hero-cta-buttons .cta-button.secondary{flex:0 0 auto;min-width:160px;padding:12px 24px!important;font-size:1rem!important}.cta-button{background:var(--button-red)!important;color:#fff!important;padding:16px 32px!important;border:none!important;border-radius:8px!important;font-size:1.1rem!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;text-transform:none!important;min-width:200px!important;box-shadow:0 6px 20px rgba(225,36,42,.4),inset 0 1px 0 hsla(0,0%,100%,.2)!important;border-bottom:4px solid var(--button-red-darker)!important;border-right:1px solid var(--button-red-darker)!important;visibility:visible!important;opacity:1!important;position:relative!important;overflow:hidden!important;background-image:linear-gradient(to bottom,var(--button-red),var(--button-red-darker))!important}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button:hover{background:var(--button-red)!important;background-image:linear-gradient(to bottom,var(--button-red-darker),var(--button-red-darkest))!important;transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(225,36,42,.5),inset 0 1px 0 hsla(0,0%,100%,.3)!important;border-bottom-color:var(--button-red-darkest)!important;border-right-color:var(--button-red-darkest)!important}.cta-button:active{transform:translateY(-1px)!important;box-shadow:0 4px 15px rgba(225,36,42,.4),inset 0 1px 0 hsla(0,0%,100%,.2)!important;border-bottom-width:2px!important}.cta-button.secondary{background:var(--button-red)!important;background-image:linear-gradient(to bottom,var(--button-red),var(--button-red-darker))!important;border:none!important;color:#fff!important;border-bottom:3px solid var(--button-red-darker)!important;border-right:1px solid var(--button-red-darker)!important;box-shadow:0 4px 15px rgba(225,36,42,.3),inset 0 1px 0 hsla(0,0%,100%,.2)!important}.cta-button.secondary:hover{background:var(--button-red)!important;background-image:linear-gradient(to bottom,var(--button-red-darker),var(--button-red-darkest))!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(225,36,42,.4),inset 0 1px 0 hsla(0,0%,100%,.3)!important;border-bottom-color:var(--button-red-darkest)!important;border-right-color:var(--button-red-darkest)!important}.cta-button.small{padding:12px 24px!important;font-size:.95rem!important;min-width:150px!important;background:var(--button-red)!important;background-image:linear-gradient(to bottom,var(--button-red),var(--button-red-darker))!important;border-bottom:3px solid var(--button-red-darker)!important;border-right:1px solid var(--button-red-darker)!important;box-shadow:0 4px 12px rgba(225,36,42,.3),inset 0 1px 0 hsla(0,0%,100%,.2)!important}.hero-visual{display:flex;justify-content:center;align-items:center;width:608px;height:467px}.animated-dashboard{background:rgba(26,26,46,.95);border-radius:16px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:480px;width:100%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(0,212,255,.2);position:relative}.animated-dashboard:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:1px;background:var(--tech-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid rgba(0,212,255,.2);position:relative;z-index:2}.dashboard-header h3{color:#fff;font-size:1.3rem;margin:0;line-height:normal}.dashboard-header h3,.status-indicator{font-weight:600;position:relative;z-index:2}.status-indicator{padding:6px 12px;border-radius:20px;font-size:.8rem;text-transform:uppercase}.status-indicator.active{background:rgba(0,212,255,.2);color:var(--tech-cyan);border:1px solid rgba(0,212,255,.3);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.dashboard-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:25px}.stat-item{background:rgba(0,212,255,.05);padding:20px 16px;border-radius:12px;text-align:center;border:1px solid rgba(0,212,255,.1);transition:transform .3s ease;position:relative;z-index:2}.stat-item:hover{transform:translateY(-2px);border-color:rgba(0,212,255,.3)}.stat-number{font-size:2rem;font-weight:700;color:var(--tech-cyan);margin-bottom:8px;line-height:1}.stat-label{font-size:.9rem;color:hsla(0,0%,100%,.8);font-weight:500;line-height:1.2}.animated-counter{display:inline-block;animation:countUp 2s ease-out forwards}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-map{height:200px;background:#f8f9fb;border-radius:12px;position:relative;overflow:hidden;border:1px solid #f0f0f0}.map-placeholder{width:100%;height:100%;position:relative;background:linear-gradient(135deg,#f8f9fb,#e3f2fd)}.delivery-points{position:absolute;top:0;left:0;right:0;bottom:0}.point{position:absolute;width:12px;height:12px;background:var(--button-red);border-radius:50%;animation:pointPulse 3s infinite;box-shadow:0 0 0 0 rgba(225,36,42,.7)}.point-1{top:20%;left:15%;animation-delay:0s}.point-2{top:30%;right:20%;animation-delay:.5s}.point-3{bottom:25%;left:25%;animation-delay:1s}.point-4{bottom:20%;right:15%;animation-delay:1.5s}@keyframes pointPulse{0%{box-shadow:0 0 0 0 rgba(225,36,42,.7)}70%{box-shadow:0 0 0 10px rgba(225,36,42,0)}to{box-shadow:0 0 0 0 rgba(225,36,42,0)}}.route-lines{position:absolute;top:0;left:0;right:0;bottom:0}.route{position:absolute;height:2px;background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-dark));animation:routeMove 4s linear infinite}.route-1{top:25%;left:20%;width:60%;transform:rotate(15deg)}.route-2{bottom:30%;left:25%;width:50%;transform:rotate(-10deg);animation-delay:2s}@keyframes routeMove{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:var(--text-dark);line-height:normal!important}.section-header p{font-size:1.1rem;color:var(--text-light);max-width:800px;margin:0 auto;line-height:1.7}.how-it-works{padding:120px 0;background:var(--bg-white)}.workflow-diagram{display:flex;align-items:center;justify-content:center;gap:30px;margin:60px 0;flex-wrap:wrap}.workflow-step{background:var(--bg-white);padding:40px 30px;border-radius:16px;box-shadow:var(--shadow-card);text-align:center;max-width:200px;flex:1 1;min-width:180px;transition:all .3s ease;border:2px solid transparent}.workflow-step:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--primary-blue)}.step-icon{width:70px;height:70px;background:var(--tech-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 20px rgba(0,212,255,.3)}.step-icon img{filter:brightness(0) invert(1);opacity:.9}.workflow-step h3{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:var(--text-dark);line-height:normal!important}.workflow-step p{color:var(--text-light);line-height:1.6;font-size:.95rem}.workflow-arrow{font-size:2rem;color:var(--primary-blue);font-weight:700;animation:arrowPulse 2s infinite}@keyframes arrowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.section-cta{text-align:center;margin-top:60px;line-height:normal}.section-cta p{font-size:1.1rem;color:var(--text-light);margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.key-features{padding:120px 0;background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.feature-card{background:var(--bg-white);padding:40px 30px;border-radius:16px;box-shadow:var(--shadow-card);transition:all .3s ease;border:1px solid var(--border-light);text-align:left;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.feature-icon{width:70px;height:70px;background:var(--tech-gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 15px rgba(0,212,255,.2)}.feature-icon img{filter:brightness(0) invert(1);opacity:.9}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:16px;color:var(--text-dark);line-height:normal!important}.feature-card p{color:var(--text-light);line-height:1.6;font-size:1rem}.business-benefits{padding:120px 0;background:var(--bg-white)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.benefit-card{background:var(--bg-white);padding:40px 30px;border-radius:16px;box-shadow:var(--shadow-card);text-align:center;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,var(--primary-blue),transparent);animation:rotate 4s linear infinite;opacity:0;transition:opacity .3s ease}.benefit-card:hover:before{opacity:.1}.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--primary-blue)}@keyframes rotate{to{transform:rotate(1turn)}}.benefit-stat{display:flex;align-items:baseline;justify-content:center;margin-bottom:20px;position:relative;z-index:2}.benefit-stat .stat-number{font-size:3rem;font-weight:800;color:var(--button-red)}.stat-symbol{font-size:1.8rem;font-weight:600;color:var(--button-red);margin-left:4px}.benefit-card h3{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:var(--text-dark);line-height:normal!important;position:relative;z-index:2}.benefit-card p{color:var(--text-light);line-height:1.6;font-size:.95rem;position:relative;z-index:2}.industries{padding:120px 0;background-image:url(/_next/static/media/middle-bg.fa01a08f.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.industry-card{background:var(--bg-white);padding:40px 30px;border-radius:16px;box-shadow:var(--shadow-card);text-align:center;transition:all .3s ease;border:1px solid var(--border-light);position:relative}.industry-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.industry-icon{width:80px;height:80px;background:var(--tech-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative;box-shadow:0 4px 20px rgba(0,212,255,.25)}.industry-icon img{filter:brightness(0) invert(1);opacity:.9}.industry-icon:after{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid var(--primary-blue);border-radius:50%;opacity:0;transform:scale(.8);transition:all .3s ease}.industry-card:hover .industry-icon:after{opacity:.3;transform:scale(1)}.industry-card h3{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:var(--text-dark);line-height:normal!important}.industry-card p{color:var(--text-light);line-height:1.6;font-size:.95rem}.funnel-visualization{padding:120px 0;background:var(--bg-white)}.funnel-container{display:flex;flex-direction:column;align-items:center;gap:30px;margin-top:60px;max-width:600px;margin-left:auto;margin-right:auto}.funnel-stage{background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-card);transition:all .3s ease;width:100%;border:2px solid transparent;position:relative}.funnel-stage.stage-1{max-width:500px}.funnel-stage.stage-2{max-width:400px}.funnel-stage.stage-3{max-width:300px}.funnel-stage:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--primary-blue)}.stage-content{padding:40px 30px;text-align:center;position:relative}.stage-number{position:absolute;top:-15px;left:30px;width:30px;height:30px;background:var(--gradient-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.stage-content h3{font-size:1.3rem;font-weight:600;margin-bottom:16px;color:var(--text-dark);line-height:normal!important}.stage-content p{color:var(--text-light);line-height:1.6;margin-bottom:24px;font-size:.95rem}.funnel-arrow{font-size:2rem;color:var(--primary-blue);font-weight:700;animation:arrowBounce 2s infinite}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.faq-section{padding:120px 0;background:var(--bg-light)}.final-cta{padding:120px 0;background-image:url(/_next/static/media/bottom-bg.128b9735.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;text-align:center;position:relative;overflow:hidden}.final-cta:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="tech-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="rgba(0,212,255,0.15)"/><circle cx="5" cy="5" r="0.5" fill="rgba(108,92,231,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23tech-dots)"/></svg>')}.final-cta:after,.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.final-cta:after{background:radial-gradient(ellipse at center,rgba(0,212,255,.05) 0,transparent 70%)}.cta-content{position:relative;z-index:2}.final-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#fff;line-height:normal!important}.final-cta p{font-size:1.1rem;color:hsla(0,0%,100%,.9);margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px;flex-wrap:wrap}@media (max-width:1024px){.workflow-diagram{flex-direction:column;gap:20px}.workflow-arrow{transform:rotate(90deg)}.benefits-grid,.features-grid,.industries-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero-content{flex-direction:column;max-width:350px;text-align:center}.hero-visual{width:608px;height:467px}}@media (max-width:1400px){.hero-text h1{font-size:2.6rem}.hero-content{gap:50px}.animated-dashboard{max-width:450px}}@media (max-width:1200px){.hero-text h1{font-size:2.4rem}.container{max-width:1000px}.hero-content{flex-direction:column;max-width:750px;text-align:center}.hero-visual{width:608px;height:467px}}@media (max-width:768px){.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text h1{font-size:2.2rem}.hero-cta-buttons{flex-direction:column;align-items:center;gap:15px}.hero-cta-buttons .cta-button.primary{width:100%;max-width:280px;flex:none}.hero-cta-buttons .cta-button.secondary{width:100%;max-width:220px;flex:none}.section-header h2{font-size:2rem}.dashboard-stats{grid-template-columns:1fr}.animated-dashboard{max-width:100%;padding:20px}.workflow-step{max-width:100%}.benefits-grid,.features-grid,.industries-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.funnel-stage.stage-1,.funnel-stage.stage-2,.funnel-stage.stage-3{max-width:100%}.hero-content{flex-direction:column;max-width:450px}.hero-visual{width:304px;height:233px}}@media (max-width:480px){.container{padding:0 16px}.hero-text h1{font-size:2rem}.section-header h2{font-size:1.8rem}.final-cta h2{font-size:2rem}.benefit-card,.feature-card,.industry-card{padding:30px 20px}.animated-dashboard{padding:15px}.dashboard-stats{gap:12px}.stat-item{padding:16px 12px}.cta-button{padding:14px 24px!important;font-size:1rem!important;min-width:180px!important}.hero-content{flex-direction:column;max-width:313px}.hero-visual{width:304px;height:233px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.benefit-card,.feature-card,.funnel-stage,.hero-content,.industry-card,.section-header,.workflow-step{animation:fadeInUp .6s ease-out forwards}.workflow-step:first-child{animation-delay:.1s}.workflow-step:nth-child(3){animation-delay:.2s}.workflow-step:nth-child(5){animation-delay:.3s}.workflow-step:nth-child(7){animation-delay:.4s}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.animated-counter{transition:all .3s ease}h1,h2,h3,h4,h5,h6{line-height:normal!important}.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}.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 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}@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}