.container{max-width:1200px;padding:0 20px}.hero-container{max-width:100%!important;width:100%!important;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{line-height:normal;font-weight:700}.section-title{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:1rem;text-align:center;line-height:normal}.section-description{font-size:1.2rem;color:#4a5568;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.white-text{color:#fff!important}.hero-section{position:relative;height:90vh;display:flex;background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);overflow:hidden;padding:0}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.hero-text{color:#fff;display:flex;flex-direction:column;justify-content:flex-start;height:100%;width:100%;overflow:hidden;padding:3rem 0}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid hsla(0,0%,100%,.3);width:-moz-fit-content;width:fit-content}.hero-title{font-size:2.4rem;font-weight:900;margin-bottom:.8rem;line-height:normal;letter-spacing:-.02em}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero-description{font-size:1.1rem;margin-bottom:1rem;opacity:.9;line-height:1.4}.hero-stats{display:flex;gap:.8rem;margin-bottom:1.5rem;justify-content:flex-start;flex-wrap:wrap}.stat-card{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 1rem;border-radius:10px;text-align:center;border:1px solid hsla(0,0%,100%,.2);width:140px;flex-shrink:0}.rotating-card{animation:rotateY 3s ease-in-out infinite}@keyframes rotateY{0%,to{transform:rotateY(0deg) scale(1)}50%{transform:rotateY(15deg) scale(1.05)}}.stat-number{font-size:1.6rem;font-weight:900;color:#fbbf24;display:block}.stat-label{font-size:.9rem;opacity:.8;margin-top:.5rem}.hero-buttons{display:flex!important;gap:1rem;flex-wrap:wrap;margin-top:.5rem;margin-bottom:0;position:relative;z-index:2;width:100%;visibility:visible!important;opacity:1!important;animation:slideUpFade 1s ease-out .5s both;justify-content:flex-start;align-items:center}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-app-container{max-width:100%}.main-app-display,.mobile-app-container{position:relative;display:flex;justify-content:center;align-items:center}.main-app-display{z-index:3;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease;background:hsla(0,0%,100%,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.2);width:100%;height:auto}.main-app-display:hover{transform:perspective(1000px) rotateY(0deg) scale(1.02)}.floating-features{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;pointer-events:none}.feature-card{position:absolute;background:hsla(0,0%,100%,.98);padding:1.2rem 1.5rem;border-radius:20px;display:flex;align-items:center;gap:.8rem;font-size:.95rem;font-weight:700;box-shadow:0 15px 40px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:floatFeature 4s ease-in-out infinite;border:1px solid hsla(0,0%,100%,.3);color:#2d3748}.feature-1{top:10%;left:2%;animation-delay:0s}.feature-2{top:40%;right:2%;animation-delay:1.5s}.feature-3{bottom:15%;left:8%;animation-delay:3s}@keyframes floatFeature{0%,to{transform:translateY(0) scale(1) rotate(0deg)}50%{transform:translateY(-15px) scale(1.05) rotate(2deg)}}.floating-features .feature-icon{font-size:1.2rem;color:#4f46e5;font-weight:700}.hero-main-image{width:100%;height:70%;object-fit:contain;position:relative;z-index:4}.hero-image-container{width:-moz-fit-content;width:fit-content;padding:0 0 0 5rem}.problem-solution-section{padding:8rem 0;background:linear-gradient(135deg,#f7fafc,#edf2f7);position:relative}.problem-solution-section:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(180deg,rgba(79,70,229,.1),transparent)}.comparison-container{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2rem;gap:2rem;align-items:stretch;margin-bottom:4rem;min-height:450px}.comparison-side{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;min-height:400px}.comparison-side h3{font-size:1.8rem;margin-bottom:2rem;text-align:center;line-height:normal}.problems-side h3{color:#e53e3e}.solutions-side h3{color:#38a169}.challenge-list,.solution-list{display:flex;flex-direction:column;gap:1.5rem;flex:1 1}.challenge-item,.solution-item{display:flex;align-items:flex-start;gap:1rem}.challenge-icon,.solution-icon{font-size:1.5rem;margin-top:.25rem;font-weight:900;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.challenge-icon{background:rgba(229,62,62,.1);color:#e53e3e}.solution-icon{background:rgba(56,161,105,.1);color:#38a169}.challenge-item h4,.solution-item h4{font-size:1.1rem;margin-bottom:.5rem;line-height:normal}.challenge-item p,.solution-item p{color:#4a5568;line-height:1.5}.comparison-divider{height:-moz-fit-content;height:fit-content}.comparison-divider,.vs-badge{display:flex;align-items:center;justify-content:center;align-self:center}.vs-badge{background:linear-gradient(45deg,#4f46e5,#7c3aed);color:#fff;width:70px;height:70px;border-radius:50%;font-weight:900;font-size:1.2rem;box-shadow:0 6px 20px rgba(79,70,229,.4);animation:spin 4s linear infinite;border:2px solid #fff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.deloitte-quote{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.1);border-left:5px solid #4f46e5;margin-bottom:3rem}.deloitte-quote p{font-size:1.2rem;color:#2d3748;margin:0}.quote-source{display:block;margin-top:1rem;color:#4f46e5;font-weight:600}.features-section{padding:8rem 0;background:#fff;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4f46e5,transparent)}.features-table-container{margin-bottom:3rem}.features-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 50px rgba(0,0,0,.1);border:1px solid #e2e8f0;margin:0 auto;max-width:1000px}.table-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:linear-gradient(45deg,#4f46e5,#7c3aed);color:#fff;font-weight:700;font-size:1.1rem}.table-header .column{padding:1.5rem;text-align:center}.table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #e2e8f0;transition:all .3s ease}.table-row:hover{background:#f7fafc;transform:translateX(5px)}.table-row:last-child{border-bottom:none}.feature-name{padding:1.5rem;gap:1rem;font-weight:600}.feature-icon,.feature-name{display:flex;align-items:center}.feature-icon{font-size:1.1rem;background:linear-gradient(45deg,#4f46e5,#7c3aed);color:#fff;width:35px;height:35px;border-radius:50%;justify-content:center;font-weight:700;flex-shrink:0}.feature-description,.feature-impact{padding:1.5rem;color:#4a5568;display:flex;align-items:center}.benefits-section{padding:8rem 0;background-image:url(/_next/static/media/middle-bg.36d99b26.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;position:relative;overflow:hidden}.benefits-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.benefits-section .section-title{color:#fff;position:relative;z-index:2}.benefits-section .section-description{color:#a0aec0;position:relative;z-index:2}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;position:relative;z-index:2}.benefit-flip-card{background-color:transparent;width:100%;height:250px;perspective:1000px}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;cursor:pointer}.benefit-flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:20px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.flip-card-front{background:linear-gradient(45deg,#4f46e5,#7c3aed);box-shadow:0 15px 40px rgba(79,70,229,.3)}.flip-card-back{background:linear-gradient(45deg,#38a169,#2f855a);transform:rotateY(180deg);box-shadow:0 15px 40px rgba(56,161,105,.3)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.flip-card-back h3,.flip-card-front h3{font-size:1.5rem;margin-bottom:1rem;line-height:normal}.flip-card-back p,.flip-card-front p{font-size:1rem;opacity:.9;line-height:1.5}.comparison-chart-section{padding:8rem 0;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.chart-container{max-width:800px;margin:0 auto}.chart-metrics{display:flex;flex-direction:column;gap:3rem}.metric-comparison{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.metric-comparison h4{text-align:center;margin-bottom:2rem;font-size:1.5rem;color:#2d3748;line-height:normal}.bars-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.bar-group{text-align:center;display:flex;flex-direction:column;align-items:center}.bar{height:70px;border-radius:35px;position:relative;overflow:hidden;margin-bottom:1rem;transition:all 2s cubic-bezier(.4,0,.2,1);width:100%;max-width:400px;transform:scaleX(0);transform-origin:left center}.bar.animated{transform:scaleX(1);animation:barPulse 3s ease-in-out infinite}@keyframes barPulse{0%,to{transform:scaleX(1) scaleY(1);box-shadow:0 8px 25px rgba(0,0,0,.3)}50%{transform:scaleX(1) scaleY(1.05);box-shadow:0 12px 35px rgba(0,0,0,.4)}}.manual-bar{background:linear-gradient(45deg,#e53e3e,#c53030)}.manual-bar.animated{box-shadow:0 8px 25px rgba(229,62,62,.3)}.app-bar{background:linear-gradient(45deg,#4f46e5,#7c3aed)}.app-bar.animated{box-shadow:0 8px 25px rgba(79,70,229,.3)}.bar span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:800;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:0;transition:opacity .5s ease 1.5s}.bar.animated span{opacity:1}.bar-label{font-size:1rem;color:#4a5568;font-weight:700;margin-top:.5rem}.why-choose-section{padding:8rem 0;background:#fff}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.choose-card{text-align:center;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#f7fafc,#edf2f7);transition:all .3s ease}.choose-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.choose-icon{font-size:3rem;margin-bottom:1rem}.choose-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2d3748;line-height:normal}.choose-card p{color:#4a5568;line-height:1.5}.success-metrics{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.metric-card{text-align:center;background:linear-gradient(45deg,#4f46e5,#7c3aed);color:#fff;padding:2rem;border-radius:20px;width:220px;box-shadow:0 15px 40px rgba(79,70,229,.3);flex-shrink:0}.metric-number{font-size:3rem;font-weight:900;display:block;margin-bottom:.9rem}.revolving-number{animation:revolve 3s ease-in-out infinite}@keyframes revolve{0%,to{transform:rotateX(0deg)}50%{transform:rotateX(1turn)}}.metric-label{font-size:1rem;opacity:.9}.final-cta-section{padding:8rem 0;background-image:url(/_next/static/media/bottom-bg.463b32e4.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;text-align:center;position:relative}.final-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:0}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;line-height:normal;z-index:1;position:relative}.cta-description{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button-container{margin-top:3rem;align-items:center;justify-content:center;display:flex}.cta-button:hover{transform:translateY(-3px)}.hero-buttons,[class*=hero-buttons]{display:flex!important;visibility:visible!important;opacity:1!important;overflow:visible!important;height:auto!important;width:100%!important;position:relative!important;z-index:99999!important;margin-top:1.5rem!important;margin-bottom:0!important;padding:.5rem 0!important;min-height:60px!important}@media (max-width:1024px){.hero-section{height:1000px;padding:0!important}.hero-image-container{padding:0!important;width:auto}.hero-stats{justify-content:center;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.schedule-a-demo-cta-button{padding:.8rem 1rem!important;line-height:normal!important}}@media (max-width:768px){.hero-section{min-height:100vh;max-height:none;height:auto;padding:2rem 0 4rem;overflow:visible}.hero-content{display:grid!important;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;text-align:center;padding:2rem 1rem 3rem;min-height:auto;margin-top:50px}.hero-content,.hero-text{height:auto;justify-content:flex-start}.hero-text{padding:1rem 0 2rem}.hero-title{font-size:2.2rem;line-height:1.2}.section-title{font-size:1.8rem}.hero-stats{justify-content:center;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.stat-card{width:110px;padding:.6rem .8rem}.stat-number{font-size:1.5rem}.comparison-container{grid-template-columns:1fr;gap:2rem}.comparison-divider{order:2;margin:1rem 0}.solutions-side{order:3}.features-table{display:block;background:transparent;box-shadow:none;border:none}.table-header{display:none}.table-row{display:block;background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e2e8f0;transition:all .3s ease}.table-row:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.feature-name{margin-bottom:1.5rem;gap:1rem;font-size:1.2rem;color:#2d3748;border-bottom:2px solid #e2e8f0;padding:0 0 1rem}.feature-icon,.feature-name{display:flex;align-items:center;font-weight:700}.feature-icon{font-size:1.3rem;background:linear-gradient(45deg,#4f46e5,#7c3aed);color:#fff;width:45px;height:45px;border-radius:50%;justify-content:center;flex-shrink:0}.feature-description,.feature-impact{padding:0;margin-bottom:1rem;display:block;color:#4a5568}.feature-description:before{content:"Function: "}.feature-description:before,.feature-impact:before{font-weight:700;color:#4f46e5;display:block;margin-bottom:.5rem;font-size:1rem}.feature-impact:before{content:"Impact: "}.feature-description:last-child,.feature-impact:last-child{margin-bottom:0}.bars-container{grid-template-columns:1fr;gap:1rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.success-metrics{flex-direction:column;align-items:center;gap:1.5rem}.metric-card{width:200px}.cta-title{font-size:2.2rem}.cta-buttons,.hero-buttons{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem!important;margin-bottom:2rem!important;padding:1rem 0!important;width:100%!important;display:flex!important;visibility:visible!important;opacity:1!important;overflow:visible!important}.floating-features{display:none}.main-app-display{transform:none;min-height:250px}.main-app-display:hover{transform:scale(1.02)}.schedule-a-demo-cta-button{padding:.8rem 1rem!important;line-height:normal!important}}@media (max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.hero-stats{flex-direction:column;gap:1rem;justify-content:center;align-items:center}.stat-card{width:100px}.metric-card{width:180px}.schedule-a-demo-cta-button{padding:.8rem 2rem!important;line-height:normal!important}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-header{animation:slideInUp .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.benefit-flip-card,.choose-card{animation:fadeInScale .6s ease-out;animation-fill-mode:both}.choose-card:first-child{animation-delay:.1s}.choose-card:nth-child(2){animation-delay:.2s}.choose-card:nth-child(3){animation-delay:.3s}.choose-card:nth-child(4){animation-delay:.4s}.benefit-flip-card:first-child{animation-delay:.1s}.benefit-flip-card:nth-child(2){animation-delay:.2s}.benefit-flip-card:nth-child(3){animation-delay:.3s}.benefit-flip-card:nth-child(4){animation-delay:.4s}.benefit-flip-card:nth-child(5){animation-delay:.5s}.benefit-flip-card:nth-child(6){animation-delay:.6s}.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 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}