.icon{display:flex;justify-content:flex-end;align-items:center;width:50px;height:50px;padding:15px;cursor:pointer}.icon__line{display:block;position:relative;width:80%;height:2px;background:#0b0a07;transition:background .15s ease,transform .15s ease,width .15s ease,height 75ms ease}.icon__line:after,.icon__line:before{content:"";position:absolute;width:100%;height:2px;right:0;background:#0b0a07;transition:background .15s ease,transform .15s ease,width .15s ease}.icon--menu .icon__line{width:100%}.icon--menu .icon__line:before{width:70%;transform:translateY(-6px)}.icon--menu .icon__line:after{width:85%;transform:translateY(6px)}.icon--menu:hover .icon__line:before{width:100%;transform:translateY(-8.57143px)}.icon--menu:hover .icon__line:after{width:100%;transform:translateY(8.57143px)}.icon--close .icon__line{width:100%;height:0}.icon--close .icon__line:before{width:100%;transform:rotate(45deg)}.icon--close .icon__line:after{width:100%;transform:rotate(-45deg)}.icon--close:hover .icon__line{transform:rotate(90deg)}.menu{position:fixed;width:60px;height:60px;top:30px;right:30px;overflow:hidden;z-index:100;background:#ffd333;border-radius:50%;box-shadow:0 0 5px rgba(11,10,7,.5);transition:width 1s ease,height 1s ease,top 1s ease,right 1s ease;will-change:width,height,top,right}@media print{.menu{display:none}}@media screen and (min-width:769px){.menu{top:60px;right:60px;transition:width 0s ease,height 0s ease,top 0s ease,right 0s ease}}.menu--open{width:calc(max(400vh, 400vw) + 30px);height:calc(max(400vh, 400vw) + 30px);top:calc(max(200vh, 200vw)*-1 + 30px);right:calc(max(200vh, 200vw)*-1 + 30px)}.menu--open .menu__content{top:calc(max(200vh, 200vw) - 30px);right:calc(max(200vh, 200vw) - 30px)}.menu__content{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;top:-30px;right:-30px;transition:top 1s ease,right 1s ease;will-change:top,right}@media screen and (min-width:769px){.menu__content{top:-60px;right:-60px;transition:top 0s ease,right 0s ease}}.menu__content__icon{position:absolute;width:60px;height:60px;top:30px;right:30px}@media screen and (min-width:769px){.menu__content__icon{top:60px;right:60px}}.menu__content__links{display:flex;flex-direction:column;justify-content:center;align-items:center}.menu__content__links__link{padding:15px 6px;font-family:"Source Code Pro",monospace;font-weight:600;font-size:3rem;color:#0b0a07;text-transform:uppercase;transition:color .15s ease}.menu__content__links__link:hover{color:#00438f}.triangles{position:fixed;width:100%;height:100vh;overflow:hidden;z-index:-100}.triangles__triangle{position:absolute;width:0;height:0;will-change:transform}.triangles__triangle--back{right:0;bottom:0;width:25vw;border-left:10vw solid transparent;border-bottom:107.5vh solid #00438f}.triangles__triangle--front{right:-5vw;bottom:-5vh;border-bottom:40vh solid #07f;border-left:80vw solid transparent}.hex{display:flex;justify-content:center;align-items:center;max-height:100vh;max-width:100vw;width:100%;height:100%;overflow:hidden;-webkit-filter:drop-shadow(0 0 10px rgba(11,10,7,.5));filter:drop-shadow(0 0 10px rgba(11,10,7,.5))}.hex__image{position:absolute;display:block;max-width:100%;max-height:100%;width:87%;height:100%;top:0;bottom:0;left:0;right:0;margin:auto;object-fit:cover;object-position:center;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.home{width:100%;min-height:100vh}.home__title{position:absolute;margin:0;padding:0;top:30px;left:30px;font-weight:300;font-size:1.5rem;line-height:60px;color:#07f;visibility:hidden}@media screen and (min-width:769px){.home__title{top:60px;left:60px}}.home__hello{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center;width:100%;min-height:100vh;padding:15px}@media screen and (min-width:769px){.home__hello{flex-direction:row}}.home__hello__content{text-align:left;white-space:pre-line;font-weight:400;width:100%;height:50vh}@media screen and (min-width:769px){.home__hello__content{width:50vw;height:auto;font-weight:300;font-size:1.5rem}}.home__hello__photo{display:flex;justify-content:center;align-items:center;height:50vh}.home__hello__photo__hexagon{-webkit-filter:drop-shadow(0 0 10px rgba(11,10,7,.5));filter:drop-shadow(0 0 10px rgba(11,10,7,.5))}.home__section{display:flex}.home__section,.home__section__content{flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.home__section__content{display:block;max-width:900px;background:#fff;border-radius:10px 10px 0 0;box-shadow:0 0 10px rgba(11,10,7,.2);text-align:left;overflow:hidden}@media screen and (min-width:769px){.home__section__content{margin:0 60px;border-radius:10px;min-height:40vh}}.home__section__content__heading{display:flex;justify-content:space-between;align-items:center;padding:6px 15px;background:#ddd}.home__section__content__heading__title{font-family:"Source Code Pro",monospace;font-weight:300}.home__section__content__heading__buttons{display:flex;justify-content:space-evenly;align-items:center}.home__section__content__heading__buttons__button{height:10px;width:10px;margin:0 0 0 10px;border-radius:10px}.home__section__content__heading__buttons__button--green{background:#2ecc40}.home__section__content__heading__buttons__button--orange{background:#ff851b}.home__section__content__heading__buttons__button--red{background:#ff4136}.home__section__content__body{padding:15px}@media screen and (min-width:769px){.home__section__content__body{max-width:75%;padding:30px}}.home__section__content__body__content{letter-spacing:2px;line-height:1.75rem}.home__section__content__body__content a:hover{color:#00438f}.section{padding:90px 0 0}.section__title{font-size:1.5rem;letter-spacing:7.5px}@media screen and (min-width:769px){.section__title{font-size:3rem;letter-spacing:30px}}.section__timeline{max-width:900px}.section__timeline__event{flex-direction:column;align-items:center;padding:30px 15px}@media screen and (min-width:769px){.section__timeline__event{flex-direction:row;align-items:flex-start}.section__timeline__event:before{content:"";position:absolute;height:100%;width:3px;left:-60px;bottom:-60px;background:#ffd333}.section__timeline__event:after{content:"";position:absolute;height:30px;width:30px;left:-73.5px;top:60px;border-radius:30px;background:#ffd333;box-shadow:0 0 5px rgba(11,10,7,.5);z-index:1}.section__timeline__event:last-of-type:before{height:120px;bottom:unset;border-radius:0 0 3px 3px}}.section__timeline__event__logo{width:90px;height:90px;border-radius:3px}.section__timeline__event__content{margin:15px 0 0;letter-spacing:1px}@media screen and (min-width:769px){.section__timeline__event__content{padding:0 60px;margin:0}}.section__timeline__event__content .section__timeline__event__content__title{font-size:1.25rem}@media screen and (min-width:769px){.section__timeline__event__content .section__timeline__event__content__title{padding:30px 0 0;line-height:30px}}.section__timeline__event__content__duration{font-size:.9rem}.section__timeline__event__content__description{margin:15px 0}.section__timeline__event__content__description__title{font-size:.85rem}.section__timeline__event__content__description__text{padding:0 0 0 6px}.section__timeline__event__content__stack__title{font-size:.85rem;margin-bottom:1em}.section__timeline__event__content__stack__row{padding:0 0 0 6px}.section__timeline__event__content__stack__row__item{padding-right:15px;font-size:.9rem}.section__timeline__event__content__stack__row__item:not(:last-of-type):after{right:calc(7.5px - .2125rem)}.section__list{max-width:900px}.section__list__project{flex-direction:column;align-items:center;padding:30px 15px}@media screen and (min-width:769px){.section__list__project{flex-direction:row;align-items:flex-start}}.section__list__project__logo{width:90px;height:90px;border-radius:3px}.section__list__project__content{margin:15px 0 0;letter-spacing:1px}@media screen and (min-width:769px){.section__list__project__content{padding:0 60px;margin:0}}.section__list__project__content .section__list__project__content__title{font-size:1.25rem}@media screen and (min-width:769px){.section__list__project__content .section__list__project__content__title{padding:30px 0 0;line-height:30px}}.section__list__project__content__date,.section__list__project__content__description{padding:0 0 0 6px;font-size:.85rem}.section__list__project__content__description a{text-decoration:none;color:#ffd333!important;transition:color .15s ease;position:relative;padding-bottom:7.5px}.section__list__project__content__description a:after{content:"";display:block;position:absolute;top:0;left:0;right:0;height:100%;margin:auto;opacity:0;transition:opacity .15s ease;background:url(../../svg/underline-accent.svg) 0 100%/auto 12px repeat-x}.section__list__project__content__description a:hover:after{opacity:1}.section__list__project__content__description a:hover,.section__list__project__content__description a:visited{color:#ffd333}.section__list__project__content__link{padding:10px 30px;margin:10px 0 0}.section__list__project__content__link svg{width:1rem;margin-left:30px}.section__items{max-width:600px}.section__items__row{padding:0 0 0 6px}.section__items__row__token{padding-right:15px;line-height:30px;letter-spacing:2px}.section__items__row__token:not(:last-of-type):after{right:calc(7.5px - .2125rem)}.section__items__item{padding:15px 15px 0}.section__items__item .section__items__item__title{font-size:1.25rem}@media screen and (min-width:769px){.section__items__item .section__items__item__title{padding:30px 0 0;line-height:30px}}.section__items__item__text{padding:0 0 0 6px;margin:15px 0;font-size:.9rem}.resume{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100vh;padding:0 0 90px;background:#00438f;overflow-x:hidden;overflow-y:scroll}.resume__title{font-weight:300;font-size:1rem;letter-spacing:7.5px;color:#ffd333}@media screen and (min-width:769px){.resume__title{font-size:1.5rem}}.resume__download{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px 0;font-size:.8rem;color:#ffd333;transition:transform .15s ease}.resume__download:hover{transform:scale(1.2)}.resume__download svg{height:24px;width:24px;margin:0 15px}.resume__download svg.stroke,.resume__download svg.stroke path{stroke:#ffd333}.resume__download svg.fill,.resume__download svg.fill path{fill:#ffd333}.section{width:100%;padding:20px 0 0}.section__title{font-weight:300;font-size:2em;letter-spacing:20px;color:#ffd333}.section__timeline{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:auto}.section__timeline__event{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding:20px 10px;text-align:left;font-weight:300}.section__timeline__event:before{content:"";position:absolute;height:100%;width:2px;left:-20px;bottom:-40px;background:#ffd333}.section__timeline__event:after{content:"";position:absolute;height:20px;width:20px;left:-29px;top:30px;border-radius:20px;background:#ffd333;box-shadow:0 0 5px rgba(11,10,7,.5);z-index:1}.section__timeline__event:last-of-type:before{height:80px;bottom:unset;border-radius:0 0 2px 2px}.section__timeline__event__logo{width:40px;height:40px;background:#fff;border-radius:2px}.section__timeline__event__content{width:100%;color:#fff;letter-spacing:.66667px;padding:0 20px;margin:0}.section__timeline__event__content .section__timeline__event__content__title{display:block;margin:0;font-size:1em;text-shadow:0 0 5px rgba(11,10,7,.5);color:#ffd333;transition:text-shadow .15s ease;padding:20px 0 0;line-height:20px}.section__timeline__event__content .section__timeline__event__content__title--link:hover{color:#ffd333;text-shadow:0 0 3px #ffd333}.section__timeline__event__content .section__timeline__event__content__title__text{margin:0}.section__timeline__event__content .section__timeline__event__content__title{padding:1.5px 0 0}.section__timeline__event__content__duration{color:#ffd333;font-size:.9em}.section__timeline__event__content__description{margin:10px 0}.section__timeline__event__content__description__title{font-size:.85em;color:#ffd333}.section__timeline__event__content__description__text{padding:0 0 0 4px;margin:0;font-size:.85em}.section__timeline__event__content__description__text p{margin-top:0}.section__timeline__event__content__description__text strong{font-weight:400}.section__timeline__event__content__stack__title{display:block;font-size:.85em;color:#ffd333;margin-bottom:.25em}.section__timeline__event__content__stack__row{padding:0 0 0 4px}.section__timeline__event__content__stack__row__item{position:relative;display:inline-block;padding-right:10px;font-size:.9em}.section__timeline__event__content__stack__row__item:not(:last-of-type):after{content:"•";position:absolute;right:calc(5px - .2125em);color:#ffd333}.section__list{max-width:600px;margin:auto}.section__list__project{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:6.66667px 10px;text-align:left}.section__list__project__logo{width:40px;height:40px;border-radius:2px}.section__list__project__content{width:100%;color:#fff;letter-spacing:.66667px;padding:0 20px;margin:0}.section__list__project__content .section__list__project__content__title{display:block;margin:0;font-size:1em;text-shadow:0 0 5px rgba(11,10,7,.5);color:#ffd333;transition:text-shadow .15s ease;padding:20px 0 0;line-height:20px}.section__list__project__content .section__list__project__content__title--link:hover{color:#ffd333;text-shadow:0 0 3px #ffd333}.section__list__project__content .section__list__project__content__title__text{margin:0}.section__list__project__content .section__list__project__content__title{padding:10px 0 0;font-size:.8em!important}.section__list__project__content--center .section__list__project__content__title{padding:0}.section__list__project__content__date{padding:0 0 0 4px;font-size:.85em;font-weight:300}.section__list__project__content__description{padding:0 0 0 4px;font-weight:300}.section__list__project__content__description p{margin-bottom:0}.section__list__project__content__description strong{font-weight:400}.section__list__project__content__link{display:flex;padding:6.66667px 20px;float:right;color:#ffd333;border:1px solid transparent;transition:border-color .15s ease}.section__list__project__content__link:hover{border-color:#ffd333}.section__list__project__content__link svg{width:1em;margin-left:20px;stroke:#ffd333}.section__items{max-width:400px;margin:auto}.section__items__row{padding:0 0 0 4px}.section__items__row__token{position:relative;display:inline-block;padding-right:10px;font-weight:300;font-size:.8em;line-height:20px;letter-spacing:1.33333px;color:#fff;transition:transform .15s ease}.section__items__row__token:not(:last-of-type):after{content:"•";position:absolute;right:calc(5px - .2125em);color:#ffd333}.section__items__row__token:hover{transform:scale(1.1)}.section__items__item{position:relative;padding:10px 10px 0;text-align:left}.section__items__item .section__items__item__title{display:block;margin:0;font-size:1em;text-shadow:0 0 5px rgba(11,10,7,.5);color:#ffd333;transition:text-shadow .15s ease;padding:20px 0 0;line-height:20px}.section__items__item .section__items__item__title--link:hover{color:#ffd333;text-shadow:0 0 3px #ffd333}.section__items__item .section__items__item__title__text{margin:0}.section__items__item__text{padding:0 0 0 4px;margin:10px 0;font-weight:300;font-size:.9em;color:#fff}.print{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:21cm;min-height:89.13cm;overflow-x:hidden;overflow-y:unset}.print .aside{width:7cm;min-width:7cm;background:#00438f;padding:40px 0}.print .aside__photo{display:flex;justify-content:center;align-items:center}.print .aside__photo .hex{-webkit-filter:drop-shadow(0 0 10px rgba(11,10,7,.5));filter:drop-shadow(0 0 10px rgba(11,10,7,.5))}.print .aside__links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:40px 20px 20px}.print .aside__links__link{display:flex;justify-content:flex-start;align-items:center;width:100%;font-size:1em;font-weight:300;color:#ffd333;padding:10px 0}.print .aside__links__link svg{height:20px;width:20px;margin:0 20px}.print .aside__links__link svg.stroke,.print .aside__links__link svg.stroke path{stroke:#ffd333}.print .aside__links__link svg.fill,.print .aside__links__link svg.fill path{fill:#ffd333}.print .aside .section{font-size:.9em}.print .aside .section__title{padding:0 0 0 20px;font-size:1em;letter-spacing:6.66667px;text-align:left}.print .aside .section__items__item__title{padding-top:0}.print .resume{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;padding:0 0 40px 39px;font-size:14px;overflow-y:unset;background:#00438f}.print .resume__title{margin:90px 0 0;letter-spacing:10px;font-size:3em}.print .resume__subtitle,.print .resume__title{display:block;width:100%;color:#ffd333;font-weight:300;text-align:left}.print .resume__subtitle{margin:0;letter-spacing:5px;font-size:1.5em}.print .resume .section__title{font-size:1.5em}.print .resume .section:first-of-type .section__timeline__event:nth-of-type(3) .section__timeline__event__content__stack .section__timeline__event__content__stack__row:nth-of-type(4){margin-bottom:20px}.print .resume .section:first-of-type .section__timeline__event:nth-of-type(3) .section__timeline__event__content__stack .section__timeline__event__content__stack__row:nth-of-type(5){padding-top:20px}.print .resume .section:nth-of-type(2) .section__timeline__event:first-of-type{padding-bottom:100px}.print .resume .section:nth-of-type(3) .section__list__project:nth-of-type(3){padding-bottom:0}.contacts{width:100%;min-height:100vh;background:#00438f;display:flex;flex-direction:column;justify-content:center;align-items:center}.contacts__title{visibility:hidden;position:absolute;margin:0;padding:0;top:30px;left:30px;font-weight:300;font-size:1.5rem;line-height:60px;color:#ffd333}@media screen and (min-width:769px){.contacts__title{top:60px;left:60px}}.contacts__email{margin:0 0 30px;font-family:"Source Code Pro",monospace;font-size:1.25rem;letter-spacing:2px;color:#ffd333;cursor:pointer;white-space:nowrap;text-decoration:none;position:relative;padding:30px 15px}@media screen and (min-width:769px){.contacts__email{letter-spacing:5px;font-size:2rem}}.contacts__email:after{content:"";display:block;position:absolute;top:0;left:0;right:0;height:100%;margin:auto;opacity:0;transition:opacity .15s ease;background:url(../../svg/underline-accent.svg) 0 100%/auto 24px repeat-x}.contacts__email:hover:after{opacity:1}.contacts__links{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.contacts__links__link{min-width:35px;width:10vw;color:#ffd333;margin:15px;transition:transform .15s ease}@media screen and (min-width:769px){.contacts__links__link{width:5vh;margin:30px}}.contacts__links__link:hover{transform:scale(1.25)}.contacts__links__link svg{fill:#ffd333}.article{width:100%;height:100vh;overflow-x:hidden;overflow-y:scroll}.article__title{position:fixed;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;background:#00438f;box-shadow:0 0 5px rgba(11,10,7,.5);z-index:-1}.article__title__text{max-width:840px;padding:15px;margin:0;font-weight:600;font-size:2rem;color:#ffd333;letter-spacing:3px}@media screen and (min-width:769px){.article__title__text{font-size:3.5rem;padding:30px}}.article__wrapper{position:relative;max-width:960px;margin:100vh auto 0;padding:7.5px 7.5px 60px;border-radius:3px;background:#fff;box-shadow:0 0 5px rgba(11,10,7,.5);bottom:45px}.article__wrapper:after,.article__wrapper:before{content:"";position:absolute;height:100%;width:100%;top:0;left:0;opacity:1;z-index:-1;border-radius:3px;transition:top .15s ease,left .15s ease}.article__wrapper:before{top:12px;left:12px;-webkit-mask-image:url(../../svg/lined.svg);mask-image:url(../../svg/lined.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px;background:#ffd333}.article__wrapper:after{top:6px;left:6px;background-size:12px 12px;background:rgba(11,10,7,.5)}@media screen and (min-width:769px){.article__wrapper{padding:60px;margin:100vh auto 60px}}.article__wrapper__date{display:block;margin:0 0 90px;font-weight:300;font-size:.9rem;color:#00438f}.article__wrapper__content{text-align:left;font-weight:300;letter-spacing:1px;line-height:1.5rem;color:#0b0a07}.article__wrapper__content img[alt=logo]{width:150px;height:150px}.article__wrapper__content a{position:relative;padding-bottom:7.5px}.article__wrapper__content a:after{content:"";display:block;position:absolute;top:0;left:0;right:0;height:100%;margin:auto;opacity:0;transition:opacity .15s ease;background:url(../../svg/underline-primary.svg) 0 100%/auto 12px repeat-x}.article__wrapper__content a:hover:after{opacity:1}.notfound{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;max-width:600px;margin:auto;padding:15px;font-weight:300}@media screen and (min-width:769px){.notfound{padding:30px}}.notfound__title{margin:0;font-weight:600;font-size:3rem;color:transparent;letter-spacing:5px;-webkit-text-stroke:3px #07f}@media screen and (min-width:769px){.notfound__title{font-size:6rem}}.notfound__oopsie{font-size:2rem;font-weight:600;color:transparent;letter-spacing:2px;-webkit-text-stroke:1px #00438f}.notfound__fucky{letter-spacing:1px}.notfound__link{font-style:italic;font-weight:600;color:#ffd333;position:relative;padding-bottom:7.5px}.notfound__link:after{content:"";display:block;position:absolute;top:0;left:0;right:0;height:100%;margin:auto;opacity:0;transition:opacity .15s ease;background:url(../../svg/underline-accent.svg) 0 100%/auto 12px repeat-x}.notfound__link:hover:after{opacity:1}.App{text-align:center;width:100%;min-height:100vh}.hljs{display:block;overflow-x:auto;padding:.5em;background:#282b2e}.hljs-keyword,.hljs-literal,.hljs-selector-id,.hljs-selector-tag{color:#93c763}.hljs-number{color:#ffcd22}.hljs{color:#e0e2e4}.hljs-attribute{color:#668bb0}.hljs-class .hljs-title,.hljs-code,.hljs-section{color:#fff}.hljs-link,.hljs-regexp{color:#d39745}.hljs-meta{color:#557182}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-subst,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable{color:#8cbbad}.hljs-string,.hljs-symbol{color:#ec7600}.hljs-comment,.hljs-deletion,.hljs-quote{color:#818e96}.hljs-selector-class{color:#a082bd}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.markdown a{text-decoration:none;transition:color .15s ease}.markdown a,.markdown a:hover,.markdown a:visited{color:#0074d9}.markdown ul{-webkit-padding-start:20px;padding-inline-start:20px}.markdown :not(pre)>code{background:#ddd;color:#0b0a07;padding:0 5px;border-radius:3px}.markdown pre{position:relative;margin:20px 15px 30px;border-radius:3px;z-index:1}.markdown pre:after,.markdown pre:before{content:"";position:absolute;height:100%;width:100%;top:0;left:0;opacity:1;z-index:-1;border-radius:3px;transition:top .15s ease,left .15s ease}.markdown pre:before{top:12px;left:12px;-webkit-mask-image:url(../../svg/lined.svg);mask-image:url(../../svg/lined.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px;background:#07f}.markdown pre:after{top:6px;left:6px;background-size:12px 12px;background:rgba(11,10,7,.5)}.markdown pre code{border-radius:3px}.markdown .media{display:flex;flex-direction:column-reverse;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:80%;margin:15px auto 30px}.markdown .media--audio{width:unset}.markdown .media__caption{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#0b0a07;margin-left:30px;padding:5px 15px 10px;z-index:2}.markdown .media__caption__title{display:block;font-weight:600;color:#ffd333}.markdown .media__caption__subtitle{display:block;font-size:.875rem;color:#ffd333}.markdown .media__wrapper{position:relative;z-index:1}.markdown .media__wrapper:after,.markdown .media__wrapper:before{content:"";position:absolute;height:100%;width:100%;top:0;left:0;opacity:1;z-index:-1;border-radius:3px;transition:top .15s ease,left .15s ease}.markdown .media__wrapper:before{top:12px;left:12px;-webkit-mask-image:url(../../svg/lined.svg);mask-image:url(../../svg/lined.svg);-webkit-mask-size:12px 12px;mask-size:12px 12px;background:#07f}.markdown .media__wrapper:after{top:6px;left:6px;background-size:12px 12px;background:rgba(11,10,7,.5)}.markdown .media__wrapper__content{display:block;max-width:100%;max-height:720px;margin:auto;border-radius:3px}.markdown .media__wrapper__ui{display:flex;flex-direction:row;align-items:center;padding:3.75px 7.5px;background:#0b0a07;color:#fff;border-radius:3px;text-align:center}.markdown .media__wrapper__ui__bar{flex-grow:2;background:rgba(255,220,0,.5);cursor:pointer}.markdown .media__wrapper__ui__bar__time{height:7.5px;background:#ffdc00;transition:width .3s ease,color .15s ease}.markdown .media__wrapper__ui__progress{padding:10px;font-size:.9rem;line-height:30px}.markdown .media__wrapper__ui__button{display:flex;justify-content:center;align-items:center;padding:10px;font-size:30px;cursor:pointer}.markdown .media__wrapper__ui__button:hover svg{fill:#ffd333;stroke:#ffd333}.markdown .media__wrapper__ui__button svg{height:20px;width:20px;fill:rgba(255,211,51,.5);stroke:rgba(255,211,51,.5);transition:fill .15s ease,stroke .15s ease}*{box-sizing:border-box}::-moz-selection{color:#00438f;background:#fff;text-shadow:2px 2px #ffd333}::selection{color:#00438f;background:#fff;text-shadow:2px 2px #ffd333}a{text-decoration:none}body{width:100%;min-height:100vh;margin:0;font-family:"Open Sans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0b0a07}code{font-family:"Source Code Pro",monospace}#nprogress .bar{background:#ffd333}#nprogress .peg{box-shadow:0 0 10px #ffd333,0 0 5px #ffd333}#nprogress .spinner-icon{border-top-color:#ffd333;border-left-color:#ffd333}
/*# sourceMappingURL=main.bf735f6a.chunk.css.map */