:root{--background:#fff;--foreground:#171717;--white:#fff;--black:#000;--gray:#818181;--lightgray:#efefef;--yellow:#ffd400;--border-radius:16px;--font-poppins:"Poppins",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#fff}}html,body{max-width:100vw;font-size:20px;overflow-x:hidden}@media (max-width:1560px){html,body{font-size:16px}}@media (max-width:768px){html,body{font-size:14px}}body{color:var(--foreground);background:var(--foreground);font-family:var(--font-poppins),sans serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{font-family:var(--font-poppins),sans serif}h2{font-size:2.5rem;line-height:2.75rem}h3{font-size:2rem;font-weight:600}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.btn-white{background:var(--white);width:max-content;height:60px;color:var(--black);font-size:1.1rem;font-weight:500;font-family:var(--font-poppins),sans serif;border:0;border-radius:50px 0 50px 50px;justify-content:center;align-items:center;padding:.5rem 2rem;transition:all .3s ease-in-out;display:flex}.btn-white:hover{cursor:pointer;box-shadow:0 0 1rem rgba(0,0,0,.5)}.btn-yellow{background:var(--yellow);width:max-content;height:60px;color:var(--black);font-size:1rem;font-weight:500;font-family:var(--font-poppins),sans serif;border:0;border-radius:50px 0 50px 50px;justify-content:center;align-items:center;padding:.5rem 3rem;transition:all .3s ease-in-out;display:flex}.btn-yellow:hover{cursor:pointer;box-shadow:0 0 1rem rgba(0,0,0,.5)}.btn-yellow.btn-block{width:100%}.btn-outline{width:max-content;height:60px;color:var(--black);font-size:1rem;font-family:var(--font-poppins),sans serif;justify-content:center;align-items:center;padding:.5rem 3rem;transition:all .3s ease-in-out;display:flex}.btn-outline-white{border-radius:var(--border-radius);border:.1rem solid var(--white);width:60px;height:60px;color:var(--white);background:0 0;padding:.25rem;font-size:2rem;transition:all .3s ease-in-out}.btn-outline-white:hover{cursor:pointer;box-shadow:0 0 1rem rgba(0,0,0,.25)}.container{width:100%;max-width:1920px;margin:0 auto;position:relative}@media (max-width:1980px){.container{max-width:1560px}}.software{flex-direction:column;width:100%;padding-bottom:10rem;display:flex;position:relative}.software .splide__slide{height:100%}.software .splide__slide-content{align-items:flex-start;width:100%;display:flex}.software .splide__slide-content .info{flex-direction:column;justify-content:flex-start;align-items:flex-end;width:100%;display:flex}.software .splide__slide-content .info h4{color:var(--black);font-size:3rem;font-weight:600;line-height:3.5rem}.software .splide__slide-content .info h5{color:var(--gray);font-size:1rem;font-style:italic;font-weight:400;line-height:1.5rem}.software .splide__slide-content .info p{color:var(--black);padding-top:2rem;font-size:1rem}.software .splide__slide-content .thumbnail{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative}.software .splide__slide-content .thumbnail img{object-fit:cover;clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);height:600px;margin:0 auto;position:relative;bottom:0;left:0;right:0}.software .splide__slide-content .footer{z-index:1;justify-content:flex-end;align-items:flex-start;width:100%;height:100px;display:flex;position:relative}.software .splide__arrow{width:50px;height:50px;top:unset;background:0 0;bottom:0}.software .splide__arrow svg{width:40px;height:40px;fill:var(--white)}.software .splide__arrow--next{right:0}.software .splide__arrow--prev{right:460px;left:unset}.software .splide__pagination{gap:.5rem}.software .splide__pagination__page{border-radius:0;width:15px;height:15px;transition:all .8s ease-in-out}.software .splide__pagination__page.is-active{width:30px}.software:after{content:"";background:var(--yellow);clip-path:polygon(0 0,100% 0%,75% 100%,0% 100%);width:30%;height:50px;position:absolute;bottom:0;left:0}
