@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";.header{position:fixed;width:100%;background:transparent;top:0;left:0;z-index:var(--z-fixed);transition:background .3s,box-shadow .3s}.nav{position:relative;height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav__logo,.nav__toggle,.nav__close{display:inline-flex;color:var(--white-color)}.nav__logo{align-items:center;column-gap:.5rem;font-weight:var(--font-medium);transition:color .3s}.nav__logo img{width:1.25rem}.nav__logo:hover{color:var(--first-color)}.nav__toggle{font-size:1.25rem;cursor:pointer}@media screen and (max-width: 767px){.nav__menu{position:fixed;top:-100%;left:0;background-color:var(--body-color);width:100%;box-shadow:0 4px 8px #06050580;padding-block:3.5rem 3rem;border-radius:0 0 2rem 2rem;transition:top .4s}}.nav__list{display:flex;flex-direction:column;text-align:center;row-gap:1.5rem}.nav__link{color:var(--white-color);font-family:var(--second-font);transition:color .4s}.nav__link:hover{color:var(--first-color)}.nav__close{position:absolute;top:1rem;right:1.5rem;font-size:1.5rem;cursor:pointer}.nav__img{width:180px;position:absolute;top:40%;left:-3rem}.show-menu{top:0}.bg-header{background-color:transparent}.bg-header:after{content:"";position:absolute;width:1000%;height:100%;background-color:#14161a4d;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);top:0;left:0;z-index:-1}.active-link{color:var(--first-color)}.about{position:relative}.about__container{row-gap:3.5rem}.about .section__title{margin-bottom:1rem}.about__data{text-align:center}.about__description{margin-bottom:2rem}.about__img{width:300px;justify-self:center}.about .shape__small{bottom:0;right:1rem}.about .shape__big{top:6rem;left:-8rem}.project{position:relative}.project__container{padding-top:4rem;grid-template-columns:228px;justify-content:center;row-gap:6rem}.project__card{position:relative;background-color:var(--container-color);border-radius:2rem;padding:4.5rem 2.25rem 2rem;box-shadow:0 4px 16px #0605054d;text-align:start;transition:background .3s}.project__card:hover .project__img{transform:translateY(-.5rem)}.project__img{width:120px;position:absolute;top:0;right:0;bottom:0;left:0;margin:0;left:-1.5rem;top:-2rem;border-radius:12px;transition:transform .3s}.project__title{font-size:var(--h3-font-size);font-weight:var(--font-semi-bold);color:var(--first-color);margin-bottom:.5rem}.project__description{font-size:var(--small-font-size)}.project__star{width:40px;position:absolute;top:3.5rem;right:.5rem;transform:rotate(15deg)}.project .shape__small{top:25rem;left:-4rem}.project__tags{display:flex;column-gap:.5rem;margin-top:.75rem;justify-content:end}.project__tags svg{width:30px;height:30px}.skill{position:relative}.skill__container{row-gap:5rem}.skill .section__title{margin-bottom:1rem}.skill__info{background-color:var(--container-color);padding:4.5rem 2.25rem 2rem;border-radius:2rem}.skill__data{text-align:center;background-color:var(--container-color);padding:4.5rem 2.25rem 2rem;border-radius:5rem}.skill__description{margin-bottom:2rem}.skill__images{position:relative;justify-self:center}.skill__img{width:250px}.skill__star-1,.skill__star-2{width:50px;position:absolute;transform:rotate(15deg)}.skill__star-1{top:-3rem;left:-.5rem;animation:animate-star-1 5s infinite ease-in-out}.skill__star-2{right:-1.5rem;bottom:2rem;animation:animate-star-2 5s infinite ease-in-out}.skill .shape__small{top:4rem;right:1rem}.skill .shape__big{bottom:0;left:-8rem}.home{position:relative;display:flex;height:100vh;align-items:center;justify-content:center}.home__container{display:flex;flex-direction:column;align-items:center;justify-content:center}.home__data{text-align:center}.home__title{position:relative;font-size:var(--biggest-font-size);line-height:140%;text-align:center;margin:0 auto .5rem}.home__title span{display:block;font-family:var(--second-font);font-weight:initial;color:var(--first-color)}.home__title-img-1,.home__title-img-2{width:40px;position:absolute}.home__title-img-1{top:-1rem;left:-1.5rem;transform:rotate(-15deg);animation:animate-star-1 5s infinite ease-in-out}.home__title-img-2{bottom:2.75rem;right:-1.5rem;transform:rotate(15deg);animation:animate-star-2 5s infinite ease-in-out}.home__description{margin-bottom:2.5rem}.home__img{width:300px;justify-self:center;margin-top:1.5rem;animation:flotar 1.9s ease-in-out infinite alternate}.home__tree-1,.home__tree-2{width:120px;position:absolute;top:18rem}.home__tree-1{left:-2rem}.home__tree-2{right:-2rem}.home .shape__small{top:-1rem;left:-3rem}.home .shape__big{bottom:0rem;right:-10rem}@keyframes flotar{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translateY(-0px)}}@keyframes animate-star-1{0%{transform:scale(.7) rotate(-15deg);opacity:.2}50%{transform:scale(1) rotate(-15deg);opacity:1}to{transform:scale(.7) rotate(-15deg);opacity:.2}}@keyframes animate-star-2{0%{transform:scale(1) rotate(15deg);opacity:1}50%{transform:scale(.7) rotate(15deg);opacity:.2}to{transform:scale(1) rotate(15deg);opacity:1}}.footer{position:relative;overflow:hidden}.footer__container{row-gap:4rem}.footer__logo{display:inline-flex;align-items:center;column-gap:.5rem;color:var(--first-color);font-weight:var(--font-medium);margin-bottom:1.25rem;transition:color .3s}.footer__logo img{width:20px}.footer__logo:hover{color:var(--first-color-alt)}.footer__description{font-size:var(--small-font-size)}.footer__content,.footer__links{display:grid}.footer__content{grid-template-columns:repeat(2,max-content);gap:2.5rem 4.5rem}.footer__title{font-size:var(--h3-font-size);font-weight:var(--font-semi-bold);margin-bottom:1.5rem}.footer__links{row-gap:.75rem}.footer__link{color:var(--text-color);font-size:var(--small-font-size);transition:color .3s}.footer__link:hover{color:var(--first-color)}.footer__social{display:flex;column-gap:1.25rem}.footer__social-link{color:var(--first-color);font-size:1.25rem;transition:color .3s,transform .3s}.footer__social-link:hover{color:var(--first-color-alt);transform:translateY(-.25rem)}.footer__tree-1,.footer__tree-2{width:150px;position:absolute}.footer__tree-1{top:4rem;right:-1.5rem}.footer__tree-2{left:-1.5rem;bottom:-.5rem}.footer__copy{position:relative;display:block;margin-top:8rem;font-size:var(--smaller-font-size);text-align:center;color:var(--text-color-light)}.footer .shape__small{right:-7rem;top:15rem}.footer .shape__big{left:-8rem;bottom:-5rem}.footer__contact{display:flex;flex-direction:column;align-items:center}.footer__title{display:flex;align-items:center;font-size:var(--h3-font-size);font-weight:var(--font-semi-bold);margin-bottom:1.5rem}.footer__contact-input{display:flex;align-items:center;border:1px solid var(--first-color);padding:.5rem;border-radius:5px;background-color:#1c1c1c;width:100%}.contact__input{border:none;background:none;color:var(--text-color-light);font-size:var(--small-font-size);padding:.5rem;width:100%;flex-grow:1}.contact__input:focus{outline:none}.contact__copy-btn{background:none;border:none;color:var(--first-color);cursor:pointer;padding:.5rem;display:flex;align-items:center;flex-shrink:0}.contact__copy-btn:hover{color:var(--first-color-alt)}.up__container{width:3rem;height:3rem;box-sizing:border-box;margin:0;padding:0;color:#fff;background-color:var(--container-color);font-size:22px;position:fixed;right:1rem;bottom:1rem;cursor:pointer;display:none;justify-content:center;align-items:center;border-radius:50%;transition:all .2s ease}.up__container:hover{transform:scale(1.2)}.up__container:active{transform:scale(.9)}.lsw__container{width:2rem;height:2rem;box-sizing:border-box;margin:0;padding:0;color:#000;background-color:var(--first-color);font-size:16px;position:fixed;right:1.5rem;bottom:4.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:all .2s ease}.lsw__container:hover{transform:scale(1.2)}.lsw__container:active{transform:scale(.9);box-shadow:0 0 20px -3px var(--first-color)}.container{max-width:1024px;margin-inline:1.5rem}.grid{display:grid;gap:3.5rem}.section{padding-block:3rem 1.5rem}.section__title{font-size:var(--h1-font-size);font-family:var(--second-font);font-weight:initial;line-height:100%;color:var(--first-color);text-align:center;margin-bottom:2.5rem}.section__subtitle{font-size:var(--h3-font-size);font-family:var(--second-font);color:var(--title-color);font-weight:initial;line-height:100%;text-align:center;margin-bottom:2rem}.main{overflow:hidden}.shape__bg{position:fixed;width:100%;height:100vh;object-fit:cover;mix-blend-mode:soft-light;opacity:.5;z-index:-1}.shape__small,.shape__big{position:absolute;background-color:var(--first-color);border-radius:50%;filter:blur(96px);z-index:-2}.shape__small{width:150px;height:150px}.shape__big{width:250px;height:250px;opacity:.8}@media screen and (max-width: 340px){.container{margin-inline:1rem}.home__title{font-size:1.5rem}.home__tree-1{left:-4rem}.home__tree-2{right:-4rem}.items__container{grid-template-columns:180px}.skill__img{width:200px}.footer__content{gap:2.5rem}}@media screen and (min-width: 576px){.home__container,.about__container,.skill__container{grid-template-columns:.6fr;justify-content:center}.home__tree-1,.home__tree-2{width:200px}.items__container{grid-template-columns:repeat(2,200px)}.footer__content{grid-template-columns:repeat(3,max-content)}}@media screen and (min-width: 767px){.section{padding-block:4rem 1.5rem;margin-bottom:0rem}.nav{height:calc(var(--header-height) + 1.5rem)}.nav__toggle,.nav__close,.nav__img{display:none}.nav__list{flex-direction:row;column-gap:4rem}.project__container{grid-template-columns:repeat(1,440px);gap:4rem}.footer__content{grid-template-columns:repeat(4,max-content)}@media screen and (min-width: 1024px){.shape__small,.shape__big{filter:blur(132px);opacity:.5}.about{height:100vh;display:flex;align-items:center;justify-content:center}.shape__small{width:350px;height:350px}.shape__big{width:450px;height:450px}.home__title-img-1,.home__title-img-2{width:60px}.home__title-img-2{bottom:5.75rem}.home__description{padding:0 7.5rem}.home__tree-1,.home__tree-2{width:300px;top:14rem}.home__img{width:500px}.project__container{grid-template-columns:repeat(2,440px)}.project__card{padding:6rem 2.5rem 2rem}.skill__card{padding:2rem 2.5rem}.project__img{width:150px}.project__star{right:1rem}.project .shape__small{top:10rem;left:-12rem}.skill .shape__big{bottom:10rem;right:-12rem}.about__img{order:-1;width:470px}.about__container{padding-top:2rem;grid-template-columns:max-content .9fr;column-gap:7rem;align-items:center}.about .shape__big{bottom:-12rem}.about__data,.skill__data{text-align:initial}.about__container .section__title,.skill__container .section__title{text-align:initial;margin-bottom:2.5rem}.about__container .section__subtitle,.skill__container .section__subtitle{text-align:initial;margin-bottom:1.5rem}.about__description,.skill__description{margin-bottom:2.5rem}.items__container{grid-template-columns:repeat(3,200px);gap:6rem 3.5rem}.items__card{padding:6rem 1rem 1.5rem}.items__img{width:130px}.items__name{font-size:var(--h3-font-size)}.items__button i{font-size:1.5rem}.items .shape__big{bottom:-12rem}.skill__container{padding-top:5rem;grid-template-columns:.7fr max-content;column-gap:8rem;align-items:center}.skill__img{width:400px}.skill__star-1,.skill__star-2{width:100px}.skill__star-1{top:-5rem;left:-5rem}.skill__star-2{right:-3rem;bottom:3rem}.footer__logo{font-size:var(--h3-font-size);margin-bottom:1.5rem}.footer__content{column-gap:5rem}.footer__link{font-size:var(--normal-font-size)}.footer__social{column-gap:1.5rem}.footer__social-link{font-size:1.5rem}.footer__copy{margin:10rem 0 4rem}.footer__tree-1,.footer__tree-2{width:250px}.footer__tree-1{top:initial;bottom:1.5rem;right:-2rem}.footer__tree-2{bottom:-1.5rem}.footer .shape__big{bottom:-16rem}.scrollup{right:3rem}}@media screen and (min-width: 1072px){.container{margin-inline:auto}}@media screen and (min-width: 1248px){.home__tree-1,.home__tree-2{width:450px}.home__img{width:600px;margin-top:3rem}.footer__tree-2{left:10%}}@media screen and (min-width: 2048px){.home__container{position:relative;max-width:1400px;overflow:hidden}.home__tree-1,.home__tree-2{top:5rem}.footer__tree-1,.footer__tree-2{width:300px}}}:root{--header-height: 2.5rem;--first-color: #d1d1d1;--first-color-alt: #7a7a7a;--white-color: #f0f0f0;--text-color: hsl(0, 0%, 60%);--text-color-light: hsl(0, 0%, 40%);--body-color: hsl(0, 0%, 15%);--container-color: hsl(0, 0%, 5%);--body-font: "JetBrains Mono", monospace;--second-font: "JetBrains Mono", cursive;--biggest-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width: 1024px){:root{--biggest-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--white-color)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}.button{display:inline-flex;justify-content:center;align-items:center;padding:.3rem;border-radius:1rem;color:var(--first-color);font-weight:var(--font-semi-bold);transition:background .3s,color .3s;margin-right:1rem}.button svg{width:2rem;height:2rem}.button:hover{background-color:var(--first-color);color:var(--first-color-alt);box-shadow:0 0 20px -3px #c0c0c080}::-webkit-scrollbar{width:.6rem;border-radius:.5rem;background-color:#1c1917}::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:#3b3b3b}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
