.introduction-banner-module__e9Huwq__container{background:var(--background);flex-flow:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.introduction-banner-module__e9Huwq__hero{flex-flow:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;padding:1em 2em;font-size:1rem;display:flex}.introduction-banner-module__e9Huwq__profilePhoto{border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin-top:2rem;display:flex;overflow:hidden;box-shadow:0 8px 24px #5252e426}.introduction-banner-module__e9Huwq__profilePhoto img{object-fit:cover;width:100%;height:100%}.introduction-banner-module__e9Huwq__heroContent{margin-top:.5rem}.introduction-banner-module__e9Huwq__heroContent p{text-align:center;color:#555;line-height:1.8}.introduction-banner-module__e9Huwq__highlight{color:var(--primary-color);font-weight:600}.introduction-banner-module__e9Huwq__heroOptions{flex-flow:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.introduction-banner-module__e9Huwq__heroOptions>button{background:var(--primary-color);width:35%;max-width:130px;color:var(--font-white-color);border-radius:.8rem;padding:.6em 1em;font-weight:700}.introduction-banner-module__e9Huwq__heroBtnResume,.introduction-banner-module__e9Huwq__heroBtnGithub,.introduction-banner-module__e9Huwq__heroBtnLinked>a{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;width:100%;display:flex}.introduction-banner-module__e9Huwq__heroGreet{text-align:center;font-size:2.5rem;font-weight:700}.introduction-banner-module__e9Huwq__hero h4 strong{border-bottom:3px solid var(--primary-color);padding-bottom:.2rem}@media (min-width:768px){.introduction-banner-module__e9Huwq__heroOptions>button{padding:1em}}@media (min-width:1024px){.introduction-banner-module__e9Huwq__container{flex-flow:row;justify-content:center}.introduction-banner-module__e9Huwq__profilePhoto{width:300px;height:300px}.introduction-banner-module__e9Huwq__hero{width:50%}.introduction-banner-module__e9Huwq__heroOptions{flex-wrap:nowrap}.introduction-banner-module__e9Huwq__heroOptions>button{width:100%;max-width:150px;padding:.8em 1em}}
.education-section-module__T5QCOq__container{background:var(--font-black-color);flex-direction:column;justify-content:center;width:100%;min-height:100vh;display:flex}.education-section-module__T5QCOq__container h2{color:var(--font-white-color);padding:2rem 1rem 1rem 2rem;font-size:1.5rem}.education-section-module__T5QCOq__cardContainer{background:var(--font-black-color);color:var(--font-white-color);grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr;justify-items:center;row-gap:25px;padding:2rem;display:grid}.education-section-module__T5QCOq__card{background:var(--font-black-color);text-align:left;cursor:pointer;z-index:0;flex-flow:column;width:100%;height:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.education-section-module__T5QCOq__card>div{padding:1rem}.education-section-module__T5QCOq__cardBody,.education-section-module__T5QCOq__cardFooter{margin-top:auto}.education-section-module__T5QCOq__cardTitleEquivalents{color:var(--font-white-color);margin-left:1.5rem;font-size:.8em;list-style:outside}.education-section-module__T5QCOq__cardTitleEquivalents li{margin:.5rem}.education-section-module__T5QCOq__card:before{content:"";z-index:-2;background-image:conic-gradient(#fff 0deg 90deg,#0000 130deg 180deg,#5252e4 180deg 270deg,#0000 310deg 360deg);width:160%;height:130%;transition:transform 1s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-280deg)}.education-section-module__T5QCOq__card:hover:before{transform:translate(-50%,-50%)rotate(-100deg)}.education-section-module__T5QCOq__card:after{content:"";background:var(--font-black-color);z-index:-1;width:98%;height:98%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:450px){.education-section-module__T5QCOq__card{width:380px;height:380px}}@media (min-width:768px){.education-section-module__T5QCOq__card{width:100%;height:100%}.education-section-module__T5QCOq__cardContainer{grid-template-columns:repeat(2,1fr);column-gap:25px}}@media (min-width:1080px){.education-section-module__T5QCOq__cardContainer{grid-template-columns:repeat(auto,1fr)}.education-section-module__T5QCOq__card{width:380px;height:380px}}@media (min-width:1200px){.education-section-module__T5QCOq__card:before{width:200%;height:150%}}
.tech-section-module__Bpaatq__container{background:var(--background);flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:1rem 0;display:flex}.tech-section-module__Bpaatq__container h2{color:var(--font-black-color);padding:2rem 1rem 1rem 2rem;font-size:1rem}.tech-section-module__Bpaatq__cardContainer{grid-template-columns:repeat(auto-fill,140px);grid-auto-rows:1fr;justify-content:center;gap:1.5rem;display:grid}.tech-section-module__Bpaatq__card{background:var(--font-white-color);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.tech-section-module__Bpaatq__card:hover{transform:translateY(-4px)}.tech-section-module__Bpaatq__cardIcon{width:38px;height:38px}.tech-section-module__Bpaatq__cardTitle{font-size:.95rem;font-weight:500}@media (min-width:768px){.tech-section-module__Bpaatq__cardContainer{padding:2rem}.tech-section-module__Bpaatq__container h2{font-size:1.5rem}.tech-section-module__Bpaatq__card{width:120px;height:120px}}
