:root{--purple-color: #6d3f8b;--blue-color: #2176a7;--orange-color: #af4426;--red-color: #ff3d3d;--link-color:#3b82f6;--link-hover-color: #60a5fa;--app-blue: #1180E8;--app-green: #008000;--app-pink: #B53CD6;--nav-bar-color: #595C6D;--bg-color: #1c1c1c;--bg-color-dark: #1c1c1c;--bg-color-light: #f5f5f5;--text-color: white;--text-color-dark: white;--text-color-light: black;--app-gray: #424242;--app-gray-dark: #424242;--app-gray-light: #c5c5c5;--tag-background-color: white;--tag-background-color-dark: white;--tag-background-color-light: #424242;--tag-text-color: #424242;--tag-text-color-dark: #424242;--tag-text-color-light: white;--light-blue-color: #93c5fd;--light-blue-color-dark: #93c5fd;--light-blue-color-light: #4c9cff;--yellow-color: #ffd738;--yellow-color-dark: #ffd738;--yellow-color-light: #f5e05d}html,body{margin:0;padding:0;transition:background-color .3s,color .3s}body{font-family:montserrat,sans-serif;z-index:-1000}#root{position:relative}.line-break{width:100%;height:2px;background-color:#000}.fadeInModal{animation:fadeInModal 1s ease-in}@keyframes fadeInModal{0%{transform:translate(-50%,-50%) scale(.25);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.fadeOutModal{animation:fadeOutModal 1s ease-in}@keyframes fadeOutModal{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(.25);opacity:0}}.fadeInN,.fadeInNW,.fadeInW,.fadeInSW,.fadeInS,.fadeInSE,.fadeInE,.fadeInNE,.fadeW,.fadeE{animation:fadeInAngle 1s ease-in}.fadeOutN,.fadeOutNW,.fadeOutW,.fadeOutSW,.fadeOutS,.fadeOutSE,.fadeOutE,.fadeOutNE{animation:fadeOutAngle 1s ease-in}.fadeInN,.fadeOutS{--fade-startX: 0;--fade-startY: -100%}.fadeInNW,.fadeOutSE{--fade-startX: -100%;--fade-startY: -100%}.fadeInW,.fadeW,.fadeOutE{--fade-startX: -100%;--fade-startY: 0}.fadeInSW,.fadeOutNE{--fade-startX: -100%;--fade-startY: 100%}.fadeInS,.fadeOutN{--fade-startX: 0;--fade-startY: 100%}.fadeInNE,.fadeOutSW{--fade-startX: 100%;--fade-startY: -100%}.fadeInE,.fadeE,.fadeOutW{--fade-startX: 100%;--fade-startY: 0}.fadeInSE,.fadeOutNW{--fade-startX: 100%;--fade-startY: 100%}@keyframes fadeInAngle{0%{opacity:0;transform:translate(var(--fade-startX),var(--fade-startY))}to{opacity:1;transform:translate(0)}}@keyframes fadeOutAngle{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(var(--fade-startX),var(--fade-startY))}}._bg_qijdf_1{position:absolute;background-size:cover;top:0;left:0;width:100%;height:100%;z-index:-2}._square_qijdf_11{position:absolute;z-index:-1}#_bg-svg_qijdf_1,#_bg-layer_qijdf_1{width:100vw;height:100vh;position:absolute;top:0;left:0}._navbar_1hqxt_1{display:flex;justify-content:space-between;align-items:center;background-color:var(--nav-bar-color);height:75px;position:sticky;top:0;z-index:9999;box-shadow:#000 0 0 20px;padding:0 1rem}._navLogo_1hqxt_13{display:flex;align-items:center}._navLogo_1hqxt_13 h1{font-size:2rem;color:#fff;margin:0;font-family:Gorditas,serif}._navbar_1hqxt_1 img{height:50px;width:auto;cursor:pointer}._navBtns_1hqxt_28{display:flex;flex-direction:row;gap:3rem}._mobileNavBtns_1hqxt_34{position:absolute;top:75px;left:0;width:100%;height:100vh;background-color:var(--app-gray);display:flex;flex-direction:column;align-items:center;z-index:-2;gap:.75rem;animation:_rollDown_1hqxt_1 .3s ease-in-out}@keyframes _rollDown_1hqxt_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}._navbar_1hqxt_1 button,._mobileNavBtns_1hqxt_34 button{font-size:25px;text-decoration:none;background-color:inherit;border:none;color:#fff;font-family:montserrat,sans-serif;cursor:pointer}._mobileNavBtns_1hqxt_34 button{width:98%;font-size:20px;color:var(--nav-bar-color);background-color:#fff;padding:1rem;box-shadow:#000 0 1px 5px 1px;z-index:-1;display:none}._mobileNavBtns_1hqxt_34 button._show_1hqxt_76{display:block}._lineBreak_1hqxt_79{margin-bottom:.5rem;background-color:var(--app-gray);box-shadow:#000 0 2px 10px 1px;height:1px}._mobileNavBtns_1hqxt_34 button._active_1hqxt_85,._mobileNavBtns_1hqxt_34 button:hover{background-color:#000}._closeBtn_1hqxt_88{position:absolute;top:7.5px;right:5px;padding:1rem;font-size:1.5rem;color:#fff;cursor:pointer}._navbar_1hqxt_1 button._blue_1hqxt_97:hover,._navbar_1hqxt_1 button._blue_1hqxt_97._active_1hqxt_85,._mobileNavBtns_1hqxt_34 button._blue_1hqxt_97:hover,._mobileNavBtns_1hqxt_34 button._blue_1hqxt_97._active_1hqxt_85{color:var(--app-blue)}._navbar_1hqxt_1 button._green_1hqxt_100:hover,._navbar_1hqxt_1 button._green_1hqxt_100._active_1hqxt_85,._mobileNavBtns_1hqxt_34 button._green_1hqxt_100:hover,._mobileNavBtns_1hqxt_34 button._green_1hqxt_100._active_1hqxt_85{color:var(--app-green)}._navbar_1hqxt_1 button._pink_1hqxt_103:hover,._navbar_1hqxt_1 button._pink_1hqxt_103._active_1hqxt_85,._mobileNavBtns_1hqxt_34 button._pink_1hqxt_103:hover,._mobileNavBtns_1hqxt_34 button._pink_1hqxt_103._active_1hqxt_85{color:var(--app-pink)}._navbar_1hqxt_1 i{font-size:1.85rem;color:#fff;cursor:pointer}@media screen and (max-width: 768px){._navbar_1hqxt_1{padding-left:.5rem}._navLogo_1hqxt_13{gap:.25rem}._navbar_1hqxt_1 h1{font-size:1.65rem}._navbar_1hqxt_1 img{height:40px}}._switch_10sty_1{position:relative;display:inline-block;width:60px;height:30px}._switch_10sty_1 input{opacity:0;width:0;height:0}._sliderRound_10sty_29{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}._sliderRound_10sty_29:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:3px;background-color:#fff;transition:.4s}._switch_10sty_1 input:checked+._sliderRound_10sty_29:before{left:6px;background-color:#000;transform:translate(26px)}._sliderRound_10sty_29{border-radius:34px}._sliderRound_10sty_29:before{border-radius:50%}._lightIcon_10sty_99,._darkIcon_10sty_99{position:absolute;top:50%;font-size:1rem!important;transform:translateY(-50%);transition:opacity .5s,visibility .5s}._lightIcon_10sty_99{left:8px;color:#000!important;opacity:1;visibility:visible}._darkIcon_10sty_99{right:9px;color:#fff!important;opacity:0;visibility:hidden}._switch_10sty_1 input:checked+._sliderRound_10sty_29 ._lightIcon_10sty_99{opacity:0;visibility:hidden}._switch_10sty_1 input:checked+._sliderRound_10sty_29 ._darkIcon_10sty_99{opacity:1;visibility:visible}._hello_1g7yn_1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;height:95vh;background-image:url(/images/hello-bg.jpg);background-size:cover;--fade-start: 0;animation:_fade_1g7yn_1 1s ease-in;gap:3rem;padding-right:3.5rem;color:#fff;overflow-x:hidden}._description_1g7yn_19,._name_1g7yn_19{color:#fff;margin:0;text-shadow:2px 2px 4px #000000;display:inline-block;transition:transform .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._name_1g7yn_19{font-size:4rem;margin-top:15%}._descriptionContainer_1g7yn_35{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.5rem}._description_1g7yn_19{font-size:2rem;width:0;overflow:hidden;white-space:nowrap;letter-spacing:.15em;text-align:end}._description_1g7yn_19._typing_1g7yn_51{border-right:.15em solid white;animation:_typing_1g7yn_51 3.5s steps(40,end),_blink-caret_1g7yn_1 .75s step-end infinite}._description_1g7yn_19._typed_1g7yn_57{border-right:.15em solid white;width:100%;animation:_blink-caret_1g7yn_1 .75s step-end infinite}._description_1g7yn_19._backTyping_1g7yn_64{border-right:.15em solid white;width:100%;animation:_backTyping_1g7yn_64 3.5s steps(40,end),_blink-caret_1g7yn_1 .75s step-end infinite}@keyframes _typing_1g7yn_51{0%{width:0}to{width:100%}}@keyframes _backTyping_1g7yn_64{0%{width:100%}to{width:0}}@keyframes _blink-caret_1g7yn_1{0%,to{border-color:transparent}50%{border-color:#fff}}h1 span{display:inline-block;transition:transform .2s ease-in-out}h1 span:hover{transform:scale(1.1)}@media screen and (max-width: 768px){._hello_1g7yn_1{background-image:url(/images/hello-bg-phone.jpg);padding-right:.75rem;gap:.25rem}._name_1g7yn_19{margin-top:70%;font-size:2.1rem}._description_1g7yn_19{font-size:1.1rem}}._highlight3_1g7yn_112{color:var(--app-blue);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._highlight2_1g7yn_119{color:var(--app-green);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._highlight1_1g7yn_126{color:var(--app-pink);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{box-sizing:border-box}._header_1gfy0_11{display:flex;flex-direction:row;align-items:center;gap:1rem}._timeline_1gfy0_31{position:relative;max-width:90%;margin:0 auto;margin-bottom:3vh}._timeline_1gfy0_31:after{content:"";position:absolute;width:6px;background-color:var(--app-gray);top:0;bottom:0;left:50%;margin-left:-3px}._container_1gfy0_71{padding:10px 40px;position:relative;background-color:inherit;width:50%}._content_1gfy0_83 h2,h3{margin:0}._desc_1gfy0_89 h3{text-decoration:underline;color:var(--light-blue-color)}._lineBreak_1gfy0_97{width:100%;border:1px dashed white}._container_1gfy0_71:after{content:"";position:absolute;width:25px;height:25px;right:-17px;background-color:var(--app-gray);border:4px solid var(--app-green);top:15px;border-radius:50%;z-index:1}._container_1gfy0_71:nth-child(2):after{border:4px solid var(--app-blue)}._container_1gfy0_71:nth-child(3):after{border:4px solid var(--app-pink)}._left_1gfy0_157{left:0}._right_1gfy0_167{left:50%}._left_1gfy0_157:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;right:30px;border:medium solid var(--app-gray);border-width:10px 0 10px 10px;border-color:transparent transparent transparent var(--app-gray)}._right_1gfy0_167:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;left:30px;border:medium solid var(--app-gray);border-width:10px 11px 10px 0;border-color:transparent var(--app-gray) transparent transparent}._right_1gfy0_167:after{left:-16px}._content_1gfy0_83,._desc_1gfy0_89{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}._content_1gfy0_83{padding:20px;background-color:var(--app-gray);position:relative;border-radius:6px;color:var(--text-color);box-shadow:0 0 10px #000}._desc_1gfy0_89{border:1px dashed var(--text-color);border-radius:6px;padding:10px;width:100%}._dates_1gfy0_285{background-color:var(--tag-background-color-dark);color:var(--tag-text-color-dark);padding:5px 10px;border-radius:6px}._title_1gfy0_299{color:var(--text-color);margin-left:1rem}li{color:var(--text-color);font-size:.95rem}li::marker{color:var(--text-color)}ul{padding:0;padding-left:1rem;margin:0}@media screen and (max-width: 768px){._timeline_1gfy0_31{max-width:100%}._timeline_1gfy0_31:after{left:31px}._container_1gfy0_71{width:100%;padding-left:70px;padding-right:25px}._container_1gfy0_71:before{left:60px;border:medium solid var(--app-gray);border-width:10px 10px 10px 0;border-color:transparent var(--app-gray) transparent transparent}._left_1gfy0_157:after,._right_1gfy0_167:after{left:15px}._right_1gfy0_167{left:0%}h2{font-size:1.1rem}h3{font-size:1rem}li{font-size:.8rem}}._projects_d5v2u_1{display:flex;flex-direction:column;gap:1rem;color:var(--text-color);overflow-x:hidden}._projects_d5v2u_1 h1{font-size:2.5rem;margin-left:1rem}._projectContainer_d5v2u_25{display:flex;flex-direction:row;align-self:center;justify-content:center;width:100%}._project_d5v2u_1{width:90%;display:flex;flex-direction:row;align-self:center;gap:1rem;padding-bottom:2rem}._projectSummary_d5v2u_55{max-width:40%;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem;border:1px solid var(--text-color);padding:1rem;border-radius:.5rem;height:fit-content;background-color:var(--app-gray);box-shadow:2px 2px 10px 1px #000}._projectSummary_d5v2u_55 h2{font-size:1.75rem;margin:0;color:var(--light-blue-color);text-decoration:underline}._projectSummary_d5v2u_55 ul{display:flex;flex-direction:column;gap:.85rem}._projectImages_d5v2u_105{width:100%;max-width:35vw}._projectImages_d5v2u_105._small_d5v2u_113{max-width:12.5vw}._projectImages_d5v2u_105._medium_d5v2u_119{max-width:25vw}._projImgs_d5v2u_125{height:35vh}._projectImages_d5v2u_105._small_d5v2u_113 ._projImgs_d5v2u_125,._projectImages_d5v2u_105._medium_d5v2u_119 ._projImgs_d5v2u_125{height:40vh}._projectIcons_d5v2u_137{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-bottom:-1rem}._links_d5v2u_151{display:flex;flex-direction:column;gap:.5rem}._projectLink_d5v2u_161{width:fit-content;min-width:7.5rem;padding:.25rem .5rem;background-color:var(--tag-background-color);border-radius:.5rem;color:var(--tag-text-color);display:flex;align-items:center;justify-content:center;gap:.25rem;text-decoration:none}._projectLink_d5v2u_161:hover span{text-decoration:underline}._icon_d5v2u_197{display:flex;align-items:center;gap:.5rem;max-width:150px;background-color:var(--tag-background-color);padding:.25rem .4rem;border-radius:.5rem;color:#93c5fd;width:fit-content}._icon_d5v2u_197 img{width:1rem;height:1rem}._icon_d5v2u_197 p{font-size:.875rem;font-weight:700;margin:0;color:var(--tag-text-color)}._mobileLineBreak_d5v2u_241{display:none}@media (max-width: 768px){._projectContainer_d5v2u_25,._project_d5v2u_1{flex-direction:column!important;align-items:center;width:100%}._projectSummary_d5v2u_55{width:90%;max-width:90%;gap:.75rem;padding:.5rem}._projectSummary_d5v2u_55 ul{gap:1rem}._projectSummary_d5v2u_55 h2{font-size:1rem}._projectIcons_d5v2u_137{margin-bottom:0};._icon_d5v2u_197{padding:.25rem .3rem}._icon_d5v2u_197 p{font-size:.65rem}._projectImages_d5v2u_105{width:90%;max-width:90%;margin-right:0!important;margin-left:0!important}._projImgs_d5v2u_125{height:25vh}._projectImages_d5v2u_105._small_d5v2u_113 ._projImgs_d5v2u_125,._projectImages_d5v2u_105._medium_d5v2u_119 ._projImgs_d5v2u_125{height:45vh}._projectImages_d5v2u_105._small_d5v2u_113{max-width:60%}._projectImages_d5v2u_105._medium_d5v2u_119{max-width:95%}._mobileLineBreak_d5v2u_241{display:block;width:90%;align-self:center;border:1px dashed white;margin-bottom:2rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;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;height:100%;inset:0;position:fixed;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{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{inset:50% auto auto 20px;width:auto;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}}._stackPage_153g3_1{width:100%;height:95vh;display:flex;flex-direction:column;align-items:flex-start;position:relative}@media (max-width: 768px){._stackPage_153g3_1{height:75vh}}._aboutMeCard_10grv_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22.5%;background-color:var(--app-gray);color:var(--text-color);border-radius:1rem;padding:.75rem;box-shadow:0 0 10px #000;z-index:10}._aboutMeCard_10grv_1,._description_10grv_27{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}._description_10grv_27{border:2px dashed var(--text-color);border-radius:.75rem;padding:.5rem}._aboutMeCard_10grv_1 h1,p{margin:0}._aboutMeCard_10grv_1 p{font-size:.95rem;text-align:justify}._aboutMeCard_10grv_1 h1{text-decoration:underline}._profile_10grv_77{width:12.5rem;height:12.5rem;border-radius:50%;box-shadow:0 1px 6px 1.5px var(--bg-color);border:4px solid var(--text-color)}._profile_10grv_77 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._buttons_10grv_103{display:flex;flex-direction:row;align-items:center;gap:.5rem}._buttons_10grv_103 a{background-color:var(--app-blue);color:var(--text-color);padding:.5rem;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .3s ease;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:1px 2px 5px #000}._buttons_10grv_103 a:hover{text-decoration:underline}@media (max-width: 768px){._aboutMeCard_10grv_1{width:55%;padding:.5rem;gap:.25rem}._profile_10grv_77{width:5.5rem;height:5.5rem}._description_10grv_27{padding:.25rem;gap:.25rem}._buttons_10grv_103 a{font-size:.75rem;padding:.25rem;gap:.25rem}._aboutMeCard_10grv_1 h1{font-size:1.35rem}._aboutMeCard_10grv_1 p{font-size:.55rem}._buttons_10grv_103{margin-top:.25rem}._buttons_10grv_103 a{font-size:.65rem}}._techStack_3xhhp_1{position:absolute;width:37.5%;height:85%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}._stackContainer_3xhhp_21{position:relative;width:100%;height:100%}._stackItem_3xhhp_33{width:6rem;height:6rem;background-color:var(--app-gray);color:var(--text-color);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.75rem;border:none;cursor:pointer;gap:.25rem;box-shadow:0 0 6px #000;z-index:10}._stackItem_3xhhp_33 img{width:3rem;height:3rem}._stackItem_3xhhp_33 h3{margin:0;font-size:.85rem;font-weight:600;text-align:center}._stackItem_3xhhp_33._blue_3xhhp_87:hover{border-color:var(--blue-color);box-shadow:0 0 10px var(--blue-color)}._stackItem_3xhhp_33._purple_3xhhp_95:hover{border-color:var(--purple-color);box-shadow:0 0 10px var(--purple-color)}._stackItem_3xhhp_33._yellow_3xhhp_103:hover{border-color:var(--yellow-color);box-shadow:0 0 10px var(--yellow-color)}._stackItem_3xhhp_33._orange_3xhhp_111:hover{border-color:var(--orange-color);box-shadow:0 0 10px var(--orange-color)}._stackItem_3xhhp_33._red_3xhhp_119:hover{border-color:var(--red-color);box-shadow:0 0 10px var(--red-color)}._stackItemWrapper_3xhhp_129{position:absolute;z-index:9}._stackItemWrapper_3xhhp_129._NW_3xhhp_139{top:0;left:0}._stackItemWrapper_3xhhp_129._N_3xhhp_139{top:0;left:42.5%}._stackItemWrapper_3xhhp_129._NE_3xhhp_155{top:0;right:0}._stackItemWrapper_3xhhp_129._E_3xhhp_163{top:42.5%;right:0}._stackItemWrapper_3xhhp_129._SE_3xhhp_171{bottom:0;right:0}._stackItemWrapper_3xhhp_129._S_3xhhp_171{bottom:0;left:42.5%}._stackItemWrapper_3xhhp_129._SW_3xhhp_187{bottom:0;left:0}._stackItemWrapper_3xhhp_129._W_3xhhp_195{top:42.5%;left:0}._modal_3xhhp_205{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--app-gray);border-radius:10px;border:1px solid var(--app-gray);padding:1rem;box-shadow:0 0 20px #000;z-index:10}._modalBackdrop_3xhhp_229{position:absolute;top:0;left:0;width:100%;height:95vh;background-color:transparent;z-index:9}._closeButton_3xhhp_247{position:absolute;top:1vh;right:1vh;background-color:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media (max-width: 768px){._techStack_3xhhp_1{width:92%;height:67%}._stackItem_3xhhp_33{width:3.5rem;height:3.5rem}._stackItem_3xhhp_33 img{width:1.5rem;height:1.5rem}._stackItem_3xhhp_33 h3{font-size:.6rem}}._modalContent_183tg_1{color:var(--text-color)}._modalContent_183tg_1 h3{margin:0}._modalContent_183tg_1 h1{font-size:2rem;margin:0;margin-bottom:1rem;color:var(--text-color)}._expert_183tg_29{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem}._expert_183tg_29 h3{margin:0;font-weight:600;font-size:1.2rem;color:var(--text-color)}._modalContent_183tg_1 p{margin:.5rem 0}._desc_183tg_65{font-size:.9rem}._underline_183tg_71{text-decoration:underline}._tools_183tg_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:.5rem;padding-left:1rem}._tools_183tg_79 li{list-style-type:circle;color:var(--text-color);font-size:.95rem}._tools_183tg_79 li::marker{color:var(--text-color)}._tools_183tg_79 li._purpleMarker_183tg_111::marker{color:var(--purple-color)}._tools_183tg_79 li._yellowMarker_183tg_117::marker{color:var(--yellow-color)}._tools_183tg_79 li._blueMarker_183tg_123::marker{color:var(--blue-color)}._tools_183tg_79 li._orangeMarker_183tg_129::marker{color:var(--orange-color)}._projects_183tg_135{display:flex;flex-direction:column;align-self:flex-start;gap:.1rem}._proj_183tg_135{margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;color:var(--text-color);text-decoration:underline}._projRef_183tg_167{background:none;border:none;color:var(--link-color);font-weight:600;font-size:.95rem;text-decoration:underline;padding:0;cursor:pointer;width:fit-content}._projRef_183tg_167:hover{color:var(--link-hover-color)}._lineBreak_183tg_199{width:100%;height:1px;background-color:var(--app-gray);margin:1rem 0}@media screen and (max-width: 768px){._modalContent_183tg_1{font-size:.7rem;padding:0}._modalContent_183tg_1 h1{font-size:1.5rem}._modalContent_183tg_1 p{font-size:.8rem}._expert_183tg_29{gap:1rem;margin-bottom:.5rem}._expert_183tg_29 h3{font-size:.9rem}._tools_183tg_79{grid-template-columns:repeat(auto-fit,minmax(75px,1fr))}._tools_183tg_79 li,._projRef_183tg_167{font-size:.6rem}._proj_183tg_135{font-size:1rem}}
