@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Manrope:wght@400;500;700&display=swap";.Vue-Toastification__container{z-index:9999;box-sizing:border-box;color:#fff;pointer-events:none;flex-direction:column;width:600px;min-height:100%;padding:4px;display:flex;position:fixed}@media only screen and (width>=600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:1em}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{margin-left:-300px;left:50%}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (width<=600px){.Vue-Toastification__container{width:100vw;margin:0;padding:0;left:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:0}}.Vue-Toastification__toast{box-sizing:border-box;pointer-events:auto;direction:ltr;border-radius:8px;justify-content:space-between;min-width:326px;max-width:600px;min-height:64px;max-height:800px;margin-bottom:1rem;padding:22px 24px;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{color:#fff;background-color:#1976d2}.Vue-Toastification__toast--info{color:#fff;background-color:#2196f3}.Vue-Toastification__toast--success{color:#fff;background-color:#4caf50}.Vue-Toastification__toast--error{color:#fff;background-color:#ff5252}.Vue-Toastification__toast--warning{color:#fff;background-color:#ffc107}@media only screen and (width<=600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{word-break:break-word;white-space:pre-wrap;flex:1;font-size:16px;line-height:24px}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{cursor:pointer;color:#fff;opacity:.3;background:0 0;border:none;outline:none;align-items:center;padding:0 0 0 10px;font-size:24px;font-weight:700;line-height:24px;transition:visibility,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{z-index:10000;transform-origin:0;background-color:#ffffffb3;width:100%;height:5px;animation:linear forwards scale-x-frames;position:absolute;bottom:0;left:0}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:100%}.Vue-Toastification__icon{background:0 0;border:none;outline:none;align-items:center;width:20px;height:100%;margin:auto 18px auto 0;padding:0;transition:all .3s}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(1000px)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{transform-origin:100%;filter:blur(40px);opacity:0;transform:translate(-1000px)scaleX(2.5)scaleY(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredTop{0%{transform-origin:50% 0;filter:blur(240px);opacity:0;transform:translateY(-1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredRight{0%{transform-origin:0%;filter:blur(40px);opacity:0;transform:translate(1000px)scaleX(2.5)scaleY(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredBottom{0%{transform-origin:50% 100%;filter:blur(240px);opacity:0;transform:translateY(1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}@keyframes slideOutBlurredTop{0%{transform-origin:50% 0;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}to{transform-origin:50% 0;filter:blur(240px);opacity:0;transform:translateY(-1000px)scaleY(2)scaleX(.2)}}@keyframes slideOutBlurredBottom{0%{transform-origin:50%;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}to{transform-origin:50% 100%;filter:blur(240px);opacity:0;transform:translateY(1000px)scaleY(2)scaleX(.2)}}@keyframes slideOutBlurredLeft{0%{transform-origin:50%;filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}to{transform-origin:100%;filter:blur(40px);opacity:0;transform:translate(-1000px)scaleX(2)scaleY(.2)}}@keyframes slideOutBlurredRight{0%{transform-origin:50%;filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}to{transform-origin:0%;filter:blur(40px);opacity:0;transform:translate(1000px)scaleX(2)scaleY(.2)}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}:root{--folio-bg:#e8e5df;--folio-paper:#f7f4ee;--folio-text:#1f1b18;--folio-muted:#5a524b;--folio-accent:#f7ac1f;--folio-green:#1d5f4e;--folio-rose:#d75f68;--folio-shadow:0 16px 40px #14121029;--folio-radius:18px;--folio-width:min(1100px, calc(100vw - 2rem));--folio-header-width:min(602px, calc(100vw - 2rem));--black-text:#000;--bg:#f1f1f5;--gray-text:#00000080;--black-text2:#3a3939;--accent-bg:#ffb62340;--font-aileron:"Aileron", "Manrope", sans-serif;--font-aileron-semibold:"Aileron-Semibold", "Manrope", sans-serif;--font-mistral:"Mistral", "Caveat", cursive;--font-handlee:"Handlee", "Caveat", cursive}@font-face{font-family:Aileron;src:url(/fonts/Aileron/Aileron-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aileron-Semibold;src:url(/fonts/Aileron/Aileron-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Mistral;src:url(/fonts/Mistral/MISTRAL.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Handlee;src:url(/fonts/Handlee/Handlee-Regular.ttf)format("ttf");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}html,body,#app{height:100%}body{color:var(--folio-text);background:radial-gradient(circle at top, #f1eee8 0%, var(--folio-bg) 45%);margin:0;font-family:Manrope,sans-serif}a{color:inherit}.folio-shell{width:100%;height:100vh;overflow-y:auto}.folio-main{width:100%;display:grid}.folio-header-container[data-v-2ead65a3]{width:var(--folio-header-width);box-sizing:border-box;isolation:isolate;z-index:10;margin:2rem auto;padding-bottom:8px;position:relative}.folio-header__background[data-v-2ead65a3]{z-index:0;pointer-events:none;background:#f1f1f5;border-radius:16px;width:98%;margin:0 auto;position:absolute;inset:0;box-shadow:0 2px 10px #0000000f}.folio-header[data-v-2ead65a3]{z-index:1;text-align:center;cursor:pointer;background:#f1f1f5;border:0;border-radius:16px;outline:0;width:100%;margin:0;position:relative;box-shadow:0 4px 36px -12px #00000040,inset 0 0 4px 2px #ffffff80}.folio-header__nav[data-v-2ead65a3]{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;padding:1.5rem .65rem;display:grid}.folio-header__nav a[data-v-2ead65a3]{letter-spacing:-.02em;color:var(--black-text);font-size:.9rem;font-weight:500;line-height:1.1;font-family:var(--font-aileron);text-decoration:none;display:inline-block}.folio-header__nav a[data-v-2ead65a3]:hover{color:var(--folio-green)}.folio-header__tagline[data-v-2ead65a3]{color:var(--gray-text);border-top:2px solid #0000001a;margin:0;padding:1rem 1.8rem;font-size:.9rem;line-height:1.25;box-shadow:0 0 1px #fff6}.folio-header__tagline a[data-v-2ead65a3]{color:inherit;text-underline-offset:.12em;font-family:var(--font-aileron)}@media (width<=900px){.folio-header__nav[data-v-2ead65a3]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem 1.2rem;padding:1.5rem 1.25rem 1.3rem}.folio-header__nav a[data-v-2ead65a3]{font-size:1.1rem}.folio-header__tagline[data-v-2ead65a3]{padding:.8rem 1rem .95rem;font-size:1.05rem}}@media screen and (width<=900px){.folio-header-container[data-v-2ead65a3]{width:85%;margin:1rem auto}.folio-header__nav[data-v-2ead65a3]{text-align:left;grid-template-columns:repeat(1,minmax(0,1fr))}.folio-header__tagline[data-v-2ead65a3]{padding:.8rem 1rem .95rem;font-size:1.05rem}}.hero-section[data-v-280e5286]{background-color:#0000;background-image:linear-gradient(#dadadab3,#dadadab3),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;align-items:center;width:100vw;min-height:clamp(700px,90vh,980px);margin:0 auto;display:flex}.hero-content[data-v-280e5286]{flex-direction:column;flex:1;justify-content:center;width:100%;padding-top:clamp(2rem,8vh,6rem);display:flex;position:relative}.hero-content__name[data-v-280e5286]{z-index:2;background-color:var(--accent-bg);justify-content:center;align-items:center;width:min(70%,900px);height:fit-content;margin:clamp(.5rem,2vh,1.5rem) auto 0;padding:clamp(.6rem,1.2vw,1rem) clamp(1.2rem,2.8vw,2.5rem);display:inline-flex;position:relative;transform:rotate(2deg)}.hero-content__name h1[data-v-280e5286]{font-family:var(--font-mistral);white-space:nowrap;color:#000;margin:0;font-size:clamp(3.5rem,7.5vw,8rem);font-weight:400;line-height:1}.hero-content__indicator1[data-v-280e5286]{object-fit:contain;width:50px;height:160px;position:absolute;top:0;left:-1.25rem}.hero-content__indicator2[data-v-280e5286]{object-fit:contain;width:50px;height:160px;position:absolute;bottom:0;right:-1.5rem}.hero-content__note[data-v-280e5286]{margin-top:clamp(.5rem,2vh,1.5rem);width:min(100%,1490px);height:500px;margin-inline:auto;display:flex;position:relative}.hero-content__wrench[data-v-280e5286]{object-fit:contain;z-index:1;width:clamp(7rem,16vw,18rem);height:auto;position:absolute;bottom:clamp(.5rem,4vh,2.5rem);left:clamp(20rem,8vw,40rem)}.hero-content__paper-cut-container[data-v-280e5286]{z-index:2;justify-content:center;align-items:center;width:18rem;height:clamp(14rem,24vw,25rem);margin-top:5rem;margin-left:clamp(10rem,6vw,20rem);display:flex;position:relative}.hero-content__profile-card[data-v-280e5286]{perspective:1000px;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute;top:0}.hero-content__profile-card:hover .hero-content__profile-card-inner[data-v-280e5286]{transform:rotateY(180deg)}.hero-content__profile-card-inner[data-v-280e5286]{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.hero-content__profile-card-front[data-v-280e5286],.hero-content__profile-card-back[data-v-280e5286]{backface-visibility:hidden;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.hero-content__profile-card-back[data-v-280e5286]{color:#000;font-family:var(--font-mistral);font-size:2rem;transform:rotateY(180deg)}.hero-content__profile-picture[data-v-280e5286]{object-fit:contain;width:100%;height:100%;transform:rotate(7deg)}.hero-content__desk-scene[data-v-280e5286]{pointer-events:none;width:50%;height:100%;margin-left:auto;position:relative;inset:0}.hero-content__desk-scene-content[data-v-280e5286],.hero-content__desk-scene-content-inner[data-v-280e5286]{width:100%;height:100%;position:absolute;inset:0}.hero-content__lamp-trigger[data-v-280e5286]{z-index:2;appearance:none;cursor:pointer;pointer-events:auto;background:0 0;border:0;width:clamp(7.5rem,14vw,18rem);height:100%;padding:0;position:absolute;top:0;left:0}.hero-content__lamp-trigger:hover .hero-content__lamp-hint[data-v-280e5286],.hero-content__lamp-trigger:focus-visible .hero-content__lamp-hint[data-v-280e5286]{opacity:1;transform:translate(-50%,10.4rem)}.hero-content__lamp-hint[data-v-280e5286]{color:#f6f1e8;letter-spacing:.04em;text-transform:lowercase;white-space:nowrap;opacity:0;pointer-events:none;background:#00000080;border-radius:999px;padding:.35rem .7rem;font-family:Aileron,Manrope,sans-serif;font-size:clamp(.7rem,.9vw,.82rem);transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% - .5rem);left:50%;transform:translate(-50%,5.4rem)}.hero-content__desk-lamp[data-v-280e5286]{object-fit:contain;width:100%;height:auto;display:block;transform:translateY(3.5rem)}.hero-content__lighting[data-v-280e5286]{z-index:3;object-fit:contain;width:clamp(8rem,16vw,18rem);height:auto;transition:all .5s ease-in-out;position:absolute;bottom:clamp(1.5rem,8vh,5rem);right:clamp(25rem,18vw,50rem)}.hero-content__lighting.is-off[data-v-280e5286]{opacity:0}.hero-content__note-image[data-v-280e5286]{z-index:1;object-fit:contain;width:clamp(40rem,32vw,50rem);height:auto;position:absolute;bottom:clamp(-2rem,-1vh,-.5rem);right:clamp(-1.5rem,-1vw,0rem)}.hero-content__note-image-mobile[data-v-280e5286]{display:none}.hero-content__paper_text[data-v-280e5286]{z-index:1;letter-spacing:1px;object-fit:contain;width:clamp(14rem,24vw,25rem);height:100%;line-height:32px;font-family:var(--font-handlee);color:var(--black-text2);opacity:.7;font-size:clamp(1.2rem,1.2vw,1.1rem);font-weight:400;transition:all .5s ease-in-out;position:absolute;top:clamp(3.5rem,4vh,2.9rem);right:clamp(2rem,8vw,7rem);transform:rotate(-13.05deg)}.hero-content__paper_text.is-off[data-v-280e5286]{opacity:0}#hero-content__profile-picture2[data-v-280e5286]{transform:rotate(7deg)}@media screen and (width>=901px) and (width<=1440px){.hero-content__lighting[data-v-280e5286]{width:clamp(7rem,12vw,13rem);top:clamp(15rem,5vh,13rem);right:clamp(24rem,13vw,20rem)}.hero-content__paper_text[data-v-280e5286]{width:clamp(20rem,24vw,100%);font-size:clamp(1rem,.95vw,1.05rem);line-height:clamp(2rem,1.85vw,1.7rem);top:clamp(2.6rem,3.6vh,4rem);left:clamp(12rem,5vw,4.5rem)}}@media screen and (width<=900px){.hero-section[data-v-280e5286]{height:auto;min-height:100svh;padding-bottom:clamp(2.5rem,10vh,5rem)}.hero-content[data-v-280e5286]{padding-top:0;flex:0 auto;justify-content:flex-start;padding-inline:clamp(.75rem,4vw,1.25rem);overflow-x:hidden}.hero-content__name[data-v-280e5286]{width:70%;margin:1rem auto 0;padding:0;transform:rotate(0)}.hero-content__name h1[data-v-280e5286]{text-align:center;height:fit-content;margin:0;padding:.5rem 0;font-size:clamp(2.5rem,5.5vw,6rem)}.hero-content__indicator1[data-v-280e5286]{width:65px;height:65px;left:-2rem}.hero-content__indicator2[data-v-280e5286]{width:65px;height:65px;right:-2rem}.hero-content__note[data-v-280e5286]{flex-direction:column;align-items:center;gap:1.25rem;height:auto;min-height:0;padding-bottom:clamp(2rem,6vh,3.5rem)}.hero-content__wrench[data-v-280e5286]{display:none}.hero-content__desk-scene[data-v-280e5286]{pointer-events:auto;flex-shrink:0;width:100%;max-width:28rem;height:auto;margin:0 auto;position:relative;inset:auto}.hero-content__desk-scene-content[data-v-280e5286]{width:100%;height:auto;position:relative}.hero-content__desk-scene-content-inner[data-v-280e5286]{width:100%;height:auto;position:relative;inset:auto}.hero-content__lamp-trigger[data-v-280e5286],.hero-content__lighting[data-v-280e5286],.hero-content__note-image[data-v-280e5286]{display:none}.hero-content__note-image-mobile[data-v-280e5286]{object-fit:contain;object-position:center;width:100%;height:100%;margin:0 auto;display:flex}.hero-content__paper_text[data-v-280e5286]{z-index:0;text-align:left;color:#535252;opacity:1;width:80%;height:fit-content;margin:3rem auto;font-size:clamp(.7rem,.3rem + 2.5vw,1rem);line-height:24px;position:absolute;inset:.8rem auto auto 15%;transform:none}.hero-content__paper_text.is-off[data-v-280e5286]{opacity:1}.hero-content__paper-cut-container[data-v-280e5286]{aspect-ratio:3/4;flex-shrink:0;width:min(90%,20rem);height:auto;margin:1rem auto 0;padding:0;transform:rotate(-7deg)}.hero-content__profile-card[data-v-280e5286]{transform:rotate(7deg)}.hero-content__profile-card-inner[data-v-280e5286]{width:100%;height:100%;min-height:0;position:relative}.hero-content__profile-card-front[data-v-280e5286],.hero-content__profile-card-back[data-v-280e5286]{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-content__profile-card-front img[data-v-280e5286],.hero-content__profile-card-back img[data-v-280e5286]{object-fit:contain;object-position:center;width:auto;max-width:90%;height:auto;max-height:90%;transform:rotate(0)}}.projects-section[data-v-545586f2]{width:100vw;height:100vh;margin:0 auto}.projects-grid[data-v-545586f2]{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));height:min(100vh,100%);display:grid}@media screen and (width<=900px){.projects-grid[data-v-545586f2]{grid-template-rows:none;grid-template-columns:1fr;grid-auto-rows:auto;height:auto}}.project-card__media[data-v-545586f2]{flex:auto;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative}.project-card__mobile-body[data-v-545586f2]{display:none}.project-card[data-v-545586f2]{justify-content:center;align-items:center;padding:clamp(.5rem,2vw,2rem);display:flex;position:relative}.project-card:hover .project-card__image[data-v-545586f2]{opacity:.5}.project-card:hover .project-card__view-more[data-v-545586f2]{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.project-card__image[data-v-545586f2]{object-fit:cover;object-position:top;cursor:help;width:100%;height:auto;max-height:100%;transition:opacity .3s ease-in-out;display:block;position:relative}.project-card__view-more[data-v-545586f2]{left:var(--view-more-x,70%);top:var(--view-more-y,20%);background:inherit;color:#3a3939;opacity:0;font-family:var(--font-aileron);letter-spacing:.06em;text-transform:uppercase;z-index:3;pointer-events:none;cursor:grab;will-change:left, top, transform;border:1px solid #11111180;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:clamp(.72rem,1vw,.9rem);transition:opacity .25s,transform .25s,left .16s ease-out,top .16s ease-out;display:flex;position:absolute;transform:translate(-50%,-50%)scale(.96)}.project-card__view-more span[data-v-545586f2]{pointer-events:none}.project-card__details[data-v-545586f2]{background:inherit;color:#111;opacity:0;z-index:2;pointer-events:none;flex-direction:column;justify-content:space-between;gap:1rem;height:60%;padding:clamp(1rem,2vw,2rem) clamp(1rem,2vw,2.5rem);transition:transform .35s,opacity .35s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(110%)}.project-card__details-top[data-v-545586f2]{grid-template-columns:minmax(120px,.9fr) minmax(0,2fr);align-items:start;display:grid}.project-card__title[data-v-545586f2]{font-size:clamp(1.5rem,2.4vw,32px);font-weight:700;line-height:.95;font-family:var(--font-mistral);margin:0}.project-card__description[data-v-545586f2]{font-size:clamp(.95rem,1.3vw,16px);line-height:1.3;font-family:var(--font-aileron);margin:0}.project-card__details-bottom[data-v-545586f2]{cursor:pointer;color:inherit;align-items:flex-end;gap:1rem;text-decoration:none;display:flex}.project-card__details-bottom[data-v-545586f2] *{cursor:pointer}.project-card__cta[data-v-545586f2]{text-underline-offset:.15em;font-size:clamp(.95rem,1.35vw,16px);font-weight:600;font-family:var(--font-aileron);margin:0;text-decoration:underline}.project-card__cta-line[data-v-545586f2]{object-fit:contain;width:min(100%,640px);height:auto}.project-card--open .project-card__image[data-v-545586f2]{opacity:.18}.project-card--open .project-card__view-more[data-v-545586f2]{opacity:0;pointer-events:none}.project-card--open .project-card__details[data-v-545586f2]{opacity:1;pointer-events:auto;transform:translateY(0)}.project-card--green[data-v-545586f2]{background:#7acc5c}.project-card--brown[data-v-545586f2]{background:#e09a78}.project-card--yellow[data-v-545586f2]{background:#f3c14b}.project-card--red[data-v-545586f2]{background:#86aebd}@media (width<=900px){.projects-section[data-v-545586f2]{height:auto}.project-card[data-v-545586f2]{flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:0;padding:0;overflow:hidden}.project-card:hover .project-card__image[data-v-545586f2],.project-card.project-card--open .project-card__image[data-v-545586f2]{opacity:1}.project-card .project-card__media[data-v-545586f2]{flex:none;width:100%;height:auto;padding:clamp(.75rem,3vw,1rem) clamp(.75rem,3vw,1.25rem) 0}.project-card .project-card__image[data-v-545586f2]{object-fit:cover;object-position:top;cursor:default;border-radius:.25rem;width:100%;height:auto;max-height:min(52vw,300px)}.project-card .project-card__mobile-body[data-v-545586f2]{flex-direction:column;flex:none;align-items:stretch;gap:clamp(.65rem,2.5vw,1rem);width:100%;padding:clamp(.85rem,3vw,1.15rem) clamp(1rem,4vw,1.35rem) clamp(1.25rem,5vw,2rem);display:flex}.project-card .project-card__mobile-title[data-v-545586f2]{font-family:var(--font-mistral);color:#111;margin:0;font-size:clamp(1.75rem,7vw,2.25rem);font-weight:700;line-height:1}.project-card .project-card__mobile-description[data-v-545586f2]{font-family:var(--font-aileron);color:#111;text-align:left;margin:0;font-size:clamp(.88rem,3.2vw,1rem);line-height:1.45}.project-card .project-card__mobile-cta[data-v-545586f2]{color:#111;align-items:flex-end;gap:.5rem;width:100%;margin-top:.35rem;text-decoration:none;display:flex}.project-card .project-card__mobile-cta-label[data-v-545586f2]{font-family:var(--font-aileron);text-underline-offset:.15em;flex-shrink:0;font-size:clamp(.9rem,3.5vw,1rem);font-weight:600;text-decoration:underline}.project-card .project-card__mobile-cta-line[data-v-545586f2]{object-fit:contain;object-position:left center;flex:auto;align-self:center;width:auto;min-width:0;height:auto;max-height:1.25rem;margin-top:auto;margin-bottom:.5px}.project-card .project-card__view-more[data-v-545586f2],.project-card__details[data-v-545586f2]{display:none}}.about-me[data-v-d0a0ad32]{--about-frame-x-offset:5rem;--about-content-x-offset:-5rem;background-color:#0000;background-image:linear-gradient(#dadadad9,#dadadad9),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0 auto;padding:clamp(1.5rem,4vw,3rem);display:flex;position:relative}.about-me .picture-frame-wrapper[data-v-d0a0ad32]{transform:translateX(var(--about-frame-x-offset));z-index:1;position:relative}.about-me .camera[data-v-d0a0ad32]{object-fit:contain;object-position:center;z-index:1;width:300px;height:300px;position:absolute;top:-16rem;left:59%;transform:translate(-50%)}.about-me .megaphone[data-v-d0a0ad32]{object-fit:cover;object-position:center;z-index:5;width:300px;height:300px;position:absolute;right:44%;transform:translateY(100%)}.about-me .picture-frame[data-v-d0a0ad32]{background-blend-mode:multiply;filter:drop-shadow(0 0 8px #00000059);z-index:2;background-color:#0000;background-image:linear-gradient(#fab700,#fab700),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:684px;height:528px;display:flex;position:relative;transform:rotate(9deg)}.about-me .picture-frame .main_profile_picture[data-v-d0a0ad32]{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:rotate(-9deg)}.about-me .about-me__content-container[data-v-d0a0ad32]{z-index:2;transform:translateX(var(--about-content-x-offset));display:flex;position:relative}.about-me .about-me__content-container .about-me__content[data-v-d0a0ad32]{background-blend-mode:multiply;filter:drop-shadow(0 0 8px #00000059);z-index:2;box-sizing:border-box;background-color:#0000;background-image:linear-gradient(#fafafacc,#fafafacc),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:684px;height:772px;padding:0 3rem;display:flex;position:relative;overflow:visible;transform:rotate(-9deg)}.about-me .about-me__content-container .about-me__content h1[data-v-d0a0ad32]{font-family:var(--font-mistral);color:#ffb623;text-align:left;z-index:5;align-self:flex-start;width:100%;margin:6rem 0 0;font-size:72px;font-weight:400;line-height:1}.about-me .about-me__content-container .about-me__content p[data-v-d0a0ad32]{font-size:16px;font-family:var(--font-aileron);margin:0;line-height:25px}.about-me .about-me__content-container .about-me__content .note-clipper[data-v-d0a0ad32]{object-fit:contain;object-position:center;z-index:6;width:min(560px,100% - 2rem);height:auto;display:block;position:absolute;top:-4rem;left:8%;transform:rotate(9deg)}.about-me .about-me__content-container .about-me__content .profile-picture2[data-v-d0a0ad32]{object-fit:contain;object-position:center;width:279px;height:408px;transform:rotate(9deg)}.about-me .about-me__content-container .about-me__content .star[data-v-d0a0ad32]{object-position:center;width:80px;height:80px;position:absolute;bottom:0;right:0;transform:rotate(-9deg)}.about-section[data-v-d0a0ad32]{background-color:#0000;background-image:linear-gradient(#dadadab3,#dadadab3),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100vw;margin:0 auto;padding:clamp(1.5rem,4vw,3rem);display:none}.about-section .about-section__content[data-v-d0a0ad32]{justify-content:center;width:100%;min-height:clamp(520px,70vh,900px);display:flex;position:relative}.about-section .terminal-window[data-v-d0a0ad32]{z-index:1;background:#21231e;border-radius:16px;width:min(100%,1100px);position:relative;overflow:hidden;box-shadow:0 18px 40px #12110e4d}.about-section .terminal-window__bar[data-v-d0a0ad32]{color:#ffffffb3;background:#3b3e35;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.75rem;display:flex}.about-section .terminal-window__title[data-v-d0a0ad32]{letter-spacing:.02em;font-weight:600}.about-section .terminal-window__body[data-v-d0a0ad32]{color:#9fca56;padding:1.3rem 1.6rem 2rem;font-family:Aileron,Manrope,sans-serif;font-size:clamp(.75rem,1.4vw,1rem)}.about-section .terminal-window__body p[data-v-d0a0ad32]{margin:0}.about-section .terminal-window__body[data-v-d0a0ad32] :last-child{margin-top:1rem}.about-section .terminal-window__cursor[data-v-d0a0ad32]{margin-left:.25rem;animation:1s infinite blink-d0a0ad32}@keyframes blink-d0a0ad32{0%{opacity:1}50%{opacity:0}to{opacity:1}}.about-section .window-controls[data-v-d0a0ad32]{gap:.4rem;display:flex}.about-section .control-dot[data-v-d0a0ad32]{cursor:pointer;border:0;border-radius:999px;width:.7rem;height:.7rem;padding:0;display:inline-flex}.about-section .control-dot--close[data-v-d0a0ad32]{background:#ff5f57}.about-section .control-dot--min[data-v-d0a0ad32]{background:#febc2e}.about-section .control-dot--max[data-v-d0a0ad32]{background:#28c840}.about-section .control-dot[disabled][data-v-d0a0ad32]{cursor:not-allowed;opacity:.5}.about-section .windows-layer[data-v-d0a0ad32]{pointer-events:none;position:absolute;inset:0}.about-section .browser-window[data-v-d0a0ad32]{opacity:0;pointer-events:auto;background:#f4f4f4;border-radius:14px;width:clamp(240px,38vw,520px);height:clamp(180px,28vw,360px);transition:opacity .35s,transform .35s;position:absolute;overflow:hidden;transform:translateY(20px)scale(.98);box-shadow:0 20px 45px #12110e47}.about-section .browser-window.is-open[data-v-d0a0ad32]{opacity:1;transform:translateY(0)scale(1)}.about-section .browser-window__bar[data-v-d0a0ad32]{color:#110f0d99;background:#e9e9e9;justify-content:space-between;align-items:center;padding:.5rem .8rem;font-size:.7rem;display:flex}.about-section .browser-window__title[data-v-d0a0ad32]{letter-spacing:.02em;font-weight:600}.about-section .browser-window__body[data-v-d0a0ad32]{background:#fff;height:calc(100% - 2rem)}.about-section .browser-window__body iframe[data-v-d0a0ad32]{border:0;width:100%;height:100%}.about-section .browser-window--vamooze[data-v-d0a0ad32]{bottom:8%;left:6%}.about-section .browser-window--loystar[data-v-d0a0ad32]{bottom:14%;right:6%}.about-section .browser-window--unihustle[data-v-d0a0ad32]{bottom:2%;left:38%}@media (width<=900px){.about-section .browser-window[data-v-d0a0ad32]{width:clamp(220px,72vw,420px);height:clamp(200px,56vw,320px)}.about-section .browser-window--vamooze[data-v-d0a0ad32]{bottom:24%;left:4%}.about-section .browser-window--loystar[data-v-d0a0ad32]{bottom:8%;right:4%}.about-section .browser-window--unihustle[data-v-d0a0ad32]{bottom:2%;left:12%}}@media screen and (width<=1300px){.about-me[data-v-d0a0ad32]{height:auto}.about-me .about-me__content-container[data-v-d0a0ad32]{right:2rem}}@media screen and (width<=900px){.about-me[data-v-d0a0ad32]{--about-frame-x-offset:0;--about-content-x-offset:0;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100vw;height:auto;min-height:100svh;padding:3rem 1.25rem 0;overflow-x:clip}.about-me .picture-frame-wrapper[data-v-d0a0ad32],.about-me .megaphone[data-v-d0a0ad32]{display:none}.about-me .about-me__content-container[data-v-d0a0ad32]{justify-content:center;width:100%;max-width:100%;height:100%;margin-bottom:3rem;display:flex;right:0;transform:none}.about-me .about-me__content[data-v-d0a0ad32]{max-width:100%;margin:0 auto clamp(2.5rem,10vw,4rem);justify-content:flex-start!important;height:100%!important;padding:0 1.5rem!important;transform:rotate(0)!important}.about-me .about-me__content h1[data-v-d0a0ad32]{margin-top:3rem!important;font-size:3rem!important}.about-me .about-me__content p[data-v-d0a0ad32]{font-family:var(--font-aileron);text-align:left;color:#3a3939;z-index:2;font-size:clamp(.88rem,3.2vw,1rem);line-height:1.55}.about-me .about-me__content .note-clipper[data-v-d0a0ad32]{top:-2.5rem!important;left:5%!important}.about-me .about-me__content .profile-picture2[data-v-d0a0ad32]{z-index:1;display:none;position:absolute;bottom:-10%;left:30%;width:200px!important;height:200px!important}.about-me .about-me__content .star[data-v-d0a0ad32]{width:clamp(2.5rem,10vw,3.25rem);height:auto;bottom:clamp(.65rem,3.5vw,1.1rem);right:clamp(.4rem,2.5vw,.85rem);transform:none}}.contact_section[data-v-94bedf47]{background-blend-mode:multiply;background-color:#0000;background-image:linear-gradient(#344e41fa,#344e41fa),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0 auto;padding:clamp(1.5rem,4vw,3rem);display:flex;position:relative}.contact_section .overlay[data-v-94bedf47]{background:#0384fb40;justify-content:center;align-items:center;width:87%;height:128px;padding:24px;display:flex;position:absolute;bottom:45%;left:50%;transform:translate(-50%)}.contact_section .overlay .indicator_blue[data-v-94bedf47]{position:inherit;object-fit:contain;top:0;left:-.8rem}.contact_section .overlay .indicator_blue2[data-v-94bedf47]{object-fit:contain;position:absolute;bottom:0;right:-.8rem}.contact_section .overlay a[data-v-94bedf47]{font-family:var(--font-mistral);color:#fafafa;letter-spacing:0%;font-size:clamp(.05vw,128px,8.5vw);text-decoration:none}.black_background_leather[data-v-94bedf47]{background-blend-mode:multiply;background-color:#0000;background-image:linear-gradient(#21231efa,#21231efa),url(/assets/leather-tLzJ7YzE.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:12px;width:594px;height:720px;display:flex;position:relative;transform:rotate(9.5deg)}.black_background_leather .note_clipper[data-v-94bedf47]{z-index:2;width:20px;height:40px;position:absolute;top:4%;left:25%;transform:rotate(-9.5deg)}.black_background_leather .note_clipper2[data-v-94bedf47]{z-index:2;width:20px;height:40px;position:absolute;top:4%;left:70%;transform:rotate(-9.5deg)}.black_background_leather .download_button_container[data-v-94bedf47]{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#b07d62;border:1px solid #fafafa1a;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:162px;height:48px;padding:0 14px 0 18px;display:flex;position:absolute;bottom:2.5rem;left:3.5rem;box-shadow:inset 0 0 18px 12px #00000040}.black_background_leather .download_button_container .download_button[data-v-94bedf47]{color:#fff;font-family:var(--font-aileron);letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-size:15px;font-weight:600;line-height:1}.black_background_leather .download_button_container .download_button[data-v-94bedf47]:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #fafafa73}.black_background_leather .download_button_container .download_icon[data-v-94bedf47]{opacity:.92;flex-shrink:0;width:24px;height:24px;display:block;transform:rotate(-10deg)}.black_background_leather .paper_notebook[data-v-94bedf47]{background-blend-mode:multiply;background-color:#0000;background-image:linear-gradient(#fafafa,#fafafa),url(/assets/background-paper-ETZ7Ww1L.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-left:3px dashed #0384fb;place-self:center;width:480px;height:560px;margin:0 auto 4rem;display:flex;position:relative;box-shadow:0 0 100px #393c33}.black_background_leather .paper_notebook .notch[data-v-94bedf47]{background-blend-mode:multiply;background-color:#0000;background-image:linear-gradient(#21231efa,#21231efa),url(/assets/leather-tLzJ7YzE.jpg);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:50%;width:24px;height:24px;position:absolute;top:2.5%;left:2.5%}.black_background_leather .paper_notebook .pin[data-v-94bedf47]{z-index:3;width:120px;height:120px;position:absolute;top:2%;left:50%}.black_background_leather .paper_notebook .profile_picture_container[data-v-94bedf47]{z-index:2;background-color:#fff;justify-content:center;width:260px;height:300px;display:flex;position:absolute;top:12%;left:45%;transform:rotate(4deg)}.black_background_leather .paper_notebook .profile_picture_container .profile_picture[data-v-94bedf47]{object-fit:cover;object-position:center;width:239px;height:239px;margin-top:5%;transform:rotate(-1deg)}.black_background_leather .paper_notebook .resume_snapshot[data-v-94bedf47]{object-fit:cover;object-position:center;width:379px;height:492px;margin:auto}.backlog[data-v-94bedf47]{background:#fafafa;border-left:3px dashed #0384fb;border-radius:0 12px 12px 0;flex-direction:column;gap:10px;width:380px;height:780px;margin-left:3.5%;padding:16px;display:flex;transform:rotate(-8.5deg);box-shadow:0 0 100px #00000040}.backlog h1[data-v-94bedf47]{color:#535252;font-family:var(--font-aileron);font-size:16px}.backlog .backlog_card[data-v-94bedf47]{border-top-right-radius:8px;flex-direction:column;gap:8px;height:233px;padding:8px 12px;display:flex}.backlog .backlog_card span[data-v-94bedf47]{font-family:var(--font-aileron-semibold);text-align:left;margin:0;padding:0;font-size:15.5px}.backlog .backlog_card p[data-v-94bedf47]{font-family:var(--font-aileron);color:#3a3939b8;text-align:left;margin:0;padding:0;font-size:14px;line-height:20px}@media screen and (width<=1300px){.contact_section[data-v-94bedf47]{height:auto}}@media screen and (width<=900px){.contact_section[data-v-94bedf47]{width:100%;min-height:100svh;padding-bottom:8rem}.black_background_leather[data-v-94bedf47]{height:38rem;transform:rotate(0);width:95%!important}.black_background_leather .note_clipper[data-v-94bedf47],.black_background_leather .note_clipper2[data-v-94bedf47]{top:.7rem}.black_background_leather .paper_notebook[data-v-94bedf47]{width:90%;height:80%}.black_background_leather .profile_picture_container[data-v-94bedf47]{width:160px!important;height:160px!important}.black_background_leather .profile_picture_container .profile_picture[data-v-94bedf47]{width:85%!important;height:85%!important;transform:rotate(0)!important}.black_background_leather .resume_snapshot[data-v-94bedf47]{object-fit:cover!important;object-position:15%!important;width:100%!important;height:100%!important}.black_background_leather .download_button_container[data-v-94bedf47]{bottom:1.5rem;left:1.5rem}.overlay[data-v-94bedf47]{height:36px!important;bottom:2.5rem!important}.overlay .indicator_blue[data-v-94bedf47]{height:60px;left:-.4rem!important}.overlay .indicator_blue2[data-v-94bedf47]{height:60px;right:-.4rem!important}.backlog[data-v-94bedf47]{display:none!important}}.footer-section[data-v-5f01043f]{background:#7a5740;justify-content:center;align-items:center;gap:48px;width:100%;height:100px;display:flex}.footer-section[data-v-5f01043f] *{cursor:pointer;align-items:center;width:74px;height:74px;display:flex}@media screen and (width<=768px){.footer-section[data-v-5f01043f]{gap:28px}.footer-section[data-v-5f01043f] *{width:58px;height:58px}.footer-section .github[data-v-5f01043f]{width:48px!important;height:48px!important}}
