.header{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:820px){.header{flex-direction:column;margin:0 1rem}}.header .brand{display:flex;align-items:center;justify-content:space-between}.header .brand .home-link{display:flex;align-items:center}.header .brand .logo img{object-fit:contain;height:70px}.header .brand .text{margin-left:.5rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:0 10px;height:70px}.header .brand .menu_icon{display:none}@media screen and (max-width:820px){.header .brand .menu_icon{display:block;margin-left:auto;margin-right:.5rem}}.header .brand .name{height:25px;overflow:hidden}@media screen and (max-width:820px){.header .brand .name{height:25px}}.header .brand .slogan{font-size:15px}@media screen and (max-width:820px){.header .brand .slogan{font-size:12px}}.header .menu{line-height:1;height:70px;margin-right:2rem;display:flex;align-items:center}@media screen and (max-width:820px){.header .menu{margin-right:0}.header .menu button{width:100%}}.header .menu ul{height:100%;display:flex;align-items:center}@media screen and (max-width:820px){.header .menu ul{display:none}}.header .menu ul li{font-weight:thin;cursor:pointer}.header .menu ul *{margin-right:10px}.header .mobile_only{display:none!important}@media screen and (max-width:820px){.header .mobile_only{display:flex}}.header .desktop_only{display:flex}@media screen and (max-width:820px){.header .desktop_only{display:none!important}}#menu{z-index:10000;background-image:linear-gradient(to right,#2bace2,#58bee8);position:fixed;top:0;right:0;height:fit-content;width:100%;text-align:center}#menu #close-menu{width:100%;background-color:#fff;color:red;display:flex}#menu #close-menu img{width:auto;margin:auto;height:40px}#menu a:hover{color:#fff;font-size:larger}#menu .actions{display:flex;justify-content:space-around;width:100%;padding:2rem;background-color:rgba(211,211,211,.295)}#menu .actions *{width:40%}.pricing .packages{display:flex;justify-content:space-between;padding:3rem 0}@media screen and (max-width:900px){.pricing .packages{flex-wrap:wrap;padding-top:1rem}}.pricing .intro h2{font-size:36px;font-weight:600;margin-top:2rem}@media screen and (max-width:600px){.pricing .intro h2{font-size:24px;margin-top:0;padding-top:0}}@media screen and (max-width:600px){.pricing .intro{width:90%;text-align:center}}.pricing .intro p{margin:1rem 0;max-width:500px;font-size:larger}.pricing .pricing_item{width:21%;border-radius:10px;position:relative;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%);display:flex;flex-direction:column}@media screen and (max-width:900px){.pricing .pricing_item{width:45%;margin:2rem auto;flex-wrap:wrap}}@media screen and (max-width:600px){.pricing .pricing_item{width:90%;margin:2rem auto}}.pricing .pricing_item .best_price{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#ffbf23;padding:10px;border:2px solid rgba(0,0,0,.694);z-index:10}.pricing .pricing_item .upper{padding:2rem;position:relative;border-radius:10px 10px 0 0;height:auto}.pricing .pricing_item .upper .best_value{background-color:#ffbf23;color:#000;font-weight:400;height:40px;position:absolute;left:50%;top:0;transform:translate(-50%,-50%);padding:1rem;display:flex;align-items:center;justify-content:center}.pricing .pricing_item .upper h2{font-weight:600;font-size:x-large}.pricing .pricing_item .upper .price{position:relative;font-size:48px;padding-left:15px}.pricing .pricing_item .upper .price span{font-size:12px;position:absolute;top:0;left:0}.pricing .pricing_item .upper button{width:100%;margin:2rem 0;border-radius:7px;padding:.8rem;display:none}.pricing .pricing_item .lower{padding:2rem;border-radius:0 0 10px 10px;flex:1}.pricing .pricing_item .lower li{display:flex;margin-bottom:10px;align-items:center}.pricing .pricing_item .lower li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.pricing .prominent_pricing{padding:0;margin:0;display:flex;flex-direction:column;justify-content:stretch;border-radius:10px;position:relative;max-width:25%;overflow:hidden;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%)}@media screen and (max-width:900px){.pricing .prominent_pricing{max-width:45%;align-self:flex-end}}@media screen and (max-width:600px){.pricing .prominent_pricing{max-width:100%}}.pricing .prominent_pricing .best_price{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#ffbf23;padding:10px}.pricing .prominent_pricing .upper{background-color:#000;color:#fff;padding:2rem;height:350px}.pricing .prominent_pricing .upper h3{font-weight:700;font-size:x-large}.pricing .prominent_pricing .upper .price{position:relative}.pricing .prominent_pricing .upper .price p{font-size:48px;padding-left:15px}.pricing .prominent_pricing .upper .price span{position:absolute;top:0;left:0;font-size:12px}.pricing .prominent_pricing .upper .btn{width:100%;display:flex;justify-content:center;margin:1rem 0;display:none}.pricing .prominent_pricing .upper button{min-width:200px}.pricing .prominent_pricing .bottom{border-radius:0 0 10px 10px;padding:2rem;flex:1}.pricing .prominent_pricing .bottom li{display:flex;margin-bottom:10px;align-items:center}.pricing .prominent_pricing .bottom li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.pricing .cta{align-self:center;width:80%;margin:auto;margin-top:2rem;margin-bottom:3rem}.pricing .cta a{width:100%;display:flex;justify-content:center}.hero{display:flex;padding:5rem 0}@media screen and (max-width:600px){.hero{justify-content:center;align-items:center;padding:3rem 0;padding-top:0}}.hero .btn-xl{display:block}@media screen and (max-width:600px){.hero .btn-xl{display:none}}.hero .btn-sm{display:none}@media screen and (max-width:600px){.hero .btn-sm{display:block}}.hero .left{width:50%}.hero .left h1{display:flex;flex-direction:column;font-size:56px;text-transform:uppercase;font-weight:700;line-height:normal}@media screen and (max-width:600px){.hero .left h1{font-size:32px}}.hero .left h1 span{color:#2bace2;font-family:montserrat}.hero .left p{font-weight:300;font-size:18px;margin:2rem 0;width:65%;line-height:1.5}@media screen and (max-width:600px){.hero .left p{margin:1rem 0;width:100%}}.hero .left button{min-width:35%}@media screen and (max-width:600px){.hero .left button{width:100%;margin:1rem 0}}.hero .left .features{display:flex;max-width:500px;margin:2rem 0}@media screen and (max-width:600px){.hero .left .features{flex-direction:column;margin:2rem 0 0}}.hero .left .features div{display:flex;align-items:center;justify-content:center;line-height:normal}@media screen and (max-width:600px){.hero .left .features div{justify-content:start;margin:.3rem 0}}.hero .left .features div span{margin-left:10px}.hero .left .features div .icon{background-color:#000;color:#fff;padding:5px;border-radius:3px}.hero .right{width:50%}.hero .right img{width:100%;height:100%;object-fit:contain;max-height:500px}@media screen and (max-width:600px){.hero{flex-wrap:wrap-reverse}.hero .left,.hero .right{width:85%;margin:1rem 0}.hero .right img{width:90%;object-fit:contain;margin:auto}}.benefits{padding:2rem 0}@media screen and (max-width:600px){.benefits{width:90%;margin:auto}}.benefits .intro{margin:2rem 0}.benefits .intro h2{font-size:36px;font-weight:600}@media screen and (max-width:600px){.benefits .intro h2{font-size:24px}}.benefits .intro p{margin:1rem 0;max-width:500px;font-size:larger}.benefits .items{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:600px){.benefits .items{flex-wrap:wrap}}.benefits .items h3{font-weight:700;font-size:larger;margin:1rem 0}.benefits .items .benefit{width:23%}@media screen and (max-width:600px){.benefits .items .benefit{width:90%;margin:2rem auto}}.benefits .items .benefit img{border:2px solid #000;border-radius:10px;margin-bottom:2rem;height:380px;width:100%;object-fit:cover;padding:0;background-color:red}@media screen and (max-width:600px){.benefits .items .benefit img{max-width:100%;height:auto;margin:auto}}.section_details{padding:5rem 0;display:flex;justify-content:center}@media screen and (max-width:600px){.section_details{flex-wrap:wrap;padding:2rem 0}}.section_details ul{list-style:disc;list-style-position:inside;padding-left:1rem}.section_details .left,.section_details .right{padding:3rem}.section_details .left p,.section_details .right p{max-width:400px;font-size:24px;margin-bottom:1rem}@media screen and (max-width:600px){.section_details .left,.section_details .right{max-width:90%;padding:1rem}}.section_details .right{font-weight:400;font-size:x-large}.section_team{padding:2rem}.section_team .intro{margin:2rem 0}.section_team .intro h2{font-size:36px;font-weight:600}.section_team .intro p{margin:1rem 0}.section_team .members{display:flex;padding:1rem 0;text-align:center}.section_team .members .member{width:300px;border:1px solid #88ddc0;padding:1rem;display:flex;flex-direction:column;align-items:center}.section_team .members .member .img{width:220px;height:220px;margin-bottom:2rem}.section_team .members .member .img img{height:100%;width:100%;object-fit:contain;border-radius:50%}.section_team .members .member .content{display:flex;flex-direction:column;align-items:center}.section_team .members .member .content .name{font-weight:700}.section_team .members .member .content .position{background-color:#000;color:#fff;width:fit-content;padding:5px;margin-bottom:1rem}.section_testimonials .intro{margin:2rem 0}.section_testimonials .intro h2{font-size:36px;font-weight:600}@media screen and (max-width:600px){.section_testimonials .intro h2{font-size:24px}}@media screen and (max-width:600px){.section_testimonials .intro{width:90%;text-align:center}}.section_testimonials .items{display:flex;justify-content:space-between}@media screen and (max-width:600px){.section_testimonials .items{flex-wrap:wrap}}.section_testimonials .items .testimonial{border:2px solid #000;border-radius:40px;max-width:30%;margin:1rem;display:flex;flex-direction:column}@media screen and (max-width:600px){.section_testimonials .items .testimonial{max-width:90%}}.section_testimonials .items .testimonial .bar{display:flex;justify-content:center;align-items:center;padding:20px;border-radius:40px 40px 0 0;border-bottom:2px solid #000;flex-direction:column}.section_testimonials .items .testimonial .bar .name{font-weight:700;font-size:20px}.section_testimonials .items .testimonial .content{display:flex;flex-direction:column;flex:1}.section_testimonials .items .testimonial .content p,.section_testimonials .items .testimonial .content div{justify-self:flex-end}.section_testimonials .items .testimonial .content iframe{width:100%;height:300px;object-fit:contain}.section_testimonials .items .testimonial .content p,.section_testimonials .items .testimonial .content .customer{padding:1rem}.section_testimonials .items .testimonial .content .customer{justify-content:center;align-items:center;display:flex;height:40px;margin-top:auto}.section_testimonials .intro-text{margin:auto;max-width:800px;padding-top:4rem}@media screen and (max-width:600px){.section_testimonials .intro-text{width:90%;margin:auto}}.section_hero2{padding:0 2rem}.section_hero2 .heading{display:flex;flex-direction:column;align-items:center;margin-right:3rem}@media screen and (max-width:600px){.section_hero2 .heading{margin-right:1rem}}.section_hero2 .heading h3{font-size:32px;max-width:800px;text-align:center;margin-bottom:2rem}@media screen and (max-width:600px){.section_hero2 .heading h3{font-size:24px}}.hero-cont{padding-top:6rem}@media screen and (max-width:600px){.hero-cont{padding-top:4rem}}.section_pricingmain{display:flex;justify-content:center;padding:120px 2rem}@media screen and (max-width:600px){.section_pricingmain{padding:80px 1rem}}@media screen and (max-width:600px){.section_pricingmain{flex-wrap:wrap}}.section_pricingmain .left,.section_pricingmain .right{width:50%}@media screen and (max-width:600px){.section_pricingmain .left,.section_pricingmain .right{width:100%}}.section_pricingmain .left{display:flex;align-items:center;justify-content:center}.section_pricingmain .left .content{max-width:400px}.section_pricingmain .left .content h2{font-size:36px}@media screen and (max-width:600px){.section_pricingmain .left .content h2{font-size:24px}}.section_pricingmain .left .content *{margin-bottom:1.5rem}@media screen and (max-width:600px){.section_pricingmain .right{padding:3rem 0 0}}.section_pricingmain .right .pricing_item{width:80%;border-radius:10px;position:relative;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%);display:flex;flex-direction:column}@media screen and (max-width:600px){.section_pricingmain .right .pricing_item{width:90%;margin:2rem auto}}.section_pricingmain .right .pricing_item .best_price{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#ffbf23;padding:10px;border:2px solid rgba(0,0,0,.694);z-index:10}.section_pricingmain .right .pricing_item .upper{padding:2rem;position:relative;border-radius:10px 10px 0 0;min-height:200px}.section_pricingmain .right .pricing_item .upper .best_value{background-color:#ffbf23;color:#000;font-weight:400;height:40px;position:absolute;left:50%;top:0;transform:translate(-50%,-50%);padding:1rem;display:flex;align-items:center;justify-content:center}.section_pricingmain .right .pricing_item .upper h2{font-weight:600;font-size:x-large}.section_pricingmain .right .pricing_item .upper .price{position:relative;font-size:48px;padding-left:15px}.section_pricingmain .right .pricing_item .upper .price span{font-size:12px;position:absolute;top:0;left:0}.section_pricingmain .right .pricing_item .upper button{width:100%;margin:2rem 0;border-radius:7px;padding:.8rem;display:none}.section_pricingmain .right .pricing_item .lower{padding:2rem;border-radius:0 0 10px 10px;flex:1}.section_pricingmain .right .pricing_item .lower li{display:flex;margin-bottom:10px;align-items:center}.section_pricingmain .right .pricing_item .lower li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.blog{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.blog .item{width:31%;height:100%;margin:1rem 0;border-radius:5px;overflow:hidden}@media screen and (max-width:600px){.blog .item{width:90%;margin:1rem auto}}.blog article{width:100%;height:100%}.blog article .content .category{font-weight:400}.blog article .image{height:200px;overflow:hidden;width:100%;position:relative}.blog article .image img{height:100%;width:100%;object-fit:cover;object-position:top}.blog article .image .title{position:absolute;bottom:0;right:0;left:0;top:0;background-color:rgba(12,96,30,.64);display:flex;justify-content:center;align-items:flex-end;color:#fff;padding:1rem;font-weight:700;font-size:x-large}.blog article .meta{display:flex;width:100%;justify-content:center;align-items:center;background-color:#5ca62d;color:#fff;height:70px;padding:1rem}.ribbon{display:flex;justify-content:center;align-items:center;height:130px;flex-wrap:wrap}@media screen and (max-width:600px){.ribbon{height:auto;padding:2rem 0}}.ribbon .text{font-size:24px;text-align:center}@media screen and (max-width:600px){.ribbon .text{width:80%;margin:auto;font-size:18px}}.ribbon .image img{object-fit:contain;height:40px}@media screen and (max-width:600px){.ribbon .image img{max-width:50%;margin:auto}}@media screen and (max-width:600px){.ribbon .image img{height:100%;object-fit:contain}}@media screen and (max-width:600px){.ribbon .link{margin-top:1rem}}.ribbon .link img{object-fit:contain;height:70px}@media screen and (max-width:600px){.ribbon .link img{height:50px;margin-top:1rem}}.section_hardware{display:flex;flex-direction:column}.section_hardware .intro{margin:2rem 0}.section_hardware .intro h2{font-size:36px;font-weight:600}@media screen and (max-width:600px){.section_hardware .intro h2{font-size:24px}}@media screen and (max-width:600px){.section_hardware .intro{width:90%;text-align:center}}.section_hardware .intro p{margin:1rem 0;max-width:500px;font-size:larger}.section_hardware .devices{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%}.section_hardware #one{height:60%}.section_hardware #two{height:60%}.section_hardware #three{height:70%}.section_hardware #four{height:80%}.section_hardware .item{min-height:400px;overflow:hidden;width:21%;display:flex;flex-direction:column;align-items:stretch;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%)}@media screen and (max-width:900px){.section_hardware .item{min-width:none;width:45%}}@media screen and (max-width:600px){.section_hardware .item{min-width:none;width:90%}}.section_hardware .item .upper{display:flex;align-items:center;flex-direction:column;height:650px;justify-content:center;padding:2rem}@media screen and (max-width:600px){.section_hardware .item .upper{height:auto}}.section_hardware .item .upper .h{height:22%;display:flex;flex-direction:column;align-items:start;justify-content:center;width:100%;justify-self:flex-start}.section_hardware .item .upper .h h2{font-weight:600;font-size:22px}.section_hardware .item .upper .h .price{position:relative;font-size:48px;padding-left:15px}.section_hardware .item .upper .h .price span{font-size:12px;position:absolute;top:0;left:0}.section_hardware .item .upper .extra{color:#3b3b3b;font-size:12px;font-style:italic;padding-bottom:1rem}.section_hardware .item .upper .usd{width:100%;font-size:14px}.section_hardware .item .image{height:70%;display:flex;align-items:center}.section_hardware .item img{object-fit:contain;height:100%}.section_hardware .item .ribbon{height:auto;padding:2rem;font-size:14px}.section_hardware .item .lower{display:flex;align-items:start;justify-content:center;flex:1}.section_hardware .item .icons{display:flex;flex-wrap:wrap;justify-content:space-around}.section_hardware .item .icons li{display:flex;width:100%;align-items:center}.section_hardware .item .icons li img{width:40px;height:40px;object-fit:contain;margin:.5rem}.section_hardware .cta{align-self:center;width:80%;margin:auto;display:flex;flex-direction:column;align-items:center}.section_hardware .cta h3{font-size:32px;margin-top:3rem}.section_hardware .cta .contact-btn{width:40%;display:flex;justify-content:center;margin-top:1rem}.footer{display:flex;flex-direction:column;padding:4rem 0 0}.footer .brand{display:flex;align-items:center;justify-content:flex-start}.footer .brand .logo{display:flex;justify-content:center;align-items:center}.footer .brand .logo img{object-fit:contain;height:60px}.footer .brand .text{margin-left:1.4rem}.footer .brand .text img{height:25px}.footer .brand .text .slogan{font-size:15px}.footer .brand .name{font-size:24px;font-weight:700}.footer .links{display:flex;padding:2rem .5rem}@media screen and (max-width:600px){.footer .links{flex-wrap:wrap}}.footer .links .left{width:60%}@media screen and (max-width:600px){.footer .links .left{width:100%;flex-wrap:wrap}}.footer .links .left form{border:2px solid #442d02}.footer .links .right{display:block;justify-content:start}.footer .links .right ul{margin-top:1rem}.footer .links .right ul li{display:flex;flex-direction:row;margin-bottom:.5rem}.footer .links .right ul li .icon{margin-right:1rem}.footer .links .right ul li .icon img{height:25px;width:25px;object-fit:contain}.footer .links .right ul .other-links a{display:flex;flex-direction:row;margin-bottom:.5rem}.footer .links .right ul .other-links a .icon{margin-right:1rem}@media screen and (max-width:600px){.footer .links .right{width:90%}}.footer .heading{font-size:larger;font-weight:700}.copyright{background-color:#000;display:flex;align-items:center;justify-content:space-between;color:#fff;padding:1rem 5rem}@media screen and (max-width:600px){.copyright{flex-direction:column;align-items:center;justify-content:center;padding:2rem}}.copyright .social{display:flex}@media screen and (max-width:600px){.copyright .social{margin:1rem}}.copyright .social a{margin-right:1rem;fill:#fff}.copyright .social a:hover{fill:#f89521}.whatsapp{position:fixed;bottom:20px;height:50px;width:50px;cursor:pointer}.whatsapp img{object-fit:contain}@media screen and (max-width:600px){.unit{flex-direction:column}}.single_page .content{max-width:900px;margin:auto;background-color:#fff;margin-top:40px;margin-bottom:5rem}@media screen and (max-width:600px){.single_page .content{margin-top:250px}}.single_page .content .bg{position:fixed;top:70px;right:0;left:0;bottom:0;z-index:-1;height:450px}@media screen and (max-width:600px){.single_page .content .bg{top:80px;height:300px}}.single_page .content .bg img{height:450px;width:100%;object-fit:cover;object-position:center}@media screen and (max-width:600px){.single_page .content .bg img{height:300px;object-fit:contain}}.single_page .content .blog-content{padding:3rem 3rem 4rem}.single_page .content .blog-content h1,.single_page .content .blog-content h2,.single_page .content .blog-content h3,.single_page .content .blog-content h4{font-weight:700;color:#068657}.single_page .content .blog-content h1{font-size:44px;line-height:48px;margin:0 0 30px}.single_page .content .blog-content h2{font-size:32px;line-height:42px;margin:0 0 24px;padding:12px 0 0}.single_page .content .blog-content h3{font-size:18px;line-height:24px;margin:0 0 24px;padding:12px 0 0;text-transform:uppercase}.single_page .content .blog-content p{color:#2f2f2f;font-size:17px;line-height:24px;margin:0 0 24px}.single_page .content .blog-content a{color:#0b87c1}.interactive{min-height:450px;padding:5.5rem 0}@media screen and (max-width:600px){.interactive{padding:5rem 0}}.interactive .text{width:50%;padding:2rem;font-size:large}@media screen and (max-width:600px){.interactive .text{width:100%;padding:0 2rem;padding-bottom:11rem}}.interactive .text p{margin-bottom:1rem}.interactive .text ul li{display:flex;align-items:center;max-width:300px}.interactive .text ul li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.interactive .bg-cont{height:fit-content;width:fit-content;position:absolute;right:0;bottom:0}.interactive .bg-cont .info{position:absolute;top:5%;left:50%;transform:translate(-50%);z-index:10;flex-direction:column;font-size:smaller}.interactive .bg-cont .hidden{display:none}.interactive .bg-cont .show{display:flex}.interactive .bg-cont #icon_one{top:55%;left:30%}@media screen and (max-width:600px){.interactive .bg-cont #icon_one{top:50%;left:25%}}.interactive .bg-cont #icon_two{right:44%;bottom:10%}@media screen and (max-width:600px){.interactive .bg-cont #icon_two{right:50%;bottom:10%}}.interactive .bg-cont #icon_three{right:10%;bottom:2%}@media screen and (max-width:600px){.interactive .bg-cont #icon_three{right:12%;bottom:2%}}.interactive .bg-cont #icon_four{right:5%;top:20%}@media screen and (max-width:600px){.interactive .bg-cont #icon_four{right:5%;top:20%}}.interactive .bg-cont .icon{height:42px;width:42px;position:absolute;color:#dcdcdc}@media screen and (max-width:600px){.interactive .bg-cont .icon{height:28px;width:28px}}.interactive .bg-cont .icon svg{object-fit:contain;height:100%;width:100%}.interactive .bg-cont .bg-img{height:500px;object-fit:contain}@media screen and (max-width:600px){.interactive .bg-cont .bg-img{width:100%;object-fit:cover;height:280px;object-position:right}}.post_page .content{max-width:900px;margin:auto;background-color:#fff;margin-top:550px;margin-bottom:5rem}@media screen and (max-width:600px){.post_page .content{margin-top:250px}}.post_page .content .bg{position:fixed;top:70px;right:0;left:0;bottom:0;z-index:-1;height:550px}@media screen and (max-width:600px){.post_page .content .bg{top:80px;height:300px}}.post_page .content .bg img{height:550px;width:100%;object-fit:cover;object-position:top}@media screen and (max-width:600px){.post_page .content .bg img{height:300px;object-fit:contain}}.post_page .content .blog-content{padding:3rem 3rem 4rem}.post_page .content .blog-content h1,.post_page .content .blog-content h2,.post_page .content .blog-content h3,.post_page .content .blog-content h4{font-weight:700}.post_page .content .blog-content h1{font-size:44px;line-height:48px;margin:0 0 30px}.post_page .content .blog-content h2{font-size:32px;line-height:42px;margin:0 0 24px;padding:12px 0 0}.post_page .content .blog-content h3{font-size:18px;line-height:24px;margin:0 0 24px;padding:12px 0 0;text-transform:uppercase}.post_page .content .blog-content p{color:#2f2f2f;font-size:17px;line-height:24px;margin:0 0 24px}.post_page a{color:#0169c4}.post_page a:hover{text-decoration:underline}.post_page table{margin:1rem 0}.post_page hr{margin:1rem 0}.green-btn{background-color:#2bace2;border:1px solid #000;color:#fff;border-radius:.2rem;padding:.6rem .5rem;transition:.4s}.green-btn:hover{background-color:#000}.black-btn{background-color:#000;color:#fff;border-radius:.2rem;padding:.6rem .5rem;border:1px solid #000;transition:.4s}.black-btn:hover{background-color:#2bace2}.blue-btn{background-color:#007bff;color:#fff;border-radius:.2rem;padding:.6rem .5rem;border:1px solid #000;transition:.4s}.blue-btn:hover{background-color:#000}.orange-btn{background-color:#f89521;border:1px solid #000;color:#fff;border-radius:.2rem;padding:.6rem .5rem;transition:.4s}.orange-btn:hover{background-color:#000}.white-btn{background-color:#fff;color:#000;border-radius:.2rem;padding:.6rem .5rem;transition:.4s}.white-btn:hover{background-color:#2bace2}.lottie{position:fixed;display:flex;justify-content:center;align-items:center;flex-direction:column;top:0;bottom:0;right:0;left:0;background-color:#fff;z-index:10000}.lottie h2{margin-bottom:1rem;font-size:17px}.hide-animation{display:none}.show-animation{display:flex}.biasharalab .packages{display:flex;justify-content:space-between;padding:3rem 0}@media screen and (max-width:900px){.biasharalab .packages{flex-wrap:wrap}}.biasharalab .intro{display:flex;flex-wrap:wrap-reverse;justify-content:center;align-items:center}.biasharalab .intro .col{width:48%;margin-top:2rem;padding:1rem}.biasharalab .intro .col .biz_lab{height:300px;width:100%;object-fit:cover;object-position:center;border-radius:10px;overflow:hidden}@media screen and (max-width:600px){.biasharalab .intro .col{width:100%}}.biasharalab .intro .col h2{font-size:36px;font-weight:600}@media screen and (max-width:600px){.biasharalab .intro .col h2{font-size:24px;margin-top:0;padding-top:0}}@media screen and (max-width:600px){.biasharalab .intro .col{width:90%}}.biasharalab .intro .col p{margin:1rem 0;max-width:500px;font-size:larger}.biasharalab .intro .col ul{list-style-position:inside;margin-top:1rem}.biasharalab .intro .col ul li:before{content:"";display:inline-block;width:16px;height:16px;background:url(/icons/check.svg)no-repeat;background-size:contain;margin-right:8px}.biasharalab .pricing_item{width:30%;border-radius:10px;position:relative;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%);display:flex;flex-direction:column}@media screen and (max-width:900px){.biasharalab .pricing_item{width:45%;margin:2rem auto;flex-wrap:wrap}}@media screen and (max-width:600px){.biasharalab .pricing_item{width:90%;margin:2rem auto}}.biasharalab .pricing_item .best_price{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#ffbf23;padding:10px;border:2px solid rgba(0,0,0,.694);z-index:10}.biasharalab .pricing_item .upper{padding:2rem;position:relative;border-radius:10px 10px 0 0;height:auto}.biasharalab .pricing_item .upper .best_value{background-color:#ffbf23;color:#000;font-weight:400;height:40px;position:absolute;left:50%;top:0;transform:translate(-50%,-50%);padding:1rem;display:flex;align-items:center;justify-content:center}.biasharalab .pricing_item .upper h2{font-weight:600;font-size:x-large}.biasharalab .pricing_item .upper .price{position:relative;font-size:48px;padding-left:15px}.biasharalab .pricing_item .upper .price span{font-size:12px;position:absolute;top:0;left:0}.biasharalab .pricing_item .upper button{width:100%;margin:2rem 0;border-radius:7px;padding:.8rem;display:none}.biasharalab .pricing_item .lower{padding:2rem;border-radius:0 0 10px 10px;flex:1}.biasharalab .pricing_item .lower li{display:flex;margin-bottom:10px;align-items:center}.biasharalab .pricing_item .lower li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.biasharalab .prominent_pricing{padding:0;margin:0;display:flex;flex-direction:column;justify-content:stretch;border-radius:10px;position:relative;max-width:25%;overflow:hidden;box-shadow:10px 0 15px -3px rgba(0,0,0,.1),4px 0 6px -2px rgba(0,0,0,5%)}@media screen and (max-width:900px){.biasharalab .prominent_pricing{max-width:45%;align-self:flex-end}}@media screen and (max-width:600px){.biasharalab .prominent_pricing{max-width:100%}}.biasharalab .prominent_pricing .best_price{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#ffbf23;padding:10px}.biasharalab .prominent_pricing .upper{background-color:#000;color:#fff;padding:2rem;height:350px}.biasharalab .prominent_pricing .upper h3{font-weight:700;font-size:x-large}.biasharalab .prominent_pricing .upper .price{position:relative}.biasharalab .prominent_pricing .upper .price p{font-size:48px;padding-left:15px}.biasharalab .prominent_pricing .upper .price span{position:absolute;top:0;left:0;font-size:12px}.biasharalab .prominent_pricing .upper .btn{width:100%;display:flex;justify-content:center;margin:1rem 0;display:none}.biasharalab .prominent_pricing .upper button{min-width:200px}.biasharalab .prominent_pricing .bottom{border-radius:0 0 10px 10px;padding:2rem;flex:1}.biasharalab .prominent_pricing .bottom li{display:flex;margin-bottom:10px;align-items:center}.biasharalab .prominent_pricing .bottom li .icon{margin-right:10px;background-color:#000;color:#fff;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:3px}.biasharalab .cta{align-self:center;width:80%;margin:auto;margin-top:2rem;margin-bottom:3rem}.biasharalab .cta a{width:100%;display:flex;justify-content:center}.careers .content{max-width:900px;margin:auto;background-color:#fff;margin-top:350px;margin-bottom:5rem}@media screen and (max-width:600px){.careers .content{margin-top:200px}}.careers .content .bg{position:fixed;top:70px;right:0;left:0;bottom:0;z-index:-1;height:200px}@media screen and (max-width:600px){.careers .content .bg{top:80px;height:300px}}.careers .content .bg img{height:450px;width:100%;object-fit:cover;object-position:center}@media screen and (max-width:600px){.careers .content .bg img{height:300px;object-fit:contain}}.careers .content .blog-content{padding:3rem 3rem 4rem}.careers .content .blog-content h1,.careers .content .blog-content h2,.careers .content .blog-content h3,.careers .content .blog-content h4{font-weight:700;color:#068657}.careers .content .blog-content h1{font-size:44px;line-height:48px;margin:0 0 30px}.careers .content .blog-content h2{font-size:32px;line-height:42px;margin:0 0 24px;padding:12px 0 0}.careers .content .blog-content h3{font-size:18px;line-height:24px;margin:0 0 24px;padding:12px 0 0;text-transform:uppercase}.careers .content .blog-content p{color:#2f2f2f;font-size:17px;line-height:24px;margin:0 0 24px}.careers .content .blog-content a{color:#0b87c1}.job-content{display:none!important}.jobs .job-title{list-style-type:decimal;list-style-position:inside;color:#068657;font-size:large;cursor:pointer;text-decoration:underline}.job{background-color:rgba(0,0,0,.489);display:none;height:100vh;position:fixed;flex-direction:column;border-radius:5px;overflow:hidden;animation:animatebottom .5s;top:0;bottom:0;right:0;left:0;z-index:500}.job li p{margin:0!important}.job li{list-style:none;list-style-position:inside;margin-left:30px}.job li li{list-style-type:disc}@keyframes animatebottom{from{opacity:0;top:500px}to{opacity:1;top:0}}.job .job-body{padding:30px;max-width:900px;margin:0 auto;overflow:auto;background-color:#fff}.job .job-actions{height:50px;width:100%;display:flex;flex-direction:row;background-color:#068657;justify-content:space-between;max-width:900px;margin:0 auto;align-items:center;padding:20px}.job .job-actions p,.job .job-actions button{color:#fff!important;margin:0!important}.jobs{position:relative}.modal-footer{color:#fff;display:flex;justify-content:center;padding-right:20px;background-color:#da9f0a;max-width:900px;margin:0 auto}.job li{list-style:square;list-style-position:inside}.merchants .hero_section span{font-weight:thin}.merchants .hero_section h2{font-weight:bolder;font-size:50px;margin:0}.pdd{max-width:1440px;align-self:inherit;justify-self:inherit;height:100%;display:inherit;margin:0 auto}@media screen and (min-width:600px){.pdd{padding:0 2rem}}.white-gr{background-image:linear-gradient(to right,white,#f8f9ff,#eff1fe)}.pulse-element{animation:breathe 3s ease-in-out infinite}@keyframes breathe{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.orange-bg{background-color:#f89521}.green-text{color:#2bace2}html{scroll-behavior:smooth}