@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";
.main_header{z-index:9;background-color:#0000;width:100%;padding:12px 0;transition:all .5s;position:fixed;top:0;left:0}@media screen and (max-width:1199px){.main_header{padding:13px 0}}.main_header .row_block{justify-content:space-between;align-items:center;gap:20px;display:flex}@media screen and (max-width:420px){.main_header .row_block{gap:8px}}.main_header .row_block .logo_block img{max-width:180px}@media screen and (max-width:1199px){.main_header .row_block .logo_block img{max-width:140px}}@media screen and (max-width:420px){.main_header .row_block .logo_block img{max-width:105px}}.main_header .row_block .logo_block img.logo_2{display:none}.main_header .row_block .middle_block{flex:1;min-width:0}@media screen and (max-width:1023px){.main_header .row_block .middle_block{width:auto}}.main_header .row_block .middle_block .main_menu{justify-content:space-between;align-items:center;width:100%;display:flex}@media screen and (max-width:1024px){.main_header .row_block .middle_block .main_menu{background:#000000b3;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:320px;height:100vh;padding:40px 24px 24px;transition:all .5s;position:absolute;top:0;right:-100%}.main_header .row_block .middle_block .main_menu.show{right:0}}.main_header .row_block .middle_block .main_menu ul{gap:20px;margin:0;padding:0;list-style:none;display:flex}@media screen and (max-width:1199px){.main_header .row_block .middle_block .main_menu ul{gap:20px}}@media screen and (max-width:1023px){.main_header .row_block .middle_block .main_menu ul{gap:12px}}@media screen and (max-width:1024px){.main_header .row_block .middle_block .main_menu ul{flex-direction:column;gap:20px}}.main_header .row_block .middle_block .main_menu ul li a{color:var(--white);border-radius:99px;padding:8px 15px;font-size:16px;font-weight:600;transition:all .5s;position:relative}@media screen and (max-width:900px){.main_header .row_block .middle_block .main_menu ul li a{padding:7px 12px;font-size:14px}}.main_header .row_block .middle_block .main_menu ul li a.active,.main_header .row_block .middle_block .main_menu ul li a:hover{color:var(--dark);background:#ffffffb3}.main_header .row_block .right_block{flex:none;justify-content:flex-end;align-items:center;gap:12px;display:flex}@media screen and (max-width:1199px){.main_header .row_block .right_block{gap:10px}}@media screen and (max-width:767px){.main_header .row_block .right_block{gap:8px}}@media screen and (max-width:420px){.main_header .row_block .right_block{gap:6px}}.main_header .row_block .right_block .header_auth_btn.MuiButton-root{text-transform:capitalize;min-width:100px;box-shadow:none;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:700}@media screen and (max-width:767px){.main_header .row_block .right_block .header_auth_btn.MuiButton-root{min-width:auto;padding:7px 12px;font-size:13px}}@media screen and (max-width:420px){.main_header .row_block .right_block .header_auth_btn.MuiButton-root{padding:7px 10px}}.main_header .row_block .right_block .header_auth_btn.sign_in_btn{color:var(--white);border-color:#ffffffd9}.main_header .row_block .right_block .header_auth_btn.sign_in_btn:hover{border-color:var(--white);background:#ffffff1a}.main_header .row_block .right_block .header_auth_btn.sign_up_btn{color:var(--white);background:var(--primary);border:1px solid var(--primary)}.main_header .row_block .right_block .header_auth_btn.sign_up_btn:hover{background:#064;border-color:#064}.main_header .row_block .right_block .account_menu_btn{align-items:center;gap:7px;display:flex}.main_header .row_block .right_block .account_menu_btn p{white-space:nowrap;text-overflow:ellipsis;width:70px;color:var(--white);margin:0;font-size:16px;font-weight:500;overflow:hidden}@media screen and (max-width:767px){.main_header .row_block .right_block .account_menu_btn p{display:none}}.main_header .row_block .right_block .account_menu_btn svg{color:var(--white)}.main_header .row_block .right_block .mobile_menu{display:none}@media screen and (max-width:1024px){.main_header .row_block .right_block .mobile_menu{z-index:3;color:#fff;padding:0;display:flex;position:relative}}.main_header.header_sticky{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);padding:8px 0;background:#fffc!important}@media screen and (max-width:767px){.main_header.header_sticky{padding:14.5px 0}}.main_header.header_sticky .row_block .logo_block .logo_1{display:none}.main_header.header_sticky .row_block .logo_block .logo_2{display:block}.main_header.header_sticky .row_block .middle_block ul li a{color:var(--dark)}@media screen and (max-width:1024px){.main_header.header_sticky .row_block .middle_block ul li a{color:var(--white)}}.main_header.header_sticky .row_block .middle_block ul li a.active,.main_header.header_sticky .row_block .middle_block ul li a:hover{background:#fff}@media screen and (max-width:1024px){.main_header.header_sticky .row_block .mobile_menu{color:#000}.main_header.header_sticky .row_block .mobile_menu.active{color:#fff}}.main_header.header_sticky .row_block .right_block .header_auth_btn.sign_in_btn{color:var(--dark);border-color:#14141459}.main_header.header_sticky .row_block .right_block .header_auth_btn.sign_in_btn:hover{border-color:var(--dark);background:#0000000a}.main_header.header_sticky .row_block .right_block .account_menu_btn p,.main_header.header_sticky .row_block .right_block .account_menu_btn svg{color:var(--dark)}.home_page .main_header{box-shadow:none;background-color:#0000}.registration_modal .MuiDialog-paper{border-radius:12px;width:calc(100% - 32px);max-width:480px;padding:8px}.registration_modal .MuiDialogContent-root{padding:34px 28px 18px;position:relative}@media screen and (max-width:575px){.registration_modal .MuiDialogContent-root{padding:32px 20px 14px}}.registration_modal .modal_close_button{color:#141414;position:absolute;top:12px;left:auto;right:12px}.registration_modal .MuiDialogActions-root{justify-content:flex-end;padding:0 28px 24px}@media screen and (max-width:575px){.registration_modal .MuiDialogActions-root{padding:0 20px 20px}}.registration_modal .MuiDialogActions-root .button_contained.MuiButton-contained{min-width:120px;padding:10px 20px}.main_footer{background-color:#141414}.main_footer .footer_top{flex-direction:column;gap:50px;padding:50px 0 40px;display:flex}.main_footer .footer_top .footer_logo{text-align:center}.main_footer .footer_top .footer_logo img{max-width:240px}.main_footer .footer_top .footer_menu ul{justify-content:center;align-items:center;gap:50px;margin:0;padding:0;list-style:none;display:flex}@media screen and (max-width:575px){.main_footer .footer_top .footer_menu ul{flex-direction:column;gap:20px}}.main_footer .footer_top .footer_menu ul li{font-size:16px;font-style:normal;font-weight:400}.main_footer .footer_top .footer_menu ul li a{color:#fffc}.main_footer .footer_top .footer_menu ul li:hover a{color:var(--white)}.main_footer .footer_top .footer_social ul{justify-content:center;align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.main_footer .footer_top .footer_social ul li a{color:#8d8d8d;border:1px solid #8d8d8d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.main_footer .footer_top .footer_social ul li a:hover{background:var(--white);color:#0f0f0f}.main_footer .footer_bottom{border-top:1px solid #ffffff1a;padding:30px 0}.main_footer .footer_bottom p{text-align:center;color:var(--white);margin:0;font-size:14px;font-style:normal;font-weight:400;line-height:170%}.landing_banner{height:87vh;position:relative}@media screen and (max-width:768px){.landing_banner{height:76vh}}@media screen and (max-width:600px){.landing_banner{height:70vh}}.landing_banner .landing_banner_video{width:100%;height:100%;position:absolute;top:0;left:0}.landing_banner .landing_banner_video video,.landing_banner .landing_banner_video iframe,.landing_banner .landing_banner_video img{object-fit:cover;width:100%;height:100%}.landing_banner .landing_banner_video:before{content:"";z-index:2;background:linear-gradient(#272727cc 0%,#27272700 80.51%);width:100%;height:30%;position:absolute;top:0;left:0}.landing_banner .landing_banner_video:after{content:"";z-index:2;background:linear-gradient(#071a1a00 19.49%,#071a1ae6 103.73%);width:100%;height:60%;position:absolute;bottom:0;left:0}.landing_banner .landing_banner_video .banner_video_media{width:100%;height:100%;position:relative}.landing_banner .landing_banner_video .banner_video_media .banner_video_poster{position:absolute;inset:0}.landing_banner .landing_banner_video .banner_video_media video{opacity:0;transition:opacity .35s;position:relative}.landing_banner .landing_banner_video .banner_video_media video.is_ready{opacity:1}.landing_banner .landing_banner_video .banner_video_media>.video_play_button{bottom:62px;right:max(30px,50vw - 690px)}@media screen and (max-width:900px){.landing_banner .landing_banner_video .banner_video_media>.video_play_button{right:15px}}@media screen and (max-width:768px){.landing_banner .landing_banner_video .banner_video_media>.video_play_button{bottom:58px;right:20px}}@media screen and (max-width:575px){.landing_banner .landing_banner_video .banner_video_media>.video_play_button{bottom:55px;right:15px}}.landing_banner .landing_banner_content{z-index:3;justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:50px;display:flex;position:relative}.video_play_button{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:4;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex;bottom:12px;right:0;color:#064242!important;background:#fffc!important;position:absolute!important}.video_play_button:hover{background:#fff!important}@media screen and (max-width:768px){.video_play_button{bottom:8px;right:20px}}@media screen and (max-width:575px){.video_play_button{bottom:5px;right:0}}.landing_sec2{background:#f9f9f9}.landing_sec2 .landing_box{background:#3c3c3c;border-radius:20px;height:600px;position:relative;overflow:hidden}@media screen and (max-width:1024px){.landing_sec2 .landing_box{height:500px}}@media screen and (max-width:900px){.landing_sec2 .landing_box{height:457px;padding-bottom:20px}}.landing_sec2 .landing_box .landing_box_video{width:100%;height:100%;position:absolute;top:0;left:0}.landing_sec2 .landing_box .landing_box_video img{object-fit:cover;width:100%;height:100%}.landing_sec2 .landing_box .landing_box_video:after{content:"";z-index:2;background:linear-gradient(#071a1a00 19.49%,#071a1ae6 103.73%);width:100%;height:60%;position:absolute;bottom:0;left:0}.landing_sec2 .landing_box .landing_box_content{z-index:3;justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:50px;display:flex;position:relative}@media screen and (max-width:767px){.landing_sec2 .landing_box .landing_box_content{padding-bottom:35px}}.landing_sec2 .landing_box .video_play_button{bottom:60px;right:50px}@media screen and (max-width:767px){.landing_sec2 .landing_box .video_play_button{bottom:30px;right:15px}}.landing_sec3 .arogya_work_sec{padding:90px 0;position:relative;margin-top:0!important}@media screen and (max-width:1440px){.landing_sec3 .arogya_work_sec{padding:40px 0 90px}}@media screen and (max-width:1100px){.landing_sec3 .arogya_work_sec{padding:30px 0}}.landing_sec3 .arogya_work_sec:before{content:"";background:url(/images/work-bg-1.gif) no-repeat;background-position:left right;background-size:100%;width:62%;height:100%;position:absolute;top:0;left:60px}@media screen and (max-width:600px){.landing_sec3 .arogya_work_sec:before{background:url(/images/work-bg-1-mobile.gif) 64% 0/auto 100% no-repeat;width:100%;height:64%;inset:0 0 auto}}@media screen and (min-width:550px) and (max-width:600px){.landing_sec3 .arogya_work_sec:before{background-position:57% 0}}@media screen and (min-width:525px) and (max-width:550px){.landing_sec3 .arogya_work_sec:before{background-position:60% 0}}@media screen and (min-width:481px) and (max-width:525px){.landing_sec3 .arogya_work_sec:before{background-position:62% -5px;background-size:auto 100%}}.landing_sec3 .arogya_work_sec:after{content:"";background:url(/images/work-bg-2.gif) 100% 0/100% no-repeat;width:63%;height:100%;transition-delay:5s;position:absolute;top:0;right:30px}@media screen and (max-width:900px){.landing_sec3 .arogya_work_sec:after{width:63%;right:0}}@media screen and (max-width:600px){.landing_sec3 .arogya_work_sec:after{background:url(/images/work-bg-2-mobile.gif) 65% 5%/auto 100% no-repeat;width:100%;height:70%;inset:auto 0 0}}@media screen and (min-width:550px) and (max-width:600px){.landing_sec3 .arogya_work_sec:after{background-position:60% 5%}}@media screen and (min-width:525px) and (max-width:550px){.landing_sec3 .arogya_work_sec:after{background-position:62% 5%}}@media screen and (min-width:480px) and (max-width:525px){.landing_sec3 .arogya_work_sec:after{background-position:68% 5px;background-size:auto 100%}}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{z-index:2;position:relative}@media screen and (max-width:900px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{padding-top:0!important}}@media screen and (min-width:768px) and (max-width:900px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap:first-child{padding-left:30px!important}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap:last-child{padding-right:30px!important}}@media screen and (max-width:767px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{max-width:60%;margin:0 auto;padding-bottom:80px}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap:last-child{padding-bottom:60px}}@media screen and (max-width:600px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{padding-bottom:170px}}@media screen and (max-width:525px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{padding-bottom:150px}}@media screen and (max-width:480px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap{padding-bottom:120px}}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box{text-align:center;padding:20px 0 50px}@media screen and (max-width:1200px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box{padding:0 0 50px}}@media screen and (max-width:767px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box{padding:0}}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_icon{background:#e2fcd666;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:0 auto 30px;padding:5px;display:flex}@media screen and (max-width:1200px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_icon{margin:0 auto 20px}}@media screen and (max-width:767px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_icon{width:75px;height:75px;margin:0 auto 10px}}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_content{width:70%;margin:0 auto}@media screen and (max-width:1220px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_content{width:60%}}@media screen and (max-width:900px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_content{width:85%}.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_content .MuiTypography-body1{font-size:13px!important}}@media screen and (max-width:600px){.landing_sec3 .arogya_work_sec .arogya_work_box_wrap .arogya_work_box .arogya_work_content{width:75%}}.landing_sec4{background:#f9f9f9}.landing_sec4 .trust_slider_box{justify-content:center;align-items:center;display:flex}.landing_sec4 .trust_slider_box img{object-fit:contain;max-height:90px}@media screen and (max-width:900px){.landing_sec4 .trust_slider_box img{max-height:70px}}.landing_sec5{background:#064040;position:relative;overflow:hidden}.landing_sec5:before{content:"";background:url(/images/hs5-bg.png) 0 0/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.landing_sec5:after{content:"";filter:blur(127px);opacity:.6;background:#14967ee6;border-radius:50%;width:386px;height:386px;margin:0 auto;position:absolute;top:-50px;left:0;right:0}@media screen and (max-width:575px){.landing_sec5:after{width:300px;height:300px}}.landing_sec5 .site_container{z-index:2;position:relative}.newslatter_box{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;display:flex}.newslatter_box .form_control .Mui-error.MuiFormHelperText-root{position:absolute;bottom:-24px;left:0}.newslatter_box .form_control input{color:#fff;font-size:16px}.newslatter_box .form_control input::placeholder{opacity:1;color:#fff;font-weight:400}.newslatter_box .form_control fieldset{background:#ffffff1a;border:1px solid #ffffff80;border-radius:8px}.newslatter_box .form_control:hover fieldset{border-color:#fff}.newslatter_box .form_control .MuiOutlinedInput-root{height:61px}.newslatter_box .form_control .MuiOutlinedInput-root:focus fieldset{border-color:#fff}.newslatter_box .button_contained.MuiButton-contained{padding:15px 24px!important}@media screen and (max-width:600px){.newslatter_box .button_contained.MuiButton-contained{width:100%;font-size:14px;padding:15px!important}.newslatter_box{flex-wrap:wrap}}.landing_sec6 .testimonial_sec{width:calc(100% - 24px);margin-left:24px!important}.landing_sec6 .testimonials_box{background:#fff;border:1px solid #111c3724;border-radius:20px;width:100%;padding:30px 25px}.landing_sec6 .testimonials_box .testimonials_box_user{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.landing_sec6 .testimonials_box .testimonials_box_user .MuiAvatar-root{border-radius:50%;width:50px;height:50px}.landing_sec6 .testimonials_box .testimonials_box_user .MuiAvatar-root img{object-fit:cover;width:100%;height:100%}.landing_sec7{background-color:#f9f9f9;background-image:url(/images/faq-bg.png);background-position:0 100%;background-size:cover}.landing_sec7 .landing_sec7_left{background:#fff;border-radius:10px;flex-direction:column;gap:30px;width:100%;padding:25px 30px;display:flex}.landing_sec7 .landing_sec7_left img{max-width:280px}.accordion_wrap{flex-direction:column;gap:20px;display:flex}@media screen and (max-width:767px){.accordion_wrap{gap:10px}}.accordion_wrap .accordion_box{background:#fff;border-bottom:1px solid #0646;border-radius:10px;box-shadow:0 4px 24px #4848481f}.accordion_wrap .accordion_box:before{display:none}.accordion_wrap .accordion_box .MuiButtonBase-root{padding:25px 30px}.accordion_wrap .accordion_box .accordion_box_summary_wrap .MuiAccordionSummary-content{margin:0}.accordion_wrap .accordion_box .accordion_box_summary_wrap .MuiAccordionSummary-content .accordion_box_summary{align-items:center;gap:16px;width:100%;display:flex}.accordion_wrap .accordion_box .accordion_box_summary_wrap .MuiAccordionSummary-content .accordion_box_summary .number{color:#fff;background:#064;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:600;display:flex}.landing_sec8:before{display:none}.landing_sec8 .signup_details{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:40px;display:flex}@media screen and (max-width:768px){.landing_sec8 .signup_details{margin-top:20px}}.landing_sec8 .signup_details .button_outlined.MuiButton-outlined{border-color:#dbdbdb;padding:10px 30px}.custom_modal.video_modal{padding:0 20px}.custom_modal.video_modal .MuiDialog-paper{width:100%;max-width:800px;height:450px;margin:0;overflow:visible}@media screen and (max-width:1024px){.custom_modal.video_modal .MuiDialog-paper{height:400px}}@media screen and (max-width:767px){.custom_modal.video_modal .MuiDialog-paper{height:300px}}@media screen and (max-width:575px){.custom_modal.video_modal .MuiDialog-paper{height:250px}}.custom_modal.video_modal .MuiDialog-paper .MuiDialogContent-root{padding:0}.custom_modal.video_modal .MuiDialog-paper .MuiDialogContent-root iframe,.custom_modal.video_modal .MuiDialog-paper .MuiDialogContent-root video{object-fit:cover;width:100%;height:100%}.custom_modal .close_button{padding:5px;position:absolute;top:-40px;right:-10px}.custom_modal .close_button svg{font-size:30px}.swipper_overflow_hidden{overflow:hidden;padding:0 40px!important}@media screen and (max-width:767px){.swipper_overflow_hidden{padding:0!important}}.swiper{overflow:visible!important}.swiper-button-prev,.swiper-button-next{width:30px!important;height:30px!important;margin:auto!important;top:0!important;bottom:0!important}.swiper-button-prev svg,.swiper-button-next svg{color:#064040;font-size:20px}.swiper-button-prev{left:-40px!important}.swiper-button-next{right:-40px!important}.swiper-pagination{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:30px;display:flex}.swiper-pagination .swiper-pagination-bullet{cursor:pointer;background:0 0;border:3px solid #3339;border-radius:50%;width:16px;height:16px}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#141414;border-color:#141414}html{scroll-behavior:smooth}:root{--primary:#496;--dark:#141414;--light-bg:#fafcfe;--white:#fff;--black:#000;--body-font-family:"Quicksand",sans-serif}*{box-sizing:border-box}body{font-family:var(--body-font-family);color:var(--black);margin:0;padding:0;font-size:18px;font-weight:400;line-height:150%}.splash-screen{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.site_container{width:100%;max-width:1440px;margin:0 auto;padding:0 30px}@media screen and (max-width:900px){.site_container{padding:0 15px}}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#555}.MuiTypography-root{font-family:var(--body-font-family)!important}.MuiTypography-h1{font-size:62px!important}@media screen and (max-width:1440px){.MuiTypography-h1{font-size:52px!important}}@media screen and (max-width:1220px){.MuiTypography-h1{font-size:42px!important}}@media screen and (max-width:900px){.MuiTypography-h1{font-size:36px!important}}@media screen and (max-width:600px){.MuiTypography-h1{font-size:32px!important}}.MuiTypography-h2{font-size:50px!important}@media screen and (max-width:1440px){.MuiTypography-h2{font-size:40px!important}}@media screen and (max-width:1220px){.MuiTypography-h2{font-size:34px!important}}@media screen and (max-width:900px){.MuiTypography-h2{font-size:30px!important}}@media screen and (max-width:600px){.MuiTypography-h2{font-size:26px!important}}.MuiTypography-h3{font-size:42px!important}@media screen and (max-width:1440px){.MuiTypography-h3{font-size:36px!important}}@media screen and (max-width:1220px){.MuiTypography-h3{font-size:32px!important}}@media screen and (max-width:900px){.MuiTypography-h3{font-size:28px!important}}@media screen and (max-width:600px){.MuiTypography-h3{font-size:24px!important}}.MuiTypography-h4{font-size:38px!important}@media screen and (max-width:1440px){.MuiTypography-h4{font-size:32px!important}}@media screen and (max-width:1220px){.MuiTypography-h4{font-size:28px!important}}@media screen and (max-width:900px){.MuiTypography-h4{font-size:24px!important}}@media screen and (max-width:600px){.MuiTypography-h4{font-size:20px!important}}.MuiTypography-h5{font-size:24px!important}@media screen and (max-width:1220px){.MuiTypography-h5{font-size:22px!important}}@media screen and (max-width:900px){.MuiTypography-h5{font-size:20px!important}}@media screen and (max-width:600px){.MuiTypography-h5{font-size:18px!important}}.MuiTypography-h6{font-size:18px!important}@media screen and (max-width:1220px){.MuiTypography-h6{font-size:17px!important}}@media screen and (max-width:900px){.MuiTypography-h6{font-size:16px!important}}@media screen and (max-width:600px){.MuiTypography-h6{font-size:15px!important}}.MuiTypography-body1{font-size:18px!important}@media screen and (max-width:1440px){.MuiTypography-body1{font-size:17px!important}}@media screen and (max-width:1220px){.MuiTypography-body1{font-size:16px!important}}@media screen and (max-width:900px){.MuiTypography-body1{font-size:15px!important}}@media screen and (max-width:600px){.MuiTypography-body1{font-size:14px!important}}.MuiTypography-subtitle1{font-size:16px!important;line-height:normal!important}@media screen and (max-width:1220px){.MuiTypography-subtitle1{font-size:15px!important}}@media screen and (max-width:900px){.MuiTypography-subtitle1{font-size:14px!important}}@media screen and (max-width:600px){.MuiTypography-subtitle1{font-size:13px!important}}.MuiTypography-subtitle2{font-size:14px!important;line-height:normal!important}@media screen and (max-width:900px){.MuiTypography-subtitle2{font-size:13px!important}}@media screen and (max-width:600px){.MuiTypography-subtitle2{font-size:12px!important}}.MuiTypography-subtitle3{font-size:12px!important;line-height:normal!important}@media screen and (max-width:900px){.MuiTypography-subtitle3{font-size:11px!important}}@media screen and (max-width:600px){.MuiTypography-subtitle3{font-size:10px!important}}.section{padding:80px 0;position:relative}@media screen and (max-width:1220px){.section{padding:60px 0}}@media screen and (max-width:1024px){.section{padding:50px 0}}@media screen and (max-width:767px){.section{padding:40px 0}}@media screen and (max-width:575px){.section{padding:30px 0}}a{color:var(--primary);text-decoration:none}.p-0{padding:0!important}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.status_chip{border-radius:4px;min-width:79px;font-weight:500}.status_chip.active{background-color:var(--green-100);color:var(--primary)}.status_chip.inactive{color:#ff1c07;background-color:#ff1c071a}.button_contained.MuiButton-contained{border:2px solid var(--primary);background:var(--primary);text-transform:capitalize;color:var(--white);min-width:200px;box-shadow:0 5px 8px #7e7e7e75;box-shadow:none;border-radius:8px;padding:15px 24px;font-size:16px;font-weight:700}@media screen and (max-width:900px){.button_contained.MuiButton-contained{padding:10px 14px;font-size:14px}}@media screen and (max-width:600px){.button_contained.MuiButton-contained{padding:8px 12px;font-size:13px}}.button_contained.MuiButton-contained.MuiButton-sizeSmall{padding:8px 16px}.button_contained.MuiButton-contained:hover{background:#064;border-color:#064}.button_contained.MuiButton-contained.white_button{background:var(--white);border-color:var(--white);color:var(--dark)}.button_contained.MuiButton-contained.white_button:hover{background:#ddd;border-color:#ddd}.button_contained.MuiButton-contained.Mui-disabled{color:var(--white);opacity:.4}.button_outlined.MuiButton-outlined{text-transform:capitalize;color:var(--white);min-width:200px;box-shadow:none;background:0 0;border:1px solid #d5d7da;border-radius:8px;padding:15px 24px;font-size:16px;font-weight:700}.button_outlined.MuiButton-outlined.MuiButton-sizeSmall{padding:8px 16px}.button_outlined.MuiButton-outlined:hover{background-color:#f8f8f8}@media screen and (max-width:900px){.button_outlined.MuiButton-outlined{padding:10px 14px;font-size:14px}}@media screen and (max-width:600px){.button_outlined.MuiButton-outlined{padding:8px 12px;font-size:13px}}.button_outlined.MuiButton-outlined.golden_outlined{color:#ac7c0d;background:0 0;border-color:#ac7c0d;border-radius:6px;padding:8px 20px;font-size:14px}.button_outlined.MuiButton-outlined.golden_outlined:hover{background:#fff4dd}@media screen and (max-width:900px){.button_outlined.MuiButton-outlined.golden_outlined{padding:6px 12px;font-size:13px}}@media screen and (max-width:768px){.button_outlined.MuiButton-outlined.golden_outlined{padding:5px 8px;font-size:12px}}.button_outlined.MuiButton-outlined.grey_outline{border-color:var(--grey-300);color:var(--secondary)}.button_outlined.MuiButton-outlined.grey_outline:hover{background-color:var(--green-300);color:var(--white)}.button_outlined.MuiButton-outlined.white_border_outline{border-color:var(--white);color:var(--white)}.button_outlined.MuiButton-outlined.white_border_outline:hover{color:var(--white);background:#ffffff1a}.button_outlined.MuiButton-outlined.min-95{min-width:95px}.button_outlined.MuiButton-outlined.full_round{border-radius:999px}
@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_ec03b1af-module__7gZO6q__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_ec03b1af-module__7gZO6q__variable{--font-manrope:"Manrope","Manrope Fallback"}
