html{scroll-behavior:smooth}body{margin:0;overflow:auto}a{text-decoration:none}p{margin:0;padding:0}.container{max-width:1288px;display:flex;justify-content:center;flex-direction:column;padding:0 24px;margin:0 auto}@media screen and (max-width: 768px){.container{padding:0 16px}}.header{display:flex;justify-content:space-between;align-items:center}.header-white{background:#fff;width:100%;position:fixed;top:0;z-index:20;box-shadow:0 2px 20px -10px gray}@media screen and (max-width: 768px){.header.desktop{display:none}}.header_items{display:flex;justify-content:center;align-items:center;padding:0}@media screen and (max-width: 768px){.header_items{justify-content:space-between}}.header_items li{margin-right:40px;list-style-type:none}.header_items li a{display:flex;justify-content:center;align-items:center;position:relative;font-family:Poppins;font-size:16px;line-height:23px;font-weight:600;color:#000;transition:.2s ease}.header_items li a:hover{transition:.2s ease}.header_items li a:hover:before{opacity:1;left:-15px}.header_items li a:before{content:"";display:block;background-image:url(/build/assets/arrow_icon_menu-DtNXyiLY.svg);width:8px;height:8px;position:absolute;left:-20px;opacity:0;transition:.2s ease}.header_items_logo_complete{margin-right:40px;width:100%;max-width:240px;height:100%;object-fit:cover;opacity:1;transition:.5s ease}@media screen and (max-width: 960px){.header_items_logo_complete{opacity:0;margin-right:0;max-width:0px}}.header_items_logo_symbol{width:0px;opacity:0;margin-right:0;transition:.5s ease}@media screen and (max-width: 960px){.header_items_logo_symbol{width:35px;margin-right:40px;opacity:1}}.header_mobile{display:none;justify-content:space-between;align-items:center;width:100%;max-width:768px;padding:10px 0}@media screen and (max-width: 768px){.header_mobile{display:flex}}.header_mobile_logo{max-width:200px}.header_mobile_hamb{width:25px}.menuMobile{position:fixed;top:0;max-width:300px;width:-webkit-fill-available;height:100vh;background:#fff;font-family:barlow,sans-serif;color:#4a4a4a;z-index:10;padding:10px 20px;box-shadow:0 0 6px #00000040;left:0;transform:translate(-380px);transition:.5s ease}.menuMobile.active{transform:translate(0)}.menuMobile_header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EAEAEA}.menuMobile_header p{font-family:Poppins;font-size:20px;line-height:26px;text-transform:uppercase}.menuMobile_header img{width:30px}.menuMobile_body{display:flex;flex-direction:column;justify-content:start;align-items:start;margin:20px 0 0;padding:0}.menuMobile_body li{list-style-type:none;margin-bottom:10px}.menuMobile_body li a{display:flex;justify-content:center;align-items:center;position:relative;font-family:Poppins;font-size:16px;line-height:23px;font-weight:600;color:#000;transition:.2s ease}.button-primary{border-radius:4px;padding:10px 30px;background:#006acc;border:none;font-family:Poppins;font-size:16px;font-weight:600;line-height:26px;display:flex;align-items:center;color:#fff;transition:.5s ease}@media screen and (max-width: 768px){.button-primary{padding:10px 20px}}@media screen and (max-width: 768px){.button-primary{font-size:12px;line-height:18px}}.button-primary.withArrow:after{content:"";margin-left:10px;display:block;background-image:url(/build/assets/arrow-right-button-DwypyewH.svg);width:22px;height:22px}.button-primary:hover{background:#006acccc}.button-white{border:1px solid #EAEAEA;border-radius:4px;padding:10px 30px;background:#fff;font-family:Poppins;font-size:16px;font-weight:600;line-height:26px;display:flex;align-items:center;color:#000;transition:.5s ease}@media screen and (max-width: 768px){.button-white{padding:10px 20px}}@media screen and (max-width: 768px){.button-white{font-size:12px;line-height:18px}}.button-white.withComment:before{content:"";margin-right:10px;display:block;background-image:url(/build/assets/comment-Ci4ayLz9.svg);width:22px;height:22px}.button-white:hover{background:#f1f1f1}.footer{display:flex;gap:30px;margin-bottom:50px;padding-top:50px}@media screen and (max-width: 768px){.footer{flex-direction:column;align-items:center;justify-content:center}}.footer_bg{background-color:#f0f5f9}.footer_column{width:calc(33.333% - 20px)}@media screen and (max-width: 768px){.footer_column{width:100%}}.footer_column>img{width:250px;height:50px;object-fit:contain}.footer_column>p{font-family:"Nunito Sans",Sans-serif;font-size:16px;line-height:27px;color:#000}.footer_column>h3{margin:10px 0 0;padding:0;color:#000e29;font-weight:700;font-family:Poppins,sans-serif;font-size:24px;line-height:32px}.footer_column_socials{display:flex;align-items:center;margin-top:10px;gap:20px}.footer_column_socials>a{width:20px;height:20px;display:flex}.footer_column_socials>a>img{width:100%;height:100%;object-fit:cover}.footer_column_inline{margin-top:10px;display:flex;gap:10px;align-items:flex-start}.footer_column_inline>img{width:20px;height:20px;object-fit:cover}.footer_column_inline p{font-family:"Nunito Sans",Sans-serif;font-size:16px;line-height:20px;color:#000}.footer_bottom{display:flex;justify-content:center;align-items:center;background-color:#0e2a47;padding-top:10px;padding-bottom:10px}.footer_bottom p{color:#fff;font-family:"Nunito Sans",Sans-serif;font-size:16px;line-height:20px}.principal{width:100%;background-image:url(/build/assets/bg-section1-Cl0eRd-D.png);background-repeat:no-repeat;background-size:100% 100%;padding-top:50px}.principal_content{display:flex;justify-content:center}@media screen and (max-width: 768px){.principal_content{flex-direction:column;align-items:center}}.principal_content_left{display:flex;flex-direction:column;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 768px){.principal_content_left{padding-top:20px;padding-bottom:20px}}.principal_content_left_title{font-family:Poppins,sans-serif;font-size:45px;line-height:55px;font-weight:300;color:#000e29;margin:0}@media screen and (max-width: 960px){.principal_content_left_title{font-size:41px;line-height:45px}}@media screen and (max-width: 768px){.principal_content_left_title{font-size:26px;line-height:32px}}.principal_content_left_afterTitle{margin:20px 0 0;font-family:"Nunito Sans",Sans-serif;font-size:22px;line-height:36px;font-weight:300;color:#333e48}@media screen and (max-width: 960px){.principal_content_left_afterTitle{font-size:18px;line-height:25px}}@media screen and (max-width: 768px){.principal_content_left_afterTitle{font-size:16px;line-height:22px}}.principal_content_left_buttons{display:flex;gap:20px;margin-top:20px;flex-wrap:wrap}@media screen and (max-width: 960px){.principal_content_left_buttons{flex-direction:column}}.principal_content_left_buttons_try,.principal_content_left_buttons_contact{max-width:max-content}.principal_content_right{transition:.5s ease;max-width:600px}@media screen and (max-width: 1100px){.principal_content_right{max-width:400px}}@media screen and (max-width: 768px){.principal_content_right{max-width:none}}.principal_content_right_image{transition:.5s ease;width:600px;height:auto}@media screen and (max-width: 1100px){.principal_content_right_image{max-width:400px}}@media screen and (max-width: 768px){.principal_content_right_image{width:100%;max-width:none}}.features{display:flex;justify-content:center;align-items:stretch;gap:20px;margin-top:40px;padding-bottom:40px}@media screen and (max-width: 768px){.features{flex-direction:column}}.features_single{border:1px solid #0559FF;padding:20px 15px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(25% - 20px);max-width:calc(25% - 20px)}@media screen and (max-width: 768px){.features_single{width:auto;max-width:unset}}.features_single_image{width:130px;height:130px}@media screen and (max-width: 768px){.features_single_image{width:100px;height:100px}}.features_single_image>img{object-fit:cover;width:100%;height:100%}.features_single_title{margin:10px 0;font-family:Roboto;color:#0559ff;font-size:22px;font-weight:400;line-height:27px;text-align:center}@media screen and (max-width: 768px){.features_single_title{font-size:18px;line-height:23px}}.features_single_description{margin:10px 0;text-align:center;font-family:Arial;font-size:18px;font-weight:400;line-height:23px;color:#000}@media screen and (max-width: 768px){.features_single_description{font-size:16px;line-height:20px}}.about{display:flex;align-items:center;justify-content:center;margin-top:20px;padding-bottom:20px;gap:30px}@media screen and (max-width: 768px){.about{flex-direction:column;gap:10px}}@media screen and (max-width: 768px){.about.reverse{flex-direction:column-reverse}}.about_principal{width:100%;background-image:url(/build/assets/bg-section1-Cl0eRd-D.png);background-repeat:no-repeat;background-size:100% 100%}.about_left{display:flex;align-items:center;justify-content:center;min-width:550px;width:550px;height:400px}@media screen and (max-width: 960px){.about_left{min-width:400px;width:400px;height:350px}}@media screen and (max-width: 768px){.about_left{width:100%;height:100%;min-width:100%;height:unset}}.about_left>img{max-width:500px;max-height:300px;width:100%;height:100%;object-fit:contain}.about_left>iframe{width:640px;height:360px;border-radius:4px}@media screen and (max-width: 768px){.about_left>iframe{width:100%;height:auto;aspect-ratio:16/9}}.about_right_description{font-family:"Roboto",Sans-serif;font-size:22px;line-height:36px;font-weight:300;color:#000}@media screen and (max-width: 768px){.about_right_description{font-size:16px;line-height:22px}}.about_right_description.video{margin-top:8px}.about_right_line{height:4px;border-radius:4px;width:70px;background-image:linear-gradient(to right,#006acc,#01d5ff)}.form{background-color:#0e2a47;background-image:url(../../../../public/assets/img/bg_quote.png);width:100%;padding:25px 40px;border-radius:4px;width:auto;display:flex;gap:40px;align-items:center}@media screen and (max-width: 768px){.form{flex-direction:column;padding:20px}}.form_left{width:100%;padding-left:40px;padding-right:40px}@media screen and (max-width: 768px){.form_left{display:flex;flex-direction:column;justify-content:center;align-items:center}}.form_left_title{font-family:Poppins,sans-serif;font-size:24px;line-height:36px;font-weight:700;color:#fff}@media screen and (max-width: 768px){.form_left_title{font-size:16px;line-height:23px;text-align:center}}.form_left_description{font-family:Nunito Sans;font-size:16px;color:#bbb;line-height:24px;display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}@media screen and (max-width: 768px){.form_left_description{font-size:14px;line-height:20px;justify-content:center}}.form_left_description>img{width:20px;height:20px}.form_right{width:100%;display:flex;justify-content:center;align-items:center}.form_right_input{height:46px;background-color:#2d465f;border-color:#2d465f;font-size:15px;color:#b9cbdd;font-family:Nunito Sans;padding:0 22px;border:none;border-radius:3px;width:250px}@media screen and (max-width: 768px){.form_right_input{width:auto}}.form_right_button{width:250px;margin-top:10px;padding-left:22px;padding-right:22px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 768px){.form_right_button{width:auto}}.form_right_error{margin-top:10px;color:red}.form_right_info{color:#0559ff;margin-top:20px;text-align:center}.form_right_info.mt10{margin-top:30px}.form_right_success{margin-top:10px;color:#00ff0075}.form_right_successdark{margin-top:10px;color:green;font-size:22px;text-align:center;margin-left:auto;margin-right:auto}.plans{margin-top:40px}@media screen and (max-width: 768px){.plans{margin-top:20px}}.plans_header{max-width:600px;margin-left:auto;margin-right:auto}.plans_header_title{font-family:Poppins,sans-serif;font-size:40px;line-height:50px;font-weight:300;color:#000e29;margin:0;text-align:center}@media screen and (max-width: 960px){.plans_header_title{font-size:35px;line-height:45px}}@media screen and (max-width: 768px){.plans_header_title{font-size:22px;line-height:32px}}.plans_header_subtitle{font-family:"Nunito Sans",Sans-serif;font-size:22px;line-height:36px;font-weight:300;color:#333e48;margin-top:20px;text-align:center}@media screen and (max-width: 960px){.plans_header_subtitle{font-size:18px;line-height:25px}}@media screen and (max-width: 768px){.plans_header_subtitle{font-size:16px;line-height:22px}}.plans_form{margin-top:20px;display:flex;margin-left:auto;margin-right:auto;gap:25px}@media screen and (max-width: 768px){.plans_form{flex-direction:column}}.plans_form_left{flex:1;display:flex;flex-direction:column;align-items:end}.plans_form_left_single{display:flex;align-items:center;max-width:430px;width:430px;height:70px;box-shadow:0 -5px 10px 1px #0003;margin-right:20px;transition:.2s ease;cursor:pointer}@media screen and (max-width: 768px){.plans_form_left_single{max-width:none;width:100%;margin-right:0}}.plans_form_left_single+.plans_form_left_single{margin-top:30px}.plans_form_left_single.active{background-color:#000e29;position:relative;margin-right:0;transition:.2s ease}.plans_form_left_single.active .plans_form_left_single_number{color:#fff}.plans_form_left_single.active .plans_form_left_single_number:after{border-color:transparent #004a8f #004a8f transparent}.plans_form_left_single.active .plans_form_left_single_desc{color:#fff}.plans_form_left_single.active>img{background-color:#006acc}.plans_form_left_single.active:after{content:"";-webkit-transition:.4s cubic-bezier(.24,.74,.58,1);-khtml-transition:.4s cubic-bezier(.24,.74,.58,1);-moz-transition:.4s cubic-bezier(.24,.74,.58,1);-ms-transition:.4s cubic-bezier(.24,.74,.58,1);-o-transition:.4s cubic-bezier(.24,.74,.58,1);transition:.4s cubic-bezier(.24,.74,.58,1);width:0;height:0;position:absolute;right:-22px;-webkit-transform:translate(0,-50%);-khtml-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translateY(-50%);border-width:11px;border-style:solid;border-color:transparent transparent transparent #000e29;top:50%}.plans_form_left_single>img{margin-top:-10px;position:relative;background-color:#2a3e64;padding:15px;border-radius:0 0 8px 8px}.plans_form_left_single_number{color:#6b88a2;font-size:24px;font-weight:900;font-family:Nunito Sans;display:flex;align-items:center;min-width:56px;justify-content:center;position:relative}.plans_form_left_single_number:after{content:"";position:absolute;top:-31px;left:42px;border-width:8px;border-style:solid;z-index:-1;border-color:transparent #02060f #02060f transparent;-webkit-transition:.4s cubic-bezier(.24,.74,.58,1);-khtml-transition:.4s cubic-bezier(.24,.74,.58,1);-moz-transition:.4s cubic-bezier(.24,.74,.58,1);-ms-transition:.4s cubic-bezier(.24,.74,.58,1);-o-transition:.4s cubic-bezier(.24,.74,.58,1);transition:.4s cubic-bezier(.24,.74,.58,1)}.plans_form_left_single_desc{color:#383838;font-family:Nunito Sans;font-weight:900;font-size:20px;line-height:24px;display:flex;align-items:center;margin-left:15px}.plans_form_right{flex:1;border-left:4px solid #e8edf1;padding-left:25px;display:flex;flex-direction:column}@media screen and (max-width: 768px){.plans_form_right{border-left:0px}}.plans_form_right_price{font-family:Poppins,sans-serif;color:#006acc;font-style:normal;display:block;font-size:32px;line-height:37px;font-weight:700}@media screen and (max-width: 768px){.plans_form_right_price{font-size:24px;line-height:30px}}.plans_form_right_desc{font-family:Poppins,sans-serif;color:#000;font-style:normal;display:block;font-size:32px;font-weight:700}@media screen and (max-width: 768px){.plans_form_right_desc{font-size:24px;line-height:30px}}.plans_form_right label{margin-top:20px;font-family:"Nunito Sans",Sans-serif;font-size:22px;line-height:25px;margin-bottom:5px}@media screen and (max-width: 768px){.plans_form_right label{font-size:14px;line-height:22px}}.plans_form_right_input{height:30px;border:1px solid #d6d6d6;font-size:16px;color:#000;font-family:"Nunito Sans",Sans-serif;padding-left:5px;border:none;border-bottom:1px solid #eaeaea}@media screen and (max-width: 768px){.plans_form_right_input{font-size:14px;line-height:22px}}@keyframes formHeight{0%{height:0px}to{height:100%}}.testimonials{margin-top:40px;padding-bottom:40px;background-image:url(../../../../public/assets/img/bg_testimonials.png);background-repeat:no-repeat;background-color:#f0f5f9}.testimonials_header{padding-top:40px;display:flex;flex-direction:column;max-width:600px;margin-left:auto;margin-right:auto;text-align:center}.testimonials_header:before{content:"";height:4px;border-radius:4px;width:70px;background-image:linear-gradient(to right,#006acc,#01d5ff);margin-left:auto;margin-right:auto;margin-bottom:10px}.testimonials_header>p{font-family:Poppins,sans-serif;font-size:45px;line-height:55px;font-weight:300;color:#000e29;margin:0}@media screen and (max-width: 768px){.testimonials_header>p{font-size:32px;line-height:40px}}.testimonials_cards{display:flex;justify-content:center;align-items:start;gap:20px;margin-top:20px;overflow:hidden}@media screen and (max-width: 768px){.testimonials_cards{flex-direction:column}}.testimonials_cards_single{border-radius:10px;background-color:#fff;padding:20px 25px;width:calc(33.333% - 20px);transition:.1s ease}.testimonials_cards_single:hover{transition:.2s ease;margin-top:-10px;border-top:5px solid #006BCC}@media screen and (max-width: 768px){.testimonials_cards_single{width:auto}}.testimonials_cards_single_header>p{font-family:Nunito Sans;font-size:18px;line-height:26px;color:#000e29;margin-bottom:20px}@media screen and (max-width: 768px){.testimonials_cards_single_header>p{font-size:16px;line-height:20px}}.testimonials_cards_single_body{display:flex;gap:20px}.testimonials_cards_single_body_image{min-width:70px;width:70px;height:70px;min-height:70px;background:linear-gradient(to top,#2d85d5,#bfecfb);padding:2px;border-radius:100%}.testimonials_cards_single_body_image>img{border-radius:100%;width:100%;height:100%;object-fit:cover}.testimonials_cards_single_body_infos_name{font-family:Poppins,sans-serif;font-size:18px;line-height:24px;color:#000;font-weight:700}@media screen and (max-width: 768px){.testimonials_cards_single_body_infos_name{font-size:16px;line-height:22px}}.testimonials_cards_single_body_infos_role{font-size:14px;font-family:Poppins,sans-serif;line-height:24px;color:#000e29}@media screen and (max-width: 768px){.testimonials_cards_single_body_infos_role{font-size:12px;line-height:16px}}.faq{margin-top:40px;padding-bottom:40px;background-image:url(../../../../public/assets/img/bg_questions.png);background-repeat:no-repeat;background-color:#fff}.faq_header{text-align:center;color:#000;font-family:"Roboto",Sans-serif;font-weight:600;font-size:42px;line-height:48px}@media screen and (max-width: 768px){.faq_header{font-size:25px;line-height:29px}}.faq_body{margin-top:20px}.faq_body_single{background-color:#fff;border:1px solid #E6E6E6;padding:20px;cursor:pointer;margin-bottom:20px;transition:.2s ease}.faq_body_single.active .faq_body_single_description{transition:.2s ease;height:auto;opacity:1}.faq_body_single.active{border-left:7px solid #021B60;box-shadow:0 0 25px #00000026}.faq_body_single_header{color:#000;font-size:16px;font-weight:700;line-height:21px;font-family:Poppins,sans-serif}@media screen and (max-width: 768px){.faq_body_single_header{font-size:14px;line-height:20px}}.faq_body_single_description{transition:.2s ease;height:0px;opacity:0;margin-top:10px;font-weight:500;color:#000;font-size:14px;line-height:20px;font-family:Poppins,sans-serif}@media screen and (max-width: 768px){.faq_body_single_description{font-size:12px;line-height:18px}}.banner{margin-top:40px;background-image:url(../../../../public/assets/img/bg_banner.png);background-repeat:no-repeat;background-color:#0e2a47;border-radius:10px;background-size:cover;display:flex;justify-content:space-around;margin-bottom:40px;padding:25px}@media screen and (max-width: 768px){.banner{flex-direction:column-reverse}}.banner_left{margin-top:25px;padding-top:20px}.banner_left_title{padding-bottom:50px}.banner_left_title>p{font-family:Poppins,sans-serif;color:#fff;font-weight:400;font-size:36px;line-height:42px}@media screen and (max-width: 768px){.banner_left_title>p{font-size:25px;line-height:30px}}.banner_left_infos_single{margin-top:30px}.banner_left_infos_single_title{color:#fff;font-size:18px;line-height:23px;font-family:Nunito Sans;font-weight:700;text-decoration:underline}@media screen and (max-width: 768px){.banner_left_infos_single_title{font-size:14px;line-height:18px}}.banner_left_infos_single_description{margin-top:5px;color:#fff;font-size:24px;line-height:30px;font-family:Nunito Sans;font-weight:700;display:flex;align-items:center}@media screen and (max-width: 768px){.banner_left_infos_single_description{font-size:14px;line-height:23px;line-break:anywhere}}.banner_left_infos_single_description>img{margin-right:10px}.banner_right{margin-top:-50px}@media screen and (max-width: 768px){.banner_right{display:flex;justify-content:center;align-items:center}}.banner_right>img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover}@media screen and (max-width: 768px){.banner_right>img{width:unset;height:unset;aspect-ratio:unset}}@media screen and (max-width: 400px){.banner_right>img{width:-webkit-fill-available;height:auto}}
