:root{--light-theme-bg:#eeeff1;--light-theme-text:#011502;--dark-theme-bg:#203139;--dark-theme-text:#f1e9db}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:1rem;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}html{font-family:"Poppins",sans-serif;font-weight:300;font-size:20px}body{margin:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}.theme{transition:background-color .3s ease-in-out 0s,color .3s ease-in-out 0s}.theme .career-highlight_timeline-icon{transition:background-color .3s ease-in-out 0s,border-color .3s ease-in-out 0s}.theme .career-highlight_timeline-line{transition:background-color .3s ease-in-out 0s}.theme a{transition:color .3s ease-in-out 0s}.theme .header_theme-toggle .toggle,.theme .tag{transition:border-color .3s ease-in-out 0s}.light-theme,.light-theme .career-highlight_timeline-icon{background-color:#eeeff1;background-color:var(--light-theme-bg)}.light-theme,.light-theme a{color:#011502;color:var(--light-theme-text)}.light-theme .career-highlight_timeline-line,.light-theme .header_theme-toggle .toggle:after{background-color:#011502;background-color:var(--light-theme-text)}.light-theme .career-highlight_timeline-icon,.light-theme .header_theme-toggle .toggle,.light-theme .tag{border-color:#011502;border-color:var(--light-theme-text)}.light-theme a:hover{opacity:.7}.dark-theme,.dark-theme .career-highlight_timeline-icon{background-color:#203139;background-color:var(--dark-theme-bg)}.dark-theme,.dark-theme a{color:#f1e9db;color:var(--dark-theme-text)}.dark-theme .career-highlight_timeline-line,.dark-theme .header_theme-toggle .toggle:after{background-color:#f1e9db;background-color:var(--dark-theme-text)}.dark-theme .career-highlight_timeline-icon,.dark-theme .header_theme-toggle .toggle,.dark-theme .tag{border-color:#f1e9db;border-color:var(--dark-theme-text)}.dark-theme a:hover{opacity:.7}.page-container{padding-top:5rem}.wrapper{max-width:1140px;padding:0 30px;margin:0 auto}.grid{display:grid;grid-column-gap:50px;-webkit-column-gap:50px;column-gap:50px}.grid-10{grid-template-columns:repeat(10,1fr)}.grid-align-center{align-items:center}p{line-height:1.5}h1{font-size:4rem;margin-bottom:2rem}h1,h2{font-weight:500}h2{font-size:2rem;margin-bottom:1rem}.text-bigger{font-size:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-bold{font-weight:500}.section{padding-top:5rem;padding-bottom:5rem}@media screen and (max-width:1140px){html{font-size:18px}.section{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width:1000px){h1{font-size:3rem}.grid{grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem}}@media screen and (max-width:760px){html{font-size:16px}.section{padding-top:1.5rem;padding-bottom:1.5rem}h1{margin-bottom:1rem}h2{text-align:center}.text-bigger{font-size:1.25rem}}@media screen and (max-width:600px){.grid{grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}.wrapper{padding:0 1rem}}.header{height:4rem;position:fixed;width:100%;padding:1rem 0;background-color:inherit;z-index:3}.header_container,.header_links{display:flex;justify-content:space-between}.header_logo{font-size:2rem;line-height:2rem;cursor:default}.header_links ul{display:flex;flex-direction:row;justify-content:space-between}.header_link{margin-right:1rem;line-height:2rem}.header_theme-toggle{display:flex;align-items:center;font-size:1rem}.header_theme-toggle .toggle{display:inline-block;width:2em;height:1em;border:2px solid #000;border-radius:.5em;position:relative;margin:0 .5rem;cursor:pointer}.header_theme-toggle .toggle:after{content:"";display:block;width:calc(50% + 2px);height:calc(100% + 2px);border-radius:50%;position:absolute;top:-1px;background-color:#000}.header_theme-toggle.header_theme-toggle_light .toggle:after{left:-1px}.header_theme-toggle.header_theme-toggle_dark .toggle:after{left:calc(50% - 1px)}@media screen and (max-width:600px){.header_links ul{display:none}.header_theme-toggle{font-size:1.5rem}}.career-highlight_timeline{grid-column-start:1;grid-column-end:2;position:relative}.career-highlight_info{grid-column-start:2;grid-column-end:11;padding-top:.375rem;padding-bottom:1rem}.career-highlight_timeline-icon{width:3rem;height:3rem;border-radius:1.5rem;border:2px solid #000;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.career-highlight_timeline-icon svg{font-size:1.5rem}.career-highlight_timeline-line{position:absolute;top:0;height:100%;width:2px;background-color:#000;left:1.5rem;z-index:1}.career-highlight_description,.career-highlight_timings{margin-bottom:.5rem}@media screen and (max-width:760px){.career-highlight_info{padding-top:.5rem}}@media screen and (max-width:600px){.career-highlight_timeline-icon{width:2rem;height:2rem}.career-highlight_timeline-icon svg{font-size:1rem}.career-highlight_timeline-line{left:1rem}.career-highlight_info{padding-top:.125rem}}.tag{display:inline-block;padding:10px;margin-right:10px;margin-bottom:10px;border:1px solid #000;border-radius:10px;font-weight:500}@media screen and (max-width:600px){.tag{font-size:.8rem;padding:8px;margin-right:8px;margin-bottom:8px;border-radius:8px}}.contacts_title{grid-column-start:1;grid-column-end:7}.contacts_list{grid-column-start:7;grid-column-end:11}.contacts_contact-list{padding-top:.4rem;width:auto;margin-left:auto;margin-right:auto}.contacts_contact{margin-bottom:1rem;font-size:1.5rem}.contacts_contact-icon{margin-right:.8rem}@media screen and (max-width:1000px){.contacts_contact{font-size:1rem;margin-bottom:.5rem}.contacts_contact-icon{margin-right:.5rem}}@media screen and (max-width:760px){.contacts_list,.contacts_title{grid-column-start:1;grid-column-end:11}.contacts_title{text-align:center}.contacts_list{display:flex;align-items:center;justify-content:center}}.greeting_photo{border-radius:10px;grid-column-start:1;grid-column-end:5;align-self:start}.greeting_photo img{width:100%;height:auto;border-radius:10px}.greeting_text{grid-column-start:5;grid-column-end:11}@media screen and (max-width:600px){.greeting_photo,.greeting_text{grid-column-start:1;grid-column-end:11}.greeting_photo img{max-width:300px}.greeting_text{margin-top:1rem}}.about-me_description{grid-column-start:1;grid-column-end:7}.about-me_description__text{margin-top:.5rem}.about-me_tags{padding-top:3rem;grid-column-start:7;grid-column-end:11}@media screen and (max-width:760px){.about-me_description,.about-me_tags{grid-column-start:1;grid-column-end:11}.about-me_tags{padding-top:1.5rem}}
/*# sourceMappingURL=main.785d007d.chunk.css.map */