@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);.header{background-color:var(--body-color);left:0;position:fixed;top:0;width:100%;z-index:100}@media screen and (max-width:992px){.header{bottom:0;top:auto}}.header .nav{align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex;height:4.5rem;justify-content:space-between}@media screen and (max-width:992px){.header .nav{height:3rem}}.header .nav__logo,.header .nav__toggle{color:var(--title-color);font-weight:500}.header .nav__logo{font-size:1.25rem;font-weight:700}@media screen and (max-width:992px){.header .nav__logo{font-size:1rem}}.header .nav__menu{margin-left:auto;z-index:99}@media screen and (max-width:992px){.header .nav__menu{background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px rgba(0,0,0,.15);left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}}@media screen and (max-width:576px){.header .nav__menu{padding:2rem .25rem 4rem}}.header .nav .theme-wrapper{cursor:pointer;margin-left:20px;position:relative}@media screen and (max-width:992px){.header .nav .theme-wrapper{margin-left:auto}}.header .nav__theme{background:var(--title-color);border-radius:50%;height:25px;text-align:center;width:25px}.header .nav__theme:hover{background:var(--title-color-dark)}@media screen and (max-width:992px){.header .nav__theme{margin-left:auto}}.header .nav__theme--icon{color:var(--container-color)}.header .nav .border-animation{-webkit-animation:pulse-border 1.5s linear infinite;animation:pulse-border 1.5s linear infinite;border:.3rem solid var(--title-color);border-radius:50%;height:25px;left:0;position:absolute;top:0;width:25px}.header .nav .border-animation--border-1{-webkit-animation-delay:1s;animation-delay:1s}.header .nav .border-animation--border-2{-webkit-animation-delay:1.5s;animation-delay:1.5s}.header .nav .show-menu{bottom:0}@media screen and (max-width:992px){.header .nav__toggle{cursor:pointer;font-size:1.1rem}}.header .nav__list{-webkit-column-gap:2rem;column-gap:2rem;display:flex}@media screen and (max-width:992px){.header .nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:576px){.header .nav__list{-webkit-column-gap:0;column-gap:0}}.header .nav__link{align-items:center;color:var(--title-color);display:flex;flex-direction:column;font-size:.875rem;font-weight:500;transition:.3s}@media screen and (max-width:360px){.header .nav__link{font-size:.8rem}}@media screen and (max-width:992px){.header .nav__icon{font-size:1.2rem}.header .nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;position:absolute;right:1.3rem}.header .nav__close:hover{color:var(--title-color-dark)}}.header .nav__close,.header .nav__icon,.header .nav__toggle{display:none}@media screen and (max-width:992px){.header .nav__close,.header .nav__icon,.header .nav__toggle{display:block}}.header .nav .active-link,.header .nav__link:hover{color:var(--title-color-dark);font-weight:700}.header .nav .active-link i:before{font-weight:700!important}.scroll-header{box-shadow:0 -1px 4px rgba(0,0,0,.2)}@-webkit-keyframes pulse-border{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse-border{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@media screen and (max-width:1200px){.home.section{padding-top:4rem}}@media screen and (max-width:576px){.home.section{padding-top:2rem}}.home__container{row-gap:7rem}.home__content{grid-gap:1.5rem;grid-column-gap:2rem;align-items:center;-webkit-column-gap:2rem;column-gap:2rem;display:grid;gap:1.5rem;grid-template-columns:116px repeat(2,1fr);padding-top:5.5rem}@media screen and (max-width:992px){.home__content{grid-template-columns:50px repeat(2,1fr);padding-top:0}}@media screen and (max-width:768px){.home__content{grid-template-columns:.5fr 3fr;margin:0 auto;width:80%}}@media screen and (max-width:576px){.home__content{grid-template-columns:.5fr auto;width:95%}}@media screen and (max-width:360px){.home__content{grid-template-columns:.5fr auto;width:95%}}.home__social{grid-row-gap:1rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:1rem}.home__social--icon{color:var(--title-color);font-size:1.25rem;transition:all .4s ease}.home__social--icon:hover{color:var(--title-color-dark);-webkit-transform:scale(1.5);transform:scale(1.5)}.home__img{-webkit-animation:profile__animate 8s ease-in-out 1s infinite;animation:profile__animate 8s ease-in-out 1s infinite;background:url(/static/media/profile.bb268d3e96cdfb206f3a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 9px var(--title-color);-webkit-filter:grayscale(30%);filter:grayscale(30%);height:350px;justify-self:end;order:1;width:350px}@media screen and (max-width:768px){.home__img{box-shadow:inset 0 0 0 6px var(--title-color);justify-self:auto;order:0}}@media screen and (max-width:576px){.home__img{height:280px;justify-self:end;width:280px}}@media screen and (max-width:360px){.home__img{height:250px;width:250px}}@media screen and (max-width:768px){.home__data{grid-column:1/3}}.home__title{font-size:3.5rem;margin-bottom:.25rem}@media screen and (max-width:1200px){.home__title{font-size:2.25rem}}.home__subtitle{font-size:1.1rem;font-weight:400;margin-bottom:.3rem;padding-left:5.4rem;position:relative}@media screen and (max-width:1200px){.home__subtitle{font-size:1.05rem;margin-bottom:.3rem;padding-left:3rem}}.home__subtitle:before{background-color:var(--text-color);content:"";height:1px;left:0;position:absolute;top:.85rem;width:70px}@media screen and (max-width:1200px){.home__subtitle:before{top:.8rem;width:32px}}.home__subtitle.pm{margin-bottom:1.3rem}.home__subtitle.pm:before{height:0}.home__description{color:var(--primary-text-color);margin-bottom:2rem;max-width:400px}@media screen and (max-width:1200px){.home__description{margin-bottom:2.5rem;max-width:none}}@media screen and (max-width:576px){.home__description{margin-bottom:2rem;max-width:none}}.home__cta{display:flex;justify-content:space-between;max-width:360px}@media screen and (max-width:768px){.home__cta{display:flex;justify-content:space-between}}@media screen and (max-width:380px){.home__cta .button{border-radius:.7rem;font-size:.875rem;padding:.7rem 1.3rem}}.home__hand{display:none;height:38px;margin-left:.4rem;width:38px}@media screen and (max-width:1200px){.home__hand{height:26px;width:26px}}@media screen and (max-width:576px){.home__hand{height:22px;width:22px}}.home__scroll{margin-left:9.25rem}@media screen and (max-width:992px){.home__scroll{margin-left:5rem}}@media screen and (max-width:768px){.home__scroll{display:none}}.home__scroll__button{transition:all .4s ease}.home__scroll__button--mouse path{stroke:var(--title-color)}.home__scroll__button--name{color:var(--title-color);font-weight:500;margin-left:2px;margin-right:.25rem}.home__scroll__button--arrow{color:var(--title-color);font-size:1.25rem}.home__scroll__button:hover{background:transparent;border:none;box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:none;-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.home__scroll__button:hover .home__scroll__button--arrow,.home__scroll__button:hover .home__scroll__button--name{color:var(--title-color-dark)}.home__scroll__button:hover .home__scroll__button--mouse path{stroke:var(--title-color-dark)}.home .wheel{-webkit-animation:scroll 2s ease infinite;animation:scroll 2s ease infinite}@-webkit-keyframes scroll{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(3.75rem);transform:translateY(3.75rem)}}@keyframes scroll{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(3.75rem);transform:translateY(3.75rem)}}@-webkit-keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.about__container{align-items:center;-webkit-column-gap:4rem;column-gap:4rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:992px){.about__container{grid-template-columns:1.6fr 2fr}}@media screen and (max-width:920px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}}.about__me{justify-self:center;position:relative}@media screen and (max-width:920px){.about__me{margin-bottom:.7rem}}.about__me:hover .about__me--bg{-webkit-transform:rotate(0);transform:rotate(0)}.about__me--bg{background:linear-gradient(45deg,transparent,var(--title-color),transparent);border-radius:1.5rem;height:330px;left:0;position:absolute;top:0;-webkit-transform:rotate(10deg);transform:rotate(10deg);transition:all .4s ease;width:330px}@media screen and (max-width:992px){.about__me--bg{height:300px;width:300px}}@media screen and (max-width:920px){.about__me--bg{height:220px;width:220px}}.about__img{border-radius:1.5rem;-webkit-filter:grayscale(30%);filter:grayscale(30%);position:relative;width:330px}@media screen and (max-width:992px){.about__img{width:300px}}@media screen and (max-width:920px){.about__img{width:220px}.about__data{text-align:center}}.about__info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,140px);margin-bottom:2rem}@media screen and (max-width:920px){.about__info{grid-template-columns:repeat(2,1fr);justify-content:center;padding:0 5rem}}@media screen and (max-width:576px){.about__info{padding:0 1rem}}@media screen and (max-width:360px){.about__info{gap:1rem}}.about__box{background:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1rem 1.25rem;text-align:center;transition:all .4s ease}.about__box:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}@media screen and (min-width:921px){.about__box:last-child{display:none}}@media screen and (max-width:992px){.about__box{padding:.75rem .5rem}}.about__icon{color:var(--title-color);font-size:1.5rem;margin-bottom:.5rem}.about__title{font-size:.875rem;font-weight:500}.about__subtitle{color:var(--primary-text-color);font-size:.625rem}.about__description{color:var(--primary-text-color);margin-bottom:2.5rem;padding:0 4rem 0 0}@media screen and (max-width:920px){.about__description{margin-bottom:2rem;padding:0 5rem}}@media screen and (max-width:576px){.about__description{padding:0 1rem}}.skills__container{-webkit-column-gap:3rem;column-gap:3rem;grid-template-columns:repeat(2,48%);justify-content:center}@media screen and (max-width:1200px){.skills__container{row-gap:2rem}}@media screen and (max-width:576px){.skills__container{grid-template-columns:1fr}}.skills__content{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:1.25rem;padding:2rem;transition:all .4s ease}.skills__content:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.skills__content:hover .tool{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (max-width:576px){.skills__content{grid-column-end:3;grid-column-start:1}}.skills__content:not(:last-child){margin-bottom:1rem}.skills__content:last-child{grid-column-end:3;grid-column-start:1;margin-left:auto;margin-right:auto;width:70%}@media screen and (max-width:992px){.skills__content:last-child{width:100%}}.skills__content:last-child .skills__group{grid-template-columns:repeat(2,45%)}@media screen and (max-width:576px){.skills__content:last-child .skills__group{grid-template-columns:1fr}}@media screen and (max-width:768px){.skills__content{padding:1.5rem}}.skills__title{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.skills__other--title{font-size:.875rem;font-weight:400;margin-bottom:1rem;margin-top:1.5rem;text-align:center}.skills__other--tools{background:var(--body-color);border-radius:1rem;display:flex;justify-content:space-between;padding:.7rem}.skills__other--tools .tool{-webkit-filter:grayscale(100%);filter:grayscale(100%);height:50px;transition:all .4s ease;width:50px}@media screen and (max-width:768px){.skills__other--tools .tool{height:40px;width:40px}}@media screen and (max-width:360px){.skills__other--tools .tool{height:30px;width:30px}}.skills__group{grid-column-gap:3.5rem;grid-row-gap:1.5rem;align-items:flex-start;-webkit-column-gap:3.5rem;column-gap:3.5rem;display:grid;grid-template-columns:repeat(2,45%);justify-content:center;row-gap:1.5rem;width:100%}@media screen and (max-width:992px){.skills__group{grid-template-columns:1fr;row-gap:2rem}}.skills__data{-webkit-column-gap:.5rem;column-gap:.5rem;display:flex;width:100%}.skills .bx-badge-check{color:var(--title-color);font-size:1rem}.skills__info,.skills__title-bar{display:flex;flex-direction:column;width:100%}.skills__title-name{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.7rem;width:100%}.skills__name{font-size:1rem;font-weight:500;line-height:18px}@media screen and (max-width:576px){.skills__name{font-size:.875rem}}.skills__number{color:var(--primary-text-color);line-height:18px}.skills__bar,.skills__percentage{border-radius:.25rem;height:5px}.skills__bar{background-color:#ccc;margin-bottom:.2rem;width:100%}.skills__percentage{background-color:var(--title-color);display:block}.skills__level{color:var(--primary-text-color);font-size:.625rem}.skills__view-all{margin-top:3rem;text-align:center}.skills__view-all a{width:auto}.skills__view-all a .button__icon{height:24px;width:24px}.skills__view-all a svg path{fill:var(--container-color)}.tooltip{background-color:var(--title-color)!important;border-radius:.5rem!important;color:var(--body-color)!important}.services__container{-webkit-column-gap:1.8rem;column-gap:1.8rem;grid-template-columns:repeat(4,250px);justify-content:center}@media screen and (max-width:1200px){.services__container{grid-template-columns:repeat(4,218px)}}@media screen and (max-width:992px){.services__container{grid-template-columns:repeat(2,40%)}}@media screen and (max-width:576px){.services__container{grid-template-columns:1fr}}.services__contentbox{background:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:1rem;padding:6rem 0 2rem 2.5rem;position:relative;transition:all .4s ease}.services__contentbox:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}@media screen and (max-width:992px){.services__contentbox{padding:3.5rem .5rem 1.25rem 1.5rem}}@media screen and (max-width:576px){.services__contentbox{padding-right:6rem}}.services__icon{color:var(--title-color);display:block;font-size:2rem;margin-bottom:1rem}@media screen and (max-width:992px){.services__icon{font-size:1.5rem}}.services__title{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.services__button{align-items:center;color:var(--text-color);-webkit-column-gap:.25rem;column-gap:.25rem;cursor:pointer;display:inline-flex;font-size:.875rem}.services__button--icon{font-size:1rem;transition:.3s}.services__button:hover{color:var(--title-color);font-weight:500}.services__button:hover .services__button--icon{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.services__modal{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:0 1rem;position:fixed;right:0;top:0;transition:.1s;visibility:hidden;z-index:1000}.services__modal--content{background-color:var(--container-color);border-radius:1.5rem;max-height:90%;overflow-y:scroll;padding:4.5rem 3rem 3.5rem;position:relative;width:35rem}.services__modal--content::-webkit-scrollbar{width:.3em}@media screen and (max-width:768px){.services__modal--content{width:70%}}@media screen and (max-width:576px){.services__modal--content{padding:3.5rem 2rem 2rem;width:95%}}.services__modal--close{color:var(--title-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.5rem;top:1.5rem}.services__modal--title{font-size:1.25rem;font-weight:500;margin-bottom:1rem;text-align:center}.services__modal--description{color:var(--primary-text-color);font-size:.875rem;margin-bottom:2rem;padding:0 2.3rem;text-align:center}@media screen and (max-width:768px){.services__modal--description{padding:0}}@media screen and (max-width:360px){.services__modal--description{font-size:.813rem}}.services__modal--services{row-gap:.75rem}.services__modal--service{align-items:center;-webkit-column-gap:.5rem;column-gap:.5rem;display:flex}.services__modal--icon{color:var(--title-color);font-size:1.1rem}.services__modal--info{color:var(--primary-text-color);font-size:.875rem}@media screen and (max-width:360px){.services__modal--info{font-size:.813rem}}.qualification__container{max-width:768px}@media screen and (max-width:1200px){.qualification__container{margin-left:auto;margin-right:auto}}@media screen and (max-width:992px){.qualification__container{margin-left:1.5rem;margin-right:1.5rem}}.qualification__tabs{display:flex;justify-content:center;margin-bottom:2rem}.qualification__button{color:var(--title-color);cursor:pointer;font-size:1.25rem;font-weight:500;margin:0 1rem}@media screen and (max-width:768px){.qualification__button{margin:0 .75rem}}.qualification__button:hover{border-bottom:2px solid var(--title-color-dark);color:var(--title-color-dark)}.qualification__icon{font-size:1.8rem;margin-right:.25rem}.qualification__active{border-bottom:2px solid var(--title-color-dark);color:var(--title-color-dark)}.qualification__sections{display:grid;grid-template-columns:.6fr;justify-content:center}@media screen and (max-width:768px){.qualification__sections{grid-template-columns:none}}.qualification__content{display:none}.qualification__content--active{display:block}.qualification__data{grid-column-gap:1.5rem;-webkit-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr}.qualification__data:not(:last-child){padding-bottom:1.5rem}@media screen and (max-width:576px){.qualification__data{gap:.5rem}}.qualification__data--left{margin-left:auto;text-align:right}.qualification__title{font-size:1rem;font-weight:500}.qualification__title a{color:var(--title-color);text-decoration:none}.qualification__title a:hover{color:var(--title-color-dark)}.qualification__subtitle{display:inline-block;margin-bottom:1rem}.qualification__calendar,.qualification__subtitle{color:var(--primary-text-color);font-size:.875rem}.qualification__rounder{background-color:var(--text-color);border-radius:50%;display:inline-block;height:13px;width:13px}.qualification__line{background-color:var(--text-color);display:block;height:115%;-webkit-transform:translate(6px,-7px);transform:translate(6px,-7px);width:1px}.portfolio__filters{align-items:center;-webkit-column-gap:.75rem;column-gap:.75rem;display:flex;justify-content:center;margin-bottom:2rem}@media screen and (max-width:576px){.portfolio__filters{-webkit-column-gap:.9rem;column-gap:.9rem;flex-wrap:wrap}}.portfolio__item{border-radius:.5rem;color:var(--title-color);cursor:pointer;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}@media screen and (max-width:576px){.portfolio__item{font-size:.813rem;margin-bottom:.5rem}}.portfolio__item:hover{background-color:var(--title-color);color:var(--container-color)}.portfolio__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:minmax(200px,1fr) minmax(200px,1fr) minmax(200px,1fr);justify-content:center;max-width:70%!important}@media screen and (max-width:1200px){.portfolio__container{gap:2rem;grid-template-columns:minmax(200px,1fr) minmax(200px,1fr)}}@media screen and (max-width:768px){.portfolio__container{max-width:90%!important}}@media screen and (max-width:576px){.portfolio__container{grid-template-columns:minmax(200px,1fr);max-width:85%!important}}@media screen and (max-width:360px){.portfolio__container{max-width:90%!important}}.portfolio__card{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:1rem;display:flex;flex-direction:column;padding:1.25rem;transition:all .4s ease}.portfolio__card:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.portfolio__card:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (max-width:1200px){.portfolio__card{padding:1rem}}.portfolio__box{border-radius:1rem;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.portfolio__box .portfolio--info{background-color:rgba(0,0,0,.5);border-radius:1rem;height:100%;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%}.portfolio__box .portfolio--info .caption{color:var(--container-color);left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.portfolio__box .portfolio--info .caption a i{color:#fff;font-size:2rem}.portfolio__box .portfolio--info .caption a:hover{opacity:70%}.portfolio__box:hover img{-webkit-transform:scale(1.5);transform:scale(1.5);transition-duration:1s;transition-property:all}.portfolio__box:hover .portfolio--info{opacity:1;transition-duration:1s;transition-property:all;visibility:visible}.portfolio__img{border-radius:1rem;-webkit-filter:grayscale(100%);filter:grayscale(100%);height:100%;margin-bottom:1rem;width:100%}@media screen and (max-width:1200px){.portfolio__img{margin-bottom:.75rem}}@media screen and (max-width:768px){.portfolio__img{width:100%}}.portfolio__tech{-webkit-column-gap:1rem;column-gap:1rem;display:inline-flex;margin-bottom:1rem;overflow-x:auto;padding-bottom:5px}.portfolio__tech:hover::-webkit-scrollbar{display:block}.portfolio__tech::-webkit-scrollbar{display:none;height:3px}.portfolio__tech::-webkit-scrollbar-track{background:var(--title-color);border-radius:15px}.portfolio__tech::-webkit-scrollbar-thumb{background:var(--text-color);border-radius:15px}.portfolio__tech--stack{background:var(--title-color);border-radius:1rem;color:var(--container-color);font-size:.6rem;padding:.15rem .5rem}.portfolio__title{font-size:1rem;font-weight:500;margin-bottom:2rem}.portfolio__links{display:block;margin-top:auto}.portfolio__button{align-items:center;color:var(--text-color);-webkit-column-gap:.25rem;column-gap:.25rem;cursor:pointer;display:inline-flex;font-size:.875rem;margin-right:3rem}.portfolio__button--icon{font-size:1rem;transition:.4s}.portfolio__button:hover{color:var(--title-color);font-weight:500}.portfolio__button:hover .portfolio__button--icon{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.portfolio .active-portfolio{background-color:var(--title-color);color:var(--container-color)}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);contain:layout style size;display:none;height:100%;left:0;opacity:.003;position:fixed;top:0;touch-action:none;width:100%;z-index:var(--pswp-root-z-index)}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity}.pswp__bg{background:var(--pswp-bg);opacity:.005}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__img,.pswp__zoom-wrap{height:auto;width:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;user-select:none}.pswp__item{overflow:hidden;z-index:1}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);font-size:1em;line-height:1;margin:auto}.pswp .pswp__hide-on-close{opacity:.005;pointer-events:none;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);will-change:opacity;z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{-webkit-touch-callout:none;-webkit-appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;height:60px;margin:0;opacity:.85;overflow:hidden;padding:0;position:relative;width:50px}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{background:none;border:0;box-shadow:none;opacity:1;padding:0;transition:none}.pswp__button:disabled{cursor:auto;opacity:.3}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);height:32px;left:9px;overflow:hidden;pointer-events:none;position:absolute;top:14px;width:32px}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{display:flex;flex-direction:row;height:60px;justify-content:flex-end;left:0;pointer-events:none!important;position:absolute;top:0;width:100%;z-index:10}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{height:100px;margin-top:-50px;position:absolute;top:0;top:50%;width:75px}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:none;border-radius:0;height:60px;margin-top:-30px;top:50%;width:60px}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{height:60px;margin-right:auto;overflow:hidden;position:relative;width:50px}.pswp__preloader .pswp__icn{-webkit-animation:pswp-clockwise .6s linear infinite;animation:pswp-clockwise .6s linear infinite;opacity:0;transition:opacity .2s linear}.pswp__preloader--active .pswp__icn{opacity:.85}@-webkit-keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pswp__counter{color:var(--pswp-icon-color);font-size:14px;height:30px;line-height:30px;margin:15px 0 0 20px;opacity:.85;text-shadow:1px 1px 3px var(--pswp-icon-color-secondary)}.pswp--one-slide .pswp__counter{display:none}.testimonial__container.swiper{padding:.1rem}.testimonial__container{width:70%}@media screen and (max-width:1200px){.testimonial__container{width:75%}}@media screen and (max-width:992px){.testimonial__container{width:80%}}@media screen and (max-width:768px){.testimonial__container{width:96%}}@media screen and (max-width:576px){.testimonial__container{width:85%}}@media screen and (max-width:360px){.testimonial__container{width:90%}}.testimonial__card{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:1.5rem;margin-bottom:3rem;padding:1.5rem 2rem;transition:all .4s ease}.testimonial__card:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}@media screen and (max-width:1200px){.testimonial__card{padding:1.25rem 1.5rem}}.testimonial__img{border:1px solid var(--primary-border-color);border-radius:50%;margin-bottom:1rem;width:60px}.testimonial__name{font-size:1rem;font-weight:500;margin-bottom:.25rem}.testimonial__description{color:var(--primary-text-color);font-size:.875rem;line-height:1.5rem}.testimonial .swiper-pagination-bullet{background-color:var(--text-color)}.testimonial .swiper-pagination-bullet-active{background-color:var(--title-color)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.alert__popup{align-items:center;border-radius:.5rem;display:flex;flex-direction:row;justify-content:center;padding:.8rem 1.2rem;position:fixed;right:-28%;top:5rem;transition:.4s;width:28%;z-index:99999}@media screen and (max-width:1200px){.alert__popup{right:-35%;width:35%}}@media screen and (max-width:768px){.alert__popup{right:-60%;top:2rem;width:60%}}@media screen and (max-width:576px){.alert__popup{right:-80%;top:2rem;width:80%}}.alert__popup i{font-size:1.5rem}.alert__popup p{padding-left:1rem;padding-right:1rem}@media screen and (max-width:576px){.alert__popup p{font-size:.9rem}}.alert__popup .alert--close{align-self:flex-start;cursor:pointer;margin-left:auto}.alert--success{background-color:#d1e7dd;border:1px solid #0f5132;color:#0f5132}.alert--danger{background-color:#f8d7da;border:1px solid #842029;color:#842029}.show--alert{-webkit-animation:show-alert 7s linear;animation:show-alert 7s linear}@-webkit-keyframes show-alert{0%{right:-28%;@media screen and (max-width:768px){right:-60%}@media screen and (max-width:576px){right:-80%}}2%{opacity:1;right:1rem}5%{opacity:1;right:1rem}10%{opacity:1;right:1rem}20%{opacity:1;right:1rem}30%{opacity:1;right:1rem}40%{opacity:1;right:1rem}50%{opacity:1;right:1rem}60%{opacity:1;right:1rem}70%{opacity:1;right:1rem}80%{opacity:1;right:1rem}90%{opacity:1;right:1rem}to{opacity:0}}@keyframes show-alert{0%{right:-28%;@media screen and (max-width:768px){right:-60%}@media screen and (max-width:576px){right:-80%}}2%{opacity:1;right:1rem}5%{opacity:1;right:1rem}10%{opacity:1;right:1rem}20%{opacity:1;right:1rem}30%{opacity:1;right:1rem}40%{opacity:1;right:1rem}50%{opacity:1;right:1rem}60%{opacity:1;right:1rem}70%{opacity:1;right:1rem}80%{opacity:1;right:1rem}90%{opacity:1;right:1rem}to{opacity:0}}.loader,.loader:after,.loader:before{-webkit-animation:load1 1s ease-in-out infinite;animation:load1 1s ease-in-out infinite;background:var(--title-color);height:4em;width:1em}.loader{-webkit-animation-delay:-.16s;animation-delay:-.16s;color:var(--title-color);font-size:6px;margin:1.5rem auto auto 2rem;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0)}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{-webkit-animation-delay:-.32s;animation-delay:-.32s;left:-1.5em}.loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.contact{position:relative}.contact__container{grid-column-gap:6rem;-webkit-column-gap:6rem;column-gap:6rem;display:grid;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);justify-content:center;padding-bottom:3rem}@media screen and (max-width:1200px){.contact__container{-webkit-column-gap:3rem;column-gap:3rem}}@media screen and (max-width:768px){.contact__container{grid-template-columns:1fr;row-gap:3rem;width:80%}}.contact__title{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.contact__info{grid-row-gap:1rem;display:grid;grid-template-columns:300px;row-gap:1rem}@media screen and (max-width:992px){.contact__info{justify-content:center}}@media screen and (max-width:768px){.contact__info{-webkit-column-gap:1rem;column-gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.contact__info{-webkit-column-gap:1rem;column-gap:1rem;grid-template-columns:1fr}}.contact__card{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1rem;text-align:center;transition:all .4s ease}.contact__card:hover{background:transparent;border-color:var(--container-color);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}@media screen and (min-width:921px){.contact__card:last-child{display:none}}.contact__card--icon{color:var(--title-color);font-size:2rem;margin-bottom:.25rem}.contact__card--data,.contact__card--title{font-size:.875rem}.contact__card--title{font-weight:500}.contact__card--data{color:var(--primary-text-color);display:block;margin-bottom:.75rem}.contact__button{align-items:center;color:var(--text-color);-webkit-column-gap:.25rem;column-gap:.25rem;display:inline-flex;font-size:.875rem;justify-content:center}.contact__button--icon{font-size:1rem;transition:.3s}.contact__button:hover{color:var(--title-color);font-weight:500}.contact__button:hover .contact__button--icon{-webkit-transform:translate(.25rem);transform:translate(.25rem)}.contact__form{width:360px}@media screen and (max-width:992px){.contact__form{margin:0 auto}}@media screen and (max-width:768px){.contact__form{width:100%}}.contact__form--div{margin-bottom:2rem;position:relative}.contact__form--div.invalid .contact__form--input{border:2px solid red}.contact__form--div.invalid .contact__form--tag{color:red}.contact__form--input{background:none;border:2px solid var(--primary-border-color);border-radius:.75rem;color:var(--text-color);height:100%;left:0;outline:none;padding:1.13rem 1.5rem;position:relative;top:0;width:100%;z-index:1}.contact__form--tag{background-color:var(--section-color);color:var(--primary-text-color);font-size:.875rem;left:1.25rem;padding:.25rem;position:absolute;top:-.75rem;z-index:10}.contact__form--area textarea{resize:none}.contact__form--footer{align-items:center;display:flex;flex-direction:row}.contact__form .field--error{color:#770b0b;font-size:small}.contact__form button:disabled,.contact__form button:disabled:active,.contact__form button:disabled:hover{background-color:#ccc;border-color:#ccc;color:#292929;cursor:not-allowed}.footer{background-color:var(--body-color);border-top:1px solid rgba(0,0,0,.1)}.footer__container{padding:4rem 0 6rem}.footer__link,.footer__title{color:var(--title-color)}.footer__title{font-weight:700;margin-bottom:2rem;text-align:center}.footer__link:hover{color:var(--title-color-dark);font-weight:700}.footer__list{-webkit-column-gap:1.5rem;column-gap:1.5rem;margin-bottom:2rem}.footer__list,.footer__social{display:flex;justify-content:center}.footer__social{-webkit-column-gap:1.25rem;column-gap:1.25rem}.footer__social--link{background-color:var(--title-color);border-radius:.5rem;color:var(--container-color);display:inline-flex;font-size:1.125rem;padding:.4rem;transition:all .4s ease}@media screen and (max-width:1200px){.footer__social--link{border-radius:.25rem;font-size:1rem;padding:.25rem}}.footer__social--link:hover{background-color:var(--title-color-dark);-webkit-transform:scale(1.25);transform:scale(1.25)}.footer__copy{color:var(--title-color);display:block;font-size:.813rem;margin-top:4.5rem;text-align:center}.scrollup{background-color:var(--title-color);border-radius:.4rem;bottom:-20%;opacity:.8;padding:.3rem .5rem;position:fixed;right:2.5rem;transition:.4s;z-index:10}@media screen and (max-width:1200px){.scrollup{padding:.25rem .4rem;right:1.5rem}}@media screen and (max-width:576px){.scrollup{right:1rem}}.scrollup:hover{background-color:var(--title-color-dark)}.scrollup__icon{color:var(--container-color);font-size:1.5rem}@media screen and (max-width:1200px){.scrollup__icon{font-size:1.25rem}}.show-scroll{bottom:3rem}@media screen and (max-width:992px){.show-scroll{bottom:4rem}}.card{border-radius:1.5rem;padding:1.5rem;transition:.3s}.backdrop{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:0 1rem;position:fixed;right:0;top:0;transition:.3s;visibility:hidden;z-index:1000}.active-modal{opacity:1;visibility:visible}.card.theme__modal{background:#e7e6e6;box-shadow:0 3rem 3rem rgba(0,0,0,.2);left:50%;padding:4.5rem 3rem 3.5rem;position:fixed;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:35rem;z-index:2000}@media screen and (max-width:768px){.card.theme__modal{width:70%}}@media screen and (max-width:576px){.card.theme__modal{padding:3.5rem 2rem 2rem;width:90%}}@media screen and (max-width:360px){.card.theme__modal{width:95%}}.card.theme__modal small{display:block;margin-top:.6rem;margin-inline:auto;width:80%}.theme__primary--wrapper{margin:3rem 0}.theme__primary--colors{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}@media screen and (max-width:768px){.theme__primary--colors{gap:.6rem}}.theme__primary--colors button{aspect-ratio:1/1;border-radius:50%;cursor:pointer;width:2rem}.theme__primary--colors button:hover{opacity:.5}.theme__primary--colors button.color-1{background:#333}.theme__primary--colors button.color-1.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #333}.theme__primary--colors button.color-2{background:#1b570f}.theme__primary--colors button.color-2.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #1b570f}.theme__primary--colors button.color-3{background:#0f0f57}.theme__primary--colors button.color-3.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #0f0f57}.theme__primary--colors button.color-4{background:#570f39}.theme__primary--colors button.color-4.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #570f39}.theme__primary--colors button.color-5{background:#570f0f}.theme__primary--colors button.color-5.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #570f0f}.theme__primary--colors button.color-6{background:#574d0f}.theme__primary--colors button.color-6.active-color{box-shadow:0 0 0 2px #fff,0 0 0 4px #574d0f}.theme__background--colors{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.theme__background--colors button{background:#fff;border-radius:3rem;cursor:pointer;height:2.5rem;width:7rem}.theme__background--colors button:hover{opacity:.5}.theme__background--colors button.bg-1.active-color{box-shadow:0 0 0 4px #e7e6e6,0 0 0 6px #fff}.theme__background--colors button.bg-2{background:#111}.theme__background--colors button.bg-2.active-color{box-shadow:0 0 0 4px #e7e6e6,0 0 0 6px #111}@media screen and (max-width:576px){.certification{padding-top:4rem!important}}.certification__container{grid-column-gap:3rem;-webkit-column-gap:3rem;column-gap:3rem;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;margin:0 auto;width:85%}@media screen and (max-width:768px){.certification__container{grid-template-columns:1fr;row-gap:3rem;width:80%}}.certification__category{align-items:center;color:var(--title-color);display:inline-flex;font-size:1.25rem;font-weight:500;margin-bottom:2rem;margin-left:-.5rem}.certification__icon{font-size:1.5rem;margin-right:.25rem}.certification__item{border-left:1px solid var(--text-color);padding-left:1.6rem;position:relative}.certification__item:not(:last-child){padding-bottom:2rem}.certification__item:before{background-color:var(--text-color);border-radius:50%;content:"";height:13px;left:-.45rem;margin-top:.4rem;position:absolute;width:13px}.certification__title{font-size:1rem;font-weight:500}.certification__issuer{display:inline-block}.certification__date,.certification__issuer{color:var(--primary-text-color);font-size:.875rem;margin-top:.3rem}.certification__date{margin-bottom:1rem}.certification__button{align-items:center;color:var(--text-color);-webkit-column-gap:.25rem;column-gap:.25rem;cursor:pointer;display:inline-flex;font-size:.875rem}.certification__button--icon{font-size:1rem;transition:.3s}.certification__button:hover{color:var(--title-color);font-weight:500}.certification__button:hover .certification__button--icon{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.certification__view-all{margin-top:3rem;text-align:center}.certification__view-all a{width:auto}.certification__view-all a .button__icon{height:24px;width:24px}:root .main{--hue:0;--sat:0%;--section-color:hsla(var(--hue),var(--sat),100%,1);--title-color:hsla(var(--hue),var(--sat),20%,1);--title-color-dark:hsl(var(--hue),var(--sat),15%,1);--text-color:hsla(var(--hue),var(--sat),46%,1);--primary-text-color:hsla(var(--hue),var(--sat),0%,1);--primary-border-color:hsla(var(--hue),var(--sat),70%,1);--body-color:hsla(var(--hue),var(--sat),98%,1);--container-color:hsla(var(--hue),var(--sat),100%,1)}.main.color-1{--hue:0;--sat:0%}.main.color-2{--hue:110;--sat:70%}.main.color-3{--hue:240;--sat:70%}.main.color-4{--hue:325;--sat:70%}.main.color-5{--hue:0;--sat:70%}.main.color-6{--hue:55;--sat:70%}.main.bg-2{--title-color:hsla(var(--hue),var(--sat),100%,1);--title-color-dark:hsl(var(--hue),var(--sat),70%,1);--section-color:hsla(var(--hue),var(--sat),5%,1);--body-color:hsla(var(--hue),var(--sat),15%,1);--primary-text-color:hsla(var(--hue),var(--sat),95%,1);--primary-border-color:hsla(var(--hue),var(--sat),30%,1);--container-color:hsla(var(--hue),var(--sat),15%,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-size:1rem}body{background-color:var(--body-color);color:var(--text-color)}@media screen and (max-width:992px){body{margin:0 0 3rem}}h1,h2,h3{color:var(--title-color);font-weight:600}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%}.section{background:var(--section-color);padding:6rem 0 2rem}@media screen and (max-width:992px){.section{padding:2rem 0 4rem}}.section__title{color:var(--title-color);font-size:2.25rem}.section__subtitle{color:var(--primary-text-color);display:block;font-size:.875rem;margin-bottom:4rem}@media screen and (max-width:992px){.section__subtitle{margin-bottom:3rem}}.section__subtitle,.section__title{text-align:center}.container{margin-left:auto;margin-right:auto;max-width:1100px}@media screen and (max-width:1200px){.container{max-width:90%}}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.button{background-color:var(--title-color);border-radius:1rem;color:var(--container-color);display:inline-block;font-weight:500;padding:1.25rem 2rem;transition:all .4s ease}@media screen and (max-width:1200px){.button{padding:1rem 1.75rem}}.button:hover{background-color:var(--title-color-dark);-webkit-transform:scale(1.05);transform:scale(1.05)}.button__icon{margin-left:.5rem}@media screen and (max-width:1200px){.button__icon{height:22px;width:22px}}.button__icon path{fill:var(--container-color)}.button--flex{align-items:center;display:inline-flex}.myspinner span{background-color:#e1e1e1!important}.fav-loader{align-items:center;background:var(--title-color);border-radius:50%;display:flex;height:60px;justify-content:center;position:relative;text-align:center;width:60px}.fav-loader svg{width:40px}.fav-loader .border-animation{-webkit-animation:pulse-border .5s linear infinite forwards;animation:pulse-border .5s linear infinite forwards;border:.3rem solid var(--title-color);border-radius:50%;height:60px;left:0;position:absolute;top:0;width:60px}.fav-loader .border-animation--border-1{-webkit-animation-delay:0s;animation-delay:0s}.fav-loader .border-animation--border-2{-webkit-animation-delay:1s;animation-delay:1s}
/*# sourceMappingURL=main.3cfa287a.css.map*/