@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif}html{font-size:62.5%;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden}ol,ul,li{list-style:none}a{text-decoration:none;color:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;outline:none}.primary-button{background-color:#6c47e4;padding:1.2rem 2.4rem;color:#fff;border-radius:.8rem;border:none;font-size:1.6rem;font-weight:700;transition:background-color .3s ease;width:fit-content}.primary-button:hover{background-color:#5a3bb1;cursor:pointer}@media only screen and (max-width: 575.98px){.primary-button{font-size:1.4rem;padding:1rem 2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.primary-button{font-size:1.4rem;padding:1rem 2rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.primary-button{font-size:1.4rem;padding:1rem 2rem}}#back-to-top{position:fixed;bottom:8rem;right:5rem;height:5rem;width:5rem;border-radius:50%;background:linear-gradient(135deg,#6c47e4,#8a72f0);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 10px #6c47e44d;opacity:0;visibility:hidden;transform:translateY(1rem);transition:all .3s ease;z-index:1000}#back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}#back-to-top:hover{background:linear-gradient(135deg,#5a3bb1,#7a62e0);box-shadow:0 6px 12px #6c47e480}@media only screen and (max-width: 575.98px){#back-to-top{bottom:5rem;right:3rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){#back-to-top{bottom:5rem;right:3rem}}.app-container{padding-top:7.4rem}@media only screen and (max-width: 575.98px){.app-container{padding-top:10rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.app-container{padding-top:10rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.app-container{padding-top:10rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.app-container{padding-top:10rem}}@media only screen and (min-width: 1200px) and (max-width: 1399.98px){.app-container{padding-top:10rem}}.main_section_container{display:flex;flex-direction:column;gap:8rem}.required{color:red}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1vw 10vw;transition:background-color .3s ease,box-shadow .3s ease}@media only screen and (max-width: 575.98px){.navbar{padding:2vw 10vw}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar{padding:2vw 10vw}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar{padding:2vw 10vw}}.navbar.scrolled{background-color:#fffffff2;box-shadow:0 2px 10px #0000000d}@media only screen and (max-width: 575.98px){.navbar_logo{width:12.5rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_logo{width:12.5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_logo{width:12.5rem}}.navbar__container{max-width:1440px;margin:0 auto;display:flex;align-items:center;position:relative}.navbar_branding{font-size:3rem;font-weight:700;transition:color .3s ease;padding-right:2rem}@media only screen and (max-width: 575.98px){.navbar_branding{font-size:2.5rem}}.navbar_branding:hover{color:#6c47e4;cursor:pointer}.navbar_right_items{display:flex;align-items:center;gap:2.4rem;margin-left:auto}.navbar_toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;position:relative;margin-left:auto;z-index:1002}@media only screen and (max-width: 575.98px){.navbar_toggle{display:flex}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_toggle{display:flex}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_toggle{display:flex}}.navbar_toggle span{display:block;width:100%;height:3px;background-color:#190041;border-radius:3px;transition:all .4s ease}.navbar_toggle.active span:nth-child(1){transform:translateY(9.5px) rotate(45deg);background-color:#6c47e4}.navbar_toggle.active span:nth-child(2){opacity:0}.navbar_toggle.active span:nth-child(3){transform:translateY(-9.5px) rotate(-45deg);background-color:#6c47e4}.navbar_outside_demo{display:none}@media only screen and (max-width: 575.98px){.navbar_outside_demo{display:block}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_outside_demo{display:block}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_outside_demo{display:block}}.navbar_menu{display:flex;flex:1;justify-content:space-between;margin-left:2rem}@media only screen and (max-width: 575.98px){.navbar_menu{position:fixed;top:0;right:-100%;width:80%;height:100%;background-color:#fff;flex-direction:column;box-shadow:-5px 0 15px #0000001a;transition:right .5s cubic-bezier(.4,0,.2,1);padding:8rem 2rem 2rem;overflow-y:auto;z-index:1001;margin-left:0}.navbar_menu.active{right:0}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu{position:fixed;top:0;right:-100%;width:80%;height:100%;background-color:#fff;flex-direction:column;box-shadow:-5px 0 15px #0000001a;transition:right .5s cubic-bezier(.4,0,.2,1);padding:8rem 2rem 2rem;overflow-y:auto;z-index:1001;margin-left:0}.navbar_menu.active{right:0}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu{position:fixed;top:0;right:-100%;width:80%;height:100%;background-color:#fff;flex-direction:column;box-shadow:-5px 0 15px #0000001a;transition:right .5s cubic-bezier(.4,0,.2,1);padding:8rem 2rem 2rem;overflow-y:auto;z-index:1001;margin-left:0}.navbar_menu.active{right:0}}.navbar_menu_container{display:flex;align-items:center;justify-content:flex-start}@media only screen and (max-width: 575.98px){.navbar_menu_container{flex-direction:column;align-items:flex-start;height:auto;margin-bottom:auto}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_container{flex-direction:column;align-items:flex-start;height:auto;margin-bottom:auto}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_container{flex-direction:column;align-items:flex-start;height:auto;margin-bottom:auto}}.navbar_menu_links{display:flex;justify-content:flex-start;align-items:center}@media only screen and (max-width: 575.98px){.navbar_menu_links{flex-direction:column;width:100%;align-items:flex-start}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_links{flex-direction:column;width:100%;align-items:flex-start}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_links{flex-direction:column;width:100%;align-items:flex-start}}.navbar_menu_item{padding:0 1.6rem}@media only screen and (max-width: 575.98px){.navbar_menu_item{padding:1.5rem 0;width:100%;border-bottom:1px solid rgba(25,0,65,.1)}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_item{padding:1.5rem 0;width:100%;border-bottom:1px solid rgba(25,0,65,.1)}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_item{padding:1.5rem 0;width:100%;border-bottom:1px solid rgba(25,0,65,.1)}}.navbar_menu_item a{color:#190041;font-size:1.6rem;font-weight:500;transition:color .3s ease;position:relative;display:inline-block}@media only screen and (max-width: 575.98px){.navbar_menu_item a{display:block;width:100%}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_item a{display:block;width:100%}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_item a{display:block;width:100%}}.navbar_menu_item a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:50%;background-color:#6c47e4;transition:all .3s ease;transform:translate(-50%)}@media only screen and (max-width: 575.98px){.navbar_menu_item a:after{display:none}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_item a:after{display:none}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_item a:after{display:none}}.navbar_menu_item a:hover{color:#6c47e4}.navbar_menu_item a:hover:after{width:100%}.navbar_menu_actions{display:flex;align-items:center;gap:2.4rem;margin-left:auto}@media only screen and (max-width: 575.98px){.navbar_menu_actions{margin-top:auto;width:100%;margin-left:0}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_actions{margin-top:auto;width:100%;margin-left:0}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_actions{margin-top:auto;width:100%;margin-left:0}}@media only screen and (max-width: 575.98px){.navbar_menu_signup{width:100%}.navbar_menu_signup a{width:100%;display:block;text-align:center}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_menu_signup{width:100%}.navbar_menu_signup a{width:100%;display:block;text-align:center}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_menu_signup{width:100%}.navbar_menu_signup a{width:100%;display:block;text-align:center}}.navbar_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.4,0,.2,1),visibility .5s cubic-bezier(.4,0,.2,1)}@media only screen and (max-width: 575.98px){.navbar_overlay.active{display:block;opacity:1;visibility:visible}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navbar_overlay.active{display:block;opacity:1;visibility:visible}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navbar_overlay.active{display:block;opacity:1;visibility:visible}}@media only screen and (max-width: 419px){.navbar_outside_demo{display:none}.navbar{padding:4vw 10vw}}.hero{position:relative;padding:5vw 10vw 0}@media only screen and (max-width: 575.98px){.hero{padding:5vw 8vw 0}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.hero{padding:5vw 8vw 0}}.hero__container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:2.4rem}.hero__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem}.hero__content_wrapper{display:flex;flex-direction:column;gap:2.4rem;justify-content:center;line-height:1.5}@media only screen and (max-width: 575.98px){.hero__content_wrapper{gap:2.4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.hero__content_wrapper{gap:2.4rem}}@media only screen and (max-width: 575.98px){.hero__content{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.hero__content{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.hero__content{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.hero__content{grid-template-columns:1fr;grid-gap:4rem}}.hero_title{font-size:clamp(2.4rem,5vw,4.8rem);font-weight:700;line-height:1.5;color:#190041}@media only screen and (max-width: 575.98px){.hero_title{font-size:2.8rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.hero_title{font-size:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.hero_title{font-size:4rem}}.hero_highlight{background:url(/highlight.svg) no-repeat center center;background-size:cover}.hero_description{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.hero_companies{display:flex;flex-direction:column;gap:1.6rem}.hero_companies_header{font-size:1.6rem}.hero_companies_img_container{display:flex;gap:10rem}.hero_companies_carousel{width:100%;overflow:hidden;position:relative;padding:2rem 0}.hero_companies_carousel:before,.hero_companies_carousel:after{content:"";position:absolute;top:0;width:10%;height:100%;z-index:2;pointer-events:none}.hero_companies_carousel:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.hero_companies_carousel:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.hero_companies_track{display:flex;width:2160px;animation:carousel 30s linear infinite;position:relative;z-index:1;justify-content:space-evenly}.hero_companies_img{flex:0 0 13rem;display:flex;align-items:center;justify-content:center;margin:0 2.5rem;transition:transform .3s ease-in-out}.hero_companies_img img{max-width:100%;height:auto}.hero_companies_img:hover{transform:scale(1.1);animation-play-state:paused}.hero_companies_carousel:hover .hero_companies_track{animation-play-state:paused}@keyframes carousel{0%{transform:translate(-1080px)}to{transform:translate(0)}}@media only screen and (min-width: 1024px){.hero_line{white-space:nowrap}}.solutions{padding:0 10vw;position:relative}.solutions_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:8rem}.solutions_wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:8rem}@media only screen and (min-width: 768px) and (max-width: 991.98px){.solutions_wrapper{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.solutions_wrapper{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (max-width: 575.98px){.solutions_wrapper{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.solutions_wrapper{grid-gap:6rem}}.solutions_content{display:flex;flex-direction:column;gap:1.6rem}.solutions_content_title{font-size:1.8rem;font-weight:700;color:#6c64d8}@media only screen and (min-width: 768px) and (max-width: 991.98px){.solutions_content_title{font-size:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.solutions_content_title{font-size:1.6rem}}@media only screen and (max-width: 575.98px){.solutions_content_title{font-size:1.6rem}}.solutions_content_header{font-size:4rem;font-weight:700;color:#190041}@media only screen and (min-width: 768px) and (max-width: 991.98px){.solutions_content_header{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.solutions_content_header{font-size:3.2rem}}@media only screen and (max-width: 575.98px){.solutions_content_header{font-size:3.2rem}}.solutions_content_description{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.solutions_animation{display:grid;grid-template-columns:repeat(6,8rem);grid-template-rows:repeat(4,8rem);gap:2rem;place-self:center}@media only screen and (min-width: 1200px) and (max-width: 1399.98px){.solutions_animation{grid-template-columns:repeat(5,7rem);grid-template-rows:repeat(4,7rem)}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.solutions_animation{grid-template-columns:repeat(5,7rem);grid-template-rows:repeat(4,7rem)}}@media only screen and (max-width: 575.98px){.solutions_animation{grid-template-columns:repeat(4,6rem);grid-template-rows:repeat(4,6rem)}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.solutions_animation{grid-template-columns:repeat(4,7rem);grid-template-rows:repeat(4,7rem)}}.solutions_animation_container{border:1px solid #D7D9D9;border-radius:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background-color:#f7f8fa;transition:all .3s ease;padding:.6rem}.solutions_animation_container svg{color:#b9bdbe;transition:color .3s ease}.solutions_animation_container:hover,.solutions_animation_container.hovered{cursor:pointer;background-color:#fff;scale:1.05;box-shadow:0 4px 20px #0000001a}.solutions_animation_container:hover .solutions_animation_text,.solutions_animation_container.hovered .solutions_animation_text{color:#190041;font-weight:700}.solutions_animation_container:hover svg,.solutions_animation_container.hovered svg{color:#6c47e4;fill:#6c47e4}.solutions_animation_text{font-size:1rem;text-align:center;color:#b9bdbe}@media only screen and (min-width: 576px) and (max-width: 767.98px){.solutions_animation_text{font-size:.8rem}}@media only screen and (max-width: 575.98px){.solutions_animation_text{font-size:.8rem}}.img_container_1{grid-column:1;grid-row:3}.img_container_2{grid-column:2;grid-row:2}@media only screen and (max-width: 575.98px){.img_container_2{grid-column:1;grid-row:2}}.img_container_3{grid-column:3;grid-row:2}@media only screen and (max-width: 575.98px){.img_container_3{grid-column:2;grid-row:2}}.img_container_4{grid-column:4;grid-row:3}@media only screen and (max-width: 575.98px){.img_container_4{grid-column:3;grid-row:3}}.img_container_5{grid-column:4;grid-row:4}.img_container_6{grid-column:5;grid-row:1}@media only screen and (max-width: 575.98px){.img_container_6{grid-column:4;grid-row:2}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.img_container_6{grid-column:1;grid-row:1}}.img_container_7{grid-column:5;grid-row:4}@media only screen and (max-width: 575.98px){.img_container_7{grid-column:4;grid-row:3}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.img_container_7{grid-column:3;grid-row:3}}.img_container_8{grid-column:6;grid-row:2}@media only screen and (min-width: 1200px) and (max-width: 1399.98px){.img_container_8{grid-column:5;grid-row:2}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.img_container_8{grid-column:5;grid-row:2}}@media only screen and (max-width: 575.98px){.img_container_8{grid-column:5;grid-row:2}}@media only screen and (max-width: 575.98px){.img_container_8{grid-column:2;grid-row:1}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.img_container_8{grid-column:4;grid-row:2}}.img_container_9{grid-column:3;grid-row:1;width:13rem;padding:1.2rem}.img_container_10{grid-column:2;grid-row:4}.responsive-svg{width:2.5rem;height:auto;display:block}.responsive-svg_sap{width:8rem}.features_section{display:grid;grid-template-columns:.5fr 1fr;grid-gap:4rem}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.features_section{grid-template-columns:1fr}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.features_section{grid-template-columns:1fr}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.features_section{grid-template-columns:1fr}}@media only screen and (max-width: 575.98px){.features_section{grid-template-columns:1fr}}.features_section_left{display:flex;flex-direction:column;gap:1.6rem}.features_section_left_header{font-size:4rem;font-weight:700;color:#190041}@media only screen and (min-width: 768px) and (max-width: 991.98px){.features_section_left_header{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.features_section_left_header{font-size:3.2rem}}@media only screen and (max-width: 575.98px){.features_section_left_header{font-size:3.2rem}}.features_section_left_text{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.features_section_left_list{font-size:1.6rem;color:#190041}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.features_section_left_list{display:flex;flex-wrap:wrap;gap:2.4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.features_section_left_list{display:flex;flex-wrap:wrap;gap:2.4rem}}.features_section_left_list_item{padding:1.6rem;font-weight:700}.features_section_left_list_item:hover{background-color:#f7f8fa;border-radius:.8rem;cursor:pointer}.features_section_left_list_item.active{background-color:#e8e4f4;border-radius:.8rem}.features_section_right{display:none}.features_section_right_container{display:flex;flex-direction:column;gap:2.4rem}.features_section_right_top{padding:2.4rem;background-color:#f2f2f7;border-radius:.8rem;display:flex;flex-direction:column;gap:1.6rem}.features_section_right_top_header{font-size:2.4rem;font-weight:700;color:#190041}@media only screen and (min-width: 768px) and (max-width: 991.98px){.features_section_right_top_header{font-size:2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.features_section_right_top_header{font-size:2rem}}@media only screen and (max-width: 575.98px){.features_section_right_top_header{font-size:2rem}}.features_section_right_top_text{font-size:1.4rem;font-weight:400;line-height:1.5;color:#190041}@media only screen and (min-width: 768px) and (max-width: 991.98px){.features_section_right_top_text{font-size:1.4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.features_section_right_top_text{font-size:1.4rem}}@media only screen and (max-width: 575.98px){.features_section_right_top_text{font-size:1.4rem}}.features_section_right_bottom_card{padding:1.6rem;background-color:#f2f2f7;border-radius:.8rem;display:flex;flex-direction:column;gap:1.6rem;height:100%}.features_section_right_bottom_card_header{font-size:1.6rem;font-weight:700;color:#190041}@media only screen and (min-width: 576px) and (max-width: 767.98px){.features_section_right_bottom_card_header{font-size:1.4rem}}@media only screen and (max-width: 575.98px){.features_section_right_bottom_card_header{font-size:1.4rem}}.features_section_right_bottom_card img{margin-top:auto}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.grid-2{grid-template-columns:1fr}}@media only screen and (max-width: 575.98px){.grid-2{grid-template-columns:1fr}}.enterprise{padding:0 10vw;position:relative}.enterprise_container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr .8fr;grid-gap:8rem}@media only screen and (max-width: 575.98px){.enterprise_container{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.enterprise_container{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.enterprise_container{grid-template-columns:1fr;grid-gap:4rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.enterprise_container{grid-template-columns:1fr;grid-gap:4rem}}.enterprise_content{display:flex;flex-direction:column;gap:1.6rem}.enterprise_content_wrapper{display:flex;flex-direction:column;gap:8rem}@media only screen and (max-width: 575.98px){.enterprise_content_wrapper{gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.enterprise_content_wrapper{gap:4rem}}.enterprise_content_title{font-size:1.8rem;font-weight:700;color:#6c64d8}.enterprise_content_header{font-size:4rem;font-weight:700;color:#190041}@media only screen and (max-width: 575.98px){.enterprise_content_header{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.enterprise_content_header{font-size:3.2rem}}.enterprise_content_description{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.enterprise_content_stats{display:flex;gap:4rem}@media only screen and (max-width: 575.98px){.enterprise_content_stats{flex-direction:column;gap:2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.enterprise_content_stats{flex-direction:column;gap:2rem}}.enterprise_content_stats_container{display:flex;flex-direction:column;gap:.4rem}.enterprise_content_stats_value{font-size:4rem;font-weight:700;color:#3d3d3d;position:relative;padding-left:2rem}@media only screen and (max-width: 575.98px){.enterprise_content_stats_value{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.enterprise_content_stats_value{font-size:3.2rem}}.enterprise_content_stats_value:before{content:"";width:.4rem;height:5rem;background-color:#6c64d8;position:absolute;left:0;top:50%;transform:translateY(-50%);display:block}.enterprise_content_stats_label{font-size:2rem;font-weight:500;color:#3d3d3d;padding-left:2rem}.testimonials_container{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:2.4rem}@media only screen and (max-width: 575.98px){.testimonials_container{grid-template-columns:repeat(4,1fr);gap:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.testimonials_container{grid-template-columns:repeat(4,1fr);gap:1.6rem}}.testimonials_content{display:flex;flex-direction:column;gap:1rem;position:relative;padding-left:2rem;padding-top:.5rem;padding-bottom:.5rem}.testimonials_content_1,.testimonials_content_3{grid-column:2/-1}@media only screen and (max-width: 575.98px){.testimonials_content_1,.testimonials_content_3{grid-column:span 4}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.testimonials_content_1,.testimonials_content_3{grid-column:span 4}}.testimonials_content_1:before,.testimonials_content_3:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.5rem;height:100%;background-color:#d7d9d9;border-radius:1rem}.testimonials_content_2{grid-column:span 6}@media only screen and (max-width: 575.98px){.testimonials_content_2{grid-column:span 4}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.testimonials_content_2{grid-column:span 4}}.testimonials_content_2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.5rem;height:100%;background-color:#6c64d8;border-radius:1rem}.testimonials_content_description{display:flex;font-size:1.4rem;line-height:1.5;font-weight:400}.testimonials_content_author{display:flex;gap:1rem;align-items:center;flex-grow:1}.testimonials_content_author_image{width:3rem;height:3rem;border-radius:50%;background-color:#e0e0e0}.testimonials_content_author_name{font-size:1.4rem;font-weight:700;color:#190041}.testimonials_content_author_designation{font-size:1.2rem;font-weight:400;color:#606a6b}.get_started{background-image:url(https://res.cloudinary.com/exportify/image/upload/v1747378296/zenscm%20landing%20page/Banner_BG_rahpmx.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;padding:5vw 10vw}@media only screen and (max-width: 575.98px){.get_started{padding:10vw 8vw}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.get_started{padding:10vw 8vw}}.get_started_container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;z-index:1}@media only screen and (max-width: 575.98px){.get_started_container{grid-template-columns:1fr;grid-gap:2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.get_started_container{grid-template-columns:1fr;grid-gap:2rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.get_started_container{grid-template-columns:1fr;grid-gap:2rem}}.get_started_header{color:#190041;font-size:5rem;font-weight:700;z-index:1}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.get_started_header{font-size:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.get_started_header{font-size:4rem}}@media only screen and (max-width: 575.98px){.get_started_header{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.get_started_header{font-size:3.2rem}}.get_started_description{display:flex;flex-direction:column;gap:2rem;z-index:1}.get_started_description p{font-size:1.8rem;font-weight:400;line-height:1.5;color:#190041}@media only screen and (max-width: 575.98px){.get_started_description p{font-size:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.get_started_description p{font-size:1.6rem}}.faq{padding:8rem 10vw;position:relative}.faq_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.faq_header{text-align:center;display:flex;flex-direction:column;gap:1rem}.faq_header_title{font-size:4rem;font-weight:700;color:#190041}.faq_accordion{display:flex;flex-direction:column;gap:1.6rem;max-width:800px;margin:0 auto;width:100%}.faq_accordion_item{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.faq_accordion_item_header{padding:1.6rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.faq_accordion_item_header:hover{background-color:#f8f7ff}.faq_accordion_item_title{font-size:1.8rem;font-weight:600;color:#190041;margin:0}.faq_accordion_item_icon{min-width:24px;height:24px;color:#6c64d8;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.faq_accordion_item_icon svg{width:100%;height:100%}.faq_accordion_item_content{max-height:0;overflow:hidden;padding:0 2rem;transition:all .3s ease-in-out}.faq_accordion_item_content p{font-size:1.6rem;line-height:1.5;color:#3d3d3d;margin:0;padding-bottom:0;opacity:0;transform:translateY(-10px);transition:opacity .3s ease .1s,transform .3s ease .1s}.faq_accordion_item_content ul{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.faq_accordion_item_content ul li{display:flex;align-items:center;gap:1rem;font-size:1.6rem}.faq_accordion_item_content ul li:before{content:"•";color:#6c64d8;font-weight:700;font-size:2rem;line-height:1}.faq_accordion_item.active .faq_accordion_item_icon{transform:rotate(45deg)}.faq_accordion_item.active .faq_accordion_item_title{color:#6c64d8}.faq_accordion_item.active .faq_accordion_item_content{max-height:1000px;padding:.5rem 1.6rem 1.6rem}.faq_accordion_item.active .faq_accordion_item_content p{opacity:1;transform:translateY(0)}@media (max-width: 767.98px){.faq{padding:10vw 8vw}.faq_header_title{font-size:3.2rem}.faq_header_description,.faq_accordion_item_title{font-size:1.6rem}.faq_accordion_item_content p{font-size:1.4rem}}.footer{padding:5vw 10vw;background-color:#f8f7ff}@media only screen and (max-width: 575.98px){.footer{padding:10vw 8vw}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer{padding:10vw 8vw}}.footer_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.footer_top{display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.footer_top{flex-direction:column;gap:4rem;align-items:flex-start}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.footer_top{flex-direction:column;gap:4rem;align-items:flex-start}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_top{flex-direction:column;gap:3rem;align-items:flex-start}}@media only screen and (max-width: 575.98px){.footer_top{flex-direction:column;gap:3rem;align-items:flex-start}}.footer_subscribe p{font-size:4rem;font-weight:700;line-height:1.5;color:#190041}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_subscribe p{font-size:3.2rem}}@media only screen and (max-width: 575.98px){.footer_subscribe p{font-size:3.2rem}}.footer_input{display:flex;align-items:center;border:1px solid #c2bbdb;border-radius:8px;padding:1.6rem 2.4rem;background-color:#fff;max-width:500px;width:100%;box-shadow:0 2px 4px #0000000d;position:relative}.footer_input_container{display:flex;align-items:center;flex:1;gap:1rem}.footer_input_icon{color:#9d93ad;font-size:2.4rem}.footer_input input[type=email]{border:none;outline:none;flex:1;font-size:1.6rem;color:#453165}.footer_input .error-message{display:none;color:#e74c3c;font-size:1.4rem;position:absolute;bottom:-2.5rem;left:0rem;font-weight:500;z-index:10}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_input_button{display:none}}@media only screen and (max-width: 575.98px){.footer_input_button{display:none}}.footer_input_button_mobile{display:none}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_input_button_mobile{display:block}}@media only screen and (max-width: 575.98px){.footer_input_button_mobile{display:block}}.footer_bottom{display:flex;gap:16rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_bottom{flex-direction:column-reverse;gap:4rem}}@media only screen and (max-width: 575.98px){.footer_bottom{flex-direction:column-reverse;gap:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.footer_bottom{gap:6rem}}.footer_bottom_left{display:flex;flex-direction:column;gap:1.6rem}@media only screen and (max-width: 575.98px){.footer_bottom_branding_logo{width:12.5rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_bottom_branding_logo{width:12.5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.footer_bottom_branding_logo{width:12.5rem}}.footer_bottom_description{font-size:1.6rem;line-height:1.5;font-weight:400;color:#453165}.footer_bottom_social{display:flex;gap:1.6rem}.footer_bottom_social a{border:1px solid #c2bbdb;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;justify-content:center;align-items:center;padding:2rem;color:#453165;font-size:2.4rem;transition:all .5s ease-in-out}.footer_bottom_social a:hover{background-color:#6c47e4;color:#fff}.footer_bottom_copyright{font-size:1.4rem;color:#453165}.footer_bottom_right{display:flex;gap:8rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_bottom_right{flex-wrap:wrap}}@media only screen and (max-width: 575.98px){.footer_bottom_right{flex-wrap:wrap}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.footer_bottom_right{gap:6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.footer_bottom_right{gap:6rem}}@media only screen and (max-width: 575.98px){.footer_bottom_right{gap:6rem}}.footer_bottom_links_container{display:flex;flex-direction:column;gap:1.6rem}.footer_bottom_link_header{font-size:1.6rem;font-weight:700;color:#190041}.footer_bottom_links{display:flex;flex-direction:column;gap:1.6rem}.footer_bottom_link{font-size:1.6rem;color:#190041;font-weight:400;line-height:1.5;transition:all .5s ease-in-out}.footer_bottom_link:hover{color:#6c47e4}.subscribe-dialog{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080}.subscribe-dialog.active{display:flex;justify-content:center;align-items:center}.subscribe-dialog-content{background-color:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 8px #0003;width:100%;max-width:50rem;position:relative;margin:0 2rem}@media only screen and (max-width: 575.98px){.subscribe-dialog-content{padding:2.5rem 2rem;margin:0 1.5rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.subscribe-dialog-content{padding:2.5rem 2rem;margin:0 1.5rem}}.subscribe-dialog-content h2{color:#190041;font-size:2.4rem;margin-bottom:1rem}@media only screen and (max-width: 575.98px){.subscribe-dialog-content h2{font-size:2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.subscribe-dialog-content h2{font-size:2rem}}.subscribe-dialog-content p{color:#453165;font-size:1.6rem;margin-bottom:2rem}.close-dialog{position:absolute;top:1rem;right:1.5rem;font-size:2.8rem;color:#9d93ad;cursor:pointer}.close-dialog:hover{color:#6c47e4}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:1.6rem;color:#190041;margin-bottom:.8rem}.form-group input{width:100%;padding:1rem 1.2rem;font-size:1.6rem;border:1px solid #c2bbdb;border-radius:.8rem;color:#453165}.form-group input:focus{border-color:#6c47e4}.form-group input:disabled{background-color:#f8f7ff;cursor:not-allowed}.form-group input.error{border-color:#e74c3c}.dialog-submit-btn{margin-top:1rem;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.dialog-submit-btn .button-text{transition:opacity .3s ease}.dialog-submit-btn .button-loader{display:none;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid #ffffff;animation:spin 1s linear infinite;position:absolute}.dialog-submit-btn.loading .button-text{opacity:0}.dialog-submit-btn.loading .button-loader{display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{display:none;font-size:1.4rem;margin-top:.5rem;font-weight:500}.blog{padding:0 10vw;position:relative}.blog_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column}.blog_content{display:flex;flex-direction:column;gap:1.6rem}.blog_content_title{font-size:1.8rem;font-weight:700;color:#6c64d8}@media only screen and (min-width: 576px) and (max-width: 767.98px){.blog_content_title{font-size:1.6rem}}@media only screen and (max-width: 575.98px){.blog_content_title{font-size:1.6rem}}.blog_content_header{font-size:4rem;font-weight:700;color:#190041}@media only screen and (min-width: 576px) and (max-width: 767.98px){.blog_content_header{font-size:3.2rem}}@media only screen and (max-width: 575.98px){.blog_content_header{font-size:3.2rem}}.blog_content_description{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.blog_posts_cta{display:flex;justify-content:flex-end;margin-bottom:1.6rem}.blog_posts_cta_text{position:relative;font-size:1.6rem;font-weight:500;color:#190041;transition:color .3s ease-in-out}.blog_posts_cta_text:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%) scaleX(0);transform-origin:center;width:100%;height:2px;background-color:currentColor;transition:transform .3s ease-in-out}.blog_posts_cta_text:hover{cursor:pointer;color:#6c64d8}.blog_posts_cta_text:hover:after{transform:translate(-50%) scaleX(1)}.blog_posts_container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:4.8rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.blog_posts_container{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width: 575.98px){.blog_posts_container{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.blog_posts_container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.blog_posts_container{grid-template-columns:repeat(2,minmax(0,1fr))}}.blog_post_container{box-shadow:0 0 16px #00000014;border-radius:.8rem;overflow:hidden;transition:all .3s ease-in-out;display:flex;flex-direction:column;height:100%}.blog_post_container:hover{cursor:pointer;scale:1.05}.blog_post ._image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.blog_post_content{flex:1;padding:2.4rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.blog_post_main{display:flex;flex-direction:column;gap:.8rem;margin-bottom:auto}.blog_post_main_category{font-size:1.4rem;font-weight:500;color:#6c64d8}.blog_post_main_title{font-size:1.8rem;font-weight:700;color:#190041}.blog_post_main_excerpt{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}.blog_post_main_read_more{color:#6c64d8;text-decoration:underline}.blog_post_footer{display:flex;gap:1.2rem;align-items:center;margin-top:2rem}.blog_post_footer_avatar{width:4rem;height:4rem;border-radius:50%;overflow:hidden;border:1px solid #D7D9D9;padding:.4rem}.blog_post_footer_author_name{font-size:1.4rem;font-weight:500;color:#190041}.blog_post_footer_metadata{font-size:1.4rem;font-weight:500;color:#606a6b}.about_us_section{position:relative;padding:8rem 10vw}@media only screen and (max-width: 575.98px){.about_us_section{padding:8vw}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section{padding:8vw}}.about_us_section_container{max-width:1440px;margin:0 auto}.about_us_section_header{display:flex;flex-direction:column;gap:4rem}.about_us_section_header_title{font-size:5.2rem;font-weight:700;color:#190041}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.about_us_section_header_title{font-size:5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.about_us_section_header_title{font-size:5rem}}@media only screen and (max-width: 575.98px){.about_us_section_header_title{font-size:4.8rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_header_title{font-size:4.8rem}}.about_us_section_header_subtext{display:flex;gap:8rem}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.about_us_section_header_subtext{flex-direction:column;gap:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.about_us_section_header_subtext{flex-direction:column;gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_header_subtext{flex-direction:column;gap:4rem}}@media only screen and (max-width: 575.98px){.about_us_section_header_subtext{flex-direction:column;gap:4rem}}.about_us_section_header_subtext_title{font-size:3.2rem;font-weight:700;color:#190041;white-space:nowrap}@media only screen and (max-width: 575.98px){.about_us_section_header_subtext_title{font-size:2.4rem;white-space:normal}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_header_subtext_title{font-size:2.4rem;white-space:normal}}.about_us_section_header_subtext_content p{font-size:1.8rem;color:#190041}@media only screen and (max-width: 575.98px){.about_us_section_header_subtext_content p{font-size:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_header_subtext_content p{font-size:1.6rem}}.about_us_section_points{text-align:center;font-size:4rem;font-weight:700;color:#190041}@media only screen and (max-width: 575.98px){.about_us_section_points{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_points{font-size:3.2rem}}.about_us_section_points_cards{margin-top:4rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.4rem}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.about_us_section_points_cards{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.about_us_section_points_cards{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_points_cards{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 575.98px){.about_us_section_points_cards{grid-template-columns:1fr}}.about_us_section_points_card{padding:1.8rem;display:flex;flex-direction:column;gap:8rem;border-radius:.8rem;transition:all .3s ease-in-out}.about_us_section_points_card_content{display:flex;flex-direction:column;gap:.8rem}.about_us_section_points_card_content_title{font-size:1.8rem;font-weight:700;color:#190041}@media only screen and (max-width: 575.98px){.about_us_section_points_card_content_title{font-size:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_points_card_content_title{font-size:1.6rem}}.about_us_section_points_card_content_description{font-size:1.6rem;font-weight:400;line-height:1.5;color:#190041}@media only screen and (max-width: 575.98px){.about_us_section_points_card_content_description{font-size:1.4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_points_card_content_description{font-size:1.4rem}}.about_us_section_points_card:hover{transform:scale(1.05);box-shadow:0 4px 20px #0003}.about_us_section_banner{background-image:url(https://res.cloudinary.com/exportify/image/upload/v1747378296/zenscm%20landing%20page/Banner_BG_rahpmx.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;padding:5vw 10vw;margin-bottom:8rem}.about_us_section_banner_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1.6rem}.about_us_section_banner_headers{font-size:4.8rem;font-weight:700;color:#190041}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.about_us_section_banner_headers{font-size:3.6rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.about_us_section_banner_headers{font-size:3.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_banner_headers{font-size:3.6rem}}@media only screen and (max-width: 575.98px){.about_us_section_banner_headers{font-size:3.2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_banner_headers{font-size:3.2rem}}.about_us_section_banner_description{font-size:1.8rem;font-weight:400;line-height:1.5;color:#190041}@media only screen and (max-width: 575.98px){.about_us_section_banner_description{font-size:1.6rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.about_us_section_banner_description{font-size:1.6rem}}.card_1{background-color:#f1ff9c}.card_2{background-color:#beafee}.card_3{background-color:#b9bdbe}.card_4{background-color:#c9c4d1}.contact_us_section{position:relative;padding:8rem 10vw}@media only screen and (max-width: 575.98px){.contact_us_section{padding:10vw 8vw}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.contact_us_section{padding:10vw 8vw}}.contact_us_section_headers{display:flex;flex-direction:column;gap:2.4rem}.contact_us_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}@media only screen and (max-width: 575.98px){.contact_us_container{gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.contact_us_container{gap:4rem}}.contact_us_header{font-size:5.2rem;color:#190041}@media only screen and (max-width: 575.98px){.contact_us_header{font-size:4.8rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.contact_us_header{font-size:4.8rem}}.contact_us_subheader{font-size:3.2rem;color:#190041}.contact_us_subheader_container{display:flex;flex-direction:column;gap:1rem}.contact_us_subheader_text{font-size:1.6rem;color:#190041}.contact_us_info{display:grid;grid-template-columns:.8fr 1.2fr;gap:8rem}@media only screen and (max-width: 575.98px){.contact_us_info{grid-template-columns:1fr;gap:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.contact_us_info{grid-template-columns:1fr;gap:4rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.contact_us_info{grid-template-columns:1fr;gap:4rem}}.contact_us_info_container{display:flex;flex-direction:column;gap:2.4rem;padding-top:3.2rem}@media only screen and (max-width: 575.98px){.contact_us_info_container{padding-top:0}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.contact_us_info_container{padding-top:0}}.contact_us_info_header{font-size:3.2rem;color:#190041}.contact_us_info_details_container{display:flex;flex-direction:column;gap:1.6rem}.contact_us_info_details{display:flex;align-items:center;gap:1.6rem}.contact_us_info_details_icon{font-size:1.8rem;background-color:#6c47e4;padding:2.4rem;color:#fff;width:2.8rem;height:2.8rem;border-radius:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a}.contact_us_info_details_text{font-size:1.6rem;color:#190041}.contact_us_form_container{background-color:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #0000001a;padding:3.2rem;display:flex;flex-direction:column;gap:2.4rem}.contact_us_form_header{font-size:3.2rem;color:#190041}.contact_us_form form{display:flex;flex-direction:column;gap:1rem}.contact_us_form_group{display:flex;flex-direction:column;gap:.8rem;position:relative;margin-bottom:1rem}.contact_us_form_group label{font-size:1.6rem;color:#190041;font-weight:500}.contact_us_form_group .error_message{color:#f33;font-size:1.4rem;margin-top:.5rem;display:block;position:relative;z-index:1}.contact_us_form_group input,.contact_us_form_group textarea{width:100%;padding:1.2rem 1.6rem;border-radius:.8rem;border:1px solid #e0e0e0;font-size:1.6rem;color:#190041;transition:border-color .3s,box-shadow .3s}.contact_us_form_group input:focus,.contact_us_form_group textarea:focus{outline:none;border-color:#6c47e4;box-shadow:0 0 0 2px #6c47e433}.contact_us_form_group input.error,.contact_us_form_group textarea.error{border-color:#f33;box-shadow:0 0 0 2px #f333}.contact_us_form_group input::placeholder,.contact_us_form_group textarea::placeholder{color:#a0a0a0}.contact_us_form_group textarea{resize:vertical;min-height:12rem}.contact_us_form_group .iti{width:100%;font-size:1.6rem;position:relative;z-index:2}.contact_us_form_group .iti .iti__flag-container .iti__selected-flag{border-radius:.8rem 0 0 .8rem;background-color:#f8f8f8;z-index:1}.contact_us_form_group .iti .iti__flag-container .iti__selected-flag:hover{background-color:#f0f0f0}.contact_us_form_group .iti input[type=tel]{padding-left:7.2rem;font-size:1.6rem}.contact_us_form_group .iti .iti__country-list{font-size:1.6rem;position:absolute;z-index:10}.contact_us_form_group .iti .iti__country-list .iti__country-name,.contact_us_form_group .iti .iti__country-list .iti__dial-code{font-size:1.6rem}.contact_us_form_group .iti.iti--container{position:fixed}.contact_us_form_button_icon{margin-left:.6rem}.contact_us_status{padding:1.6rem;border-radius:.8rem;font-size:1.6rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;animation:fadeIn .5s ease-in-out}.contact_us_status_container{margin:1.6rem 0}.contact_us_status.success{background-color:#e7f8ef;color:#05a660;border-left:4px solid #05a660}.contact_us_status.success i{font-size:2rem}.contact_us_status.error{background-color:#ffeded;color:#f33;border-left:4px solid #ff3333}.contact_us_status.error i{font-size:2rem}
