:root{--font: "Roboto", Avenir, Helvetica, Arial, sans-serif;font-family:var(--font);line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--edge-pad: 20px;--content-area: 1200px;--bg-colour: #171717;--max-font: 48px;--txt-colour: white;background-color:var(--bg-colour)}*{margin:0}#root{position:relative;min-height:100vh;background-color:var(--bg-colour)}#root:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:400px;opacity:.12;top:0;left:0;position:fixed;width:100%;height:100%}h1,h2,h3,h4{color:var(--txt-colour);font-size:clamp(16px,2vw + 16px,var(--max-font))}p,li,span{color:var(--txt-colour)}body{margin:0}h1{font-size:3em;font-weight:700;line-height:80%}.content{position:relative;margin:auto;padding:60px 20px;box-sizing:border-box;max-width:var(--content-area);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}._section_14u5r_2{min-height:100vh;display:flex}._greeting_14u5r_7{display:flex;flex-direction:column}._greeting_14u5r_7>*{font-weight:700;text-align:center;line-height:80%}._greeting_14u5r_7>h1{font-size:48px}._greeting_14u5r_7>h1:after{content:".dev";color:#da0037;font-size:19px}._text_14u5r_28{line-height:120%;text-align:center;max-width:600px;font-size:1.3em}._socialicons_14u5r_35{margin-top:10px;width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}._icon_14u5r_44{transform:scale(1);transition:transform .3s;width:40px;height:40px;object-fit:contain}._icon_14u5r_44:hover{transform:scale(1.15)}@media(max-width:400px){._greeting_14u5r_7>h1{font-size:30px}}._divider_9sa15_2{background:linear-gradient(.25turn,transparent 10%,rgb(199,199,199),transparent 90%);height:3px;width:100%;max-width:var(--max-width);margin:auto}._dividersmall_9sa15_10{background-color:#c7c7c7;height:2px;width:25px;margin:10px}._container_6xcqk_2{width:100%;display:grid;grid-template-areas:"inner-div";align-items:flex-start;padding:10px 0}._skills_6xcqk_10{display:grid;grid-template-columns:repeat(auto-fit,57px);align-items:start;grid-area:inner-div;gap:20px 20px}._active_6xcqk_18{transform:scale(1)!important;opacity:1!important}._item_6xcqk_23{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;width:100%;transform:scale(0);opacity:0;transition:transform .6s,opacity .6s;will-change:transform,opacity}._item_6xcqk_23>p{font-size:15px}._item_6xcqk_23>img{width:100%;height:100%}._slider_tb1tn_2{position:relative;width:100%;cursor:pointer}._slider_tb1tn_2:hover>p{transform:scale(1.05)}._slider_tb1tn_2>p{text-align:center;font-size:clamp(20px,2vw + 20px,var(--max-font));font-weight:700;transition:transform .2s ease-out;will-change:transform;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}._right_tb1tn_24,._left_tb1tn_24{position:absolute;height:30px;top:50%;animation-composition:add;animation:.7s infinite alternate _bounce_tb1tn_1}._right_tb1tn_24{transform:translateY(-50%);right:0}._left_tb1tn_24{transform:rotate(-180deg) translateY(50%)}@keyframes _bounce_tb1tn_1{0%{transform:translate(40%)}to{transform:translate(0)}}._header_1sfqo_2{position:fixed;width:100%;background:linear-gradient(#171717 20%,transparent);z-index:100}._navbar_1sfqo_9{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin:auto}._header_1sfqo_2 a{position:relative;--side-pad: 10px;text-decoration:none;font-weight:500;padding:15px var(--side-pad)}._header_1sfqo_2 a:visited,._list_1sfqo_29 a,._menu_1sfqo_29 a{color:#fff}._list_1sfqo_29 a:after{--height: 2px;content:"";position:absolute;background-color:#fff;width:calc(100% - calc(var(--side-pad) * 2));height:var(--height);left:calc(0% + var(--side-pad));top:calc(50% + .5lh - var(--height));transform:scaleX(0);transition:transform .3s ease-in-out;will-change:transform}._list_1sfqo_29 a:hover:after{transform:scaleX(1)}._home_1sfqo_51{z-index:101}._home_1sfqo_51:after{content:".dev";color:#da0037;font-weight:500;font-size:13px}._list_1sfqo_29{display:flex;align-items:center}._icon_1sfqo_67{display:none;justify-content:center;align-items:center}._icon_1sfqo_67>img{will-change:transform;transition:transform .3s;padding:5px;width:30px;height:30px;z-index:101}._icon_1sfqo_67>img:hover{transform:scale(1.15)}._menu_1sfqo_29{position:fixed;z-index:100;display:none;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;top:0;left:0;transform:translate(-100%);transition:transform .3s;will-change:transform;background-color:var(--bg-colour)}._active_1sfqo_104{transform:translate(0)}@media(max-width:750px){._icon_1sfqo_67{display:flex}._list_1sfqo_29{display:none}._menu_1sfqo_29{display:flex}}._container_1uj0q_2{display:flex;align-items:center}._title_1uj0q_7{text-align:center}._subtitle_1uj0q_11{text-align:center;--max-font: 30px}._container_klpxx_2{width:100%;display:flex;flex-direction:column;gap:20px}._container_klpxx_2 h2{font-size:28px}._container_klpxx_2 p{text-align:justify;margin-bottom:20px}._container_klpxx_2 span{margin-bottom:20px}._container_klpxx_2 ul{margin-bottom:20px;list-style-type:square}._container_klpxx_2 p:last-of-type,._container_klpxx_2 span:last-of-type,._container_klpxx_2 ul:last-of-type{margin-bottom:0}._link_klpxx_33,a{color:var(--txt-colour);font-weight:600}._link_klpxx_33:visited,a:visited{color:inherit}._video_klpxx_42{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}._image_klpxx_50{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px}._image_klpxx_50>img{width:100%;height:100%;max-height:400px;object-fit:contain}._image_klpxx_50>p{font-style:oblique}._break_klpxx_69{margin-bottom:10px}._card_1kc8w_2{--edge-radius: 10px;cursor:pointer;width:300px;height:400px;transition:transform .2s ease-out;will-change:transform}._card_1kc8w_2:hover{transform:scale(1.05)}._container_1kc8w_15{position:relative;width:100%;height:100%;display:grid;grid-template-rows:50% 50%}._details_1kc8w_24{width:100%;height:100%;border-radius:0px 0px var(--edge-radius) var(--edge-radius);background-color:var(--bg-colour);padding:10px;box-sizing:border-box;display:grid;grid-template-rows:1fr 50px}._description_1kc8w_36{font-size:16px;font-weight:500;text-align:center;display:flex;justify-content:center;align-items:center}._skillscontainer_1kc8w_45{overflow-x:hidden}._skills_1kc8w_45{height:100%;display:flex;gap:5px;animation:_scroll_1kc8w_1 5s ease-in-out infinite alternate;will-change:transform}._skills_1kc8w_45>img{width:auto;height:100%}._image_1kc8w_62{border-radius:var(--edge-radius) var(--edge-radius) 0px 0px;width:100%;height:100%;object-fit:cover;object-position:center}._type_1kc8w_70{--edge-padding: 5px;position:absolute;width:28px;height:28px;top:50%;left:0;transform:translateY(calc(-50% + 1px));padding:var(--edge-padding)}._type_1kc8w_70>img{width:100%;height:100%}._age_1kc8w_86{--edge-padding: 10px;position:absolute;font-size:16px;font-weight:500;top:50%;right:0;transform:translateY(calc(-50% + 1px));padding:0px 5px 0px var(--edge-padding)}._age_1kc8w_86:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-colour);z-index:-1;--polygon: polygon(0 50%, calc(0% + var(--edge-padding)) 0%, 100% 0%, 100% 50%);-webkit-clip-path:var(--polygon);clip-path:var(--polygon)}._type_1kc8w_70:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-colour);z-index:-1;--polygon: polygon(0 50%, 0% 0%, calc(100% - var(--edge-padding) * 2) 0%, 100% calc(var(--edge-padding) * 2), 100% 50%);-webkit-clip-path:var(--polygon);clip-path:var(--polygon)}._title_1kc8w_125{--edge-padding: 15px;position:absolute;font-size:18px;font-weight:600;left:50%;text-align:center;text-wrap:nowrap;transform:translate(-50%,-50%);padding:0px var(--edge-padding)}._title_1kc8w_125:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-colour);z-index:-1;--polygon: polygon(0 50%, var(--edge-padding) 100%, calc(100% - var(--edge-padding)) 100%, 100% 50%);-webkit-clip-path:var(--polygon);clip-path:var(--polygon)}@keyframes _scroll_1kc8w_1{0%,10%{transform:translate(0)}90%,to{transform:translate(var(--percentage))}}._container_1xaiv_2{width:100%}._content_1xaiv_6{display:grid;grid-template-columns:repeat(auto-fill,300px);justify-content:center;gap:20px}@media(max-width:400px){._content_1xaiv_6{display:flex;justify-content:flex-start}._content_1xaiv_6 *{flex-shrink:0}._container_1xaiv_2{overflow-x:auto;padding:20px 0}}._footer_1a2s9_2{background:linear-gradient(transparent,var(--bg-colour));width:100%;position:absolute;bottom:0%}._footer_1a2s9_2>p{padding:20px}._container_1xsnm_2{width:100%}._content_1xsnm_6{margin:auto;max-width:var(--content-area);display:flex}._content_1c19s_2{width:100%;display:flex;flex-wrap:wrap;gap:20px}._details_1c19s_9{display:flex;flex-direction:column;gap:30px;flex:1}._skills_1c19s_16{display:flex;flex-wrap:wrap;gap:20px}._skill_1c19s_16{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:#fff}._skill_1c19s_16:visited{color:#fff}._skill_1c19s_16>img{width:57px;height:57px}.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}}
