h3{font-size:1.5rem}@media(min-width: 48rem){h3{font-size:2rem}}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}img{height:auto;max-width:100%}a{color:#303030}p a{color:#823fc0;display:inline-block;font-weight:500;position:relative;text-decoration:none}p a::before,p a::after{bottom:0;content:"";height:2px;left:0;position:absolute}p a::before{background-color:#823fc0;right:0}p a::after{background-image:linear-gradient(to right, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd);transition:width .3s;width:0}p a:hover::after,p a:focus-visible::after{width:100%}ul{margin:0 0 0.9375rem 0.9375rem}.section:nth-of-type(odd) .container::after{background-image:linear-gradient(to left, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd)}.section:nth-of-type(even) .container::after{background-image:linear-gradient(to right, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd)}.section .section__inner{padding:1.25rem}@media(min-width: 48rem){.section .section__inner{padding:2.5rem}}.section .section__bottom{padding-top:1.875rem;text-align:center}@media(min-width: 48rem){.section .section__bottom{padding-top:3.75rem}}.section .section__bottom h4{margin-bottom:0.625rem}.section .section__bottom p{font-size:0.875rem}@media(min-width: 48rem){.section .section__bottom p{font-size:1rem}}.section.section--with-gradient-bg{background-image:linear-gradient(to right, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd);margin:1.875rem 0;padding:1.25rem 0}@media(min-width: 37.5rem){.section.section--with-gradient-bg{margin:3.125rem 0 1.875rem;padding:3.125rem 0}}@media(min-width: 64rem){.section.section--with-gradient-bg{margin:6.25rem 0 3.75rem;padding:6.25rem 0}}.section.section--with-gradient-bg .section__inner{background-color:#fff}.skills+.skills{margin-top:1.875rem}.skills__heading{display:flex;flex-direction:column;font-size:1.125rem;gap:0.3125rem;position:relative;text-transform:none}@media(min-width: 37.5rem){.skills__heading{align-items:center;flex-direction:row;font-size:1.25rem;gap:1rem}}.skills__heading span{background:#fff;flex-shrink:0;position:relative;z-index:1}.skills__heading::after{background-image:linear-gradient(to left, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd);content:"";height:3px;display:block;width:100%}.skills__heading:has(~ul.skills__list--reversed)::after{background-image:linear-gradient(to right, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd)}ul.skills__list{align-items:center;display:flex;flex-wrap:wrap;gap:10px;list-style-type:none;margin:0}ul.skills__list li{background-color:#fff;font-size:0.875rem;font-weight:500;padding:0.1875rem 0.3125rem}@media(min-width: 37.5rem){ul.skills__list li{font-size:1rem}}ul.skills__list li:nth-of-type(5n+1){background-color:#eaabc6}ul.skills__list li:nth-of-type(5n+2){background-color:#dac6ec}ul.skills__list li:nth-of-type(5n+3){background-color:#acd3f9}ul.skills__list li:nth-of-type(5n+4){background-color:#37e0ff}ul.skills__list li:nth-of-type(5n+5){background-color:#97e1d6}ul.skills__list--reversed li:nth-of-type(5n+1){background-color:#97e1d6}ul.skills__list--reversed li:nth-of-type(5n+2){background-color:#37e0ff}ul.skills__list--reversed li:nth-of-type(5n+3){background-color:#acd3f9}ul.skills__list--reversed li:nth-of-type(5n+4){background-color:#dac6ec}ul.skills__list--reversed li:nth-of-type(5n+5){background-color:#eaabc6}.timeline{display:grid;gap:1.875rem;grid-template-columns:1fr;list-style-type:none;margin:1.5rem auto 0;padding:1rem;position:relative}@media(min-width: 48rem){.timeline{gap:6px;grid-template-columns:1fr 1fr}}.timeline::before{background-image:linear-gradient(to top, #da6a99, #b289d8, #60aaf3, #00c1e4, #58cfbd);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:6px;z-index:5}@media(min-width: 48rem){.timeline::before{left:50%;margin-left:-3px}}.timeline .timeline__item:empty{display:none}@media(min-width: 48rem){.timeline .timeline__item:empty{display:block}}.timeline .timeline__item .timeline__inner{position:relative}.timeline__flag{align-items:flex-start;display:flex;flex-direction:column;gap:10px;position:relative}@media(min-width: 48rem){.timeline__flag{align-items:center;flex-direction:row}}.timeline__flag .timeline__dot{background:#fff;border:3px solid #da6a99;border-radius:10px;content:"";display:block;height:20px;position:absolute;top:8px;width:20px;z-index:10}.timeline__flag .timeline__company{background:#efefef;border-radius:5px;display:inline;font-weight:600;padding:.5rem .65rem;position:relative;text-align:center;text-decoration:none;transition:background .3s}.timeline__flag .timeline__company::after{border:solid rgba(0,0,0,0);border-width:8px;content:"";display:block;height:0;margin-top:-8px;pointer-events:none;position:absolute;top:50%;transition:border-color .3s;width:0}.timeline__flag .timeline__time{font-size:.8rem;font-style:italic;line-height:1;vertical-align:middle}.timeline__flag .timeline__time span{background:#fff;display:inline-block}@media(min-width: 48rem){.timeline__flag .timeline__time span{padding:.25rem .38rem}}.timeline__text{font-size:1rem;padding-top:.63rem}.timeline__text .timeline__title{font-weight:600}.timeline__text .timeline__desc{font-size:.88rem;padding-top:.5rem}a.timeline__company:hover,a.timeline__company:focus{background:#e2e2e2}.timeline__item:nth-of-type(odd){padding-left:20px}@media(min-width: 48rem){.timeline__item:nth-of-type(odd){padding-left:0;padding-right:20px}}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__inner{text-align:right}}.timeline__item:nth-of-type(odd) .timeline__dot{left:-43px}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__dot{left:auto;right:-33px}}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__flag{justify-content:flex-end}}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__company{order:1}}.timeline__item:nth-of-type(odd) .timeline__company::after{border-right-color:#efefef;right:100%}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__company::after{border-left-color:#efefef;border-right-color:rgba(0,0,0,0);left:100%;right:auto}}.timeline__item:nth-of-type(odd) a.timeline__company:hover::after,.timeline__item:nth-of-type(odd) a.timeline__company:focus::after{border-right-color:#e2e2e2}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) a.timeline__company:hover::after,.timeline__item:nth-of-type(odd) a.timeline__company:focus::after{border-left-color:#e2e2e2;border-right-color:rgba(0,0,0,0)}}@media(min-width: 48rem){.timeline__item:nth-of-type(odd) .timeline__time{order:0}}.timeline__item:nth-of-type(even){padding-left:20px}.timeline__item:nth-of-type(even) .timeline__inner{text-align:left}.timeline__item:nth-of-type(even) .timeline__dot{left:-43px}@media(min-width: 48rem){.timeline__item:nth-of-type(even) .timeline__dot{left:-33px}}.timeline__item:nth-of-type(even) .timeline__company::after{border-right-color:#efefef;right:100%}.timeline__item:nth-of-type(even) a.timeline__company:hover::after,.timeline__item:nth-of-type(even) a.timeline__company:focus::after{border-right-color:#e2e2e2}.portfolio{display:grid;gap:1rem;grid-template-columns:minmax(0, 1fr);margin-bottom:1.875rem}@media(min-width: 37.5rem){.portfolio{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 48rem){.portfolio{gap:2rem}}.portfolio p{font-size:0.875rem;margin:0.3125rem 0 0}@media(min-width: 48rem){.portfolio p{font-size:1rem}}.portfolio__item{background:#efefef;display:flex;flex-direction:column;gap:1rem;padding:1rem}@media(min-width: 48rem){.portfolio__item{gap:1.5rem;padding:2rem}}.portfolio__item img{display:block}.portfolio__text{display:flex;flex-direction:column;flex-grow:1;gap:1.25rem;justify-content:space-between}.portfolio__title{font-size:1.125rem;margin:0;text-transform:none}@media(min-width: 48rem){.portfolio__title{font-size:1.25rem}}.portfolio__title a{text-decoration:none}.portfolio__meta{font-size:0.875rem;font-style:italic}.portfolio__desc{padding:0.625rem 0 0}.portfolio__cta{margin-top:auto}ul.social{display:grid;gap:1.25rem;grid-template-rows:1fr;list-style-type:none;margin:0;padding-top:0.625rem}@media(min-width: 37.5rem){ul.social{grid-template-columns:1fr 1fr;max-width:43.75rem}}ul.social .social__link{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:0.9375rem;text-decoration:none}@media(min-width: 37.5rem){ul.social .social__link{font-size:1.125rem}}ul.social .social__link svg{height:auto;width:2.1875rem}ul.social .social__link span span{display:block;font-size:0.875rem;font-weight:400;text-decoration:none}ul.social .social__link:hover,ul.social .social__link:focus{font-weight:400}ul.social .social__link:hover span span,ul.social .social__link:focus span span{font-weight:600}ul.social .social__link:hover svg,ul.social .social__link:focus svg{opacity:.8}footer{font-size:.9rem;margin-top:2rem;padding:2rem 0;text-align:center}
