*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-size:1.6rem;font-family:"Inter", sans-serif;color:#2d124b}html{scroll-behavior:smooth;font-size:62.5%}@media (max-width: 1280px){html{font-size:55%}}@media (max-width: 600px){html{font-size:53%}}@media (max-width: 400px){html{font-size:48%}}body{-webkit-font-smoothing:antialiased;background-color:#f9fafb}img{max-width:100%}button{outline:none;border:none;background-color:transparent}#color-wave-1{stop-color:#ff3e15}#color-wave-2{stop-color:#2d124b}.wpp-message{position:fixed;right:1rem;bottom:1rem;padding:0.5rem;clip-path:circle();font-size:1.5rem;line-height:0;visibility:hidden;opacity:0;transition:0.3s;transform:translateY(100%)}.wpp-message.show{visibility:visible;opacity:1;transform:translateY(0)}.card{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;background-color:#f9fafb;width:100%;max-width:30.7rem;height:33.6rem;border-radius:1.2rem;box-shadow:0rem 0.4rem 1rem rgba(0,0,0,0.25);padding:4.9rem 3.2rem}.card .icon{padding:2.6rem}.card .info{width:100%;max-width:24.3rem}.card .info h3{font-weight:700;font-size:2.4rem;color:#ff3e15;text-align:center;margin-bottom:1.6rem}.card .info p{font-weight:400;line-height:1.9rem;color:#2d124b}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-12.8rem * 7))}}.slider{margin-top:4.8rem;height:auto;margin:auto;overflow:hidden;position:relative;width:100%}.slider::before,.slider::after{background:linear-gradient(to right, #f9fafb 0%, rgba(255,255,255,0) 100%);content:"";height:20rem;position:absolute;width:18rem;z-index:2}.slider::after{right:0;top:0;transform:rotateZ(180deg)}.slider::before{left:0;top:0}.slider .slide-track{animation:scroll 20s linear infinite;display:flex;align-items:center;justify-content:center;gap:6rem;width:calc(12.8rem * 14)}.slider .slide{height:12.8rem;width:12.8rem}.container{width:100%;max-width:128rem;padding:0 2rem;margin:0 auto}#header{width:100%;height:12.5rem;position:fixed;top:0;left:0;z-index:4;background-color:#f9fafb;box-shadow:0rem 0.2rem 1rem rgba(45,18,75,0.25);display:flex}#header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#header nav{display:flex;align-items:center}#header nav ul{display:flex;align-items:center}#header nav ul li:not(:first-child){margin-left:4.3rem}#header nav ul li a{font-size:1.6rem;font-weight:400;color:#2d124b;transition:font-weight 0.2s;position:relative}#header nav ul li a::after{content:"";width:0%;height:2px;background-color:#ff3e15;position:absolute;left:0;bottom:-0.5rem;transition:width 0.2s}#header nav ul li a:hover,#header nav ul li a:hover::after{font-weight:700;width:100%}#header nav ul li .active{font-weight:700}#header nav ul li .active::after{content:"";width:100%;height:2px;background-color:#ff3e15;position:absolute;left:0;bottom:-0.5rem;transition:width 0.2s}#header nav .btn-enter{background-color:#ff3e15;height:4rem;line-height:4rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:1.6rem;border-radius:0.4rem;display:inline-block;cursor:pointer;margin-left:6.4rem;margin-right:2.3rem;transition:background 0.2s}#header nav .btn-enter:hover{background-color:#e23812}#header nav .btn-free{background-color:rgba(0,0,0,0);height:4rem;line-height:4rem;color:#2d124b;padding:0 1.6rem;font-weight:700;font-size:1.6rem;border-radius:0.4rem;display:inline-block;cursor:pointer;font-weight:400;border:0.1rem solid #2d124b;transition:background 0.2s}#header nav .btn-free:hover{background-color:#2d124b;color:#f9fafb}#header nav .btn-mobile{display:none}@media (max-width: 991px){#header nav ul li:not(:first-child){margin-left:3.3rem}#header nav .btn-enter{margin-left:3.4rem}}@media (max-width: 860px){#header nav ul{display:none}#header nav .btn-mobile{display:block;margin-left:4.8rem}}@media (max-width: 600px){#header{height:8rem}#header .logo img{max-width:80%}#header nav .btn-enter,#header nav .btn-free{display:none}}@media (max-width: 425px){#header .container .logo{width:35%}#header .container nav button{width:28%}}.menu-mobile{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2022;opacity:0;pointer-events:none;transition:opacity 0.3s}.menu-mobile .overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2022;background-color:rgba(0,0,0,0.5);z-index:0}.menu-mobile aside{position:fixed;top:0;left:0;width:75%;height:100%;background-color:#f9fafb;padding:3rem;transform:translateX(-100%);transition:transform 0.3s}.menu-mobile aside .logo{max-width:15rem;margin-bottom:4rem}.menu-mobile aside ul{padding-top:6rem}.menu-mobile aside ul li a{padding:2rem 0;display:block;font-size:2.4rem}.menu-mobile aside .btn-enter-mobile{background-color:#ff3e15;height:5rem;line-height:5rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:2rem;border-radius:0.4rem;display:inline-block;cursor:pointer;width:24rem;text-align:center;margin-top:2.4rem;transition:background 0.2s}.menu-mobile aside .btn-enter-mobile:hover{background-color:#e23812}.menu-mobile aside .social-mobile{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:8rem}.menu-mobile aside .social-mobile strong{color:#ff3e15;font-size:2rem}.menu-mobile aside .social-mobile ul{padding:0;display:flex;align-items:center;gap:1.6rem}.menu-opened{overflow:hidden}.menu-opened .menu-mobile{opacity:1;pointer-events:all}.menu-opened .menu-mobile aside{transform:translateX(0%)}#footer{padding-top:10rem;padding-bottom:8.3rem;background-color:#2d124b}#footer .container .footer-options{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:4rem}#footer .container .footer-options header h4{font-weight:700;font-size:22px;line-height:27px;color:#f9fafb;padding-bottom:3.5rem}#footer .container .footer-options ul li{padding-bottom:2.4rem}#footer .container .footer-options ul li a{font-weight:400;font-size:2rem;line-height:2.7rem;color:#f9fafb;transition:0.2s}#footer .container .footer-options ul li a:hover{filter:brightness(85%)}#footer .container .footer-options .block-mod{width:100%;max-width:35.7rem}#footer .container .footer-options .block-api{width:100%;max-width:18.9rem}#footer .container .footer-options .block-contact{width:100%;max-width:28.7rem}#footer .container .footer-options .logo-footer{width:100%;max-width:30.7rem}#footer .container .footer-options .logo-footer ul{padding-top:3.6rem}#footer .container .footer-options .logo-footer .social-links{margin-top:-4rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#footer .container .footer-options .logo-footer .social-links ul{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.6rem}#footer .container .footer-options .logo-footer .social-links ul li a{transition:0.2s}#footer .container .footer-options .logo-footer .social-links ul li a:hover{filter:brightness(80%)}#footer .container .copy{padding-top:7.2rem}#footer .container .copy p{font-weight:400;font-size:1.8rem;line-height:2.2rem;text-align:center;color:#f9fafb}#footer .container .copy p a{color:#f9fafb}@media (max-width: 768px){#footer .container .footer-options{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 425px){#footer .container .footer-options{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}}.title-special{width:100%;max-width:28rem;border-left:1rem solid #ff3e15;height:7.5rem;line-height:7.5rem}.title-special h2{margin-left:1.1rem;font-weight:700;font-size:3.2rem}.s-hero{padding-top:13.9rem}.s-hero .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-hero .box-text-hero{width:100%;max-width:57.2rem}.s-hero .box-text-hero h1{font-size:3.8rem;font-weight:bold;line-height:4.6rem;margin-bottom:1.6rem}.s-hero .box-text-hero h1 strong{font-size:3.8rem;font-weight:bold;color:#ff3e15}.s-hero .box-text-hero p{font-size:1.8rem;margin-bottom:4rem;line-height:2.2rem}.s-hero .box-text-hero .btn-contact{background-color:#ff3e15;height:6.1rem;line-height:6.1rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:2.4rem;border-radius:0.4rem;display:inline-block;cursor:pointer;margin-bottom:1.6rem;transition:background 0.3s}.s-hero .box-text-hero .btn-contact:hover{background-color:#e23812}.s-hero .box-text-hero p .demo{font-size:1.8rem;font-weight:600;color:#ff3e15;text-decoration:underline;transition:background 0.3s}.s-hero .box-text-hero p .demo:hover{color:#e23812}.s-hero .box-image-hero{display:flex;align-items:center;justify-content:center}@media (max-width: 991px){.s-hero .container{flex-direction:column-reverse}.s-hero .box-text-hero{display:flex;max-width:60%;flex-direction:column;justify-content:center;align-items:center}.s-hero .box-text-hero h1,.s-hero .box-text-hero p{text-align:center}}@media (max-width: 768px){.s-hero .container .box-image-hero img{width:70%}}@media (max-width: 600px){.s-hero{padding-top:7.9rem}.s-hero .box-image-hero{width:80%}.s-hero .box-text-hero{max-width:100%}}@media (max-width: 425px){.s-hero{padding-top:12rem}.s-hero .container .box-text-hero{align-items:flex-start;justify-content:flex-start}.s-hero .container .box-text-hero h1,.s-hero .container .box-text-hero p{text-align:left}.s-hero .container .box-image-hero{display:none}}.decorator .wave-bottom{position:absolute;margin-top:-4rem;left:0;width:100%}@media (max-width: 1024px){.decorator{display:none}}.s-benefits{position:relative;display:flex;z-index:1;top:-16rem}.s-benefits .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-benefits .s-benefits-title{margin-bottom:4.8rem}.s-benefits .s-benefits-title h2{text-align:center;font-weight:700;font-size:3.8rem;color:#f9fafb;line-height:4.6rem}.s-benefits .cards-benefits{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3.2rem}.s-benefits .cards-benefits .card .icon{padding-top:5.1rem;padding-bottom:2.6rem}.s-benefits .cards-benefits .card .icon img{width:5rem;height:5rem}.s-benefits .cards-benefits .card .info{padding-bottom:4rem}.s-benefits .cards-benefits .card .info p{height:100%;max-height:11.4rem}@media (max-width: 1024px){.s-benefits .cards-benefits{display:grid;grid-template-columns:1fr 1fr;gap:4rem}}@media (max-width: 425px){.s-benefits .cards-benefits{display:flex;flex-direction:column}}@media (max-width: 1024px){.s-benefits{background:linear-gradient(268.41deg, #ff3e15 17.61%, #2d124b 98.98%);position:static;top:0;padding:6rem 0}}.s-market-pay{padding-bottom:13rem}.s-market-pay .container{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.s-market-pay .container .swiper-button-next,.s-market-pay .container .swiper-button-prev{top:59%;color:#ff3e15}.s-market-pay .container .swiper-button-prev{left:0;right:auto;z-index:1}@media (max-width: 1024px){.s-market-pay .container .swiper-button-prev{left:4rem}}.s-market-pay .container .swiper-button-next{right:0;left:auto;z-index:1}@media (max-width: 1400px){.s-market-pay .container .swiper-button-next{right:170px}}@media (max-width: 1336px){.s-market-pay .container .swiper-button-next{right:128px}}@media (max-width: 1280px){.s-market-pay .container .swiper-button-next{right:64px}}@media (max-width: 1024px){.s-market-pay .container .swiper-button-next{right:4rem}}.s-market-pay .title-market-pay{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-bottom:4.8rem}.s-market-pay .title-market-pay span{margin:0 3.2rem;font-size:2.6rem}.s-market-pay .title-market-pay .title-s h2{font-weight:700;color:#2d124b;line-height:3.1rem;font-size:2.6rem}.s-market-pay .title-market-pay .title-s.active{text-decoration:underline #ff3e15}.s-market-pay .title-market-pay .title-s.active h2{color:#ff3e15}.s-market-pay .box-conciliation{margin-bottom:7.6rem}.s-market-pay .box-conciliation h5{font-weight:600;font-size:2rem;line-height:2.8rem;margin-bottom:0.4rem}.s-market-pay .box-conciliation h4{font-weight:700;font-size:2.4rem;line-height:2.9rem;margin-bottom:1.6rem}.s-market-pay .box-conciliation p{font-size:2rem;width:100%;max-width:62rem}.s-market-pay .content-slide-market{padding:0 12rem}.s-market-pay .content-slide-market .slide{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.s-market-pay .content-slide-market .slide .slide-text{width:100%;max-width:61.8rem}.s-market-pay .content-slide-market .slide .slide-text h2{font-weight:700;font-size:4.8rem;line-height:5.8rem;position:relative;margin-bottom:2.6rem}.s-market-pay .content-slide-market .slide .slide-text h2::after{content:"";position:absolute;width:21rem;left:0;bottom:-0.8rem;height:0.3rem;background-color:#ff3e15}.s-market-pay .content-slide-market .slide .slide-text p{font-weight:500;font-size:2rem;line-height:2.4rem;margin-bottom:3.6rem}.s-market-pay .content-slide-market .slide .slide-text a{font-weight:700;font-size:1.8rem;line-height:2.2rem;color:#ff3e15}.s-market-pay .content-slide-market .slide:nth-child(3) .slide-text h2::after{width:49rem}@media (max-width: 991px){.s-market-pay .content-slide-market .slide{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center}.s-market-pay .content-slide-market .slide .slide-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-market-pay .content-slide-market .slide .slide-text h2,.s-market-pay .content-slide-market .slide .slide-text p,.s-market-pay .content-slide-market .slide .slide-text a{text-align:center}}.s-market-pay .content-slide-market .control{margin-top:3.4rem;position:relative}.s-market-pay .content-slide-market .control .swiper-pagination{text-align:left}.s-market-pay .content-slide-market .control .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff3e15}.s-market-pay .content-slide-market .market-partner{margin-top:4.8rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.s-market-pay .content-slide-market .market-partner ul{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0.5rem}.s-market-pay .content-slide-market .market-partner ul li{display:flex;flex-direction:row;align-items:center;justify-content:center}.s-market-pay .content-slide-market .market-partner ul li img{max-width:70%}@media (max-width: 1024px){.s-market-pay .content-slide-market .market-partner ul li{display:flex;flex-direction:row;align-items:center;justify-content:center}.s-market-pay .content-slide-market .market-partner ul li img{max-width:60%}}@media (max-width: 800px){.s-market-pay .content-slide-market .market-partner{margin-top:2.8rem}.s-market-pay .content-slide-market .market-partner ul li{padding:2rem;width:100%}.s-market-pay .content-slide-market .market-partner ul li img{max-width:100%}}.s-market-pay .content-slide-market.swiper{width:100%;height:auto}.s-market-pay .content-slide-market.swiper .market-partner{display:flex}.s-market-pay .content-slide-market.hidden{opacity:0;overflow:hidden;visibility:hidden;height:0}.s-market-pay .content-slide-market.swiper.hidden .market-partner,.s-market-pay .content-slide-market.swiper.hidden .slider{opacity:0;overflow:hidden;visibility:hidden;height:0}.s-market-pay .box-conciliation.hidden{opacity:0;overflow:hidden;visibility:hidden;height:0;margin:0}.s-market-pay .box-conciliation.pay{opacity:0;overflow:hidden;height:0;margin:0;visibility:hidden}.s-market-pay .content-slide-market.pay{opacity:0;overflow:hidden;height:0;visibility:hidden}.s-market-pay .content-slide-market.pay .market-partner.pay,.s-market-pay .content-slide-market.pay .slider.pay{opacity:0;overflow:hidden;height:0;visibility:hidden}.s-market-pay .box-conciliation.pay.show{height:auto;opacity:1;margin-bottom:7.6rem;visibility:visible}.s-market-pay .content-slide-market.pay.show{opacity:1;height:auto;visibility:visible}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show,.s-market-pay .content-slide-market.pay.show .slider.pay.show{height:auto;opacity:1;visibility:visible;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul,.s-market-pay .content-slide-market.pay.show .slider.pay.show ul{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li,.s-market-pay .content-slide-market.pay.show .slider.pay.show ul li{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:not(:first-child),.s-market-pay .content-slide-market.pay.show .slider.pay.show ul li:not(:first-child){margin-left:-4rem}@media (max-width: 1024px){.s-market-pay{padding:6rem 0;margin:0}.s-market-pay .container{align-items:center}.s-market-pay .container .title-market-pay{justify-content:center}.s-market-pay .container .box-conciliation{display:flex;flex-direction:column;align-items:center}.s-market-pay .container .box-conciliation p{text-align:center}.s-market-pay .container .content-slide-market .slide{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center}.s-market-pay .container .content-slide-market .slide .slide-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-market-pay .container .content-slide-market .slide .slide-text h2{text-align:center}.s-market-pay .container .content-slide-market .slide .slide-text p{text-align:center}.s-market-pay .container .control{padding-bottom:4rem}.s-market-pay .container .control .swiper-pagination{display:flex;flex-direction:row;align-items:center;justify-content:center}}@media (max-width: 800px){.s-market-pay{padding-top:8rem}}@media (max-width: 425px){.s-market-pay .title-market-pay{flex-direction:column;align-items:center;gap:2rem}.s-market-pay .title-market-pay span{display:none}.s-market-pay .content-slide-market{padding:0}.s-market-pay .swiper-button-prev,.s-market-pay .swiper-button-next{display:none}.s-market-pay .content-slide-market .slide .slide-text h2::after{display:none}.s-market-pay .content-slide-market .market-partner ul{display:grid;grid-template-columns:1fr 1fr}.s-market-pay .content-slide-market .market-partner ul li{align-items:center;justify-content:center}.s-market-pay .content-slide-market .market-partner ul li:nth-child(4){align-items:center;justify-content:center}.s-market-pay .content-slide-market .market-partner ul li:nth-child(4) img{max-width:45%}.s-market-pay .content-slide-market.pay.show .slide .slide-text h2::after{left:25%;width:10rem}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show{display:flex;align-items:center;justify-content:center}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;gap:0}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li{max-width:80%;margin:0 auto}.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:nth-child(1),.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:nth-child(2),.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:nth-child(3),.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:nth-child(4),.s-market-pay .content-slide-market.pay.show .market-partner.pay.show ul li:nth-child(5){margin-left:0}}.s-tools{position:relative;top:-20rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.s-tools .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-tools .container .title-s-tools{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-tools .container .title-s-tools h2{font-weight:700;font-size:3.8rem;line-height:4.6rem;color:#f9fafb;padding-bottom:4rem;text-align:center}.s-tools .container .title-s-tools h3{text-align:center;font-size:2rem;line-height:2.4rem;color:#f9fafb;padding-bottom:4.8rem}.s-tools .container .cards-plan{width:80%;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:opacity 0.6s}.s-tools .container .cards-plan .card{width:100%;max-width:30.7rem}.s-tools .container .cards-plan .card .icon{margin-top:-1.4rem}.s-tools .container .cards-plan .card .info{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-tools .container .cards-plan .card .info p{font-weight:400;padding-bottom:1rem;text-align:center}.s-tools .container .cards-plan .card .info a{background-color:#ff3e15;height:4.9rem;line-height:4.9rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:2.4rem;border-radius:0.4rem;display:inline-block;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:background 0.3s}.s-tools .container .cards-plan .card .info a:hover{background-color:#e23812}.s-tools .container .cards-plan .card .info a span{display:flex}.s-tools .container .cards-plan .card .info a span img{width:2.2rem}.s-tools .container .cards-plan .card .info .text-obs{padding-top:1rem;font-weight:500;font-size:1.2rem;line-height:1.5rem}.s-tools .container .hidden{visibility:hidden;opacity:0;height:0}.s-tools .container .show{visibility:visible;opacity:1;width:80%}.s-tools .container .content-option{padding-top:3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.8rem}.s-tools .container .content-option .btn-market,.s-tools .container .content-option .btn-pay{transition:all 0.3s;background-color:#c4c4c4;height:4.8rem;line-height:4.8rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:2rem;border-radius:0.4rem;display:inline-block;cursor:pointer}.s-tools .container .content-option .btn-market:hover,.s-tools .container .content-option .btn-pay:hover{background-color:#a4a4a4}.s-tools .container .content-option .active{background-color:#ff3e15}.s-tools .container .content-option .active:hover{background-color:#e23812}.s-tools .container footer h2{padding-top:4.8rem;text-align:center;font-weight:700;font-size:2rem;line-height:2.4rem;color:#ff3e15;text-decoration:underline #ff3e15}@media (max-width: 1024px){.s-tools{top:0;position:static;padding:6rem 0;background:linear-gradient(268.41deg, #ff3e15 17.61%, #2d124b 98.98%)}.s-tools .container .cards-plan{gap:2rem}.s-tools .container footer a h2{color:#f9fafb;text-decoration:underline #f9fafb}}@media (max-width: 768px){.s-tools .container .cards-plan{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-tools .container .cards-plan .card{width:100%;max-width:50rem}}@media (max-width: 425px){.s-tools .container .content-option{display:flex;flex-direction:column;align-items:center;justify-content:center}}.s-testimonials .container .title-testimonials{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-bottom:3.1rem}.s-testimonials .container .title-testimonials h2{font-weight:700;font-size:3.2rem;line-height:3.9rem;text-align:center}.s-testimonials .container .cards-testimonials{padding-top:8rem}.s-testimonials .container .cards-testimonials .testimonial{cursor:pointer}.s-testimonials .container .cards-testimonials .testimonial .card{max-width:88.4rem;height:29rem;box-shadow:0px 7px 15px 5px rgba(21,21,21,0.1);border-radius:2.7rem}.s-testimonials .container .cards-testimonials .testimonial .card .icon{padding-top:6.7rem}.s-testimonials .container .cards-testimonials .testimonial .card .info{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;width:100%;max-width:74rem;padding-bottom:6.7rem}.s-testimonials .container .cards-testimonials .testimonial .card .info q{text-align:center;font-weight:500;font-size:2.4rem;line-height:2.9rem}.s-testimonials .container .cards-testimonials .testimonial .people-cite{padding-top:6.7rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.s-testimonials .container .cards-testimonials .testimonial .people-cite img{border-radius:50%;box-shadow:0px 4px 7px rgba(0,0,0,0.25)}.s-testimonials .container .cards-testimonials .testimonial .people-cite h4{padding-top:1.9rem;font-style:italic;font-weight:700;font-size:2.4rem;line-height:2.9rem;text-align:center}.s-testimonials .container .cards-testimonials .testimonial .people-cite h5{font-style:italic;font-weight:700;font-size:2.4rem;line-height:2.9rem;text-align:center;color:#ff3e15}.s-testimonials .container .cards-testimonials .control{padding-top:4rem}.s-testimonials .container .cards-testimonials .control .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff3e15}@media (max-width: 1024px){.s-testimonials{position:static;top:0;padding:6rem 0}.s-testimonials .container .title-testimonials{padding-bottom:0}}@media (max-width: 768px){.s-testimonials .container .testimonial .card{width:90%}}@media (max-width: 425px){.s-testimonials .container .testimonial .card{width:100%;height:32rem}}@media (max-width: 320px){.s-testimonials .container .testimonial .card{padding:16rem 0}}.s-trackcash{position:relative;top:-24rem}.s-trackcash .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-trackcash .container .title-trackcash{padding-bottom:7rem}.s-trackcash .container .title-trackcash h2{font-weight:700;font-size:3.8rem;line-height:4.6rem;color:#f9fafb}.s-trackcash .container .content-trackcash{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12rem}.s-trackcash .container .box-accordion{display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:-0.1rem 1rem 1rem rgba(0,0,0,0.25);border-radius:1.4rem;width:100%;max-width:68.3rem;background-color:#ffffff;padding:3.2rem 2.8rem}.s-trackcash .container .box-accordion .accordion{background:#ffffff;border:0.2rem solid #efefef;border-radius:0.8rem;margin-top:1.5rem;width:100%;max-width:62.7rem}.s-trackcash .container .box-accordion .accordion .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#ffffff;box-shadow:0px 0.3rem 0.4rem #efefef;border-radius:0.4rem;padding:1.85rem 2rem;cursor:pointer;text-transform:uppercase;width:100%}.s-trackcash .container .box-accordion .accordion .title h3{width:100%}.s-trackcash .container .box-accordion .accordion p{display:none;width:100%;max-width:59.5rem;padding:3.4rem 1.6rem 1.6rem 1.6rem}.s-trackcash .container .box-accordion .accordion .icon img{transition:transform 0.3s}.s-trackcash .container .box-accordion .accordion.active .icon img{transform:rotate(180deg)}.s-trackcash .container .box-accordion .accordion.active p{display:block;animation:fadeIn 0.3s forwards}.s-trackcash .container .box-more{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:6rem}.s-trackcash .container .box-more .box-img{width:54rem;height:372px}.s-trackcash .container .box-more a{background-color:#ff3e15;height:5.9rem;line-height:5.9rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:1.6rem;border-radius:0.4rem;display:inline-block;cursor:pointer}@media (max-width: 1024px){.s-trackcash{position:static;top:0;padding:6rem 0;background:linear-gradient(268.41deg, #ff3e15 17.61%, #2d124b 98.98%)}.s-trackcash .container .content-trackcash{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.s-trackcash .container .content-trackcash .box-more a{margin-top:-10rem}}@media (max-width: 425px){.s-trackcash .container .title-trackcash{text-align:center}.s-trackcash .container .content-trackcash{width:100%}.s-trackcash .container .content-trackcash .box-accordion .accordion{width:100%}.s-trackcash .container .content-trackcash .box-accordion .accordion header h3{width:100%}.s-trackcash .container .content-trackcash .box-more .box-img{width:100%}}@keyframes fadeIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.s-blog{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:16.6rem}.s-blog .container .title-blog h2{font-weight:700;font-size:3.2rem;line-height:3.9rem;text-align:center;padding-bottom:3.2rem}.s-blog .container .content-post{width:100%;padding:5.2rem 7.2rem;background-color:#ffffff;box-shadow:0px 4px 10px rgba(0,0,0,0.25);border-radius:1.8rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.s-blog .container .content-post .post{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-blog .container .content-post .post .image-post img{border-radius:2rem}.s-blog .container .content-post .post .body-post{padding-left:2.4rem}.s-blog .container .content-post .post .body-post h4{font-weight:700;font-size:2rem;line-height:2.4rem}.s-blog .container .content-post .post .body-post .date-post{padding-top:0.4rem;padding-bottom:1.4rem;font-weight:700;font-size:1.2rem;line-height:1.5rem;color:#bbadcd}.s-blog .container .content-post .post .body-post .text-post{width:100%;max-width:32rem;font-weight:400;font-size:1.3rem;line-height:1.6rem;text-align:justify;padding-bottom:2.4rem}.s-blog .container .content-post .post .body-post a{font-weight:400;font-size:1.2rem;line-height:1.5rem;color:#ff3e15}@media (max-width: 400px){.s-blog .container .title-blog{padding-top:4rem}.s-blog .container .content-post{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0rem}.s-blog .container .content-post .post{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}.s-blog .container .content-post .post .image-post,.s-blog .container .content-post .post .body-post{padding:0 1.5rem}}.s-about-hero{padding-top:4rem;padding-bottom:9rem}.s-about-hero .container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem}.s-about-hero .container .box-text-hero{width:100%;max-width:64.1rem}.s-about-hero .container .box-text-hero .tag-about{position:relative;font-style:normal;font-weight:700;font-size:2rem;letter-spacing:0.235em;line-height:2.4rem}.s-about-hero .container .box-text-hero .tag-about::after{content:"";width:18rem;height:0.1rem;background-color:#2d124b;position:absolute;left:0.2rem;bottom:0}.s-about-hero .container .box-text-hero h1{padding-top:2.2rem;font-family:"Inter";font-style:normal;font-weight:700;font-size:4.8rem;line-height:5.8rem}.s-about-hero .container .box-text-hero h1 strong{font-weight:700;font-size:4.8rem;line-height:5.8rem;color:#ff3e15}.s-about-hero .container .box-text-hero .text-body-hero{width:100%;max-width:54rem;padding-top:1.6rem;font-style:normal;font-weight:400;font-size:2rem;line-height:2.4rem;color:#707070}.s-about-hero .container .box-text-hero .text-body-hero:last-child{padding-top:4rem}.s-about-hero .container .box-image-hero{padding-top:19.9rem;position:relative;width:100%;max-width:70rem;display:flex;align-items:center;justify-content:center}.s-about-hero .container .box-image-hero img{position:relative;z-index:1}.s-about-hero .container .box-image-hero::before{content:"";width:44rem;height:73.1rem;background:linear-gradient(269.01deg, #2d124b -2.45%, #ff3e15 100.64%);position:absolute;left:19rem;top:14rem;z-index:0;border-radius:1.6rem}@media (max-width: 1154px){.s-about-hero .container .box-image-hero::before{content:"";width:64rem;height:73.1rem;left:-4rem;top:14rem}}@media (max-width: 1024px){.s-about-hero .container .box-image-hero img{max-width:90%}.s-about-hero .container .box-image-hero::before{width:44rem;height:66.1rem;left:11rem;top:16rem}}@media (max-width: 768px){.s-about-hero{padding-top:16rem}.s-about-hero .container .box-image-hero{top:-10rem}.s-about-hero .container .box-image-hero img{max-width:90%}.s-about-hero .container .box-image-hero::before{width:30rem;height:53.1rem;left:9rem;top:16rem}}@media (max-width: 425px){.s-about-hero{padding-top:12rem}.s-about-hero .container{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center}.s-about-hero .container .box-image-hero{display:none}.s-about-hero .container .box-image-hero::before{display:none}}.s-about-feature{padding:12rem 0;background:linear-gradient(270deg, #2d124b 1.28%, #ff3e15 88.17%)}.s-about-feature .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-about-feature .container .feature{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-about-feature .container .feature img{width:6rem;height:6rem}.s-about-feature .container .feature h3{padding-top:1.2rem;padding-bottom:rem;font-weight:700;font-size:6.4rem;line-height:7.7rem;color:#f9fafb}.s-about-feature .container .feature p{font-weight:400;font-size:2.4rem;line-height:2.9rem;color:#f9fafb}@media (max-width: 768px){.s-about-feature .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}}@media (max-width: 425px){.s-about-feature .container{display:flex;flex-direction:column;gap:8rem}}.s-about-mission{padding-top:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.s-about-mission .container header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:4rem}.s-about-mission .container .content-box-ceo{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:8rem;padding-top:3.7rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2.6rem 0;padding-left:2.4rem;box-shadow:0px 7px 15px 5px rgba(21,21,21,0.1);border-radius:2.7rem;margin-bottom:4.5rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-text{width:100%;max-width:38.3rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-text p{font-weight:400;line-height:1.9rem;color:dimgray}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-text p{padding-bottom:2rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 4rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image figure{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image figure img{margin:0 auto;max-width:9.1rem;border-radius:50%}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image figure figcaption h3{padding-top:2rem;font-weight:bold;font-size:1.5rem;line-height:1.8rem;text-align:center;position:relative}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image figure figcaption h3::after{content:"";height:0.2rem;width:13rem;background-color:#ff3e15;position:absolute;left:-0.7rem;bottom:-0.25rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-image figure figcaption p{padding-top:0.44rem;font-size:1.3rem;line-height:1.6rem;color:dimgray;text-align:center}.s-about-mission .container .content-box-ceo a{font-weight:700;line-height:1.9rem;text-decoration-line:underline;color:#ff3e15;transition:color 0.3s}.s-about-mission .container .content-box-ceo a:hover{color:#e23812}.s-about-mission .container video{border-radius:26px}@media (max-width: 1024px){.s-about-mission .container .content-box-ceo{flex-direction:column;align-items:center;justify-content:center}.s-about-mission .container .content-box-ceo .box-ceo{width:100%}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo{height:28rem}.s-about-mission .container .content-box-ceo .box-ceo .card-ceo .card-text{max-width:80rem}.s-about-mission .container .content-box-ceo .box-video{width:100%}.s-about-mission .container .content-box-ceo .box-video .video-content video{width:100%}}@media (max-width: 425px){.s-about-mission .container .content-box-ceo .box-ceo .card-ceo{flex-direction:column;height:54rem;padding:2rem}.s-about-mission .container .content-box-ceo .box-video .video-content video{width:100%}}.s-values{padding-top:9.6rem;padding-bottom:4rem}.s-values .container .title-special{margin-bottom:5.3rem}.s-values .container .values-card{display:flex;flex-direction:row;align-items:center;justify-content:center}.s-values .container .values-card .card:not(:first-child){margin-left:-8rem}.s-values .container .values-card .card .info p{text-align:center}@media (max-width: 768px){.s-values .container .values-card{gap:1.6rem}.s-values .container .values-card .card{margin-left:0}.s-values .container .values-card .card:not(:first-child){margin-left:0}}@media (max-width: 425px){.s-values .container .values-card{flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}.s-values .container .values-card .card{margin:0}.s-values .container .values-card .card:not(:first-child){margin:0}}.decorator{position:relative;top:-6rem;z-index:-1}.s-team{position:relative;z-index:0;top:-24.9rem}.s-team .container header{display:flex;flex-direction:column;align-items:center;justify-content:center}.s-team .container header h2{font-weight:700;font-size:3.2rem;line-height:3.9rem;color:#f9fafb;text-align:center}.s-team .container header p{font-weight:400;width:100%;max-width:82.5rem;font-size:2rem;line-height:2.4rem;color:#f9fafb;padding-top:2rem;text-align:center}.s-team .container .cards-team{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:5.9rem;width:100%;max-width:102.3rem;margin:0 auto}.s-team .container .cards-team .card{width:100%;max-width:31.7rem}.s-team .container .cards-team .card .icon img{border-radius:50%}.s-team .container .cards-team .card .info h2,.s-team .container .cards-team .card .info p{text-align:center}.s-team .container .cards-team .card .info h2{font-weight:700;font-size:2.4rem;line-height:2.9rem;color:#ff3e15;padding-bottom:0.6rem}.s-team .container .cards-team .card .info p{font-weight:400;line-height:19px;padding-bottom:5.1rem}.s-team .container .cards-team:nth-child(3) .card:nth-child(2){margin-left:-16rem}@media (max-width: 1024px){.s-team{position:static;top:0;padding:6rem 0;background:linear-gradient(268.41deg, #ff3e15 17.61%, #2d124b 98.98%)}.s-team .container .cards-team{gap:2rem}.s-team .container .cards-team:nth-child(3) .card:nth-child(2){margin-left:-8rem}}@media (max-width: 768px){.s-team .container .cards-team{flex-direction:flex;justify-content:center;align-items:center}.s-team .container .cards-team:nth-child(3){margin:0;padding-top:2rem}.s-team .container .cards-team:nth-child(3) .card:nth-child(1),.s-team .container .cards-team:nth-child(3) .card:nth-child(2){margin:0}}@media (max-width: 425px){.s-team .container .cards-team{flex-direction:column;justify-content:center;align-items:center}.s-team .container .cards-team:nth-child(3){margin:0;padding-top:2rem}.s-team .container .cards-team:nth-child(3) .card:nth-child(2){margin:0}}.s-get-started{padding-bottom:18rem}.s-get-started .container .card{width:100%;max-width:139.2rem;height:43rem;padding:10rem;position:relative}.s-get-started .container .card .arrow-up{position:absolute;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;top:2rem;right:2rem}.s-get-started .container .card .arrow-down{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;position:absolute;width:100%;bottom:2rem;left:2rem}.s-get-started .container .card .info{width:100%;max-width:83.9rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.s-get-started .container .card .info h2{font-weight:700;font-size:3.6rem;line-height:4.4rem;text-align:center;margin-bottom:1.5rem}.s-get-started .container .card .info p{font-weight:400;font-size:2.4rem;line-height:2.9rem;text-align:center;padding-bottom:2.4rem}.s-get-started .container .card .info a{background-color:#ff3e15;height:5.9rem;line-height:5.9rem;color:#f9fafb;padding:0 1.6rem;font-weight:700;font-size:1.6rem;border-radius:0.4rem;display:inline-block;cursor:pointer;transition:background 0.3s}.s-get-started .container .card .info a:hover{background-color:#e23812}@media (max-width: 768px){.s-get-started{padding-top:6rem;padding-bottom:6rem}}@media (max-width: 425px){.s-get-started .container .card .arrow-up img,.s-get-started .container .card .arrow-down img{width:10%}.s-get-started .container .card .info p{font-size:2rem}.s-get-started .container .card .info a{width:100%;display:inline;font-size:1.4rem;text-align:center}}@media (max-width: 320px){.s-get-started .container .card{padding:0}.s-get-started .container .card .arrow-up img,.s-get-started .container .card .arrow-down img{width:10%}.s-get-started .container .card .info{padding:0 2rem}.s-get-started .container .card .info h2{font-size:2rem}.s-get-started .container .card .info p{font-size:2rem}.s-get-started .container .card .info a{width:100%;display:inline;font-size:1.4rem;text-align:center}}.box-priv{padding-top:18.9rem;padding-bottom:8rem}.box-priv .container header{padding-bottom:4rem}.box-priv .container header h1{text-align:center;font-size:3.2rem;color:#ff3e15}
