.info-card{flex:1;display:flex;flex-direction:column;gap:1rem;background:var(--infocard-color);border-width:1px;border-style:solid;border-color:var(--card-border-color);border-radius:2rem;padding:3rem 4rem;min-width:0}.info-card-label{font-size:1.5rem;opacity:.6}.label-with-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.label-with-btn button{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:1.5rem;background:none;border:none;color:var(--secondary-color);cursor:pointer;opacity:.6;transition:all .2s ease}.label-with-btn button img{width:1.75rem;filter:var(--filter-icon);transition:all .2s ease}.label-with-btn button:hover{color:var(--accent-light-blue);opacity:1;transition:all .2s ease}.label-with-btn button:hover img{filter:var(--filter-light-blue);transition:all .2s ease}.info-card-row{display:flex;align-items:start;gap:2rem}.info-card-group{flex:1;display:flex;flex-direction:column;gap:2rem}.secondary-btn-ctnr{flex:1;display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.secondary-btn-ctnr button{flex:1}.x-secondary{max-width:fit-content;padding:1.25rem 2rem!important}.title-card{display:flex;align-items:center;background:var(--infocard-color);padding:2rem 4rem;border-width:1px;border-style:solid;border-color:var(--card-border-color);border-radius:2rem}.title-card-left{flex:2;display:flex;align-items:center}.title-card-right{flex:1;display:flex;justify-content:right}@media (max-width: 1024px){.info-card-row{flex-direction:column}}@media (max-width: 768px){.info-card-row,.info-card-group{gap:1rem}.info-card-label{font-size:1.25rem}.label-with-btn button{font-size:1.25rem;color:var(--accent-light-blue);opacity:1}.label-with-btn button img{filter:var(--filter-light-blue)}.title-card{flex-direction:column;background:var(--mobile-infocard-color)}.title-card-left{text-align:center}}@media (max-width: 480px){.info-card{padding:3rem}.title-card{padding:2rem 3rem}}.image-gallery-right-nav .image-gallery-svg,.image-gallery-left-nav .image-gallery-svg{width:28px!important;height:none!important}.image-gallery-slides,.image-gallery-image,.image-gallery-thumbnail,.image-gallery-thumbnail-image{border-radius:1rem!important}.image-gallery-content .image-gallery-slide .image-gallery-image{max-width:100rem!important;box-shadow:var(--img-shadow-color)!important}.image-gallery-slide .image-gallery-image{object-fit:cover!important}.image-gallery-index{border-radius:1rem!important}@font-face{font-family:Poppins-Regular;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf)}@font-face{font-family:Poppins-Medium;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf)}@font-face{font-family:Poppins-Bold;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf)}:root{--primary-color: rgb(255,255,255);--secondary-color: rgb(0,0,0);--accent-color: rgb(96, 81, 254);--accent-light-blue: #0099ff;--window-color: linear-gradient(to right bottom, rgba(255,255,255, .7), rgba(255,255,255, .3));--settings-window-color: linear-gradient(to right bottom, rgba(255,255,255,.7), rgba(255,255,255,.3));--nav-color: linear-gradient(to right bottom, rgba(255,255,255,.7), rgba(255,255,255,.3));--nav-btn-color: linear-gradient(to right bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .4));--button-color: linear-gradient(to right bottom, rgba(255,255,255, 1), rgba(255,255,255, .4));--button-hvr-color: linear-gradient(to left top, rgba(255,255,255,0), rgba(255,255,255,1));--button-hvr-shadow: 0 0 2rem rgba(96, 81, 254, .25);--button-border: rgba(120, 120, 120, .2);--infocard-color: linear-gradient(to right bottom, rgba(255,255,255,.7), rgba(255,255,255,.3));--resume-card-shadow: 0 .25rem .5rem rgba(122, 122, 122, .2);--resume-card-skills: linear-gradient(to top, rgba(255,255,255, .6), rgba(255,255,255, .4),rgba(255,255,255, 0));--tag-color: linear-gradient(to right bottom, rgb(104, 87, 255), rgb(199, 57, 255));--img-shadow-color: 0 0 1rem rgba(122, 122, 122, .5);--filter-icon: none;--filter-light-blue: invert(40%) sepia(47%) saturate(3599%) hue-rotate(185deg) brightness(106%) contrast(105%);--border-card: 1px solid rgb(250, 250, 250);--card-border-color: rgba(250, 250, 250, 1) rgba(250, 250, 250, .5) rgba(250, 250, 250, .5) rgba(250, 250, 250, 1);--border-resume-card: 1px solid rgb(250, 250, 250);--shadow-card: .2rem .2rem 1rem rgba(0, 0, 0, .1);--material-toggle-text: rgba(0, 0, 0, .87);--material-toggle-border: 1px solid rgba(0, 0, 0, .25);--material-toggle-selected: rgba(0, 0, 0, .1);--material-toggle-hover: rgba(0, 0, 0, .15);--mobile-nav-color: linear-gradient(to right bottom, rgba(255,255,255, 1), rgba(255,255,255, 1), rgba(255,255,255, .6));--mobile-infocard-color: rgba(255,255,255, .6);--mobile-button-color: linear-gradient(to right bottom, rgba(255,255,255, .6), rgba(255,255,255, .5));--mobile-button-hvr-color: linear-gradient(to right bottom, rgba(255,255,255, .7),rgba(255,255,255, .6));--mobile-settings-window-color: linear-gradient(to right bottom, rgba(255,255,255, 1), rgba(255,255,255, .9))}.root-dark{--primary-color: rgb(0,0,0);--secondary-color: rgb(255,255,255);--window-color: linear-gradient(to right bottom, rgba(0,0,0, .7), rgba(0,0,0, .6));--settings-window-color: linear-gradient(to right bottom, rgba(0,0,0, .7), rgba(0,0,0, .5));--nav-color: linear-gradient(to right bottom, rgba(0,0,0, .7), rgba(0,0,0, .5));--nav-btn-color: linear-gradient(to left top, rgba(0,0,0, .6), rgba(0,0,0, 1));--button-color: linear-gradient(to left top, rgba(0,0,0, .6), rgba(0,0,0, 1));--button-hvr-color: linear-gradient(to left top, rgba(0,0,0, 0), rgba(0,0,0, 1));--button-hvr-shadow: 0 0 2rem rgba(96, 81, 254, .25);--button-border: rgba(211, 211, 211, .2);--infocard-color: linear-gradient(to right bottom, rgba(0,0,0, .7), rgba(0,0,0, .5));--infocard-border: none;--resume-card-skills: linear-gradient(to top, rgba(0,0,0, .5), rgba(0,0,0, .4),rgba(0,0,0, 0));--tag-color: linear-gradient(to right bottom, rgba(207, 87, 255, .5), rgba(207, 87, 255, 1));--tag-color: linear-gradient(to right bottom, rgb(104, 87, 255), rgb(199, 57, 255));--img-shadow-color: 0 0 2rem rgba(122, 122, 122, .5);--filter-icon: invert(93%) sepia(100%) saturate(0%) hue-rotate(350deg) brightness(107%) contrast(102%);--border-card: 1px solid rgb(55, 55, 55);--card-border-color: rgba(60, 60, 60, 1) rgba(60, 60, 60, .75) rgba(60, 60, 60, .75) rgba(60, 60, 60, 1);--border-resume-card: none;--shadow-card: .2rem .2rem .5rem rgba(255, 255, 255, .075);--material-toggle-text: rgba(255, 255, 255, .87);--material-toggle-border: 1px solid rgba(255, 255, 255, .25);--material-toggle-selected: rgba(255, 255, 255, .1);--material-toggle-hover: rgba(255, 255, 255, .15);--mobile-nav-color: linear-gradient(to right bottom, rgba(0,0,0, 1), rgba(0,0,0, 1), rgba(0,0,0, .8));--mobile-infocard-color: rgba(0,0,0, .7);--mobile-button-color: linear-gradient(to right bottom, rgba(0,0,0, .5), rgba(0,0,0, .4));--mobile-button-hvr-color: linear-gradient(to right bottom, rgba(0,0,0, .6), rgba(0,0,0, .5));--mobile-settings-window-color: linear-gradient(to right bottom, rgba(0,0,0, 1), rgba(0,0,0, .9))}.minimal-light{--primary-color: rgb(255,255,255);--secondary-color: rgb(0,0,0);--window-color: rgb(230, 230, 230);--settings-window-color: white;--nav-color: white;--nav-btn-color: white;--button-color: rgb(238, 240, 243);--button-hvr-color: rgb(225, 228, 233);--button-hvr-shadow: 0 0 2rem rgba(96, 81, 254, .5);--button-border: rgba(100, 100, 100, .2);--infocard-color: white;--infocard-border: 1px solid lightgrey;--resume-card-skills: linear-gradient(to top, rgb(225, 228, 233), rgba(255,255,255, 0));--tag-color: linear-gradient(to right bottom, rgb(104, 87, 255), rgb(199, 57, 255));--img-shadow-color: 0 0 1rem rgba(100, 100, 100, .5);--filter-icon: none;--border-card: 1px solid rgb(255, 255, 255);--card-border-color: rgb(255, 255, 255);--border-resume-card: none;--shadow-card: .2rem .2rem .5rem rgba(0, 0, 0, .075);--material-toggle-text: rgba(0, 0, 0, .87);--material-toggle-border: 1px solid rgba(0, 0, 0, .25);--material-toggle-selected: rgba(0, 0, 0, .1);--material-toggle-hover: rgba(0, 0, 0, .15);--mobile-nav-color: white;--mobile-infocard-color: white;--mobile-button-color: rgb(238, 240, 243);--mobile-button-hvr-color: rgb(225, 228, 233);--mobile-settings-window-color: white}.minimal-dark{--primary-color: rgb(0,0,0);--secondary-color: rgb(255,255,255);--window-color: #1a1a1a;--settings-window-color: #0f0f0f;--nav-color: #0f0f0f;--nav-btn-color: #0f0f0f;--button-color: #252525;--button-hvr-color: linear-gradient(to left top, rgba(0, 0, 0, 0), rgba(0,0,0, 1));--button-hvr-shadow: 0 0 2rem rgba(96, 81, 254, .25);--button-border: rgba(211, 211, 211, .2);--infocard-color: #0f0f0f;--infocard-border: 1px solid rgb(60, 60, 60);--resume-card-skills: linear-gradient(to top, rgb(30, 30, 30), rgba(0,0,0, 0));--tag-color: linear-gradient(to right bottom, rgba(207, 87, 255, .5), rgba(207, 87, 255, 1));--tag-color: linear-gradient(to right bottom, rgb(104, 87, 255), rgb(199, 57, 255));--img-shadow-color: 0 0 1rem rgba(180, 180, 180, .5);--filter-icon: invert(93%) sepia(100%) saturate(0%) hue-rotate(350deg) brightness(107%) contrast(102%);--border-card: 1px solid rgb(35, 35, 35);--card-border-color: rgb(35, 35, 35);--border-resume-card: none;--shadow-card: .2rem .2rem .5rem rgba(255, 255, 255, .075);--material-toggle-text: rgba(255, 255, 255, .87);--material-toggle-border: 1px solid rgba(255, 255, 255, .25);--material-toggle-selected: rgba(255, 255, 255, .1);--material-toggle-hover: rgba(255, 255, 255, .15);--mobile-nav-color: #0f0f0f;--mobile-infocard-color: #0f0f0f;--mobile-button-color: #252525;--mobile-button-hvr-color: #202020;--mobile-settings-window-color: black}html,body,#root{height:100%}#root{margin:0 auto}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{background-color:#000;font-family:Poppins-Regular;font-size:62.5%;box-sizing:border-box}.page-content{display:flex;flex-direction:column;gap:2rem;color:var(--secondary-color)}h1{font-size:3rem}h2{font-size:2rem}p{font-size:1.75rem}.p-sm{font-size:1.5rem}button{font-family:Poppins-Regular}.hide-on-desktop{display:none!important}@media (max-width: 768px){.hide-on-desktop{display:flex!important}.hide-on-tablet{display:none!important}.page-content{gap:1rem}h1{font-size:2.5rem}h2{font-size:1.75rem}p{font-size:1.5rem}.p-sm{font-size:1.25rem}}@media (max-width: 480px){h1{font-size:2.25rem}}.nav-menu{width:100%;display:flex;justify-content:space-between;flex-flow:wrap;gap:1.5rem;z-index:100}.nav-btn-ctnr-left,.nav-btn-ctnr-right{display:flex;align-items:center}.nav-btn-ctnr-left{gap:1.5rem}.nav-btn-ctnr-right{gap:1rem}.nav-btn{display:flex;align-items:center;gap:1.5rem;background:var(--nav-btn-color);color:var(--secondary-color);font-family:Poppins-Regular;min-width:12rem;padding:1.25rem 2rem;border-radius:1.5rem;border:var(--border-card);cursor:pointer;transition:min-width .4s cubic-bezier(.25,1.75,.55,1.15)}.nav-btn img{width:2rem;opacity:.75;filter:var(--filter-icon)}.nav-btn h2{opacity:.75;font-size:1.75rem}.nav-btn-active{min-width:20rem;transition:min-width .4s cubic-bezier(.25,1.75,.55,1.15)}.nav-btn-active img,.nav-btn-active h2{opacity:1}.nav-btn-small,.nav-btn-secondary{display:flex;align-items:center;gap:1rem;background:var(--nav-btn-color);color:var(--secondary-color);font-family:Poppins-Regular;padding:1rem 2rem;border-radius:6rem;border:var(--border-card);cursor:pointer}.nav-btn-small img,.nav-btn-secondary img{width:1.75rem;opacity:.75;filter:var(--filter-icon)}.nav-btn-small h2,.nav-btn-secondary h2{opacity:.75;font-size:1.5rem}.nav-btn-secondary{justify-content:center}.nav-btn-icon{display:flex;align-items:center;justify-content:center;gap:1rem;background:var(--button-color);color:var(--secondary-color);font-family:Poppins-Regular;width:5rem;height:5rem;border-radius:100%;flex-shrink:0;border:none;cursor:pointer}.nav-btn-icon img{width:2rem;opacity:.75;filter:var(--filter-icon)}@media (max-width: 768px){.nav-menu{position:fixed;margin:0;bottom:0;flex:1;max-height:fit-content;justify-content:center;background:var(--mobile-nav-color);border-radius:2rem 2rem 0 0;box-shadow:-2rem 0 30px #64646440;padding:1.5rem 0;gap:4rem}.nav-btn-ctnr-left{gap:4rem}.nav-btn,.nav-btn-small{flex-direction:column;gap:0;background:none;border:none;padding:0;width:100%;min-width:0}.nav-btn img,.nav-btn-small img{width:2rem;opacity:.5}.nav-btn h2,.nav-btn-small h2{font-size:1.25rem;opacity:.5}.nav-btn-active{min-width:0}.nav-btn-active img,.nav-btn-active h2{opacity:1}.copy-alert{position:fixed;top:2rem;right:2rem;background:var(--mobile-nav-color)}}.settings-card{flex:1;display:flex;flex-direction:column;gap:2rem;background:var(--settings-window-color);color:var(--secondary-color);border-radius:2rem;padding:3rem 4rem}.settings-head{display:flex;align-items:center;justify-content:space-between}.settings-head button{display:flex;align-items:center;justify-content:center;background:none;border:none;filter:var(--filter-icon);cursor:pointer}.settings-head img{width:2rem}@media (max-width: 768px){.settings-card{background:var(--mobile-settings-window-color);color:var(--secondary-color);border-radius:2rem 0 0 2rem}}.bg-video{position:fixed;right:0;bottom:0;min-height:100%;min-width:100%;z-index:-10}.layout-wrapper{display:flex;flex-direction:column;height:100%;background:var(--window-color);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.layout-wrapper::-webkit-scrollbar{display:none}.content{display:flex;gap:2rem;padding:4rem 8rem 8rem}.app-content{flex:1;display:flex;flex-direction:column;flex-grow:1;background:var(--bg-2);color:var(--secondary-color);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.app-content::-webkit-scrollbar{display:none}.nav-app{flex:1;display:flex;flex-direction:column;gap:2rem}.settings-window{width:35rem;z-index:500}@media (max-width: 768px){.layout-wrapper{border-radius:0;top:0;bottom:0;left:0;right:0}.content{padding:0}.app-content{padding:4rem;margin-bottom:8rem}.settings-window{height:100%;position:fixed;display:flex;top:0;right:0;width:35rem}}@media (max-width: 480px){.app-content{padding:3rem 2rem}}.index-title-card{cursor:default}.index-title-card-left{flex:2;display:flex;flex-direction:column;gap:1.5rem}.index-title-card-right{flex:1;display:flex;justify-content:right;gap:1rem}.name-and-photo{display:flex;align-items:center;gap:2rem}.name-and-photo img{width:8rem;height:8rem;border-radius:100%;box-shadow:.5rem .5rem 2rem #7a7a7a33}.name-and-title h1{font-family:Poppins-Medium;opacity:.9}.name-and-title p{color:#09f;opacity:.85;font-weight:600}.contact-btn-wrapper{display:flex;align-items:center}.contact-btn{position:relative;display:flex;align-items:center;justify-content:center;background:var(--window-color);border:var(--border-card);border-radius:100%;padding:1rem;cursor:pointer}.contact-btn img{width:2rem;opacity:.75;filter:var(--filter-icon)}.contact-btn:hover img{opacity:.8}.contact-seg{display:none}.tooltip{position:absolute;z-index:1000;background:#242424;color:#fff;border-radius:.5rem;margin-bottom:6.5rem;padding:.5rem 1rem;font-size:1.25rem;font-family:Poppins-Regular;white-space:nowrap}@media (max-width: 1024px){.index-title-card{flex-direction:column;align-items:start;gap:3rem}.index-title-card-left{gap:2rem}.index-title-card-right{width:100%;justify-content:space-between}.contact-btn-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.contact-btn{flex:1;border-radius:2rem}}@media (max-width: 768px){.index-title-card{gap:2.5rem}.index-title-card-left{gap:2rem}.name-and-photo{gap:2rem}.name-and-photo img{width:7rem;height:7rem}.tooltip{display:none}}@media (max-width: 480px){.name-and-photo img{width:6rem;height:6rem}}.resume-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;font-family:Poppins-Regular;background:var(--button-color);color:var(--secondary-color);border:var(--border-resume-card);border-radius:2rem;padding:2rem 3rem;cursor:pointer;transition:box-shadow .4s ease-out;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.resume-card:hover .resume-card-logo{scale:108%;transition:scale .25s ease-out}.resume-card-content{display:flex;align-items:start;gap:2rem}.resume-card-logo{width:5rem;height:5rem;border-radius:100%;flex-shrink:0;transition:scale .25s ease-out}.resume-card-logo img{width:100%;height:100%;object-fit:cover;border-radius:inherit;box-shadow:0 0 2rem #7a7a7a33}.resume-card-text{display:flex;flex-direction:column}.resume-card-text h1{font-size:1.75rem}.resume-card-text p{font-size:1.5rem;opacity:.75}.promo-card-text{display:flex;align-items:center;margin-top:.5rem}.promo{display:flex;flex-direction:column;align-items:center;margin-right:1.5rem}.promo .node{height:1rem;width:1rem;border-radius:50%;background-color:gray}.promo .node-line{width:2px;height:7.5rem;background-color:gray}.skills-filter-buttons{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;scrollbar-width:none;flex:1;min-width:0;flex-flow:nowrap;overflow-x:scroll!important}.skills-filter-buttons::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;background:var(--button-color);color:var(--secondary-color);font-size:1.5rem;border:none;border-radius:2rem;padding:.5rem 1.5rem;cursor:pointer;transition:all .2s ease}.active-filter{background:var(--tag-color);color:var(--primary-color);transition:all .2s ease}.segment{display:block;width:1px;height:100%;background:#80808040;flex-shrink:0}.resume-card-skills{display:flex;flex-direction:column;gap:2rem;translate:0 -2rem;padding:3rem;margin-bottom:-2rem;background:var(--resume-card-skills);border-radius:0 0 2rem 2rem;opacity:1}.resume-card-skills h3{font-size:1.5rem;opacity:.8}.resume-card-skills .resume-card-description{background:none!important;color:var(--secondary-color)!important;font-size:1.5rem;border:none!important}.rcs{display:flex;flex-flow:wrap}.rcs p{display:flex;align-items:center;font-size:1.5rem;color:#000;padding:.25rem 1.5rem;margin:.5rem .5rem .5rem 0;border-radius:2rem;scale:100%;cursor:default}.rcs-close-btn{display:none}.skills-arrow{opacity:.75}.skills-arrow img{width:3rem;filter:var(--filter-icon)}.ext-arrow{opacity:.75}.ext-arrow img{width:1.5rem;filter:var(--filter-icon)}#skills-jmf p{background:linear-gradient(to right bottom,#0c8591,#0c8591b3);border:1px solid rgb(118,212,221);color:#fff}#skills-pcg p{background:linear-gradient(to right bottom,#95df50,#b5ff6f);border:1px solid #dbffb9}#skills-cot p{background:linear-gradient(to right bottom,#1c58b9,#3881f7);border:1px solid #87b5ff;color:#fff}#skills-223 p{background:linear-gradient(to right bottom,#b3b3b3,#d6d6d6);border:1px solid #e4e3e3}#skills-st p{background:linear-gradient(to right bottom,#fa83f0,#ffaff8);border:1px solid #f8c0f4}#skills-fsu p{background:linear-gradient(to right bottom,#941d38,#f04d73);border:1px solid rgb(230,98,129);color:#fff}#skills-aitp p{background:linear-gradient(to right bottom,#f5bd25,#ffd890);border:1px solid #f7daa5}#skills-stars p{background:linear-gradient(to right bottom,#738dff,#82e6ff);border:1px solid #9aebff}@media (max-width: 1024px){.resume-card-text p,.rcs p{font-size:1.5rem}}@media (max-width: 768px){.resume-card{background:var(--mobile-button-color)}.resume-card-logo{width:3.5rem;height:3.5rem}.resume-card-text h1{font-size:1.5rem}.resume-card-text p{font-size:1.25rem}.skills-arrow img{width:2.25rem}.ext-arrow img{width:1.15rem}.resume-card-skills h3,.resume-card-skills .resume-card-description{font-size:1.25rem}.rcs p{font-size:1.25rem;margin:.75rem .5rem 0 0;padding:.5rem 1.25rem;border-radius:2rem}.rcs-close-btn{display:flex;align-items:center;justify-content:center;background:none;color:gray;border:1px solid grey;border-radius:2rem;padding:.5rem 1rem;font-size:1.5rem;cursor:pointer}.segment{width:100%;height:1px}.skills-filter-buttons{flex-direction:column}.filter-btn{width:100%;font-size:1.25rem}}@media (max-width: 480px){.resume-card{gap:1rem}.resume-card img{margin:0}.resume-card-content{flex-direction:column;gap:.75rem}.resume-card-logo{width:3.5rem;height:3.5rem}.resume-card-text{gap:.25rem}.resume-card-text h1{font-size:1.5rem}.resume-card-text p{font-size:1.25rem}.resume-card-skills h3,.resume-card-skills .resume-card-description{font-size:1.25rem}.rcs p{font-size:1.25rem;border-radius:1.75rem}.rcs-close-btn{font-size:1.25rem}}.project-card-row{display:flex;gap:1rem}.project-card-group{display:flex;flex-direction:column;gap:1rem}.project-card{flex:1;display:flex;text-align:left;gap:4rem;background:var(--button-color);color:var(--secondary-color);font-family:Poppins-Regular;border:var(--infocard-border);border-radius:1.5rem;padding:2rem 3rem;box-shadow:var(--shadow-card);cursor:pointer}.project-card .project-thumbnail{width:14rem;height:8rem;border-radius:.5rem;object-fit:cover;transition:scale .5s;box-shadow:var(--img-shadow-color)}.project-card:hover .project-thumbnail{scale:105%;transition:scale .25s}.project-card:hover .project-card-title img{transform:translate(.25rem);transition:transform .2s ease-out}.project-card-text{display:flex;flex-direction:column;gap:.5rem}.project-card-title{display:flex;align-items:center;gap:.5rem}.project-card-title img{width:2rem;transform:translate(0);transition:transform .2s ease-out;filter:var(--filter-icon)}.project-card-title p{font-weight:600}.project-card-desc{font-size:1.5rem;opacity:.75}.project-card-tags{display:flex;align-items:center;flex-flow:wrap;gap:.75rem;margin-top:.75rem}.project-card-tags span{background:var(--tag-color);color:#fff;padding:.25rem 1rem;border-radius:2rem}@media (max-width: 1024px){.project-card-row{flex-direction:column}.project-card .project-card-text{width:100%}}@media (max-width: 768px){.project-card{flex-direction:column;gap:1.5rem}.project-card .project-thumbnail{width:100%;height:auto}.project-card:hover .project-thumbnail{scale:105%}}@media (max-width: 480px){.project-card-desc{font-size:1.25rem}.project-card-tags{gap:.5rem}.project-card-tags span{font-size:1.15rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media (max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media (max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media (max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media (max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.tech-card-ctnr{display:flex;flex-flow:wrap;gap:1rem}.tech-card{display:flex;align-items:center;gap:1rem;background:var(--button-color);color:var(--secondary-color);border:var(--infocard-border);border-radius:1.5rem;box-shadow:var(--shadow-card);padding:1rem 2rem;cursor:default;transition:all .2s ease-in-out}.tech-card img{width:1.75rem;filter:var(--filter-icon);opacity:.8}.tech-card p{font-size:1.5rem}.tech-card .tech-sub{font-size:1.25rem;opacity:.75}@media (max-width: 1024px){.tech-card p{font-size:1.5rem}.tech-card .tech-sub{font-size:1.25rem}}@media (max-width: 768px){.tech-card{background:var(--mobile-button-color)}.tech-card p{font-size:1.25rem}.tech-card .tech-sub{font-size:1rem}}@media (max-width: 480px){.tech-card{width:100%}.tech-card p{font-size:1.25rem}.tech-card .tech-sub{font-size:1rem}}.project-detail{flex:1;background:var(--infocard-color);border-radius:2rem}.proj-detail-img{width:100%;border-radius:2rem 2rem 0 0;max-height:20rem}.proj-detail-img img{width:100%;border-radius:inherit;max-height:inherit;object-fit:cover;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000 50%,#0000);filter:blur(.5px)}.proj-detail-body{width:100%;display:flex;flex-direction:column;gap:1rem;padding:3rem 4rem}.proj-detail-head{display:flex;align-items:center;justify-content:space-between;flex-flow:wrap;gap:1.5rem}.project-title{display:flex;align-items:center;gap:1.5rem;flex-flow:wrap}.project-title img{width:3.25rem}.project-title h1{font-size:2rem}.project-type{background:var(--button-color);padding:.25rem 1rem;border-radius:.5rem}.project-type p{font-size:1.35rem;opacity:.8}.project-tech{display:flex;align-items:center;flex-flow:wrap;gap:.75rem}.project-tech span{background:var(--tag-color);color:#fff;padding:.25rem 1rem;border-radius:2rem;font-size:1.35rem}.ext-links-row{width:100%;display:flex;flex-flow:wrap;gap:1rem;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.ext-link{display:flex;align-items:center;gap:1rem;background:var(--window-color);border:var(--border-card);border-radius:6rem;padding:1rem 2rem;cursor:pointer;transition:box-shadow .2s ease-in-out}.ext-link img{width:2rem;filter:var(--filter-icon);opacity:.8}.ext-link p{font-size:1.5rem}.ext-link:hover{box-shadow:0 0 4rem #6051fe40;transition:box-shadow .2s ease-in-out}.proj-mockup{width:100%}.goal-ctnr{display:flex;align-items:start;gap:2rem}.goal-ctnr .goal-num{background:var(--button-color);padding:.5rem 1.5rem;border-radius:100%;flex-shrink:0}.lang-bar{display:flex;width:100%;height:1rem;background-color:var(--primary-color);border-radius:2rem;gap:.1rem}.lang-bar div{min-width:1rem}.languages-ctnr{display:flex;flex-flow:wrap;align-items:center;gap:2.5rem;cursor:default}.language{display:flex;align-items:center;gap:.5rem}.language .percent{font-size:1.5rem;opacity:.8}.lang-indicator{width:12px;height:12px;border-radius:100%;flex-shrink:0}.saf{display:flex;flex-flow:wrap;gap:1rem;cursor:default}.saf p{background:var(--button-color);color:var(--secondary-color);border-radius:1.5rem;padding:1rem 2rem}.proj-info-divider{display:flex;justify-content:space-between;gap:2rem}.proj-info-divider div{flex:1;display:flex;flex-direction:column;align-items:center;cursor:default}.proj-info-divider .seg{width:1px;height:100%;background:#80808059}@media (max-width: 1024px){.proj-detail-head{flex-direction:column;align-items:start;gap:1rem}}@media (max-width: 768px){.ext-link:hover{box-shadow:none}.project-tech span{font-size:1.25rem}.languages-ctnr{gap:1.5rem}.language .percent{font-size:1.35rem}}@media (max-width: 480px){.languages-ctnr{gap:0}.language{margin-right:1.5rem}.saf p{width:100%}}.Wishlist{background:#fff;height:100%;display:flex;flex-direction:column;align-items:center;padding:4rem;overflow-y:scroll}.Wishlist .wishlist-content{max-width:1024px;display:flex;flex-direction:column;gap:2rem}.Wishlist .wishlist-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.Wishlist hr{opacity:.5}.Wishlist .wishlist-list{display:flex;flex-direction:column;gap:2rem;width:100%;margin-bottom:6rem}.Wishlist .category-ctnr,.Wishlist .wishlist-group{display:flex;flex-direction:column;gap:1rem}.Wishlist .wishlist-item{display:flex;width:100%;background:#fff;border:1px solid lightgrey;border-radius:1rem;padding:2rem;cursor:pointer;transition:all .2s ease-out;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}.Wishlist .wishlist-item:hover{background:#87cefa33;transform:scale(1.01);transition:all .2s ease-out}.Wishlist .item-text{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 2rem}.Wishlist .item-details{font-size:1.5rem;color:#555}.Wishlist .item-price{font-weight:600}.Wishlist .item-image{flex:.75;height:16rem;border-radius:1rem;background:#fff;box-shadow:0 0 .5rem #0003}.Wishlist .item-image img{width:100%;height:100%;object-fit:cover;border-radius:inherit}@media (max-width: 480px){.Wishlist .wishlist-item{flex-direction:column;gap:1rem;max-height:fit-content}.Wishlist .wishlist-item:hover{background:#fff;transform:scale(1)}.Wishlist .item-image{flex:0;max-height:16rem}.Wishlist .item-text{flex:0;padding:0;justify-content:flex-start}.Wishlist .item-price{margin-top:1rem}}
