@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.ehi__blog{display:flex;flex-direction:column}.ehi__blog-heading{width:100%;text-align:left;margin-bottom:5rem}.ehi__blog-heading h1{font-size:62px;font-family:var(--font-family);font-weight:800;line-height:75px;letter-spacing:-2.48px}.ehi__blog-container{display:flex;flex-direction:row}.ehi__blog-container_groupA{flex:0.75 1;margin-right:2rem}.ehi__blog-container_groupB{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media screen and (max-width:990px){.ehi__blog-container{flex-direction:column-reverse}.ehi__blog-container_groupA{margin:2rem 0}.ehi__blog-container_groupA .ehi__blog-container_article{width:40%}.ehi__blog-container_groupA .ehi__blog-container_article-image{height:250px}}@media screen and (max-width:700px){.ehi__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.ehi__blog-container_groupA .ehi__blog-container_article{width:100%}.ehi__blog-heading h1{font-size:46px;line-height:52px}}@media screen and (max-width:550px){.ehi__blog-heading h1{font-size:34px;line-height:42px}}.ehi__blog-container_article{display:flex;flex-direction:column}.ehi__blog-container_article,.ehi__blog-container_article-image{width:100%;height:100%;background:var(--color-footer)}.ehi__blog-container_article-image img{width:100%;height:100%}.ehi__blog-container_article-content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 1.5rem;height:100%}.ehi__blog-container_article-content p{color:#fff;font-size:11.649px;font-family:var(--font-family);font-weight:700;line-height:34.947px}.ehi__blog-container_article-content h3{color:#fff;font-size:25.11px;font-family:var(--font-family);font-weight:800;line-height:30.287px;margin-bottom:2rem;cursor:pointer}.ehi__blog-container_article-content p:last-child{cursor:pointer}@media screen and (max-width:550px){.ehi__blog-container_article-content h3{font-size:18px;line-height:25px}}.ehi__cta{border:1px solid #fff;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:2rem;margin:4rem;border-radius:1rem;background:var(--gradient-bar)}.ehi__cta-content p{font-size:12px;font-weight:500;line-height:30px}.ehi__cta-content h3,.ehi__cta-content p{color:#fff;font-family:var(--font-family)}.ehi__cta-content h3{font-size:24px;font-weight:800;line-height:45px}.ehi__cta-button{display:flex;justify-content:center;align-items:center;margin-left:2rem}.ehi__cta-button button{border-radius:40px;background:#000;color:#fff;font-size:18px;font-family:var(--font-family);font-weight:700;line-height:30px;padding:.5rem 1rem;border:none;outline:none;cursor:pointer;min-width:150px}@media screen and (max-width:650px){.ehi__cta{flex-direction:column}.ehi__cta-button{margin:2rem 0 0}}@media screen and (max-width:550px){.ehi__cta{margin:4rem 2rem}.ehi__cta-content h3{font-size:18px;line-height:32px}.ehi__cta-button button{font-size:14px;line-height:28px}}.ehi__features-container__feature{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;margin:1rem}.ehi__features-container__feature-title{flex:1 1;max-width:180px;margin-right:2rem}.ehi__features-container__feature-title h1{font-family:var(--font-family);font-weight:800;font-size:18px;line-height:24px;letter-spacing:-.04em;color:var(--color-text)}.ehi__features-container__feature-title div{width:38px;height:3px;background:var(--gradient-bar);box-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:.25rem}.ehi__features-container_feature-text{display:flex;flex:2 1;max-width:390px}.ehi__features-container_feature-text p{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:24px;color:var(--color-text)}.ehi__features-container_feature-img img{width:100%;height:100px}@media screen and (max-width:550px){.ehi__features-container__feature-title h1{font-size:14px;line-height:22px}.ehi__features-container__feature-title p{font-size:12px;line-height:20px}.ehi__features-container__feature{margin:1rem 0}}.ehi__navbar{padding:2rem 6rem;position:fixed;top:0;left:0;right:0;z-index:1000;background-color:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ehi__navbar,.ehi__navbar-links{display:flex;justify-content:space-between;align-items:center}.ehi__navbar-links{flex:1 1}.ehi__navbar-links_logo{margin-right:2rem}.ehi__navbar-links_logo img{width:60px;height:50px}.ehi__navbar-links_container{display:flex;flex-direction:row}.ehi__navbar-sign{display:flex;justify-content:flex;align-items:center}.ehi__navbar-links_container p,.ehi__navbar-menu_container p,.ehi__navbar-sign p{color:#a8b2cd;font-family:var(--font-family);font-weight:500;font-size:15px;line-height:25px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.ehi__navbar-menu_container button,.ehi__navbar-sign button{padding:.5rem 1rem;background:#ff4820;color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;border-radius:5px;border:none;outline:none;cursor:pointer}.ehi__navbar-menu{margin-left:1rem;display:none;position:relative}.ehi__navbar-menu svg{cursor:pointer}.ehi__navbar-menu_container{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:end;background:var(--color-footer);padding:2rem;position:absolute;top:40px;right:0;margin-top:1rem;min-width:200px;border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2)}.ehi__navbar-menu_container p{margin:1rem 0}.ehi__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.ehi__navbar-links_container{display:none}.ehi__navbar-menu{display:flex}}@media screen and (max-width:700px){.ehi__navbar{padding:1rem 4rem}}@media screen and (max-width:550px){.ehi__navbar{padding:1rem}.ehi__navbar-sign{display:none}.ehi__navbar-menu_container{top:20px}.ehi__navbar-menu_container-links-sign{display:block}}.ehi__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-footer)}.ehi__footer-heading{width:100%;text-align:center;margin-bottom:3rem}.ehi__footer-heading h1{text-align:center;font-size:62px;font-family:var(--font-family);font-weight:800;line-height:75px;letter-spacing:-2.48px}.ehi__footer-btn{display:flex;justify-content:center;align-items:center;padding:1rem;border:1px solid #fff;text-align:center;margin-bottom:10rem;cursor:pointer}.ehi__footer-btn p{box-sizing:border-box;color:#fff;font-size:18px;line-height:21px;font-family:var(--font-family);word-spacing:2px}.ehi__footer-links{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row;width:100%;text-align:left}.ehi__footer-links div{width:250px;margin:1rem}.ehi__footer-links_logo{display:flex;flex-direction:column}.ehi__footer-links_logo img{width:50%;height:50%;margin-bottom:1rem}.ehi__footer-links_logo p{color:#fff;font-size:12px;line-height:14px;font-family:var(--font-family)}.ehi__footer-links_div{display:flex;justify-content:flex-start;flex-direction:column}.ehi__footer-links_div h4{color:#fff;font-size:14px;line-height:16px;font-family:var(--font-family);margin-bottom:1rem}.ehi__footer-links_div p{color:#fff;font-size:12px;font-family:var(--font-family);line-height:14px;margin:.5rem 0;cursor:pointer}.ehi__footer-copyright{margin-top:2rem;text-align:center;width:100%}.ehi__footer-copyright p{color:#fff;font-size:12px;line-height:14px;font-family:var(--font-family)}@media screen and (max-width:850px){.ehi__footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.ehi__footer-heading h1{font-size:34px;line-height:42px}.ehi__footer-links div{margin:1rem 0}.ehi__footer-btn p{font-size:14px;line-height:20px}}@media screen and (max-width:400px){.ehi__footer-heading h1{font-size:27px;line-height:38px}}.ehi__header{display:flex}.ehi__header-content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin-right:5rem;padding-top:60px}.ehi__header-content h1{font-family:var(--font-family);font-weight:800;font-size:50px;line-height:75px;letter-spacing:-.04em}.ehi__header-content p{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:27px;color:var(--color-text);margin-top:1.5rem}.ehi__header-image{display:flex;flex:1 1;justify-content:center;align-items:center}.ehi__header-image img{width:100%;height:100%}.overlay{background:hsla(0,0%,100%,.1);padding:1rem;border-radius:1.5rem;max-width:700px;color:#fff;-webkit-backdrop-filter:blur(55px);backdrop-filter:blur(55px);box-shadow:0 6px 30px rgba(0,0,0,.2)}@media screen and (max-width:1050px){.ehi__header{flex-direction:column}.ehi__header-content{margin:0 0 3rem;padding-top:100px}.ehi__header-image img{width:50%;height:50%}.ehi__header-image{margin:-80px 0}}@media screen and (max-width:650px){.ehi__header h1{font-size:48px;line-height:60px}.ehi__header-content__input button,.ehi__header-content__input input,.ehi__header p{font-size:16px;line-height:24px}.ehi__header-image img{width:100%;height:100%}.ehi__header-image{margin:-120px 0}}@media screen and (max-width:490px){.ehi__header h1{font-size:36px;line-height:48px}.ehi__header p{font-size:14px;line-height:24px}.ehi__header-content__input button,.ehi__header-content__input input{font-size:12px;line-height:16px}.ehi__header-image img{width:120%;height:50%}.ehi__header-image{margin:-130px 0}}.ehi__whatehi{display:flex;flex-direction:column;padding:2rem}.ehi__whatehi-feature{display:flex}.ehi__whatehi-feature .ehi__features-container__feature{margin:0}.ehi__whatehi-feature .ehi__features-container__feature-text{max-width:700px}.ehi__whatehi-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:4rem 0 2rem}.ehi__whatehi-heading h1{font-size:34px;font-weight:800;line-height:45px;max-width:510px;font-family:var(--font-family)}.ehi__whatehi-heading p{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:30px;color:var(--color-subtext);cursor:pointer}.ehi__whatehi-container{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:2rem}@media screen and (max-width:850px){.ehi__whatehi-heading{flex-direction:column;align-items:flex-start;margin-bottom:0}.ehi__whatehi-heading p{margin-top:1rem}}@media screen and (max-width:650px){.ehi__whatehi-feature .ehi__features-container__feature{flex-direction:column}.ehi__whatehi-feature .ehi__features-container_feature-text{margin-top:.5rem}.ehi__whatehi-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.ehi__whatehi-container .ehi__features-container__feature{margin:1rem 0;min-width:100%}}body,html{margin:0;padding:0;height:100%}.about-page{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden;padding:40px 0}.about-image{max-width:90vw;max-height:60vh;object-fit:contain;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin-bottom:32px}.about-btn-container{margin-top:24px}.about-btn{display:inline-block;padding:12px 32px;background:#005ca9;color:#fff;border-radius:32px;text-decoration:none;font-weight:700;font-size:1.1rem;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:background .2s,transform .2s}.about-btn:hover{background:#003a6d;transform:translateY(-2px) scale(1.03)}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background:var(--img-bg)}a{color:unset;text-decoration:none}.App{opacity:0;transition:opacity 1s ease-in}.App.loaded{opacity:1}.gradient__text{background:var(--gradient-text);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section__padding{padding:2rem 4rem}.section__margin{margin:2rem 4rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:2rem}.section__margin{margin:2rem}}@media screen and (max-width:550px){.section__padding{padding:3rem 2rem}.section__margin{margin:2rem}}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(90deg,#002f8e,#0052d4 35%,#4364f7 65%,#6fb1fc);--gradient-bar:linear-gradient(90deg,#002f8e,#0052d4 35%,#4364f7 65%,#6fb1fc);--color-bg:#040c18;--img-bg:url(/static/media/main-background.cb7f7733.jpg);--color-footer:#031b34;--color-blog:#042c54;--color-text:#233567;--color-subtext:#042c54}
/*# sourceMappingURL=main.0138a6b2.chunk.css.map */