@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";a{margin:0;padding:0;line-height:120%;-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}a,a:hover,a:visited{color:#11141a;text-decoration:none}a.link{width:max-content;max-width:100%}a.link.sm{font-size:.8125rem}a.link:hover{color:#2575fc;text-decoration:underline}ul,h1,h2,h3,h4,p{margin:0;padding:0;line-height:120%}h1,h2,h3,h4{font-weight:700}ul{list-style-type:none}p{color:#424242;font-size:1.0625rem;line-height:1.5rem}h1{font-size:2.875rem}h2{font-size:2.375rem}h3{font-size:2rem}h4{font-size:1.25rem}.dynamic-heading-text{color:#2575fc}.dynamic-heading-text h2:after{content:"";display:inline-block;height:2.5rem;background-color:#fff;width:3px;margin:5px;transform:translateY(10px);animation:fade .9s infinite ease-in-out forwards}.center-content{display:flex;justify-content:center}.container{margin:0 auto;box-sizing:border-box;width:100%;padding:0 30px;max-width:1400px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:3.125rem}@media only screen and (max-width: 992px){.grid-2{grid-template-columns:repeat(1,1fr);row-gap:100px}.grid-2 .hero-titles{align-items:center}.grid-2 .hero-titles h1,.grid-2 .hero-titles h2{text-align:center}.grid-2 .images-holder{display:flex;justify-content:center}.grid-2 .intro-images{max-width:576px}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.875rem}.grid-4>div{width:100%}@media only screen and (max-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 454px){.grid-4{grid-template-columns:repeat(1,1fr)}}.page-header{padding:.75rem 0;-webkit-user-select:none;user-select:none;position:fixed;left:0;top:0;width:100vw;background-color:#fff;transform:translateY(0);transition:transform .2s linear;z-index:9999999998}.page-header-hide{transform:translateY(-100%)}.page-header .header-layout{width:100%;column-gap:40px}.page-header .header-layout,.page-header .header-layout nav{display:flex;justify-content:space-between;align-items:center}.page-header .header-layout nav{flex:1}.page-header .header-layout nav .menu-items{display:flex;align-items:center;gap:1.875rem;position:relative}.page-header .header-layout nav .menu-items .menu-item{padding:10px 0;position:relative}.page-header .header-layout nav .menu-items .menu-item .link-url{color:#11141a;font-weight:400;font-size:1rem;position:relative;display:flex;align-items:center;gap:6px;cursor:pointer}.page-header .header-layout nav .menu-items .menu-item .link-url[href]:after{content:"";position:absolute;height:3px;width:0;bottom:-7px;left:0;background-color:#2575fc;transform:skew(-40deg);-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.page-header .header-layout nav .menu-items .menu-item .link-url:hover:after{width:100%}.page-header .header-layout nav .menu-items .menu-item .sub-menu-items{position:absolute;background-color:#fff;padding:.625rem 1.25rem;top:100%;box-shadow:0 8px 10px -6px #1219261a;border-radius:8px;border:1px solid #E3E8EF;display:flex;flex-direction:column;visibility:hidden;opacity:0;transform:translateY(10px);width:max-content;max-width:100%;-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.page-header .header-layout nav .menu-items .menu-item .sub-menu-items .sub-menu-item a[href]{padding:8px 0;display:block;font-size:13px}.page-header .header-layout nav .menu-items .menu-item .sub-menu-items .sub-menu-item a[href]:hover{color:#2575fc}.page-header .header-layout nav .menu-items .menu-item:hover .sub-menu-items{visibility:visible;opacity:1;transform:translateY(0)}.page-header .header-layout #menu-icon,.page-header .header-layout .close-wrapper{display:none}.page-header .header-layout #menu-icon,.page-header .header-layout #close-icon{width:30px;height:30px;align-items:center;justify-content:center}.page-header .header-layout .close-wrapper{width:100%;justify-content:flex-start;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #E3E8EF}.page-header .header-layout .overlay{position:absolute;z-index:998;left:0;top:0;height:100vh;width:100vw;background-color:#2575fc4d;cursor:pointer}@media only screen and (max-width: 768px){.page-header .header-layout nav{position:fixed;background-color:#fff;z-index:999;top:0;right:0;flex-direction:column;padding:1.25rem;width:100%;height:100vh;max-width:300px;box-sizing:border-box;transform:translate(100%);opacity:0;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-ms-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.page-header .header-layout nav.show{transform:translate(0);opacity:1}.page-header .header-layout nav .menu-items .menu-item{padding:0}.page-header .header-layout nav .menu-items .menu-item .sub-menu-items{position:relative;top:0;left:0;visibility:visible;opacity:1;transform:translateY(0);box-shadow:unset;border:0;border-radius:0}.page-header .header-layout nav .menu-items.left-menu{flex-direction:column;width:100%;align-items:flex-start;gap:10px;flex:1;overflow:hidden auto}.page-header .header-layout nav .menu-items.left-menu .menu-item .link-url{font-weight:500}.page-header .header-layout nav .menu-items.left-menu .menu-item .link-url svg{display:none}.page-header .header-layout nav .menu-items.right-menu{width:100%;justify-content:center;padding-top:16px;border-top:1px solid #E3E8EF}.page-header .header-layout #menu-icon,.page-header .header-layout #close-icon,.page-header .header-layout .close-wrapper{display:flex}}.service-card{display:flex;flex-direction:column;row-gap:1.25rem;box-sizing:border-box;width:100%;padding:1.875rem;border-radius:1.875rem;height:100%;row-gap:16px;align-items:center;background-color:#fff;cursor:pointer;-webkit-transition:background-color .2s linear,transform .2s linear;-moz-transition:background-color .2s linear,transform .2s linear;-ms-transition:background-color .2s linear,transform .2s linear;-o-transition:background-color .2s linear,transform .2s linear;transition:background-color .2s linear,transform .2s linear}.service-card p,.service-card h4{text-align:center;text-decoration:none}.service-card h4{color:#11141a}.service-card p,.service-card h4,.service-card svg{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.service-card svg{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.service-card:hover{background-color:#2575fc;transform:scale(1.01)}.service-card:hover p,.service-card:hover h4{color:#fff}.service-card:hover svg{fill:#fff!important;transform:rotateY(360deg)}.video-overlay{width:100vw;height:100vh;background-color:#000c;position:fixed;z-index:9999999999;left:0;top:0;box-sizing:border-box;padding:50px 0}.video-overlay .video-body{max-width:768px;width:calc(100% - 40px);border-radius:20px;border:3px solid #FFFFFF;position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.video-overlay .video-body .close-video{position:absolute;z-index:3;background-color:#fff;border:3px solid #2575FC;bottom:0;right:50%;transform:translate(50%) translateY(calc(100% + 10px));cursor:pointer;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-ms-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear;width:3.125rem;height:3.125rem;min-height:3.125rem;min-width:3.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-overlay .video-body .close-video svg{fill:#2575fc;width:18px;height:18px}.video-overlay .video-body .close-video:hover{background-color:#2575fc}.video-overlay .video-body .close-video:hover svg{fill:#fff}.video-overlay .video-body .video-cover{width:100%;height:100%;position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer;top:0;left:0;border-radius:20px}.video-overlay .video-body .video-cover:before{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;filter:blur(260px);background-color:#fff}.video-overlay .video-body .video-cover svg{position:relative;z-index:2;fill:#2575fc}.video-overlay .video-body .video-cover svg path{fill:#fff}.video-overlay .video-body .video-container{position:relative;z-index:1;width:100%;height:0;padding-bottom:56.25%;background-color:var(--base-black);background-color:#000;border-radius:20px}.video-overlay .video-body .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}.fade-enter-active{animation:fade .35s ease-in-out}.fade-leave-active{animation:fade .35s reverse ease-in-out}@keyframes fade{0%{opacity:0}to{opacity:1}}html{font-size:16px;overflow:hidden auto}@media only screen and (max-width: 1200px){html{font-size:15px}}@media only screen and (max-width: 992px){html{font-size:13px}}html.hidden-overflow{overflow:hidden}html,body{padding:0;margin:0;background-color:#2c3739;font-family:Poppins,sans-serif;scrollbar-width:thin;scrollbar-color:#2575FC #FFFFFF}html::-webkit-scrollbar,body::-webkit-scrollbar{width:4px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:#fff}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-radius:2px;background-color:#2575fc}html .page-body .hero-section,body .page-body .hero-section{width:100vw;min-height:100vh;box-sizing:border-box;display:flex;align-items:center;justify-content:center}html .page-body .hero-section .hero-titles,body .page-body .hero-section .hero-titles{display:flex;flex-direction:column;justify-content:center;row-gap:.625rem}html .page-body .hero-section .hero-titles h1,body .page-body .hero-section .hero-titles h1{color:#fff}html .page-body .hero-section .hero-titles .hero-actions,body .page-body .hero-section .hero-titles .hero-actions{display:flex;justify-content:flex-start;align-items:center;gap:1.5625rem;margin-top:20px}html .page-body .hero-section .hero-titles .hero-actions .play-video svg circle,body .page-body .hero-section .hero-titles .hero-actions .play-video svg circle{fill:#fff}html .page-body .hero-section .hero-titles .hero-actions .play-video svg path,body .page-body .hero-section .hero-titles .hero-actions .play-video svg path{fill:#2575fc}html .page-body .hero-section .hero-titles .hero-actions .play-video:hover svg circle,body .page-body .hero-section .hero-titles .hero-actions .play-video:hover svg circle{fill:#2575fc}html .page-body .hero-section .hero-titles .hero-actions .play-video:hover svg path,body .page-body .hero-section .hero-titles .hero-actions .play-video:hover svg path{fill:#fff}html .page-body .hero-section .intro-images,body .page-body .hero-section .intro-images{position:relative;height:max-content}html .page-body .hero-section .intro-images .hero-image,body .page-body .hero-section .intro-images .hero-image{width:100%;position:relative;z-index:1}html .page-body .hero-section .intro-images .floating-image,body .page-body .hero-section .intro-images .floating-image{position:absolute;z-index:2;width:23%;transform:scale(0);animation:zoomIn 1.3s ease-in-out;animation-fill-mode:forwards}html .page-body .hero-section .intro-images .floating-image.child-1,body .page-body .hero-section .intro-images .floating-image.child-1{left:10%;top:-40px;animation-delay:1s}html .page-body .hero-section .intro-images .floating-image.child-2,body .page-body .hero-section .intro-images .floating-image.child-2{left:-5%;top:10%;animation-delay:1.5s}html .page-body .hero-section .intro-images .floating-image.child-3,body .page-body .hero-section .intro-images .floating-image.child-3{left:35%;top:0;animation-delay:2s}html .page-body .hero-section .intro-images .floating-image.child-4,body .page-body .hero-section .intro-images .floating-image.child-4{left:35%;top:35%;animation-delay:2.5s}html .page-body .hero-section .intro-images .floating-image.floating-animation,body .page-body .hero-section .intro-images .floating-image.floating-animation{animation:floating 2.5s ease-in-out infinite}html .page-body .services-section .container,body .page-body .services-section .container{padding:5rem 1.875rem;border-top:1px solid #FFFFFF}html .page-body .services-section .container h3,body .page-body .services-section .container h3{text-align:center;color:#fff}html .page-body .services-section .container .grid-4,body .page-body .services-section .container .grid-4{margin-top:80px}html .page-body .register-section,body .page-body .register-section{background-color:#fff;padding:5rem}html .page-body .register-section .register-form,body .page-body .register-section .register-form{display:flex;flex-direction:column;align-items:center;row-gap:1.875rem;width:100%}html .page-body .register-section .register-form h3,body .page-body .register-section .register-form h3{color:#11141a;text-align:center}html .page-body .register-section .register-form .input-group,body .page-body .register-section .register-form .input-group{height:4.625rem;max-width:768px;width:100%;border-radius:37px;border:2px solid #2575FC;box-sizing:border-box;padding:.625rem 1.25rem;display:flex;align-items:center;background-color:#fff;position:relative}html .page-body .register-section .register-form .input-group input,body .page-body .register-section .register-form .input-group input{flex:1;height:100%;outline:none;border:0;background-color:transparent;color:#11141a;font-size:1.125rem;font-weight:400;position:relative;z-index:1}html .page-body .register-section .register-form .input-group label,body .page-body .register-section .register-form .input-group label{position:absolute;z-index:2;top:0%;transform:translateY(-50%) translate(.625rem);background-color:#fff;color:#2575fc;padding:2px 8px;cursor:default;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}html .page-body .register-section .register-form .input-group label:first-letter,body .page-body .register-section .register-form .input-group label:first-letter{text-transform:uppercase}html .page-body .register-section .register-form .input-group input:placeholder-shown~label,body .page-body .register-section .register-form .input-group input:placeholder-shown~label{padding:0;top:50%;color:#a0a0a0;background-color:transparent;transform:translateY(-50%) translate(0);cursor:text}@media only screen and (max-width: 768px){html .page-body .register-section,body .page-body .register-section{padding:5rem 0}}html .page-body .copyright-section,body .page-body .copyright-section{padding:1.5625rem 0}html .page-body .copyright-section .copyright-text,body .page-body .copyright-section .copyright-text{font-size:.9375rem;font-weight:400;color:#fff;text-align:center}@keyframes zoomIn{0%{transform:scale(0)}50%{transform:scale(1.04)}70%{transform:scale(.98)}85%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes floating{0%{transform:translateY(0) scale(1)}50%{transform:translateY(10px) scale(1)}to{transform:translateY(0) scale(1)}}.card{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;gap:20px;padding:30px;border-radius:20px;background-color:#fff}.form-holder{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:50px 30px;width:100vw;min-height:100vh;flex-direction:column;gap:30px}.form-holder .form{width:100%;max-width:454px}.form-holder .form.md{max-width:768px}.form-holder .form .form-title{font-size:1.375rem;font-weight:500;color:#11141a}.form-holder .form .form-subtitle{font-size:.875rem;font-weight:400;color:#11141a;text-align:center}.form-holder .form .form-body{display:flex;flex-direction:column;gap:18px;width:100%}@media only screen and (min-width: 576px){.form-holder .form .form-body.grid-2{display:grid}}.form-group{display:flex;flex-direction:column;gap:10px;width:100%}.form-group label{font-size:.8125rem;color:#11141a}.form-group .form-input{outline:none;border:1px solid #A0A0A0;height:3.125rem;width:100%;border-radius:1.5625rem;box-sizing:border-box;padding:0 1.25rem;font-size:1rem;color:#11141a}.form-group .form-input:focus{border:1px solid #2575FC;box-shadow:0 0 5px 2px #2575fc61}.form-group .form-input::placeholder{color:#a0a0a0;font-family:Poppins,sans-serif;font-weight:400}button,.button{outline:none;overflow-wrap:wrap;display:flex;align-items:center;width:max-content;max-width:100%;height:3rem;padding:0 1.875rem;background-color:#2575fc;cursor:pointer;border:2px solid #2575FC;border-radius:1.5rem;font-size:1.0625rem;font-weight:500;color:#fff;font-family:Poppins,sans-serif;gap:10px;-webkit-transition:background-color .15s linear;-moz-transition:background-color .15s linear;-ms-transition:background-color .15s linear;-o-transition:background-color .15s linear;transition:background-color .15s linear}button:hover,.button:hover{background-color:transparent;color:#2575fc}button.dark:hover,.button.dark:hover{color:#fff}button.outline,.button.outline{background-color:transparent}button.outline:hover,.button.outline:hover{color:#2575fc;background-color:#fff}button.full-width,.button.full-width{width:100%;justify-content:center}.hero-section[data-v-e4092f76]{padding-top:var(--header-height)}
