*{font-size:1rem;box-sizing:border-box}*,li,ol,ul{margin:0;padding:0}a{color:unset;text-decoration:none}.light{--page-background-color:#f0efeb;--page-main-color:#ddd;--page-text-color:#121212;--page-btn-color:#ffafcc;--page-remark-color:#cdb4db}.dark,.light{--page-break-color:#8ecae6}.dark{--page-background-color:#121212;--page-main-color:#1f1f1f;--page-text-color:#e5e4e2;--page-btn-color:#cdb4db;--page-remark-color:#ffafcc}.page{font-family:"Poppins",sans-serif;margin:0;background-color:#cdb4db}.page__wrapper{background:#fff;padding:25px;border-radius:30px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);position:relative;top:-15px;margin:0 auto}@media (min-width:768px){.page .page__wrapper{padding:0 48px 48px;top:-150px}}@media (min-width:1140px){.page .page__wrapper{max-width:870px}}.page__line{border-top:.5px solid #ffafcc;height:30px;margin-top:10px}.page__line--contact{border-top:.5px solid #3a3636;height:30px;margin-top:20px}@media (min-width:768px){.page__line--contact{margin-top:40px}}@media (min-width:1140px){.page__line--contact{margin-top:90px}}.page__header{width:100%;margin:0}.page__myPhoto{border-radius:50%;width:30%;margin:10px 0 5px}.page__title{font-weight:600;font-size:1.5rem;margin:10px 0 5px}.page__subtitle{font-weight:300;font-size:.7rem;margin:1px 0}.page__labelList{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:20px 0}.page__labelList--label{list-style:none;font-size:.6rem;font-weight:200;padding:3px;margin:0 5px 5px 0;border-radius:10px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.good{background-color:#bee1e6}.medium{background-color:#ffd7ba}.basic{background-color:#fad2e1}.page__welcome{font-size:1rem;font-weight:500;margin:10px 0 5px}.page__welcome--text{font-size:.8rem;font-weight:300;margin:1px 0}.styles_typicalWrapper__1_Uvh{font-size:.8rem;font-weight:400}.page__socialList{display:flex;flex-wrap:wrap;margin:10px 0 5px}.page__socialList--icon{list-style:none;font-size:1rem;padding:2px 5px 2px 0;margin:0 10px 0 0}.page__socialList a{text-decoration:none;color:#1f1f1f;cursor:pointer}.page__socialList a:hover{color:#cdb4db}.page__work{font-size:1.5rem;font-weight:500;margin:10px 0 5px}.page__work--article{display:flex;flex-direction:row;margin:1px 0}.page__work--img{width:35px;height:30px;margin-right:10px}.page__work--description{display:flex;flex-direction:column}.page__work--title{font-size:1rem;font-weight:500;margin-bottom:2px}.page__work--subtitle{font-size:.7rem;font-weight:300;margin-top:0}.page__work--text{font-size:.8rem;font-weight:300}.page__studies{font-size:1.5rem;font-weight:500;margin:10px 0 5px}.accordion{margin-bottom:30px}.accordion-header{font-size:1rem}.accordion-body{font-size:.8rem;font-weight:300}.accordion-body .bold{font-size:.8rem;font-weight:500}.accordion-button:not(.collapsed){color:#121212}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c66r'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E")}.page__studies--link{text-decoration:none;color:#000;font-size:.7rem;position:relative;left:70%}.page__studies--link:hover{cursor:pointer;text-decoration:underline;color:#cdb4db}.page__projects{font-size:1.5rem;font-weight:500;margin:10px 0 5px}.page__projectList{display:flex;flex-direction:column}@media (min-width:768px){.page__projectList{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:10%}}.page__projectList--item{align-items:center;list-style:none;padding-bottom:15px}.page__projectList--title{font-size:1rem;font-weight:500}.page__projectList--text{font-size:.8rem;font-weight:300;text-align:justify;margin-bottom:5px}.page__projectList--icons a{padding:0 10px 0 0;text-decoration:none;color:#1f1f1f;cursor:pointer}.page__projectList--icons a:hover{color:#cdb4db}.page__contact{font-size:1.5rem;font-weight:500;margin:10px 0 5px}.page__contact--subtitle{font-weight:300}.page__form{width:100%;display:flex;flex-direction:column;border:1px solid #caf0f8;background-color:#8ecae6;border-radius:30px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);overflow:none!important;margin-bottom:20px;padding:2em 2em 10px}.page__form--contactInfo{display:flex;flex-direction:column;margin-bottom:15px}@media (min-width:768px){.page__form--contactInfo{flex-direction:row;align-items:flex-start;justify-content:space-between}}.page__form--label{font-size:.8rem;font-weight:300}.page__form--input{background-color:transparent;border:1px solid transparent;border-bottom-color:#001;margin-bottom:40px;outline:none;transition:border .4s}.page__form--input:focus{border:1px dashed #001}.page__form--textArea{height:150px;background-color:transparent;border:1px solid transparent;border-bottom-color:#001;margin-bottom:40px;outline:none;transition:border .4s}.page__form--textArea:focus{border:1px dashed #001}.page__form--textArea::-webkit-input-placeholder{font-size:.8rem;font-weight:300;opacity:1}.page__form--textArea:-ms-input-placeholder{font-size:.8rem;font-weight:300;opacity:1}.page__form--textArea::placeholder{font-size:.8rem;font-weight:300;opacity:1}.page__form--submit{border:1px solid #caf0f8;width:30%;border-radius:30px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);background-color:#caf0f8;transition:color 1s ease,border-color 1s ease}.page__form--submit:hover{color:#caf0f8;background-color:#1f1f1f;border-color:#1f1f1f}.page__footer{display:flex;justify-content:flex-end;padding-right:20px}.page__footer--authorName,.page__footer--copy{font-size:.6rem;font-weight:.6rem}
/*# sourceMappingURL=main.f3291ca8.chunk.css.map */