.Navbar_app__navbar__wE3pJ{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:hsla(0,0%,100%,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.18);position:fixed;z-index:2}.Navbar_app__navbar_logo__SynCt{display:flex;justify-content:flex-start;align-items:center}.Navbar_app__navbar_logo__SynCt div{width:130px;height:30px}@media screen and (min-width:2000px){.Navbar_app__navbar_logo__SynCt div{width:180px;height:40px}}.Navbar_app__navbar_links__q99wa{flex:1 1;display:flex;justify-content:center;align-items:center;list-style:none}.Navbar_app__navbar_links__q99wa li{margin:0 1rem;cursor:pointer;flex-direction:column}.Navbar_app__navbar_links__q99wa li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.Navbar_app__navbar_links__q99wa li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.Navbar_app__navbar_links__q99wa li a:hover{color:var(--secondary-color)}.Navbar_app__navbar_links__q99wa li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.Navbar_app__navbar_links__q99wa{display:none}}.Navbar_app__navbar_menu__Maldl{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.Navbar_app__navbar_menu__Maldl svg{width:70%;height:70%;color:var(--white-color);cursor:pointer}.Navbar_app__navbar_menu__Maldl div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/_next/static/media/bgWhite.f351b5e9.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px hsla(0,0%,66%,.15)}.Navbar_app__navbar_menu__Maldl div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem;cursor:pointer}.Navbar_app__navbar_menu__Maldl div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.Navbar_app__navbar_menu__Maldl div ul li{margin:1rem}.Navbar_app__navbar_menu__Maldl div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.Navbar_app__navbar_menu__Maldl div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.Navbar_app__navbar_menu__Maldl,.Navbar_app__navbar_menu__Maldl div{display:none}}.Navbar_name___jVQd{line-height:1.5}.About_app__about__QQPGq{flex:1 1;width:100%;flex-direction:column}.About_app__profiles__s2lA0{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.About_app__profile_item__0mhP_{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.About_app__profile_item__0mhP_ .About_img__QfBqH{width:100%;height:170px;border-radius:15px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:2000px){.About_app__profile_item__0mhP_{width:370px;margin:2rem 4rem}.About_app__profile_item__0mhP_ .About_img__QfBqH{border-radius:15px;height:320px}}.Footer_app__footer__0yxqH{flex:1 1;width:100%;flex-direction:column}.Footer_app__footer_cards__mAVzM{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4rem 2rem 2rem}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:#fef4f5;transition:all .3s ease-in-out}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM p{font-weight:500}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM a{text-decoration:none;font-weight:500;margin-left:.7rem}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM{width:100%}}@media screen and (max-width:768px){.Footer_app__footer_cards__mAVzM{width:100%}}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM:last-child{background-color:#f2f7fb}.Footer_app__footer_cards__mAVzM .Footer_app__footer_card__KF5dM:last-child:hover{box-shadow:0 0 25px #f2f7fb}.Footer_app__footer_form__cbJ7g{width:60%;flex-direction:column;margin:1rem 2rem}.Footer_app__footer_form__cbJ7g div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.Footer_app__footer_form__cbJ7g div input,.Footer_app__footer_form__cbJ7g div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--primary-color);font-family:var(--font-base);color:var(--secondary-color);outline:none}.Footer_app__footer_form__cbJ7g div textarea{height:170px}.Footer_app__footer_form__cbJ7g div:hover{box-shadow:0 0 25px var(--primary-color)}.Footer_app__footer_form__cbJ7g button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;font-family:var(--font-base);transition:cubic-bezier(.55,.085,.68,.53);cursor:pointer;margin:2rem 0 15px}.Footer_app__footer_form__cbJ7g button:hover{background-color:#2430af}@media screen and (max-width:768px){.Footer_app__footer_form__cbJ7g{width:100%;margin:1rem 0}}#Header_home__IOw_0{position:relative;background:url(/_next/static/media/bgIMG.565e0ef0.png);background-size:cover;background-repeat:repeat;background-position:50%}.Header_app__header__u4OgN{flex:1 1;display:flex;width:100%;height:100%;flex-direction:row;padding:6rem 2rem 0}@media screen and (min-width:2000px){.Header_app__header__u4OgN{padding-top:8rem}}@media screen and (max-width:1200px){.Header_app__header__u4OgN{flex-direction:column}}@media screen and (max-width:450px){.Header_app__header__u4OgN{padding:6rem 1rem 2rem}}.Header_app__header_info__IcUsf{flex:.65 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;margin:0 2rem}@media screen and (max-width:1200px){.Header_app__header_info__IcUsf{width:100%;margin-right:0}}.Header_app__header_badge__tymqr{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.Header_app__header_badge__tymqr .Header_badge_cmp__tkpO6,.Header_app__header_badge__tymqr .Header_tag_cmp__ghFYU{padding:1rem 2rem;border:var(--white-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 0 20px rgba(0,0,0,.1)}.Header_app__header_badge__tymqr .Header_tag_cmp__ghFYU{flex-direction:column;margin-top:3rem}.Header_app__header_badge__tymqr .Header_tag_cmp__ghFYU p{width:100%;text-transform:uppercase;text-align:right}.Header_app__header_badge__tymqr span{font-size:2.5rem}@media screen and (min-width:2000px){.Header_app__header_badge__tymqr span{font-size:5rem}}@media screen and (max-width:1200px){.Header_app__header_badge__tymqr{justify-content:flex-start;align-items:flex-start}}.Header_app__header_circles__Ye88I{flex:.75 1;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.Header_app__header_circles__Ye88I div{width:100px;height:100px;border-radius:50%;background:var(--white-color);box-shadow:0 0 20px rgba(0,0,0,.1)}.Header_app__header_circles__Ye88I div .Header_img__uOgvi{height:60%;width:60%}.Header_app__header_circles__Ye88I div:first-child{width:100px;height:100px;padding:10px}.Header_app__header_circles__Ye88I div:nth-child(2){margin:1.75rem;width:150px;height:150px;padding:10px}.Header_app__header_circles__Ye88I div:nth-child(3){width:70px;height:70px;padding:7px}@media screen and (min-width:2000px){.Header_app__header_circles__Ye88I div:nth-child(2){width:400px;height:400px}.Header_app__header_circles__Ye88I div:nth-child(3){width:170px;height:170px}.Header_app__header_circles__Ye88I div:first-child{width:200px;height:200px}}@media screen and (max-width:1200px){.Header_app__header_circles__Ye88I{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.Header_app__header_circles__Ye88I div{margin:1rem}}.Header_app__header_img__HVYHG{flex:1 1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.Header_app__header_img__HVYHG img{width:100%;-o-object-fit:contain;object-fit:contain;z-index:1;border-radius:100%;margin-bottom:10px}.Header_app__header_img__HVYHG .Header_overlay_circle__tcCAT{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;height:90%}@media screen and (max-width:1200px){.Header_app__header_img__HVYHG{margin:2rem 0}}.Skills_app__skills__p8jWI{flex:1 1;width:100%;flex-direction:column}.Skills_app__skills_container__FzNg1{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width:900px){.Skills_app__skills_container__FzNg1{width:100%;flex-direction:column}}.Skills_app__skills_list__ZCEQi{flex:1 1;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;margin-right:5rem}@media screen and (max-width:900px){.Skills_app__skills_list__ZCEQi{margin-right:0;justify-content:center;align-items:center}}.Skills_app__skills_item__KogHY{flex-direction:column;text-align:center;margin:1rem;transition:all .3s ease-in-out}.Skills_app__skills_item__KogHY div{width:90px;height:90px;border-radius:50%;background-color:#fff}.Skills_app__skills_item__KogHY div img{width:50%;height:50%}.Skills_app__skills_item__KogHY div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.Skills_app__skills_item__KogHY div{width:150px;height:150px}}@media screen and (max-width:450px){.Skills_app__skills_item__KogHY div{width:70px;height:70px}}.Skills_app__skills_item__KogHY p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.Skills_app__skills_item__KogHY{margin:1rem 2rem}.Skills_app__skills_item__KogHY p{margin-top:1rem}}.Skills_app__skills_exp__z1GrQ{flex:1 1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width:900px){.Skills_app__skills_exp__z1GrQ{margin-top:2rem}}.Skills_app__skills_exp_item__vqTGE{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.Skills_app__skills_exp_works__AD4A1{flex:1 1}.Skills_app__skills_exp_works__AD4A1 .Skills_app__skills_exp_work__Qu3BP{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.Skills_app__skills_exp_works__AD4A1 .Skills_app__skills_exp_work__Qu3BP h4{font-weight:500}.Skills_app__skills_exp_works__AD4A1 .Skills_app__skills_exp_work__Qu3BP p{font-weight:400;color:var(--gray-color);margin-top:5px}.Skills_app__skills_exp_year__BWcsr{margin-right:3rem}.Skills_app__skills_exp_year__BWcsr p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width:450px){.Skills_app__skills_exp_year__BWcsr{margin-right:1rem}}.Skills_skills_tooltip__YtBYZ{max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width:2000px){.Skills_skills_tooltip__YtBYZ{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}.Testimonials_app__testimonial__C8LZp{flex:1 1;width:100%;flex-direction:column}.Testimonials_app__testimonial_item__OKzUr{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.1);transition:all .3s ease-in-out}.Testimonials_app__testimonial_item__OKzUr img{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:2000px){.Testimonials_app__testimonial_item__OKzUr{min-height:450px}.Testimonials_app__testimonial_item__OKzUr img{width:150px;height:150px}}@media screen and (max-width:850px){.Testimonials_app__testimonial_item__OKzUr{width:100%}}@media screen and (max-width:600px){.Testimonials_app__testimonial_item__OKzUr{flex-direction:column}}.Testimonials_app__testimonial_content__rs94W{flex:1 1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.Testimonials_app__testimonial_content__rs94W p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}.Testimonials_app__testimonial_content__rs94W h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.Testimonials_app__testimonial_content__rs94W h5{font-weight:400;color:var(--gray-color);margin-top:5px}.Testimonials_app__testimonial_btns__OQ0_H{flex-direction:row;margin-top:1rem}.Testimonials_app__testimonial_btns__OQ0_H div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.Testimonials_app__testimonial_btns__OQ0_H div svg{width:20px;height:20px;color:var(--secondary-color)}.Testimonials_app__testimonial_btns__OQ0_H div:hover{background-color:var(--secondary-color)}.Testimonials_app__testimonial_btns__OQ0_H div:hover svg{color:var(--white-color)}.Testimonials_app__testimonials_brands__rAQcu{width:80%;flex-wrap:wrap;margin-top:2rem}.Testimonials_app__testimonials_brands__rAQcu div{width:150px;margin:1.5rem}.Testimonials_app__testimonials_brands__rAQcu div img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;filter:grayscale(1)}.Testimonials_app__testimonials_brands__rAQcu div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.Testimonials_app__testimonials_brands__rAQcu div{width:210px;margin:2rem}}@media screen and (max-width:450px){.Testimonials_app__testimonials_brands__rAQcu div{width:120px;margin:1rem}}@media screen and (max-width:800px){.Testimonials_app__testimonials_brands__rAQcu{width:100%}}.Work_app__works__aXeho{flex:1 1;width:100%;flex-direction:column}.Work_app__work_filter__saa2N{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.Work_app__work_filter__saa2N .Work_app__work_filter_item__5CWsk{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.Work_app__work_filter__saa2N .Work_app__work_filter_item__5CWsk:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.Work_app__work_filter__saa2N .Work_app__work_filter_item__5CWsk{padding:1rem 2rem;border-radius:.85rem}}.Work_app__work_filter__saa2N .Work_item_active__Be_xI{background-color:var(--secondary-color);color:#fff}.Work_app__work_portfolio__PPtg1{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.Work_app__work_portfolio__PPtg1 .Work_app__work_item__hvzjk{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.Work_app__work_portfolio__PPtg1 .Work_app__work_item__hvzjk:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.Work_app__work_portfolio__PPtg1 .Work_app__work_item__hvzjk{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width:300px){.Work_app__work_portfolio__PPtg1 .Work_app__work_item__hvzjk{width:100%;margin:1rem}}.Work_app__work_img___ETE_{width:100%;height:230px;position:relative}.Work_app__work_img___ETE_ img{width:100%;height:100%;border-radius:.5rem;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:2000px){.Work_app__work_img___ETE_{height:350px}}.Work_app__work_hover__9BU9i{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);border-radius:.5rem;opacity:0;transition:all .3s ease}.Work_app__work_hover__9BU9i div{width:50px;height:50px;border-radius:50%;background-color:rgba(0,0,0,.5);color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.Work_app__work_hover__9BU9i div svg{width:50%;height:50%;color:var(--white-color)}.Work_app__work_content__YmGS_{padding:.5rem;width:100%;position:relative;flex-direction:column}.Work_app__work_content__YmGS_ h4{margin-top:1rem;line-height:1.5}@media screen and (min-width:2000px){.Work_app__work_content__YmGS_ h4{margin-top:3rem}}.Work_app__work_content__YmGS_ .Work_app__work_tag__gF_Le{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}