@charset "UTF-8";html,body{margin:0;padding:0;height:100%}body{--font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;font-family:var(--font-family);overflow-x:hidden}.wrapper{display:flex;flex-direction:column;min-height:100vh}.theme-light{--background-color: #f8f8f8;--header-background-color: #f8f8f8;--text-color: #121212;--text-hover: rgba(18, 18, 18, .6);--btn-background-color: #9b9b9b54;--btn-text-color: 121212;--card-background-color: #bbbb;--side-background-color: #bbbb;--alert-background-color: #bbbb;--menu-language-bg: #cdcdcd}.theme-dark{--background-color: #121212;--header-background-color: #121212;--text-color: #fff;--text-hover: rgba(255, 255, 255, .6);--btn-background-color: #2e2e2e;--btn-text-color: white;--card-background-color: #212121;--side-background-color: #212121;--alert-background-color: #212121d0;--menu-language-bg: #212121}._header_fozgn_2{width:100%;min-height:2.5rem;background-color:var(--header-background-color);display:flex;align-items:center;padding:.5rem;box-sizing:border-box;position:fixed;z-index:100}._header_fozgn_2 h1{margin:0;margin-left:1rem;flex:1;color:var(--text-color);font-size:large;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._header_fozgn_2 ._title_fozgn_23{transition:opacity .4s ease,transform .4s ease}._header_fozgn_2 ._show_fozgn_26{opacity:1;transform:translateY(0)}._header_fozgn_2 ._hide_fozgn_30{opacity:0;transform:translateY(-10px)}._header_fozgn_2 img{border-radius:50%}._header_fozgn_2 ._leftSection_fozgn_37{display:flex;align-items:center}._header_fozgn_2 ._toogleWrapper_fozgn_41{margin-left:auto;gap:0px;display:flex;align-items:center}._header_fozgn_2 ._menuWrapper_fozgn_47{position:absolute;left:50%;transform:translate(-50%);color:var(--text-color)}._header_fozgn_2 ._menuWrapper_fozgn_47 ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0;font-weight:600}._header_fozgn_2 ._menuWrapper_fozgn_47 li a{text-decoration:none;transition:color .2s ease;color:var(--text-color)}._header_fozgn_2 ._menuWrapper_fozgn_47 li a:hover{color:var(--text-hover)}@media (max-width: 768px){._menuWrapper_fozgn_47{display:none}}._toogle_12swv_1,._theme-dark_12swv_1,._theme-light_12swv_1{border-radius:50px;width:3rem;height:1.75rem;padding:.25rem;display:flex;align-items:center;background-color:#bbbb;box-shadow:inset 0 2px 5px #0000001a}._theme-light_12swv_1{background-color:#bbbb}._theme-dark_12swv_1{background-color:#212121}._light_12swv_20{background:#d9d9d9;border-radius:50%;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center}._light_12swv_20:hover{cursor:pointer}._icon_12swv_33{color:#757575}._content_1v2na_1{flex:1;background-color:var(--background-color);color:var(--text-color);padding:0 10%;padding-top:3rem}._footer_1iwd4_1{background-color:var(--background-color);color:var(--text-color);padding:1rem;text-align:center}._container_47awj_2{padding:10px;display:flex;flex-direction:row;gap:30px}._content_47awj_9{flex:1;display:flex;flex-direction:column;max-width:100%;overflow:hidden;min-width:0;gap:10px}._content_47awj_9 p{margin:0;font-weight:400;line-height:1}._header_47awj_24{text-align:right;max-width:20%;min-width:20%}._header_47awj_24 h2{margin:0;margin-bottom:.5rem;font-weight:700}._header_47awj_24 h4{margin:0;font-weight:500;color:#757575}@media (max-width: 768px){._container_47awj_2{flex-direction:column;gap:10px}._header_47awj_24{text-align:left;max-width:100%;min-width:100%}._content_47awj_9{padding-left:0}}._container_tkmen_2{width:100%;overflow:hidden;position:relative;display:flex;align-items:center;padding:10px 0;z-index:1;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}._slider_tkmen_15{display:flex;width:max-content;animation:_scroll_tkmen_1 70s linear infinite}._item_tkmen_21{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 20px}._image_tkmen_29{height:50px;width:auto;filter:grayscale(1);transition:filter .3s}@keyframes _scroll_tkmen_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._box_11404_1{display:flex;flex-wrap:wrap}@keyframes _arrowBounce_gtndc_1{0%{transform:translate(0)}50%{transform:translate(-6px)}to{transform:translate(0)}}._projectCard_gtndc_12{width:100%;max-width:100%;background-color:transparent;color:var(--text-color);border-radius:0;box-shadow:none;cursor:pointer;position:relative;box-sizing:border-box;padding:20px 0;border-bottom:1px solid var(--side-background-color);display:flex;flex-direction:column;gap:16px;transition:padding-left .3s ease,background-color .3s ease}._projectCard_gtndc_12 ._arrowIcon_gtndc_29{transition:transform .2s ease}._projectCard_gtndc_12:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:0;background-color:var(--text-color);opacity:0;transition:width .3s ease,opacity .3s ease}._projectCard_gtndc_12:hover{padding-left:16px}._projectCard_gtndc_12:hover:before{width:4px;opacity:1}._projectCard_gtndc_12:hover ._arrowIcon_gtndc_29{animation:_arrowBounce_gtndc_1 .8s infinite ease-in-out}._projectCard_gtndc_12 ._categoryBadge_gtndc_53{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.theme-dark ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._API_gtndc_56{color:#90caf9;background-color:#1a365d66;border:1px solid rgba(144,202,249,.3)}.theme-dark ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._LandingPage_gtndc_61{color:#a5d6a7;background-color:#1b5e204d;border:1px solid rgba(165,214,167,.3)}.theme-dark ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._MobileApp_gtndc_66{color:#ffcc80;background-color:#e651004d;border:1px solid rgba(255,204,128,.3)}.theme-dark ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._Game_gtndc_71{color:#ce93d8;background-color:#2c184966;border:1px solid rgba(206,147,216,.3)}.theme-dark ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._defaultCategory_gtndc_76{color:#b0bec5;background-color:#78909c33;border:1px solid rgba(176,190,197,.3)}.theme-light ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._API_gtndc_56{color:#1565c0;background-color:#1565c014;border:1px solid rgba(21,101,192,.25)}.theme-light ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._LandingPage_gtndc_61{color:#2e7d32;background-color:#2e7d3214;border:1px solid rgba(46,125,50,.25)}.theme-light ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._MobileApp_gtndc_66{color:#e65100;background-color:#e6510014;border:1px solid rgba(230,81,0,.25)}.theme-light ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._Game_gtndc_71{color:#6a1b9a;background-color:#6a1b9a14;border:1px solid rgba(106,27,154,.25)}.theme-light ._projectCard_gtndc_12 ._categoryBadge_gtndc_53._defaultCategory_gtndc_76{color:#37474f;background-color:#37474f14;border:1px solid rgba(55,71,79,.2)}._sidebarMenu_1uvqt_2{position:fixed;top:50%;left:0;transform:translateY(-50%);background-color:var(--side-background-color);padding:1rem .5rem;border-radius:0 10px 10px 0;display:flex;flex-direction:column;gap:1.5rem;z-index:999}._sidebarMenu_1uvqt_2 a{color:var(--text-color);font-size:1rem;text-align:center;transition:background .3s,color .3s;padding:.25rem;border-radius:50%}._sidebarMenu_1uvqt_2 a:hover{color:var(--text-hover)}@media (min-width: 768px){._sidebarMenu_1uvqt_2{display:none}}._scrollButton_15yw9_1{position:fixed;right:.2rem;bottom:3rem;background:none;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:1000;transition:transform .3s ease;animation:_bounce_15yw9_1 1.5s infinite}@keyframes _bounce_15yw9_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._scrollButton_15yw9_1:hover{transform:scale(1.1)}._contact_1s7kw_2{list-style:none;padding-left:0;margin:0}._contact_1s7kw_2 li a{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-color)}._icon_1s7kw_16{font-size:1.2rem}._box_1s7kw_20 ._alert_1s7kw_20{background-color:var(--alert-background-color);color:var(--text-color);font-family:var(--font-family)}._floatingbutton_8tglr_1{position:fixed;bottom:.5rem;left:.5rem;z-index:1000;background-color:var(--side-background-color);color:var(--text-color);border:none;border-radius:50%;width:2rem;height:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}._floatingbutton_8tglr_1 svg{font-size:1rem}._floatingbutton_8tglr_1:hover{color:var(--text-hover)}._spotlight_1dd5n_1{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;background:radial-gradient(600px circle at var(--x) var(--y),rgba(255,255,255,.06),transparent 80%);mix-blend-mode:screen}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
