.app__about{flex-direction:column;flex:1;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;align-items:flex-start;margin-top:2rem;display:flex}.app__profile-item{flex-direction:column;align-items:center;width:220px;margin:2rem;display:flex}.app__profile-item .image-container{border-radius:15px;width:220px;height:220px;position:relative;overflow:hidden}.app__profile-item img{object-fit:cover;border-radius:15px;display:block;width:100%!important;height:100%!important}@media screen and (min-width:2000px){.app__profile-item{width:260px;margin:2rem 4rem}.app__profile-item .image-container{height:260px}}
.app__navbar{-webkit-backdrop-filter:blur(16px);z-index:10;background:#ffffff8c;border:1.5px solid #ffffff47;justify-content:space-between;align-items:center;width:100%;min-width:0;height:64px;padding:0 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;box-shadow:0 8px 32px #1f268724}@media screen and (min-width:1200px){.app__navbar{border-radius:2rem;max-width:1100px;margin:.7rem auto 0;left:0;right:0;box-shadow:0 8px 32px #1f26873d}}.app__navbar-logo{justify-content:flex-start;align-items:center;display:flex}.app__navbar-logo img{object-fit:cover;width:90px;height:50px}@media screen and (min-width:2000px){.app__navbar-logo img{object-fit:cover;width:160px;height:80px}}.app__navbar-links{flex:1;justify-content:center;align-items:center;list-style:none;display:flex}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:0 0;border-radius:50%;width:5px;height:5px;margin:auto}.app__navbar-links li a{color:#232323;text-transform:uppercase;flex-direction:column;font-size:18px;font-weight:500;text-decoration:none;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{display:none}}.app__navbar-menu{background:var(--secondary-color);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex;position:relative;overflow-x:visible}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color)}.app__navbar-menu div{z-index:5;background:url(../media/bgWhite.0ki81mv5sr736.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:70%;height:100vh;padding:1rem;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;margin:0;padding:0;list-style:none;display:flex}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:#232323;text-transform:uppercase;font-size:1rem;font-weight:500;text-decoration:none;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 div,.app__navbar-menu{display:none}}
.app__social{justify-content:center;display:flex}.app__social .social-icon{margin:5px 10px;transition:color .2s;color:var(--secondary-color)!important}.app__social .social-icon-link{color:inherit;text-decoration:none}.app__social .social-icon-link:hover .social-icon,.app__social .social-icon-link:focus .social-icon{color:#fff;filter:brightness(1.1)}@media (max-width:768px){.app__social{z-index:101;flex-direction:column;align-items:center;position:fixed}.app__social .social-icon{margin:5px 0}}
body,html{width:100%;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}.app{background-color:var(--primary-color);font-family:var(--font-base);width:100vw;min-height:100vh}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{flex-direction:row;min-height:100vh;margin:0 auto;padding:0;display:flex;max-width:100%!important}@media screen and (max-width:449px) and (min-width:334px){.app__container{width:100%!important}}.app__flex{justify-content:center;align-items:center;display:flex}.app__wrapper{flex-direction:column;flex:1;width:100%;padding:4rem 2rem;overflow-x:auto}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;padding:2rem 0 0;display:flex}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{text-align:center;color:var(--black-color);text-transform:capitalize;font-size:2.75rem;font-weight:800}.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{text-align:left;color:var(--gray-color);font-size:.8rem;line-height:1.5}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);text-align:left;font-size:1rem;font-weight:800}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{z-index:100;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:50%;left:.5rem;transform:translateY(-50%)}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:.25rem 0;transition:all .3s ease-in-out;display:flex}.app__social div svg{width:15px;height:15px;color:var(--secondary-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;width:10px;height:10px;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width:500px){.app__social{box-shadow:none;z-index:100;background:0 0;border-radius:0;flex-direction:row;padding:.5rem 1rem;position:fixed;top:.1rem;bottom:auto;left:55%;transform:translate(-50%)}.app__social div{margin:0 .3rem}.copyright{padding:2rem}}@media screen and (max-width:900px){.app__navigation{display:none!important}}
.app__footer{flex-direction:column;flex:1;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:60%;margin:4em 2rem 2rem;display:flex}.app__footer-cards .app__footer-card{cursor:pointer;background-color:#fef4f5;border-radius:10px;flex-direction:row;justify-content:flex-start;align-items:center;min-width:290px;margin:1rem 0;padding:1rem;transition:all .3s ease-in-out;display:flex}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.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:#fef4f5}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #fef4f5}.calendly-card{background-color:#e8f0fe!important}.calendly-card:hover{box-shadow:0 0 25px #e8f0fe!important}.calendly-link{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none;padding:0;text-decoration:none}.calendly-link:hover{color:var(--secondary-color)}.app__footer-form{flex-direction:column;width:60%;margin:1rem 2rem}.app__footer-form div{cursor:pointer;background-color:var(--primary-color);border-radius:10px;width:100%;margin:.75rem 0;transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);width:100%;font-family:var(--font-base);color:var(--secondary-color);border:none;border-radius:7px;outline:none;padding:.95rem}.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);color:var(--white-color);font-weight:500;font-family:var(--font-base);cursor:pointer;border:none;border-radius:10px;outline:none;margin:2rem 0 0;padding:1rem 2rem;transition:all cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{width:100%;margin:1rem 0}}.custom-recaptcha-style{text-align:center!important;width:304px!important;margin:1.5rem auto!important;display:block!important}.custom-recaptcha-style,.custom-recaptcha-style *{box-shadow:none!important;cursor:default!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important}.app__footer-form input,.app__footer-form textarea{background-color:var(--primary-color);color:var(--secondary-color);font-family:var(--font-base);border:none;border-radius:7px;outline:none;width:100%;padding:.95rem;display:block}.app__footer-form textarea{height:170px}.app__footer-form div:not(.custom-recaptcha-style){cursor:pointer;background-color:var(--primary-color);border-radius:10px;margin:.75rem 0;transition:all .3s ease-in-out}.app__footer-form div:not(.custom-recaptcha-style):hover{box-shadow:0 0 25px var(--primary-color)}.error-text{color:#ff4d4f;margin-top:.25rem;font-size:.85rem;display:block}
#home{background:url(../media/bgIMG.0_0tfijhhwpp8.png) 50%/cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex-direction:row;flex:1;width:100%;height:100%;padding:6rem 2rem 0}@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:400px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{flex-direction:column;flex:.65;justify-content:flex-start;align-items:flex-start;height:100%;display:flex}@media screen and (max-width:2000px){.app__header-info{width:100%;margin-right:0}}.app__header-badge{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;display:flex}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;flex-direction:row;width:auto;padding:1rem 2rem;box-shadow:0 0 20px #0000001a}.app__header-badge .badge-cmp{margin-right:.3rem}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem;margin-right:.3rem}.app__header-badge .tag-cmp p{text-transform:uppercase;text-align:right;width:100%}.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{justify-content:flex-start;align-items:flex-start}}.app__header-circles{flex-direction:column;flex:.75;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem;display:flex}.app__header-circles .tech-chip{text-align:center;flex-direction:column;align-items:center;margin:.75rem 0;display:flex}.app__header-circles .circle-cmp{background:var(--white-color);border-radius:50%;width:100px;height:100px;box-shadow:0 0 20px #0000001a}.app__header-circles .circle-cmp img{width:60%;height:60%}.app__header-circles .tech-chip:nth-child(2){margin:1.75rem 0}.app__header-circles .tech-chip:nth-child(2) .circle-cmp{width:150px;height:150px}.app__header-circles .tech-chip:nth-child(3) .circle-cmp{width:70px;height:70px}.app__header-circles .tech-label{color:#444;margin-top:.35rem;font-size:.85rem;font-weight:600}@media screen and (min-width:2000px){.app__header-circles .tech-chip:first-child .circle-cmp{width:400px;height:400px}.app__header-circles .tech-chip:nth-child(2) .circle-cmp{width:170px;height:170px}.app__header-circles .tech-chip:nth-child(3) .circle-cmp{width:200px;height:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-flow:wrap;width:100%;margin-left:0}.app__header-circles .tech-chip{margin:1rem}}.app__header-img{flex:1;justify-content:flex-end;align-items:flex-end;height:100%;display:flex;position:relative}.app__header-img img{z-index:1;width:100%}.app__header-img .overlay_circle{z-index:0;width:100%;height:90%;position:absolute;bottom:0;left:0;right:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}@media screen and (max-width:600px){.app__header-img{justify-content:center;align-items:center;transform:translate(2%)}}.header-contact-icon{flex-direction:column;align-self:flex-end;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.header-contact-icon .contact-circle{background:var(--white-color);width:70px;height:70px;color:var(--secondary-color);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 0 20px #00000014}.header-contact-icon .contact-circle:hover{color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 22px #0000001f}.header-contact-icon .contact-label{color:#444;text-align:center;width:100%;font-size:.85rem;font-weight:600}@media screen and (max-width:1200px){.header-contact-icon{align-self:flex-start;margin-top:1.5rem}}.header-info-row{justify-content:space-between;align-items:center;width:100%;display:flex}.header-info-row .app__header-badge{flex:1}.header-info-row .header-contact-icon{align-self:center;margin-top:0;margin-left:2rem}@media screen and (max-width:600px){.header-info-row{flex-direction:row;justify-content:space-between;align-items:center}.header-info-row .header-contact-icon{align-self:center;margin-top:0;margin-left:-.5rem}}
.app__skills{flex-direction:column;flex:1;width:100%}.app__skills-container{flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem;width:80%;margin-top:3rem;display:flex}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;gap:0;width:100%}}.app__skills-list{flex:none;grid-template-columns:repeat(4,minmax(0,1fr));align-self:flex-start;gap:1.5rem;width:100%;min-width:340px;max-width:480px;margin-left:-1rem;display:grid}@media screen and (max-width:900px){.app__skills-list{grid-template-columns:repeat(2,1fr);justify-items:center;width:100%;min-width:0;max-width:100%;margin-left:0;margin-right:0}}.app__skills-item{text-align:center;flex-direction:column;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;border-radius:50%;width:90px;height:90px}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width:450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{text-align:center;white-space:normal;width:100%;text-overflow:initial;margin-top:.5rem;margin-left:0;margin-right:0;font-weight:500;display:block;overflow:visible}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:380px;max-width:600px;margin-left:3rem;display:flex}@media screen and (max-width:900px){.app__skills-exp{width:100%;min-width:0;max-width:100%;margin-top:2rem;margin-left:0;margin-right:0}}.app__skills-exp-item{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;margin:1rem 0;display:flex}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;display:flex}.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);margin-top:5px;font-weight:400}.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}}.circular-image{border-radius:50%;width:70px;height:70px;overflow:hidden}.circular-image img{object-fit:cover;width:100%;height:100%}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;max-width:300px!important;color:var(--gray-color)!important;text-align:center!important;opacity:1!important;border-radius:5px!important;padding:1rem!important;line-height:1.5!important;box-shadow:0 0 25px #0000001a!important}@media screen and (min-width:2000px){.skills-tooltip{max-width:500px!important;font-size:1.75rem!important;line-height:2!important}}.read-more-text{cursor:pointer;color:var(--secondary-color);margin-top:10px;font-weight:800;text-decoration:underline}.read-more-text:hover{color:#0056b3}.p-text{flood-color:#000;font-size:1em;font-weight:800;display:inline}.company-info{align-items:center;display:flex}.role-block{border-bottom:1px solid #0000000d;margin-top:1rem;padding-bottom:1.2rem}.role-block:last-child{border-bottom:none;padding-bottom:.5rem}.separator-dot{margin:0 5px;font-size:1.1em}.p-time{font-size:.9em;font-weight:200;display:inline}.group-duration{color:#4a4a4a;margin:.25rem 0 .5rem;font-size:.95rem;font-weight:600}.custom-h5{margin-top:5px;font-size:.9rem;font-weight:400}.certificates-container{flex-direction:column;gap:14px;max-width:100%;margin-top:12px;display:flex}.document-card-link{color:inherit;width:100%;text-decoration:none;display:block}.document-card{border:1px solid #00000014;border-left:4px solid var(--secondary-color);cursor:pointer;background:#fff;border-radius:8px;gap:16px;padding:12px;transition:box-shadow .2s;display:flex}.document-card:hover{box-shadow:0 8px 20px #00000014}.document-preview{pointer-events:none;background:#f5f5f5;border-radius:6px;flex:0 0 150px;justify-content:center;align-items:center;max-width:150px;height:110px;display:flex;overflow:hidden}.document-image{object-fit:cover;border-radius:6px;width:100%;height:100%}.pdf-preview{border:none;width:100%;height:100%}.pdf-fallback{color:#555;text-align:center;padding:0 8px;font-size:.8rem}.document-meta{flex-direction:column;flex:1;justify-content:center;display:flex}.document-title{margin-bottom:4px;font-size:.95rem;font-weight:700}.document-description{color:#555;font-size:.85rem;line-height:1.4}
.app__testimonial{flex-direction:column;flex:1;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;flex-direction:row;width:60%;min-height:320px;padding:2rem;transition:all .3s ease-in-out;display:flex;box-shadow:0 0 30px #0000001a}.app__testimonial-item img{object-fit:cover;border-radius:50%;width:100px;height:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height: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{text-align:left;flex-direction:column;flex:1;justify-content:space-around;align-items:flex-start;height:100%;padding:0 2rem;display:flex}.app__testimonial-content p{color:var(--black-color);font-size:1.25rem;line-height:2rem;font-family:var(--font-base)}@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);margin-top:2rem;font-weight:600}.app__testimonial-content h5{color:var(--gray-color);margin-top:5px;font-weight:400}@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%;width:50px;height:50px;margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{width:100px;height:100px}.app__testimonial-btns div svg{width:45px;height:45px}}.app__testimonial-brands{flex-wrap:wrap;width:80%;margin-top:2rem}.app__testimonial-brands div{width:150px;margin:1.5rem}.app__testimonial-brands div img{object-fit:cover;filter:grayscale();width:100%;height:auto}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width:450px){.app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}
.app__works{flex-direction:column;flex:1;width:100%}.app__work-filter{flex-flow:wrap;justify-content:flex-start;align-items:center;margin:4rem 0 2rem;display:flex}.app__work-filter .app__work-filter-item{color:#000;cursor:pointer;background-color:#fff;border-radius:.5rem;margin:.5rem;padding:.5rem 1rem;font-weight:800;transition:all .3s}.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}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.app__work-portfolio .app__work-item{color:#000;cursor:pointer;background-color:#fff;border-radius:.5rem;flex-direction:column;width:270px;margin:2rem;padding:1rem;transition:all .3s}.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;width:470px;padding:1.25rem}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{object-fit:cover;border-radius:.5rem;width:100%;height:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{background-color:#00000080;border-radius:.5rem;width:100%;height:100%;position:absolute;inset:0;opacity:1!important}.app__work-hover div{color:#fff;width:50px;height:50px;font-family:var(--font-base);cursor:pointer;background-color:#00000080;border-radius:50%;margin:1rem;font-weight:800;transition:all .3s}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{flex-direction:column;width:100%;padding:.5rem;position:relative}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}
.app__achievement{flex-direction:column;flex:1;width:100%}.app__achievement-container{flex-direction:row;justify-content:center;gap:3rem;width:80%;margin-top:3rem;display:flex}@media screen and (max-width:900px){.app__achievement-container{flex-direction:column;gap:0;width:100%}}.app__achievement-left{flex-direction:column;flex:1;gap:2rem;min-width:220px;max-width:420px;margin-left:-1rem;display:flex}@media screen and (max-width:900px){.app__achievement-left{width:100%;min-width:0;max-width:100%;margin-left:0;margin-right:0}}.app__publication-section{width:100%}.section-heading{text-transform:uppercase;letter-spacing:.08em;color:#1f1f1f;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.publication-item{margin-bottom:.85rem;padding-left:1rem;position:relative}.publication-item:before{content:"•";color:#555;position:absolute;top:.2rem;left:0}.publication-title{color:#272727;margin:0;font-size:1rem;font-weight:600}.publication-year{color:#6c63ff;font-size:.85rem;font-weight:600}.publication-subtitle{color:#5b5b5b;margin:.2rem 0;font-size:.9rem}.publication-summary{color:#3c3c3c;margin:.2rem 0;font-size:.85rem;line-height:1.4}.publication-links{flex-wrap:wrap;gap:.5rem;margin-top:.2rem;display:flex}.publication-link{color:var(--secondary-color);font-size:.85rem;font-weight:600;text-decoration:underline}.publication-link:hover{color:#0056b3}.app__achievement-list{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:220px;max-width:420px;display:flex}@media screen and (max-width:900px){.app__achievement-list{width:100%;min-width:0;max-width:100%;margin-left:0;margin-right:0}}.achievement-item{margin-bottom:10px}.achievement-link{color:#333;word-break:break-word;white-space:normal;max-width:100%;padding-left:15px;font-size:1.1rem;font-weight:550;text-decoration:none;transition:color .3s;display:inline-block}.achievement-link:before{content:"•";color:#555;width:1em;margin-left:-1em;display:inline-block}.achievement-link.with-link:hover{color:var(--gray-color)}.achievement-link.with-link{text-decoration:underline}.custom-h5{margin-top:5px;font-size:.9rem;font-weight:400}.app__achievement-exp{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:220px;max-width:420px;margin-left:3rem;display:flex}@media screen and (max-width:900px){.app__achievement-exp{width:100%;min-width:0;max-width:100%;margin-top:2rem;margin-left:0;margin-right:0}}.app__achievement-exp-item{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;margin:1rem 0;display:flex}.app__achievement-exp-year{margin-right:3rem}.app__achievement-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__achievement-exp-year{margin-right:1rem}}.circular-image{border-radius:50%;width:70px;height:70px;overflow:hidden}.company-info{align-items:center;display:flex}.app__achievement-exp-works{flex:1}.app__achievement-exp-works .app__skills-exp-work{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;display:flex}.app__achievement-exp-works .app__skills-exp-work h4{font-weight:500}.app__achievement-exp-works .app__skills-exp-work p{color:var(--gray-color);margin-top:5px;font-weight:400}.p-text{flood-color:#000;font-size:1em;font-weight:800;display:inline}.separator-dot{margin:0 5px;font-size:1.1em}.p-time{font-size:.9em;font-weight:200;display:inline}.certificates-container{flex-direction:column;gap:14px;max-width:100%;margin-top:12px;display:flex}.document-card-link{color:inherit;width:100%;text-decoration:none;display:block}.document-card{border:1px solid #00000014;border-left:4px solid var(--secondary-color);cursor:pointer;background:#fff;border-radius:8px;gap:16px;padding:12px;transition:box-shadow .2s;display:flex}.document-card:hover{box-shadow:0 8px 20px #00000014}.document-preview{pointer-events:none;background:#f5f5f5;border-radius:6px;flex:0 0 150px;justify-content:center;align-items:center;max-width:150px;height:110px;display:flex;overflow:hidden}.document-image{object-fit:cover;border-radius:6px;width:100%;height:100%}.pdf-preview{border:none;width:100%;height:100%}.pdf-fallback{color:#555;text-align:center;padding:0 8px;font-size:.8rem}.document-meta{flex-direction:column;flex:1;justify-content:center;display:flex}.document-title{margin-bottom:4px;font-size:.95rem;font-weight:700}.document-description{color:#555;font-size:.85rem;line-height:1.4}.read-more-text{cursor:pointer;color:var(--secondary-color);margin-top:10px;font-weight:800;text-decoration:underline}.read-more-text:hover{color:#0056b3}
