@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#ffffff40;border:1px solid #ffffff2e;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 img{height:40px;width:180px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40x;width:180px}}.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{color:var(--gray-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.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 li{display:none}}.app__navbar-menu{align-items:center;background: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-color:var(--white-color);background-image:url(../../static/media/bgWhite.055731cd0fa6d289a26f.png);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a82e;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(--gray-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-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__navbar-menu:hover{cursor:pointer}.buttonRounded{background-color:var(--white-color);border:none;border-radius:50%;cursor:pointer;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.buttonRounded svg{color:var(--secondary-color);height:20px;width:20px}.buttonRounded:hover{background-color:var(--secondary-color)}.buttonRounded:hover svg{color:var(--white-color)}.wa{align-items:center;bottom:0;display:flex;position:fixed;right:0;z-index:100}.wa .icon-minimize{font-size:30px;margin:10px;transition:all .5s ease-in-out}.wa .icon-minimize:hover{cursor:pointer;scale:1.5}.wa img{opacity:1;transform:scale(1);transition:all 5s ease-in-out;width:250px}@media screen and (max-width:750px){.wa img{width:300px}}.wa.minimized img{opacity:0;pointer-events:none;transform:scale(0);transition:all 5s ease-in-out}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__mentoring-item{align-items:center;display:flex;flex-direction:column;height:100%;width:50%}.app__mentoring-item img{border-radius:10px;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;height:450px;width:600px}@media screen and (max-width:750px){.app__mentoring-item{width:100%}.app__mentoring-item img{height:250px;width:300px}}.app__flex-lectures{align-items:center;display:flex;justify-content:center;margin-top:20px}@media screen and (max-width:1472px){.app__flex-lectures{flex-direction:column;width:100%}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 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:600}.app__footer-cards .app__footer-card a{font-weight:600;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-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:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:url(../../static/media/bgIMG.3350588d468597d3489e.png);background-position:50%;background-repeat:repeat;background-size:cover;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 (min-width:450px){.app__header{padding-top:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (min-width:2000px){.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{border:1px solid var(--white-color);border-radius:15px;box-shadow:0 0 20px #0003;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:center;text-transform:uppercase;width:100%}@media screen and (max-width:1200px){.app__header-badge .tag-cmp{width:75%}}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{margin-right:0;width:100%}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start;margin-bottom:3rem}}.app__header-circles{align-items:flex-start;display:flex;flex:0.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{align-items:center;background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0003;display:flex;height:100px;justify-content:center;width:100px}@media screen and (max-width:420px){.app__header-circles div{height:90px;width:90px}}.app__header-circles div img{height:60%;width:60%}@media screen and (max-width:420px){.app__header-circles div img{height:50%;width:50%}}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}@media screen and (max-width:420px){.app__header-circles div:nth-child(2){margin:0}}.app__header-circles div:nth-child(3){height:75px;width:75px}@media screen and (min-width:2000px){.app__header-circles div:first-child{height:400px;width:400px}.app__header-circles div:nth-child(2){height:170px;width:170px}.app__header-circles div:nth-child(3){height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;margin-left:0;width:100%}.app__header-circles div{margin:1rem}.app__header-circles .circle-cmp{z-index:1}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;overflow:hidden;position:relative}.app__header-img img{object-fit:contain;width:50%;z-index:1}.app__header-img .overlay_circle{bottom:10;height:90%;left:0;position:absolute;right:0;scale:1;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{overflow:visible;overflow:initial}}.app__header-img-user{border-radius:25%;margin:auto auto 115px;object-fit:cover;scale:1.5;z-index:0}@media screen and (max-width:1200px){.app__header-img-user{scale:1.25}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;height:70px;width:150px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem;text-align:center!important}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color);border-radius:10px;box-shadow:0 0 25px #0000001a;color:var(--gray-color);line-height:1.5;max-width:300px;opacity:1;padding:1rem;text-align:center}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem;line-height:2;max-width:500px}}.app__sertificates{flex:1 1;flex-direction:column;width:100%}.app__sertificates-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:column;min-height:100%;padding:2rem;transition:all .3s ease-in-out;width:100%}.app__sertificates-item img{height:300px;object-fit:cover;width:450px}.app__sertificates-item p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}.app__sertificates-item h4{color:var(--secondary-color);font-weight:600;margin-bottom:1rem;margin-top:2rem}.app__sertificates-item h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (min-width:2000px){.app__sertificates-item{min-height:450px}.app__sertificates-item img{height:150px;width:150px}}@media screen and (max-width:1200px){.app__sertificates-item img{height:250px;object-fit:contain;width:400px}}@media screen and (max-width:850px){.app__sertificates-item{width:100%}.app__sertificates-item img{height:300px;object-fit:cover;width:450px}}@media screen and (max-width:600px){.app__sertificates-item{flex-direction:column}}@media screen and (max-width:420px){.app__sertificates-item img{height:200px;width:300px}}.app__sertificates-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;height:100%;justify-content:flex-start;padding:0 2rem;text-align:left}.app__sertificates-btns{flex-direction:row;margin-top:1rem}.app__sertificates-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__sertificates-brands div{margin:1.5rem;width:150px}.app__sertificates-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__sertificates-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__sertificates-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__sertificates-brands div{margin:1rem;width:120}}@media screen and (max-width:800px){.app__sertificates-brands{width:100%}}.row{display:flex;flex-direction:row;flex-wrap:wrap}@media screen and (max-width:850px){.row{flex-direction:column}}.column{display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;padding:1em}@media screen and (max-width:800px){.column{flex-direction:column;width:90%}}.columnTable{display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;padding:1em}@media screen and (max-width:800px){.columnTable{flex-direction:column;width:90%}}.app_certificates-slider{height:inherit;width:100%}@media screen and (max-width:800px){.app_certificates-slider{width:100%}}.app_certificates-list{width:100%}@media screen and (max-width:800px){.app_certificates-list{width:100%}}.container_btn-table{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:10px;margin-top:20px}.btn_react-table{background-color:#fff;border:1px solid #000;border-radius:5px;font-size:large;padding:0 10px;transition-duration:.4s}.btn_react-table:hover{background-color:#faebd7;cursor:pointer}.btn_react-table:disabled{cursor:not-allowed}.container_search-table{display:flex;justify-content:space-between;margin-bottom:5px}.container_search-table #searchBox{border-radius:5px}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.item-active{background-color:var(--secondary-color)!important;color:#fff!important}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:450px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:450px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}@media screen and (max-width:420px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}@media screen and (max-width:420px){.app__work-img{height:172px;width:100%}}.app__work-hover{background-color:#00000080;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover button{border-radius:50%}.app__work-hover div{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:.5rem;transition:all .3s ease;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-30px}.app__row{flex-direction:row;gap:10px;margin-top:10px;width:100%}.app__row,.app__row .app__column{align-items:center;display:flex;justify-content:center}.app__row .app__column{flex-direction:column;width:50%}.app__row .app__column .app__image{border-radius:10px;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;height:720px;width:480px}.app__row .app__column .app__image:hover{cursor:zoom-in}@media screen and (max-width:1164px){.app__row .app__column{width:100%}.app__row .app__column .app__image{height:480px;width:360px}.app__row{flex-direction:column}}.app__row_testimonials{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.app__row_testimonials .app__column_4{align-items:center;background-color:var(--primary-color);display:flex;flex-direction:column;gap:10px;height:200px;justify-content:center;width:50%}.app__row_testimonials .app__column_icon{background:#1acc8d;border-radius:50%;color:#fff;font-size:50px;line-height:0px;padding:5px}.app__profile-testimonials{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:2rem;transition:all .5s ease-in-out;width:190px}.app__profile-testimonials img{border-radius:15px;height:280px;object-fit:cover;width:100%}.app__profile-testimonials:hover{scale:1.5}.app__text_testimonials{display:flex;margin:2rem;width:100%}.app__text_testimonials h2{font-size:2rem}.app__row_products{flex-direction:row;width:100%}.app__row_products,.app__row_products .app__column_4{align-items:center;display:flex;justify-content:center}.app__row_products .app__column_4{background-color:var(--primary-color);border-radius:10px;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;flex-direction:column;gap:10px;height:200px;width:50%}.app__row_products .app__column_icon{background:#1acc8d;border-radius:50%;color:#fff;font-size:50px;line-height:0px;padding:5px}.app__profile-products{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;display:flex;flex-direction:column;justify-content:center;margin:2rem;padding:10px;transition:all .5s ease-in-out;width:360px}.app__profile-products img{height:240px;object-fit:cover;width:350px}.app__profile-products h4{margin-top:5px}.app__profile-products p{text-align:justify}.app__profile-products:hover{scale:1.1}.app__text_products{display:flex;margin:2rem;width:100%}.app__text_products h2{font-size:2rem}.introjs-overlay{box-sizing:initial;opacity:0;position:absolute;transition:all .3s ease-out;z-index:999999}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative;z-index:9999999!important}.introjs-disableInteraction{background-color:#fff;opacity:0;position:absolute;z-index:99999999!important}.introjs-relativePosition{position:relative}.introjs-helperLayer{border-radius:4px;box-sizing:initial;position:absolute;transition:all .3s ease-out;z-index:9999998}.introjs-helperLayer *,.introjs-helperLayer :after,.introjs-helperLayer :before{box-sizing:initial}.introjs-tooltipReferenceLayer{background-color:initial;box-sizing:initial;position:absolute;transition:all .3s ease-out;visibility:hidden;z-index:100000000}.introjs-helperNumberLayer,.introjs-tooltipReferenceLayer,.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{color:#9e9e9e;padding-bottom:10px;padding-top:10px;text-align:center}.introjs-arrow{border:5px solid #0000;content:"";position:absolute}.introjs-arrow.top{border-bottom-color:#fff;left:10px;top:-10px}.introjs-arrow.top-right{border-bottom-color:#fff;right:10px;top:-10px}.introjs-arrow.top-middle{border-bottom-color:#fff;left:50%;margin-left:-5px;top:-10px}.introjs-arrow.right{border-left-color:#fff;right:-10px;top:10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px;left:10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;bottom:-10px;left:50%;margin-left:-5px}.introjs-arrow.left{border-right-color:#fff;left:-10px;top:10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{background-color:#fff;border-radius:5px;box-shadow:0 3px 30px #2121214d;box-sizing:initial;max-width:300px;min-width:250px;position:absolute;transition:opacity .1s ease-out;visibility:visible}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{display:inline;height:10px;margin:0 0 2px;padding:0;width:10px}.introjs-dontShowAgain label{background-color:#fff;color:#616161;display:inline-block;font-size:14px;font-weight:400;margin:0 0 0 5px;padding:0;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;font-weight:700;line-height:1.5;margin:0;min-height:1.5em;padding:0;width:90%}.introjs-tooltip-header{min-height:1.5em;padding-left:20px;padding-right:20px;padding-top:10px;position:relative}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{clear:both;content:"";display:block;height:0;visibility:hidden}.introjs-button{zoom:1;background-color:#f4f4f4;border:1px solid #bdbdbd;border-radius:.2em;box-sizing:initial;color:#424242;cursor:pointer;display:inline;font-size:14px;outline:0;overflow:visible;padding:.5rem 1rem;position:relative;text-decoration:none;text-shadow:1px 1px 0 #fff;white-space:nowrap}.introjs-button:hover{background-color:#e0e0e0;border-color:#9e9e9e}.introjs-button:focus,.introjs-button:hover{color:#212121;outline:0;text-decoration:none}.introjs-button:focus{background-color:#eee;border:1px solid #616161;box-shadow:0 0 0 .2rem #9e9e9e80}.introjs-button:active{background-color:#e0e0e0;border-color:#9e9e9e;color:#212121;outline:0;text-decoration:none}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{color:#616161;cursor:pointer;display:inline-block;font-size:22px;font-weight:700;height:45px;line-height:45px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:45px}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{background-color:#f4f4f4;background-image:none;border-color:#bdbdbd;box-shadow:none;color:#9e9e9e;cursor:default;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{padding-bottom:10px;padding-top:10px;text-align:center}.introjs-bullets ul{box-sizing:initial;clear:both;display:inline-block;margin:0 auto;padding:0}.introjs-bullets ul li{box-sizing:initial;float:left;list-style:none;margin:0 2px}.introjs-bullets ul li a{background:#ccc;border-radius:10px;box-sizing:initial;cursor:pointer;display:block;height:6px;text-decoration:none;transition:width .1s ease-in;width:6px}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{background:#999;outline:0;text-decoration:none;width:15px}.introjs-bullets ul li a.active{background:#999;width:15px}.introjs-progress{background-color:#e0e0e0;border-radius:4px;box-sizing:initial;height:10px;margin:10px;overflow:hidden}.introjs-progressbar{background-color:#08c;box-sizing:initial;float:left;font-size:10px;height:100%;line-height:10px;text-align:center;width:0}.introjsFloatingElement{height:0;left:50%;position:absolute;top:50%;width:0}.introjs-fixedTooltip{position:fixed}.introjs-hint{background:0 0;box-sizing:initial;cursor:pointer;height:15px;position:absolute;width:20px}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{box-shadow:0 0 0 0 #000000b3;transform:scale(.95)}70%{box-shadow:0 0 0 10px #0000;transform:scale(1)}to{box-shadow:0 0 0 0 #0000;transform:scale(.95)}}.introjs-hint-pulse{animation:introjspulse 2s infinite;background-color:#8888883d;border-radius:30px;box-sizing:initial;height:15px;position:absolute;transition:all .2s ease-out;width:15px;z-index:10}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{background:0 0;border-radius:60px;box-sizing:initial;height:50px;left:-18px;opacity:0;position:absolute;top:-18px;width:50px;z-index:1}.app{display:block;font-family:var(--font-base)}.app,.container-loading{background-color:var(--primary-color)}.container-loading{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.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;height:100%;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;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}}.head-text-smaller{color:var(--black-color);font-size:2rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text-smaller span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text-smaller{font-size:4rem}}@media screen and (max-width:450px){.head-text-smaller{font-size:1.5rem}}.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}}.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{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.app__social .rounded-social{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social .rounded-social svg{color:var(--gray-color);height:15px;width:15px}.app__social .rounded-social:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social .rounded-social:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social .rounded-social{height:70px;margin:.5rem 0;width:70px}.app__social .rounded-social 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:#cbcbcb;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)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:750px){.app__navigation{display:none}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}