@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#0f172a;--secondary-color:#e53a34;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#ffffff0d}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app__profile-item h2{color:#e53a34!important;color:var(--secondary-color)!important}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--black-color);text-transform:uppercase}.head-text{font-size:2.75rem;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.sec__color{color:var(--secondary-color)!important}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:#fff}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--lightGray-color);border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.glassBg{background-color:var(--white-color);box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__navbar{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:var(--white-color);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo .app__navbar-logo2{align-items:center;display:flex;gap:15px}.app__navbar-logo img{height:40px;width:40px}@media screen and (min-width:2000px){.app__navbar-logo img{height:45px;transform:scale(1.4);width:180px}}@media screen and (min-width:768px){.app__navbar-logo img{transform:scale(1.5)}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{flex-direction:column;font-weight:700!important;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a,.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--primary-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about-intro{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto 4rem}.app__about-intro .app__about-paragraph{color:#2d2d2d;font-size:1.05rem;line-height:1.8;opacity:.9}.app__profiles{gap:2rem;justify-content:center;margin-top:3rem}.app__profiles .app__profile-item{text-align:center}.app__profiles .app__profile-item img{border-radius:10px;height:250px;object-fit:center;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.footer__title{margin-bottom:1.25rem;text-align:center}.footer__grid{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.footer__grid{gap:2rem;grid-template-columns:1fr 420px}}.footer__left{display:flex;flex-direction:column;gap:1rem}.footer__card{align-items:center;background:var(--card);border-radius:12px;box-shadow:var(--fullShadow);display:flex;gap:1rem;padding:1rem}.footer__icon{height:44px;object-fit:contain;width:44px}.footer__addresses{grid-gap:.75rem;display:grid;gap:.75rem;margin-top:.6rem}.footer__address-card{background:linear-gradient(180deg,#ffffff05,#0000);border:1px solid #ffffff0a;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;padding:.9rem}.footer__address-head{align-items:center;display:flex;gap:.6rem}.footer__loc-icon{color:var(--primary);opacity:.9}.footer__address{font-size:.95rem;line-height:1.35;opacity:.95}.footer__right{gap:1rem}.footer__form,.footer__right{display:flex;flex-direction:column}.footer__form{background:var(--card);border:1px solid #ffffff0a;border-radius:12px;gap:.85rem;padding:.6rem}.footer__input,.footer__textarea{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:var(--foreground);outline:none;padding:.7rem;transition:box-shadow .18s ease,border-color .18s ease}.footer__input:focus,.footer__textarea:focus{border-color:var(--primary);box-shadow:0 6px 18px #00000014}.footer__form-actions{display:flex;gap:.6rem;justify-content:flex-end;margin-top:.2rem}.btn{background:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem .95rem;transition:transform .12s ease,box-shadow .12s ease}.btn:hover{box-shadow:var(--fullShadow);transform:translateY(-2px)}.btn--ghost{background:#0000;border:1px solid #ffffff0f;color:var(--foreground)}.footer__thanks{background:linear-gradient(180deg,#ffffff05,#0000);border-radius:12px;padding:1rem}.footer__bottom{border-top:1px solid #ffffff0a;display:flex;justify-content:center;margin-top:1.5rem;padding-top:1rem}.footer__bottom-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;max-width:1100px;width:100%}.footer__legal{align-items:center;display:flex;gap:.8rem}.footer__small-link{color:var(--foreground);font-size:.92rem;opacity:.8;text-decoration:none}.footer__small-link:hover{opacity:1;text-decoration:underline}@media(max-width:600px){.footer__form-actions{flex-direction:column-reverse;justify-content:stretch}.footer__bottom-inner{gap:.6rem;text-align:center}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-card{background-color:#fef4f5;cursor:pointer;transition:all .3s ease-in-out}.app__footer-card p{font-weight:500}.app__footer-card a{font-weight:500;text-decoration:none}.app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-card{width:100%}}#home{background:#0f172a00;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0000001a;flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.app__header-badge img{height:60px;width:60px}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__header-circles div:nth-child(3){height:70px;width:70px}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--lightGray-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem;text-align:center}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;cursor:pointer;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:#fff}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;margin-top:2rem}.app__profile-item{align-items:center;background-color:var(--primary-color);border-radius:25px;display:flex;flex-direction:column;gap:15px;padding:1rem;width:300px}@media screen and (max-width:768px){.app__profile-item{width:100%}}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}.app__profile-item h2{color:var(--lightGray-color)}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.trainning-root{margin:0 auto;max-width:1100px;padding:2.5rem 1.5rem}.head-text{color:var(--lightGray-color);font-size:2.4rem;font-weight:800;margin-bottom:2rem;text-align:center}.trainning-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(max-width:880px){.trainning-grid{grid-template-columns:1fr}}.training-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff08;border-radius:12px;box-shadow:0 6px 20px #03030359;display:flex;flex-direction:column;gap:.85rem;min-height:210px;padding:1.25rem;transition:transform .18s ease,box-shadow .18s ease}.card-head{align-items:flex-start;display:flex;gap:1rem}.icon-wrap{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #ffffff08;border-radius:10px;display:flex;justify-content:center;min-height:56px;min-width:56px}.card-icon{color:var(--lightGray-color);height:28px;width:28px}.title-wrap{flex:1 1}.card-title{color:var(--lightGray-color);font-size:1.05rem;font-weight:700}.card-sub{color:var(--gray-color);font-size:.85rem;line-height:1.35;margin-top:4px}.card-sub.muted{opacity:.4}.card-bullets{grid-gap:.45rem 1rem;align-items:start;display:grid;gap:.45rem 1rem;grid-template-columns:1fr 1fr;list-style:none;margin-top:.8rem;padding:0}@media(max-width:600px){.card-bullets{grid-template-columns:1fr}}.bullet-item{align-items:flex-start;color:var(--gray-color);display:flex;font-size:.85rem;gap:.6rem}.bullet-ico{color:var(--secondary-color);height:18px;margin-top:2px;opacity:.95;width:18px}.glass{background-color:#ffffff05}.training-card:hover{box-shadow:0 18px 42px #0000008c}@media(max-width:450px){.head-text{font-size:1.6rem}.training-card{padding:1rem}.card-icon{height:22px;width:22px}}.training-form-card{background:var(--primary-color);border:1px solid #ffffff08;border-radius:14px;box-shadow:0 8px 30px #00000080;max-width:760px;padding:1.25rem;width:100%}.form-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.8rem}.form-title{color:var(--lightGray-color);font-size:1.05rem;font-weight:800;margin:0}.form-sub{color:var(--gray-color);font-size:.82rem;margin:.15rem 0 0}.form-badge{background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:var(--secondary-color);font-size:.8rem;font-weight:700;padding:.35rem .6rem}.form-body{grid-gap:.75rem;display:grid;gap:.75rem;margin-top:.5rem}.field{align-items:center;background:#ffffff03;border:1px solid #ffffff08;border-radius:10px;display:flex;gap:.6rem;padding:.6rem}.field-ico{color:var(--gray-color);flex-shrink:0;height:18px;width:18px}.field-ico-top{margin-top:8px}.field-input{background:#0000;border:none;color:var(--lightGray-color);font-size:.9rem;outline:none;width:100%}.textarea{min-height:92px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(90deg,var(--secondary-color),#e53a34e6);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:.6rem;justify-self:start;padding:.7rem 1rem}.btn-ico{height:16px;width:16px}.submitted{gap:.9rem;justify-content:flex-start;padding:.9rem}.submitted,.submitted-ico{align-items:center;display:flex}.submitted-ico{background:#33cc991f;border-radius:12px;color:#3c9;font-size:1.5rem;height:56px;justify-content:center;width:56px}.submitted-title{color:var(--lightGray-color);font-size:1rem;font-weight:800;margin:0}.submitted-sub{color:var(--gray-color);margin:.2rem 0 0}@media(max-width:600px){.training-form-card{border-radius:12px;padding:1rem}.form-header{gap:.5rem}.form-title{font-size:.98rem}}
/*# sourceMappingURL=main.f09349f9.css.map*/