@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");:root{--primary-color:rgb(180,0,90);--primary-colorA:#b4035c;--primary-color-light:#fdb6da;--dark:#090a16;--dark-light:#0f1326;--text-color:#111111;--text-color-B:#333333;--text-color-light:#6b6b6b;--text-color-dark:#0a0a0a;--text-color-dark-mode:rgb(237,236,236);--ink:#0a0a0a;--ink-hover:#1f1f1f;--ink-soft:rgba(0,0,0,0.05);--ink-soft-hover:rgba(0,0,0,0.08);--card-bg:#ffffff;--card-bg-soft:#fafafa;--button-color:rgba(248,152,200,0.8);--button-color-hover:rgb(245,84,165,0.9);background-color:rgb(255,255,255);--border:1px solid rgba(233,7,120,0.5);--borderB:1px solid rgba(0,0,0,0.08);--borderA:1px solid rgba(233,7,120,0.4);--borderC:1px solid rgba(0,0,0,0.06);--box-shadow:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-lg:0 4px 12px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--background-colorA:rgb(255,255,255);--background-colorB:rgb(249,248,246);--background-colorB-gradient:linear-gradient(180deg,#faf9f7,#fdfcfb 35%,#ffffff 50%,#fdfcfb 65%,#faf9f7);--background-ivory:rgb(255,255,255);--bg-hover:rgba(245,84,165,0.9);--cta-bg:#032e8b;--cta-bg-hover:#1D4ED8;--cta-gradient-top:#000b1f;--cta-gradient-mid:#011540;--cta-bg-gradient:linear-gradient(180deg,var(--cta-gradient-top) 0%,var(--cta-gradient-mid) 55%,var(--cta-gradient-top) 100%);--wave-cta-bleed:2px;--wave-cta-height:30px;--cta-text:#ffffff;--br:10px;--br-sm:6px;--br-lg:14px;--container-max-width:1350px;--section-py:8rem;--section-py-mobile:4rem;--wave-a:rgb(255,255,255);--wave-b:#faf9f7;--h1-font-size:3.5rem;--h1-font-size-mobile:2.25rem;--h1-font-weight:500;--h1-line-height:1.1;--h1-letter-spacing:-0.01em;--h1-highlight-font-size:4.5rem;--h1-highlight-font-size-mobile:3.25rem;--h1-highlight-font-weight:700;--h1-highlight-letter-spacing:-0.02em;--h2-font-size:1.25rem;--h2-font-size-mobile:0.975rem;--h2-font-weight:400;--h2-line-height:1.4;--h2-letter-spacing:0.01em;--h3-font-size:2rem;--h3-font-size-mobile:1.5rem;--h3-font-weight:450;--h3-color:var(--text-color);--h3-spacing:0.5rem;--h3-spacing-mobile:0.5rem;--h3-letter-spacing:-0.015em;--subtitle-font-size:1.125rem;--subtitle-font-size-mobile:0.9rem;--subtitle-font-weight:400;--subtitle-color:var(--text-color-light);--subtitle-line-height:1.6;--card-title-font-size:1.25rem;--card-title-font-size-mobile:0.95rem;--card-title-font-weight:500;--card-title-line-height:1;--project-title-font-size:1.5rem;--project-title-font-size-mobile:1rem;--project-title-font-weight:500;--h2-content-font-size:1.15rem;--h2-content-font-size-mobile:0.95rem;--h2-content-font-weight:500;--h3-content-font-size:1rem;--h3-content-font-size-mobile:0.975rem;--h3-content-font-weight:500;--greeting-font-size:1.5rem;--greeting-font-size-mobile:1.125rem;--greeting-font-weight:400;--description-font-size:1.25rem;--description-font-size-mobile:0.975rem;--description-line-height:1.4}@media (min-width:1400px){:root{--container-max-width:1350px}}@media (min-width:1800px){:root{--container-max-width:1350px}}a,a:active,a:focus,a:hover,a:visited{text-decoration:none!important;outline:none}body,html{margin:0;padding:0;height:auto;width:100%;scroll-behavior:smooth;scroll-snap-type:y mandatory;overflow:auto;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-color-light);transition:background-color .4s ease,color .4s ease;@media (max-width:768px){scroll-snap-type:none}}html{scrollbar-gutter:stable}html.project-detail-page,html.project-detail-page body{scroll-snap-type:none!important}html.project-detail-page body{overflow:visible}*{transition:background-color .4s ease,color .4s ease,border-color .4s ease}html.page-transitioning main{opacity:.4;transform:scale(.99);filter:blur(2px)}html.page-transitioning main,main{transition:opacity .3s ease,transform .3s ease,filter .3s ease}.highlight,.socialmedia,h1{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}html.dark{background-color:var(--dark-light);--background-colorA-dark:var(--dark-light);--wave-a:var(--dark-light);--wave-b:var(--dark-light);--cta-gradient-top:#000b1f;--cta-gradient-mid:#011540;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow-md:0 1px 3px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.35);--shadow-lg:0 4px 12px rgba(0,0,0,0.55),0 2px 4px rgba(0,0,0,0.35);--borderB:1px solid rgba(255,255,255,0.08);--borderC:1px solid rgba(255,255,255,0.06);--ink:#f5f5f5;--ink-hover:#ffffff;--ink-soft:rgba(255,255,255,0.06);--ink-soft-hover:rgba(255,255,255,0.1);--card-bg:rgba(255,255,255,0.03);--card-bg-soft:rgba(255,255,255,0.05)}html.dark .svg-duo{opacity:.9}html.dark .scroll-arrow,html.dark .socialmedia i,html.dark h1,html.dark h2,html.dark h3,html.dark li,html.dark p{color:rgb(233,233,233)!important}.dark p,.title.dark{color:rgb(233,233,233)}.containerGeneral{display:flex;flex-direction:column;height:100%;width:100%;color:var(--text-color);z-index:10}.highlight{display:block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:0 0 var(--h3-spacing) 0;line-height:1.2;letter-spacing:var(--h3-letter-spacing,-.015em);text-align:center;width:100%}@media (max-width:768px){.highlight{display:flex;justify-content:center;font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.hero-section{position:relative;isolation:isolate;min-height:80vh;max-height:80dvh;display:flex;align-items:center;justify-content:center;width:100%}.hero-section:before{content:"";position:absolute;inset:0;z-index:-1;background-image:radial-gradient(circle,rgba(0,0,0,.08) 1px,transparent 0);background-size:22px 22px;background-position:0 0;mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,#000 30%,transparent 90%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,#000 30%,transparent 90%);pointer-events:none}html.dark .hero-section:before{background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 0)}@media (max-width:768px){.hero-section{min-height:85dvh!important;padding:.25rem 0 1rem;align-items:center}}.hero-section>.home-text{width:100%;max-width:var(--container-max-width);margin-inline:auto;padding-inline:1rem;box-sizing:border-box;gap:.25rem}.home-text{color:var(--text-color);display:flex;position:relative;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-content:center;align-items:center;padding:2rem 0;gap:2rem;@media (max-width:768px){padding-left:.5rem;padding-bottom:.5rem;padding-right:.5rem;padding-top:.2rem;gap:.5rem}}.home-textA{display:flex;flex-direction:column;flex:1 1;min-width:0;align-items:flex-start}@media (min-width:769px){.home-textA{min-width:50%}}.home-textB{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.svg-duo{display:flex;position:relative;width:290px;height:440px;margin:0 auto;opacity:.8}.svg-duo:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(204,2,103,.1) 0,rgba(204,2,103,.035) 50%,transparent 70%);border-radius:50%;z-index:0;pointer-events:none;animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.svg-overlap{position:absolute;transition:transform .3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.parallax-shape{will-change:transform;transform-style:preserve-3d;transform:translateZ(0);-webkit-transform:translateZ(0);@media (min-width:769px){-webkit-backface-visibility:hidden;backface-visibility:hidden}}.shape-a{width:108px;height:160px;top:100px;left:40px;z-index:1;filter:drop-shadow(0 15px 20px rgba(204,2,103,.3)) drop-shadow(0 0 28px rgba(204,2,103,.1));animation:floatA 4.5s ease-in-out infinite;transition:filter .4s ease}.shape-a:hover{filter:drop-shadow(0 16px 24px rgba(204,2,103,.42)) drop-shadow(0 0 42px rgba(204,2,103,.2))}.shape-b{width:108px;height:160px;top:80px;left:135px;z-index:2;filter:drop-shadow(0 15px 20px rgba(204,2,103,.3)) drop-shadow(0 0 28px rgba(204,2,103,.1));animation:floatB 3.8s ease-in-out infinite;animation-delay:-1.8s;transition:filter .4s ease}.shape-b:hover{filter:drop-shadow(0 16px 24px rgba(204,2,103,.42)) drop-shadow(0 0 42px rgba(204,2,103,.2))}@keyframes floatA{0%,to{transform:translateY(0) rotate(0deg) translateZ(0)}50%{transform:translateY(-14px) rotate(2deg) translateZ(0)}}@keyframes floatB{0%,to{transform:translateY(0) rotate(0deg) translateZ(0)}50%{transform:translateY(-10px) rotate(-2.5deg) translateZ(0)}}.projects-section h2{color:rgb(53,53,53)}.containerButton{flex-wrap:wrap;align-content:flex-end;padding:0}.buttonContainer,.containerButton{display:flex;justify-content:flex-end;width:100%}.buttonContainer{max-width:var(--container-max-width);margin-inline:auto;text-align:right;padding:0 1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.dark ::-webkit-scrollbar-track{background:#1a1a1a}.dark ::-webkit-scrollbar-thumb{background:var(--primary-color-dark,#888)}.dark ::-webkit-scrollbar-thumb:hover{background:#aaa}@media (max-width:768px){::-webkit-scrollbar{width:4px;height:4px}}.fade-in-left{transform:translateX(-50px)}.fade-in-left,.fade-in-right{opacity:0;transition:opacity .8s ease,transform .8s ease;will-change:opacity,transform}.fade-in-right{transform:translateX(50px)}.visible{opacity:1;transform:translateX(0)}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero-section,.hero-section .fade-in-left,.hero-section .fade-in-right,.hero-section.fade-in-right{opacity:0;transform:none;transition:none;will-change:opacity}html.hydrated .hero-section,html.hydrated .hero-section .fade-in-left,html.hydrated .hero-section .fade-in-right,html.hydrated .hero-section.fade-in-right{animation:heroFadeIn .8s ease forwards}@media (max-width:768px){.fade-in-left,.fade-in-right{min-height:1px;transform:translateX(0)}body,html{overflow-x:hidden;height:auto}.containerGeneral,body,html{width:100%;margin:0;padding:0;box-sizing:border-box}.home-text{display:flex;flex-direction:column;height:auto;justify-content:flex-start;align-items:stretch;gap:.35rem;padding:.2rem 0 .5rem}.home-textA,.home-textA>section{display:contents}.home-textA>section>section:first-child{order:1!important}.home-textA>section>section:nth-child(2){order:2!important}.home-textA>section>section:last-child{order:4!important}.home-textB{order:3!important;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;width:100%;position:relative;z-index:1}.svg-duo{padding-top:0;width:150px;height:130px;margin:0 auto;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate;will-change:contents}.shape-a{top:10px;left:0}.shape-a,.shape-b{width:85px;height:100px;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;opacity:1;filter:drop-shadow(0 6px 5px rgba(204,2,103,.15));-webkit-filter:drop-shadow(0 6px 5px rgba(204,2,103,.15))}.shape-b{top:-5px;left:70px}.parallax-shape{will-change:auto;transform-style:flat}.parallax-shape,.svg-overlap{transform:translateZ(0);-webkit-transform:translateZ(0)}.svg-overlap{-webkit-backface-visibility:visible;backface-visibility:visible}.techIcons{display:none}}@media (min-width:768px) and (max-width:1024px){.containerGeneral,.home-text{padding:0 .5rem}}.AboutPage_container__I1Ndc{background-color:var(--background-colorA);min-height:auto}html.dark .AboutPage_container__I1Ndc{background-color:var(--dark-light);color:#ebebeb}.AboutPage_buttonContainer__ic6nQ,.AboutPage_containerContent__zKzFE{max-width:var(--container-max-width);margin-inline:auto}.AboutPage_buttonContainer__ic6nQ{display:flex;justify-content:flex-end;text-align:right}.AboutComponent_highlight__YgwyD{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.AboutComponent_highlight__YgwyD{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.AboutComponent_aboutContainer___YeYe{width:100%;background-color:var(--background-colorA);color:#1f1f1f;display:flex;justify-content:center}html.dark .AboutComponent_aboutContainer___YeYe{background-color:var(--dark-light);color:#ebebeb}.AboutComponent_aboutSection__Jnay7{max-width:var(--container-max-width);margin-inline:auto;padding-top:2rem;padding-bottom:0;display:flex;flex-direction:column;width:100%;box-sizing:border-box}@media(max-width:768px){.AboutComponent_aboutSection__Jnay7{padding:.5rem}}.AboutComponent_contentGrid__atbXD{display:grid;grid-template-columns:70% 30%;grid-gap:2.5rem;gap:2.5rem;align-items:center;padding:2rem 0;width:100%}@media(max-width:768px){.AboutComponent_contentGrid__atbXD{grid-template-columns:1fr;gap:1.75rem;padding:.5rem 0}.AboutComponent_contentGrid__atbXD>section:first-child{order:2}.AboutComponent_contentGrid__atbXD>section:last-child{order:1}}.AboutComponent_firstPart__289kC{display:flex;text-align:left}.AboutComponent_secondPart__WUj7Q{display:flex;flex-direction:row;width:100%;justify-content:space-between}@media(max-width:768px){.AboutComponent_secondPart__WUj7Q{flex-direction:column;text-align:left}}.AboutComponent_aboutSubtitle__zft4b{font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);color:var(--subtitle-color);line-height:var(--subtitle-line-height);letter-spacing:.01em;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;width:100%}@media(max-width:768px){.AboutComponent_aboutSubtitle__zft4b{font-size:var(--subtitle-font-size-mobile);grid-template-columns:1fr;grid-template-rows:auto;gap:1.25rem;padding:.5rem 0}}.AboutComponent_paragraphWithIcon__42cDr{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem;border:var(--borderC);border-radius:8px;transition:border-color .2s ease;background:rgba(0,0,0,0)}html.dark .AboutComponent_paragraphWithIcon__42cDr{border-color:rgba(235,145,220,.15)}.AboutComponent_paragraphWithIcon__42cDr:hover{border:var(--borderA)}html.dark .AboutComponent_paragraphWithIcon__42cDr:hover{border-color:rgba(255,255,255,.3)}@media(max-width:768px){.AboutComponent_paragraphWithIcon__42cDr{gap:.75rem;padding:1rem;flex-direction:row;align-items:flex-start;border-radius:var(--br);background:rgba(255,255,255,.02)}html.dark .AboutComponent_paragraphWithIcon__42cDr{background:rgba(255,255,255,.03)}}.AboutComponent_paragraphIcon__unHqa{color:var(--primary-color);flex-shrink:0;transition:color .2s ease;margin-bottom:.25rem;stroke-width:1.5}html.dark .AboutComponent_paragraphIcon__unHqa{color:#aaa}.AboutComponent_paragraphWithIcon__42cDr:hover .AboutComponent_paragraphIcon__unHqa{color:#666}html.dark .AboutComponent_paragraphWithIcon__42cDr:hover .AboutComponent_paragraphIcon__unHqa{color:#ccc}@media(max-width:768px){.AboutComponent_paragraphIcon__unHqa{margin-bottom:0;margin-top:.125rem}}.AboutComponent_paragraphWithIcon__42cDr p{margin:0;width:100%;font-size:.95rem;line-height:1.6}@media(max-width:768px){.AboutComponent_paragraphWithIcon__42cDr p{font-size:.875rem;line-height:1.5;flex:1 1}}.AboutComponent_imageSection__J4Otn{display:flex;justify-content:center;align-items:center;width:100%}@media(max-width:768px){.AboutComponent_imageSection__J4Otn{justify-content:center;width:100%}}.AboutComponent_imageWrapper__e8asZ{border-radius:var(--br);overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.7);transition:transform .4s ease;width:420px;height:410px;border:1px solid var(--primary-color)}@media(max-width:768px){.AboutComponent_imageWrapper__e8asZ{width:100%;height:auto;aspect-ratio:1;max-width:350px;margin:0 auto}}.AboutComponent_image__rrSVf{width:100%;height:100%;object-fit:cover;display:block}.AboutComponent_highlight__YgwyD{margin-top:0}@media screen and (max-width:768px){.AboutComponent_highlight__YgwyD{margin-top:0}}.Experience_highlight__wcDNz{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.Experience_highlight__wcDNz{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.Experience_experienceContainer__nDjsW{width:100%;padding:1rem 0}@media(max-width:768px){.Experience_experienceContainer__nDjsW{padding:1rem 0}}html.dark .Experience_experienceContainer__nDjsW{background-image:none;background-color:var(--dark-light);color:#eeecec}.Experience_experienceSection__p0W1W{max-width:var(--container-max-width);margin-inline:auto;padding:2.5rem 0}@media(max-width:768px){.Experience_experienceSection__p0W1W{padding:1rem .5rem}}.Experience_highlight__wcDNz{margin-bottom:.5rem}@media(max-width:768px){.Experience_highlight__wcDNz{margin-bottom:.5rem}}.Experience_subtitle__B9x_3{font-size:var(--subtitle-font-size);color:var(--subtitle-color);margin:1.25rem auto 1.5rem;text-align:center;line-height:var(--subtitle-line-height);font-weight:var(--subtitle-font-weight);max-width:60ch}@media(max-width:768px){.Experience_subtitle__B9x_3{font-size:var(--subtitle-font-size-mobile);margin:.75rem auto 1rem}}.Experience_timeline__wEjha{position:relative;max-width:1100px;margin-inline:auto;padding:2rem 0;width:100%}.Experience_timeline__wEjha:before{content:"";position:absolute;left:1.5rem;top:3rem;bottom:3rem;width:1px;background:#ddd}.Experience_timelineItem___Jy2R{display:flex;align-items:flex-start;padding:1rem 0;width:100%;gap:1rem;position:relative}@media(max-width:768px){.Experience_timelineItem___Jy2R{gap:.75rem}}.Experience_timelineLeft__dDtdO{width:4rem;position:relative;display:flex;justify-content:center}.Experience_timelineIcon__W2aXy{width:1.25rem;height:1.25rem;z-index:2;margin-top:.5rem;margin-left:.6rem;display:flex;align-items:center;justify-content:center}.Experience_timelineRight__y_4FW{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;cursor:pointer;flex:1 1;padding:1rem 2rem;width:100%;max-width:100%;max-width:950px;border-radius:var(--br);box-shadow:0 4px 6px rgba(41,0,21,.1);color:var(--text-color);border:1px solid rgba(0,0,0,0);position:relative;background-clip:padding-box;transition:box-shadow .3s ease}.Experience_timelineRight__y_4FW:before{content:"";position:absolute;inset:-1px;border-radius:var(--br);padding:1px;background:linear-gradient(90deg,rgba(247,86,166,.25),rgba(247,86,166,.25) 30%,rgba(247,86,166,.3) 50%,rgba(247,86,166,.25) 70%,rgba(247,86,166,.25));background-size:200% 100%;background-position:-200% 0;animation:Experience_borderGradientExperience__vH3sk 10s ease-in-out infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.Experience_timelineRight__y_4FW>*{position:relative;z-index:1}@media(max-width:768px){.Experience_timelineRight__y_4FW{padding:.5rem;width:100%;max-width:100%}}.Experience_timelineRight__y_4FW:hover{box-shadow:0 8px 12px rgba(0,0,0,.1)}html.dark .Experience_timelineRight__y_4FW{background-color:#181c33;color:#e4e3e3}html.dark .Experience_timelineRight__y_4FW:before{background:linear-gradient(90deg,rgba(248,248,248,.1),rgba(248,248,248,.1) 30%,rgba(250,81,166,.3) 50%,rgba(248,248,248,.1) 70%,rgba(248,248,248,.1))}.Experience_timelineSvg__OWZcS{width:.975rem;height:.975rem;color:#ddd}@media(max-width:768px){.Experience_timelineSvg__OWZcS{width:.9rem;height:.9rem}}.Experience_timelineContent__eS3pP{margin-left:3rem;width:calc(100% - 4rem)}.Experience_timelineItem___Jy2R:nth-child(2n) .Experience_timelineContent__eS3pP,.Experience_timelineItem___Jy2R:nth-child(odd) .Experience_timelineContent__eS3pP{text-align:left}.Experience_clickIcon__c_Mvt{margin:0;font-size:1.3rem;color:#ccc;opacity:0;transition:transform .3s ease,opacity .2s ease;transform:rotate(180deg);flex-shrink:0}.Experience_timelineItem___Jy2R:hover .Experience_clickIcon__c_Mvt{opacity:1}.Experience_iconOpen__w6N3v{transform:rotate(270deg)!important;color:var(--primary-color)}.Experience_titleExperience__PWABV{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;width:100%}.Experience_titleExperienceContent__kKeyo{display:flex;flex-direction:column;gap:.4rem;flex:1 1}.Experience_jobTitle__N3dSL{font-size:var(--card-title-font-size);font-weight:var(--card-title-font-weight);color:var(--primary-color)}.Experience_companyName__wjz0J{font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);color:var(--text-color-light)}html.dark .Experience_companyName__wjz0J{color:#d1d1d1}.Experience_experienceDate__9JbTy{font-size:15px;color:#aaa;margin:7px 0}@media(max-width:768px){.Experience_experienceDate__9JbTy{font-size:.95rem}}.Experience_experienceList__mCUjm{margin-top:1rem;padding-left:1rem;list-style:none;font-weight:400;line-height:1.5}.Experience_experienceList__mCUjm li{font-size:.975rem;line-height:1.4;font-weight:400;margin-bottom:.5rem;position:relative;padding-left:.2rem;color:var(--text-color-light)}html.dark .Experience_experienceList__mCUjm li{color:#d1d1d1}.Experience_experienceList__mCUjm li:before{content:"✓";position:absolute;left:-1rem;top:0;color:var(--primary-color);font-weight:400;font-size:1rem}@media(max-width:768px){.Experience_experienceSection__p0W1W{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;align-items:center;align-content:center;padding:1rem .5rem}.Experience_experienceList__mCUjm{text-align:left;margin:0;padding-left:0;list-style:none}.Experience_experienceList__mCUjm li{font-size:.95rem;line-height:1.5;margin-bottom:.2rem;padding-left:1rem}.Experience_experienceList__mCUjm li:before{content:"✓";position:absolute;left:-.5rem;top:.1rem}.Experience_timelineRight__y_4FW{width:100%;margin:0;padding:.25rem 1rem}.Experience_timelineLeft__dDtdO{margin:0;padding:0;width:2rem}.Experience_timelineItem___Jy2R{width:100%;margin:0;padding:.875rem 0}.Experience_titleExperience__PWABV{font-size:.5rem;align-items:flex-start;justify-content:flex-start}.Experience_titleExperienceContent__kKeyo{text-align:left;align-items:flex-start}.Experience_jobTitle__N3dSL{font-size:1.2rem;text-align:left}.Experience_companyName__wjz0J{font-size:1.1rem;text-align:left}.Experience_timeline__wEjha{width:100%;margin:0;padding:0}.Experience_circle__0ms_t,.Experience_timeline__wEjha:before{display:none}}@keyframes Experience_borderGradientExperience__vH3sk{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}.SkillsSummary_highlight__4TzQo{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.SkillsSummary_highlight__4TzQo{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.SkillsSummary_skillsSummaryContainer__hL0Eq{background-image:var(--background-colorB-gradient);background-color:var(--background-colorB);width:100%;height:100%;padding:1.75rem 0}html.dark .SkillsSummary_skillsSummaryContainer__hL0Eq{background-image:none;background-color:var(--dark-light);color:#ecebeb}@media(max-width:768px){.SkillsSummary_skillsSummaryContainer__hL0Eq{padding:1rem 0;height:100%}}.SkillsSummary_skillsSummarySection__OzCtZ{max-width:var(--container-max-width);margin-inline:auto;padding:2.5rem 0}.SkillsSummary_subtitle__YzB3p{font-size:var(--subtitle-font-size);color:var(--subtitle-color);margin:1.25rem auto 2rem;text-align:center;font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);max-width:60ch}html.dark .SkillsSummary_subtitle__YzB3p{color:rgba(210,210,218,.92)}@media(max-width:768px){.SkillsSummary_subtitle__YzB3p{font-size:var(--subtitle-font-size-mobile);margin:.75rem auto 1rem;padding:0}}.SkillsSummary_dragHint__vKkQ2{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--subtitle-color);margin:-.5rem 0 1.5rem;font-weight:400}html.dark .SkillsSummary_dragHint__vKkQ2{color:rgba(200,200,210,.85)}@media(max-width:768px){.SkillsSummary_dragHint__vKkQ2{font-size:.8rem;margin-bottom:1rem}}.SkillsSummary_dragHintIcon__qi9UT{flex-shrink:0;color:var(--primary-color);animation:SkillsSummary_handShake__tTdOO 1.5s ease-in-out infinite}@keyframes SkillsSummary_handShake__tTdOO{0%,to{transform:rotate(0deg)}25%{transform:rotate(14deg)}75%{transform:rotate(-14deg)}}.SkillsSummary_skillsTitle__GyTfu{margin-bottom:.5rem}.SkillsSummary_skillIcon__cMSxC,.SkillsSummary_skillsIconA__WmTCW{color:#97004c;width:24px;height:24px;fill:currentColor;transition:transform .4s cubic-bezier(.4,0,.2,1);animation:SkillsSummary_iconFloatSkills__vTqMH 6s ease-in-out infinite;transform-origin:center}@keyframes SkillsSummary_iconFloatSkills__vTqMH{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}.SkillsSummary_skillsCard__prXAG:hover .SkillsSummary_skillIcon__cMSxC,.SkillsSummary_skillsCard__prXAG:hover .SkillsSummary_skillsIconA__WmTCW{transform:translateY(1px) scale(1.1);animation:SkillsSummary_iconFloatSkillsHover__0fY0J 2s ease-in-out infinite}@keyframes SkillsSummary_iconFloatSkillsHover__0fY0J{0%,to{transform:translateY(1px) scale(1)}50%{transform:translateY(1px) scale(1)}}.SkillsSummary_skillName__kj118{font-size:.95rem;font-weight:400;padding-left:1rem}.SkillsSummary_skillsGrid__JaGPo{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media(max-width:768px){.SkillsSummary_skillsGrid__JaGPo{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.5rem;padding:.25rem 1.25rem}}.SkillsSummary_skillsCard__prXAG{background-color:rgba(0,0,0,0);border:none;color:var(--text-color-light);display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:1.1rem 1.75rem;margin:0;text-align:center;border-radius:var(--br);box-shadow:0 3px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,0);transition:transform .3s ease,background-color .3s ease;position:relative;background-clip:padding-box;overflow:visible}.SkillsSummary_skillsCard__prXAG:before{content:"";position:absolute;inset:-1px;border-radius:var(--br);padding:1px;background:linear-gradient(90deg,rgba(247,86,166,.3),rgba(247,86,166,.3) 30%,rgba(247,86,166,.4) 50%,rgba(247,86,166,.3) 70%,rgba(247,86,166,.3));background-size:200% 100%;background-position:-200% 0;animation:SkillsSummary_borderGradientSkills__c6Plj 10s ease-in-out infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.SkillsSummary_skillsCard__prXAG>*{position:relative;z-index:1}html.dark .SkillsSummary_skillsCard__prXAG{background-color:#181c33;color:#fff}html.dark .SkillsSummary_skillsCard__prXAG:before{background:linear-gradient(90deg,rgba(248,248,248,.1),rgba(248,248,248,.1) 30%,rgba(250,81,166,.3) 50%,rgba(248,248,248,.1) 70%,rgba(248,248,248,.1))}@keyframes SkillsSummary_borderGradientSkills__c6Plj{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}.SkillsSummary_skillsCard__prXAG:hover{background-color:rgba(241,194,218,.25);transform:translateY(-1px);box-shadow:0 6px 12px rgba(0,0,0,.1)}@media(max-width:768px){.SkillsSummary_skillsSummarySection__OzCtZ{padding:0 .5rem}.SkillsSummary_skillsCard__prXAG{margin:.25rem 0;width:70%;padding:.9rem 1.5rem}.SkillsSummary_skillName__kj118{font-size:.95rem;padding-left:1rem}.SkillsSummary_skillIcon__cMSxC,.SkillsSummary_skillsIconA__WmTCW{width:24px;height:24px}}.SkillsSummary_sortableGhost__qw_eP{opacity:.5;transform:rotate(5deg);transition:all .2s ease}.SkillsSummary_sortableChosen__5xlg8{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.15);transition:all .2s ease}.SkillsSummary_sortableDrag__oI2_l{opacity:.8;transform:scale(1.1);z-index:1000;transition:all .2s ease}.SkillsSummary_skillsGrid__JaGPo:hover .SkillsSummary_skillsCard__prXAG{cursor:-webkit-grab;cursor:grab}.SkillsSummary_skillsGrid__JaGPo:hover .SkillsSummary_skillsCard__prXAG:active{cursor:-webkit-grabbing;cursor:grabbing}.SkillsSummary_buttonWrapper__VwARr{display:flex;justify-content:flex-end;margin-top:1.5rem}@media(max-width:768px){.SkillsSummary_buttonWrapper__VwARr{justify-content:center;margin-top:0}}.Button_highlight__so8uV{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.Button_highlight__so8uV{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.Button_buttonContainer__nd9TA{display:flex;justify-content:flex-start}@media(max-width:768px){.Button_buttonContainer__nd9TA{padding:0 .5rem}}.Button_buttonLink__9WZzA{text-decoration:none!important;display:inline-block}.Button_button__OFOdO{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;padding:0 1.5rem;font-weight:500;font-size:.95rem;letter-spacing:.01em;border-radius:var(--br);cursor:pointer;text-decoration:none!important;white-space:nowrap;border:1px solid rgba(0,0,0,0);transition:background-color .2s ease,border-color .2s ease,color .2s ease}@media(max-width:768px){.Button_button__OFOdO{height:2.5rem;padding:0 1.25rem;font-size:.875rem}}.Button_primary__WTwSy{background-color:var(--primary-color);color:#fff}.Button_primary__WTwSy:hover{background-color:var(--primary-colorA)}html.dark .Button_primary__WTwSy{background-color:var(--primary-color);color:#fff}html.dark .Button_primary__WTwSy:hover{background-color:var(--primary-colorA)}.Button_secondary__KMeNe{height:3rem;padding:0 2rem;font-size:1rem;background-color:rgba(255,255,255,.65);color:var(--text-color);border-color:rgba(0,0,0,.32)}.Button_secondary__KMeNe:hover{background-color:rgba(255,255,255,.9);border-color:rgba(0,0,0,.5)}@media(max-width:768px){.Button_secondary__KMeNe{height:2.75rem;padding:0 1.6rem;font-size:.925rem}}html.dark .Button_secondary__KMeNe{color:#e4e3e3;background-color:rgba(0,0,0,.45);border-color:rgba(255,255,255,.32)}html.dark .Button_secondary__KMeNe:hover{background-color:rgba(0,0,0,.65);border-color:rgba(255,255,255,.5)}.Button_icon__xQgVe{margin-left:.6rem;display:inline-flex;align-items:center;color:currentColor}.Button_icon__xQgVe svg{stroke:currentColor;width:1rem;height:1rem;transition:color .2s ease}@media(max-width:768px){.Button_icon__xQgVe{margin-left:.5rem}.Button_icon__xQgVe svg{width:.9rem;height:.9rem}}.Button_buttonSmall__Di6y_{height:2.25rem;padding:0 1.1rem;font-size:.825rem}@media(max-width:768px){.Button_buttonSmall__Di6y_{height:2.1rem;padding:0 1rem;font-size:.8rem}}.Button_buttonWrapper__fSNlP{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.Button_title__XM2gu{display:inline-block;position:relative;font-size:var(--h2-content-font-size);color:var(--text-color-light);text-decoration:none;padding:0;margin:0;font-weight:var(--h2-content-font-weight)}@media(max-width:768px){.Button_title__XM2gu{font-size:var(--h2-content-font-size-mobile);padding:0 .5rem}}.HomeText_homeTextContainer__e0wri{padding:1rem 0;margin:0 auto;color:var(--text-color-dark);width:100%;max-width:100%;box-sizing:border-box}p.HomeText_greeting__IinRq{display:block;width:100%;max-width:640px;font-size:1rem!important;color:var(--text-color-light)!important;line-height:1.6!important;letter-spacing:0!important;font-weight:400!important;text-transform:none!important;font-family:inherit!important;margin:0 0 1rem;padding:0}@media(max-width:768px){p.HomeText_greeting__IinRq{max-width:100%;font-size:.95rem!important;margin:0 0 .75rem;text-align:center;width:100%}}.HomeText_highlight__oaKlh,.HomeText_nameHighlight__ee38A{padding:0;margin:0;color:var(--primary-color);font-family:Space Grotesk,sans-serif}.HomeText_highlight__oaKlh{font-size:4.15rem;letter-spacing:var(--h1-highlight-letter-spacing);font-weight:var(--h1-highlight-font-weight)}@media(max-width:768px){.HomeText_highlight__oaKlh{font-size:2.2rem}}.HomeText_mainTitle__yX2zq{font-size:3.25rem;font-weight:600;margin:0 0 1.25rem;line-height:1.12;max-width:900px;letter-spacing:-.025em;color:var(--text-color);white-space:pre-line;overflow-wrap:break-word;word-break:break-word;min-width:0;width:100%;box-sizing:border-box}html.dark .HomeText_mainTitle__yX2zq{color:var(--text-color-dark-mode)}@media(max-width:768px){.HomeText_mainTitle__yX2zq{margin:0 0 .15rem;padding:0;line-height:1.08;font-size:2.2rem;text-align:center;max-width:100%}}.HomeText_subTitle__DFOQ_{font-size:1.25rem;font-weight:var(--h2-font-weight);max-width:640px;color:var(--text-color-light);margin:0 0 1.5rem;width:100%;text-align:left;box-sizing:border-box;line-height:1.55;letter-spacing:0}@media(max-width:768px){.HomeText_subTitle__DFOQ_{font-size:1.05rem;margin:.1rem 0 0;line-height:1.45;min-width:0!important;max-width:100%;width:100%;padding:0;box-sizing:border-box;text-align:center}}.HomeText_description__TrmqV{width:100%;max-width:640px;font-size:1rem;color:var(--text-color-light);line-height:1.6;letter-spacing:0;margin:0 0 2rem;box-sizing:border-box}@media(max-width:768px){.HomeText_description__TrmqV{width:100%;max-width:100%;font-size:.95rem;margin-bottom:1.5rem;padding:0;box-sizing:border-box}}.HomeText_ctaButtons__LxiQY{display:flex;gap:.85rem;margin:0 0 1.75rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box}.HomeText_ctaButtons__LxiQY a{text-decoration:none;height:2.875rem;padding:0 1.5rem;font-weight:500;font-size:.95rem;letter-spacing:.005em;border-radius:var(--br);transition:background-color .2s ease,border-color .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;flex-shrink:1;min-width:0;box-sizing:border-box}.HomeText_btnPrimary__QIUYt{background-color:var(--primary-color);color:#fff;border:1px solid var(--primary-color);border-radius:999px;height:3rem;padding:0 1.85rem;font-size:1rem;box-shadow:0 6px 18px rgba(0,0,0,.12);transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.HomeText_btnPrimary__QIUYt:hover{background-color:var(--primary-colorA);border-color:var(--primary-colorA);box-shadow:0 8px 22px rgba(0,0,0,.18)}.HomeText_btnPrimary__QIUYt:hover .HomeText_arrow__0sCO1{transform:translateX(2px)}.HomeText_btnSecondary__CK3Ob{background-color:rgba(255,255,255,.85);color:var(--text-color);border:1px solid rgba(0,0,0,.4);border-radius:999px}.HomeText_btnSecondary__CK3Ob:hover{background-color:#fff;border-color:rgba(0,0,0,.55)}.HomeText_btnSecondary__CK3Ob:hover .HomeText_arrow__0sCO1{transform:translateX(2px)}html.dark .HomeText_btnSecondary__CK3Ob{color:var(--text-color-dark-mode);background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}html.dark .HomeText_btnSecondary__CK3Ob:hover{background-color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.62)}.HomeText_socialProof__4bf7a{display:flex;align-items:center;gap:0;margin-top:1.5rem}.HomeText_socialProof__4bf7a .HomeText_socialProofCopy__lCIVF{margin-left:-.25rem}.HomeText_avatarStack__A2NeL{position:relative;display:flex;align-items:center;flex-shrink:0;padding-left:1.4rem;overflow:visible}.HomeText_avatarPlus__rbmZh{position:absolute;top:50%;left:0;transform:translate(-25%,-50%);z-index:5;font-size:1.75rem;font-weight:300;color:var(--text-color-light);opacity:.55;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}html.dark .HomeText_avatarPlus__rbmZh{color:rgba(235,235,235,.55);opacity:1}.HomeText_avatarCircle__MVW8B{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.12);background-color:#f0f0f0;filter:grayscale(.55) brightness(.96)}.HomeText_avatarCircle__MVW8B:not(:first-child){margin-left:-16px}html.dark .HomeText_avatarCircle__MVW8B{border-color:var(--background-colorA,#181c33);box-shadow:0 2px 6px rgba(0,0,0,.4);filter:grayscale(.6) brightness(.92)}.HomeText_socialProofCopy__lCIVF{display:inline-flex;align-items:center;margin:0;font-size:.8rem;font-weight:400;color:var(--text-color-light);opacity:.9;line-height:1.3;white-space:nowrap}.HomeText_socialProofPlus__sTZ5e{display:inline-block;font-size:1.5rem;font-weight:200;line-height:1;color:var(--text-color-light);opacity:.45;margin-right:.15rem;transform:translateY(-1px)}.HomeText_socialProofCopy__lCIVF>span:last-child{transform:translateY(1px)}@media(max-width:768px){.HomeText_socialProof__4bf7a{justify-content:center;margin-top:1.25rem;gap:.6rem}.HomeText_avatarCircle__MVW8B{width:30px;height:30px}.HomeText_avatarCircle__MVW8B:not(:first-child){margin-left:-14px}.HomeText_avatarPlus__rbmZh{font-size:.85rem;top:-.05rem;left:.15rem}.HomeText_socialProofCopy__lCIVF{font-size:.72rem;white-space:normal}}.HomeText_heroStats__yMIwa{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .85rem;font-size:.85rem;color:var(--text-color-light)}.HomeText_heroStats__yMIwa li{display:inline-flex;align-items:baseline;gap:.3rem}.HomeText_heroStats__yMIwa strong{color:var(--text-color);font-weight:600;letter-spacing:-.01em}html.dark .HomeText_heroStats__yMIwa strong{color:var(--text-color-dark-mode)}.HomeText_heroStatsDot__8vhHu{opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.HomeText_arrow__0sCO1{font-size:.95rem;margin-left:.55rem;font-weight:500;transition:transform .15s ease-in-out;transform:rotate(0deg);flex-shrink:0}@media(max-width:768px){.HomeText_homeTextContainer__e0wri{padding:0 .25rem .2rem;width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column}.HomeText_homeTextContainer__e0wri>section{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.HomeText_homeTextContainer__e0wri>section:first-child{order:1}.HomeText_homeTextContainer__e0wri>section:nth-child(2){order:2}.HomeText_homeTextContainer__e0wri>section:last-child{order:4;width:100%;max-width:100%;box-sizing:border-box;position:relative;z-index:10}.HomeText_techIcons__g_eWP{justify-content:center;margin-bottom:0}.HomeText_ctaButtons__LxiQY{flex-direction:column;gap:.65rem;margin:.5rem 0 1rem;width:100%;max-width:100%;padding-bottom:0;align-items:center}.HomeText_ctaButtons__LxiQY a{width:85%;max-width:85%;height:2.75rem;padding:0 1.2rem;font-size:.95rem;justify-content:center;margin:0}.HomeText_heroStats__yMIwa{justify-content:center;font-size:.75rem;gap:.4rem .7rem;padding:0 1rem}.HomeText_arrow__0sCO1{font-size:.8rem;margin-left:.4rem}}.HomeText_calendlyContainer__OtsVr{width:100%;max-width:100%;margin-top:2rem;box-sizing:border-box}@media(max-width:768px){.HomeText_calendlyContainer__OtsVr{margin-top:1.5rem}}.ProjectsSection_highlight__L8eny{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.ProjectsSection_highlight__L8eny{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.ProjectsSection_projectsSectionContainer__JqMFx{width:100%;background-image:var(--background-colorB-gradient);background-color:var(--background-colorB);padding:1.75rem 0}@media(max-width:768px){.ProjectsSection_projectsSectionContainer__JqMFx{padding:1rem 0}}html.dark .ProjectsSection_projectsSectionContainer__JqMFx{background-image:none;background-color:var(--dark-light);color:#ebebeb}.ProjectsSection_tutorialsVariant__uNB__{background-image:none;background-color:var(--background-colorA)}html.dark .ProjectsSection_tutorialsVariant__uNB__{background-color:var(--dark-light)}.ProjectsSection_projectsSection__KFMlh{max-width:var(--container-max-width);margin-inline:auto;padding:2.5rem 0}.ProjectsSection_subtitle__Xas3y{font-size:var(--subtitle-font-size);color:var(--subtitle-color);margin:1.25rem auto 0;line-height:var(--subtitle-line-height);font-weight:var(--subtitle-font-weight);text-align:center;max-width:60ch}html.dark .ProjectsSection_subtitle__Xas3y{color:rgba(235,235,235,.7)}@media(max-width:768px){.ProjectsSection_subtitle__Xas3y{font-size:var(--subtitle-font-size-mobile);margin-top:.25rem;padding:0 .75rem}}.ProjectsSection_singleColumn__6pUJz{padding-top:.75rem}@media(max-width:768px){.ProjectsSection_projectsSectionContainer__JqMFx{background-image:var(--background-colorB-gradient);background-color:var(--background-colorB);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.ProjectsSection_tutorialsVariant__uNB__{background-image:none;background-color:var(--background-colorA)}.ProjectsSection_projectsSection__KFMlh{width:100%;max-width:100%;display:flex;flex-direction:column;padding:0;margin:0;height:auto;box-sizing:border-box;overflow-x:hidden}.ProjectsSection_singleColumn__6pUJz{padding-top:.5rem}}.RecentProjects_highlight__SGj8x{display:inline-block;position:relative;font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);color:var(--h3-color);text-decoration:none;padding:0;margin:1rem 0 var(--h3-spacing) 0}@media(max-width:768px){.RecentProjects_highlight__SGj8x{font-size:var(--h3-font-size-mobile);margin-bottom:var(--h3-spacing-mobile)}}.RecentProjects_title__rDsks{font-size:1.75rem;color:var(--text-color-light);margin:0;padding-bottom:.5rem;font-weight:400}.RecentProjects_recentProjects__Rwhbe{padding:1.5rem 0;width:100%}@media(max-width:768px){.RecentProjects_recentProjects__Rwhbe{padding:1rem .5rem}}.RecentProjects_projectsContainer__MnTDb{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;padding:.5rem 0;box-sizing:border-box;width:100%}.RecentProjects_projectsButtonContainer__tLFfE{display:flex;justify-content:flex-end;text-align:right;padding:1rem 0}@media(max-width:768px){.RecentProjects_projectsButtonContainer__tLFfE{padding:0;margin-bottom:1rem;justify-content:center;width:100%;max-width:100%;box-sizing:border-box}.RecentProjects_recentProjects__Rwhbe{width:100%;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;max-width:100%}.RecentProjects_projectsContainer__MnTDb{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:.25rem 1.75rem;margin:0;overflow-x:hidden}.RecentProjects_projectsContainer__MnTDb,.RecentProjects_projectsContainer__MnTDb>*,.RecentProjects_title__rDsks{width:100%;max-width:100%;box-sizing:border-box}.RecentProjects_title__rDsks{text-align:center;font-size:1.25rem;padding:.25rem .5rem 0;margin-bottom:-.5rem}}