:root{--primary-bg:#007acc;--primary-text:#09f;--text-color-primary:#fff;--text-color-secondary:#fffc;--body-bg-primary:#252525;--body-bg-primary2:color-mix(in srgb, #fff 5%, var(--body-bg-primary));--body-bg-secondary:#1e1e1e;--box-shadow:#0000003d 0px 3px 8px;--font-family:"Poppins";--font-size:1rem;--p-font-size:calc(var(--font-size) * 1.125);--a-font-size:calc(var(--font-size) * 1.125);--btn-font-size:calc(var(--font-size) * 1.25);--h1-font-size:calc(var(--font-size) * 2.5);--h2-font-size:calc(var(--font-size) * 2);--h3-font-size:calc(var(--font-size) * 1.5);--h4-font-size:calc(var(--font-size) * 1.25);--h5-font-size:calc(var(--font-size) * 1);--section-padding:7rem;--section-padding-md:5rem;--section-padding-sm:1.25rem}@font-face{font-family:Poppins;font-weight:100;font-display:swap;src:url(/assets/Poppins-100-leD9T1nx.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:200;font-display:swap;src:url(/assets/Poppins-200-u2IJXg5c.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:300;font-display:swap;src:url(/assets/Poppins-300-DT6-CsId.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:400;font-display:swap;src:url(/assets/Poppins-400-CTKNfV9P.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:500;font-display:swap;src:url(/assets/Poppins-500-Cxde2ZoM.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-display:swap;src:url(/assets/Poppins-600-B_fPDAUb.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:700;font-display:swap;src:url(/assets/Poppins-700-qTAUjFF7.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:800;font-display:swap;src:url(/assets/Poppins-800-W_qeO1XX.ttf)format("truetype")}@font-face{font-family:Poppins;font-weight:900;font-display:swap;src:url(/assets/Poppins-900-yHqY0KRU.ttf)format("truetype")}*{box-sizing:border-box;font-family:var(--font-family);margin:0;padding:0}html{font-size:var(--font-size);color:var(--text-color-primary);scroll-behavior:smooth;line-height:1.2}body{background-color:var(--body-bg-primary)}#root{flex-direction:column;min-height:100dvh;display:flex;overflow:hidden auto}main{flex:1}h1,h2,h3,h4,h5,h6,p{margin-bottom:10px;font-weight:400}h1{font-size:var(--h1-font-size)}h2{font-size:var(--h2-font-size)}h3{font-size:var(--h3-font-size)}h4{font-size:var(--h4-font-size)}h5{font-size:var(--h5-font-size)}ul,ol{list-style-position:inside}p{font-size:var(--p-font-size)}a{color:var(--text-color-primary);font-size:var(--a-font-size);text-decoration:none;transition:color .2s ease-in-out;display:inline-block}a:hover{color:var(--primary-text)}.module,.full-module{width:100%;padding-inline:var(--section-padding-sm);margin-inline:auto}@media (width>=576px){.module{max-width:540px}}@media (width>=768px){.module{max-width:720px}}@media (width>=992px){.module{max-width:960px}}@media (width>=1200px){.module{max-width:1140px}}@media (width>=1400px){.module{max-width:1320px}}img.full-image{max-width:100%;height:auto}.bg-opacity{background-color:#252525b3}.blue-text{color:var(--primary-text)}a.primary-button,button.primary-button{background-color:var(--primary-bg);font-size:var(--btn-font-size);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:.75rem 2rem}:is(a.primary-button,button.primary-button):hover{color:unset;background-color:color-mix(in srgb, #000 15%, var(--primary-bg))}a.secondary-button,button.secondary-button{font-size:var(--btn-font-size);color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:5px;padding:.5rem 1rem;transition:background-color .2s ease-in-out}:is(a.secondary-button,button.secondary-button):hover{background-color:#d9d9d9}a.github-button,button.github-button{font-size:var(--btn-font-size);background-color:#010409;border:none;border-radius:5px;padding:.5rem 1rem;transition:background-color .2s ease-in-out}:is(a.github-button,button.github-button):hover{color:unset;background-color:#0e1115}aside.header-section{opacity:0;text-align:center;margin-bottom:3rem;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(20%)}aside.header-section p{color:var(--primary-text)}aside.header-section h2{font-weight:400}aside.header-section.text-header-show{opacity:1;transform:translateY(0)}@keyframes spin90deg{0%{transform:rotate(0)}to{transform:rotate(90deg)}}header#header{background-color:var(--body-bg-secondary);z-index:100;width:100%;height:80px;position:fixed;box-shadow:0 3px 24px 5px #131313b3}header#header div.module{justify-content:space-between;align-items:center;height:100%;padding-block:.5rem;display:flex}header#header a.brand{cursor:pointer;height:80%;display:inline-block}header#header a.brand img{height:100%}header#header div.bg-opacity{display:none}header#header span#menuButton{cursor:pointer;-webkit-tap-highlight-color:transparent;width:32px;height:32px;font-size:2rem;transition:color .2s ease-in-out;display:none}header#header span#menuButton:hover{color:var(--primary-text)}header#header span#menuButton svg.icon{opacity:1;transition:opacity .2s ease-in-out,transform .2s ease-in-out;transform:rotate(0)}header#header span#menuButton svg.hidden{opacity:0;transform:rotate(-90deg)}header#header nav#navigation ul{z-index:99;align-items:center;gap:1.5rem;list-style:none;display:flex}header#header nav#navigation ul a.link{-webkit-tap-highlight-color:transparent;position:relative}header#header nav#navigation ul a.link.active{color:var(--primary-text)}header#header nav#navigation ul a.link:after{content:"";background-color:var(--primary-text);transform-origin:100%;width:100%;height:1.5px;transition:transform .2s ease-in-out;position:absolute;top:105%;left:0;transform:scaleX(0)}header#header nav#navigation ul a.link:hover:after{transform-origin:0;transform:scaleX(1)}header#header nav#navigation ul li.button-group{display:none}@media (width<=991.98px){header#header{height:60px}header#header span#menuButton{display:block}header#header nav#navigation.show{right:0}header#header div.bg-opacity{width:calc(100svw - 250px);height:calc(100dvh - 60px);transition:left .2s ease-in-out;display:block;position:fixed;top:60px;left:calc(-100svw - 250px)}header#header div.bg-opacity.show{left:0}header#header nav#navigation{background-color:var(--body-bg-secondary);width:250px;height:calc(100dvh - 60px);padding:2rem;transition:right .2s ease-in-out;position:fixed;top:60px;right:-250px}header#header nav#navigation ul{flex-direction:column;width:100%}header#header nav#navigation ul a{width:100%;font-size:1.25rem}header#header nav#navigation section.button-group{margin-top:auto}}footer#footer{background-color:var(--body-bg-secondary)}footer#footer div.module{justify-content:space-between;align-items:center;padding-block:1rem;display:flex}footer#footer aside p{margin:0}footer#footer aside p span{color:var(--text-color-secondary)}footer#footer section{align-items:center;gap:1rem;display:flex}footer#footer section a{width:24px;height:24px;font-size:1.5rem}@media (width<=575.98px){footer#footer div.module{flex-direction:column-reverse;gap:1rem}}section#hero-section{background-image:url(/assets/coding-oXDShJrg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%}section#hero-section div.module{justify-content:center;align-items:center;gap:5rem;min-height:100svh;max-height:1000px;padding-top:80px;transition:height .3s ease-in-out;display:flex}section#hero-section aside,section#hero-section figure{opacity:0;transition:opacity .75s ease-in-out}section#hero-section aside{width:60%}section#hero-section aside h1{text-shadow:1px 3px 11px #0000004d;margin:0;font-size:5.5rem;font-weight:300}section#hero-section aside p{margin-block:2rem}section#hero-section figure{border-radius:50%;width:40%;overflow:hidden}section#hero-section figure img{scale:1.2}section#hero-section.section-show aside,section#hero-section.section-show figure{opacity:1}@media (width<=2200px){section#hero-section div.module{max-height:unset}}@media (width<=1399.98px){section#hero-section aside h1{font-size:4.75rem}}@media (width<=1199.98px){section#hero-section aside h1{font-size:4rem}}@media (width<=991.98px){section#hero-section div.module{flex-direction:column-reverse;gap:2rem;padding-top:60px}section#hero-section aside{text-align:center;width:100%}section#hero-section aside h1{font-size:2.5rem}section#hero-section figure{width:50%}}section#o-mnie{padding-block:var(--section-padding)}section#o-mnie section#skills-wrapper{justify-content:space-between;align-items:stretch;gap:2rem;display:flex}section#o-mnie section#skills-wrapper article.skill{background-color:var(--body-bg-secondary);width:25%;box-shadow:var(--box-shadow);opacity:0;border-radius:10px;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateY(20%)}section#o-mnie section#skills-wrapper article.skill div.skill-inner{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;padding:2rem;display:flex}section#o-mnie section#skills-wrapper article.skill div.skill-inner img{width:35%}section#o-mnie section#skills-wrapper article.skill div.skill-inner h3{text-align:center;margin-block:1rem 0}section#o-mnie section#skills-wrapper article.skill div.skill-inner p{text-align:center;color:var(--text-color-secondary);font-weight:300}section#o-mnie section#skills-wrapper.skills-show article.skill{opacity:1;transform:translateY(0)}section#o-mnie section#skills-wrapper.skills-show article.skill:first-of-type{transition-delay:.2s}section#o-mnie section#skills-wrapper.skills-show article.skill:nth-of-type(2){transition-delay:.4s}section#o-mnie section#skills-wrapper.skills-show article.skill:nth-of-type(3){transition-delay:.6s}section#o-mnie section#skills-wrapper.skills-show article.skill:nth-of-type(4){transition-delay:.8s}@media (width<=1199.98px){section#o-mnie section#skills-wrapper{flex-wrap:wrap}section#o-mnie section#skills-wrapper article.skill{width:calc(50% - 1rem)}section#o-mnie section#skills-wrapper article.skill div.skill-inner img{width:20%}}@media (width<=767.98px){section#o-mnie{padding-block:var(--section-padding-md)}section#o-mnie section#skills-wrapper{justify-content:center}section#o-mnie section#skills-wrapper article.skill{width:60%}section#o-mnie section#skills-wrapper article.skill div.skill-inner img{width:25%}section#o-mnie section#skills-wrapper article.skill div.skill-inner h3{font-size:1.25rem}section#o-mnie section#skills-wrapper article.skill div.skill-inner p{font-size:1rem}}@media (width<=575.98px){section#o-mnie section#skills-wrapper article.skill{width:90%}}section#technologies{padding-block:var(--section-padding);background-color:var(--body-bg-secondary)}section#technologies section.tech-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}section#technologies section.tech-wrapper article.tech{background-color:color-mix(in srgb, #fff 3%, var(--body-bg-primary));opacity:0;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:opacity .5s ease-in-out,transform .5s ease-in-out;display:flex;transform:translate(-25%)}section#technologies section.tech-wrapper article.tech svg{font-size:2rem}section#technologies section.tech-wrapper article.tech h3{margin:0}section#technologies section.tech-wrapper.techs-show article.tech{opacity:1;transform:translate(0)}section#technologies section.tech-wrapper.techs-show article.tech:first-of-type{transition-delay:40ms}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(2){transition-delay:80ms}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(3){transition-delay:.12s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(4){transition-delay:.16s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(5){transition-delay:.2s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(6){transition-delay:.24s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(7){transition-delay:.28s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(8){transition-delay:.32s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(9){transition-delay:.36s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(10){transition-delay:.4s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(11){transition-delay:.44s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(12){transition-delay:.48s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(13){transition-delay:.52s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(14){transition-delay:.56s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(15){transition-delay:.6s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(16){transition-delay:.64s}section#technologies section.tech-wrapper.techs-show article.tech:nth-of-type(17){transition-delay:.68s}@media (width<=767.98px){section#technologies{padding-block:var(--section-padding-md);padding-inline:var(--section-padding-sm)}}@media (width<=575.98px){section#technologies section.tech-wrapper{align-items:stretch}section#technologies section.tech-wrapper article.tech h3{font-size:1rem}}section#doswiadczenie{padding-block:var(--section-padding);background-color:var(--body-bg-secondary);--mix:color-mix(in srgb, #fff 2%, var(--body-bg-primary))}section#doswiadczenie .module{flex-direction:column;justify-content:center;align-items:center;display:flex}section#doswiadczenie section#experience-timeline{width:100%;position:relative}section#doswiadczenie section#experience-timeline:after{content:"";background-color:#ffffff4d;border-radius:10px;width:6px;height:0;transition:height .4s ease-in-out;position:absolute;top:0;left:50%;transform:translate(-50%)}section#doswiadczenie section#experience-timeline article.one-position{opacity:0;width:50%;padding-inline:40px;transition:opacity .4s ease-in-out;position:relative}section#doswiadczenie section#experience-timeline article.one-position:not(:first-of-type){margin-top:-35px}section#doswiadczenie section#experience-timeline article.one-position:after{content:"";aspect-ratio:1;background-color:#bfbfbf;border-radius:50%;width:25px;position:absolute;top:15%;right:0;transform:translate(50%)}section#doswiadczenie section#experience-timeline article.one-position.left{left:50%;transform:translate(-100%)}section#doswiadczenie section#experience-timeline article.one-position.left:before{content:"";z-index:2;border:medium solid var(--mix);border-width:10px 0 10px 10px;border-color:transparent transparent transparent var(--mix);position:absolute;top:15%;right:30px}section#doswiadczenie section#experience-timeline article.one-position.right{left:50%}section#doswiadczenie section#experience-timeline article.one-position.right:before{content:"";z-index:2;border:medium solid var(--mix);border-width:15px 15px 15px 0;border-color:transparent var(--mix) transparent transparent;position:absolute;top:15%;left:26px}section#doswiadczenie section#experience-timeline article.one-position.right:after{left:0;transform:translate(-50%)}section#doswiadczenie section#experience-timeline article.one-position div.content{background-color:var(--mix);text-align:center;color:#fff;box-shadow:var(--box-shadow);border-radius:6px;padding:20px 30px}section#doswiadczenie section#experience-timeline article.one-position div.content h3{font-size:2rem}section#doswiadczenie section#experience-timeline article.one-position div.content p.date{color:var(--primary-text);font-size:1.25rem}section#doswiadczenie section#experience-timeline article.one-position div.content p.position{color:var(--text-color-secondary)}section#doswiadczenie section#experience-timeline.timeline-show:after{height:100%}section#doswiadczenie section#experience-timeline.timeline-show article.one-position{opacity:1}section#doswiadczenie section#experience-timeline.timeline-show article.one-position:first-of-type{transition-delay:.2s}section#doswiadczenie section#experience-timeline.timeline-show article.one-position:nth-of-type(2){transition-delay:.4s}section#doswiadczenie section#experience-timeline.timeline-show article.one-position:nth-of-type(3){transition-delay:.6s}section#doswiadczenie section#experience-timeline.timeline-show article.one-position:nth-of-type(4){transition-delay:.8s}@media (width<=1399.98px){section#doswiadczenie section#experience-timeline article.one-position{width:50%}}@media (width<=991.98px){section#doswiadczenie section#experience-timeline:after{left:0}section#doswiadczenie section#experience-timeline article.one-position{width:100%;padding-inline:30px 0}section#doswiadczenie section#experience-timeline article.one-position:not(:first-of-type){margin-top:20px}section#doswiadczenie section#experience-timeline article.one-position.left{left:100%;transform:translate(-100%)}section#doswiadczenie section#experience-timeline article.one-position.left:before{content:"";z-index:2;top:15%;left:20px;right:unset;border:medium solid var(--mix);border-width:15px 15px 15px 0;border-color:transparent var(--mix) transparent transparent;position:absolute}section#doswiadczenie section#experience-timeline article.one-position.left:after{left:0;transform:translate(-50%)}section#doswiadczenie section#experience-timeline article.one-position.right{left:100%;transform:translate(-100%)}section#doswiadczenie section#experience-timeline article.one-position.right:before{left:20px}section#doswiadczenie section#experience-timeline article.one-position.right:after{left:0;transform:translate(-50%)}section#doswiadczenie section#experience-timeline article.one-position div.content h3{font-size:1.5rem}section#doswiadczenie section#experience-timeline article.one-position div.content h5,section#doswiadczenie section#experience-timeline article.one-position div.content p.position,section#doswiadczenie section#experience-timeline article.one-position div.content p.date{font-size:1rem}}@media (width<=767.98px){section#doswiadczenie{padding-block:var(--section-padding-md);padding-inline:var(--section-padding-sm)}}@media (width<=575.98px){section#doswiadczenie section#experience-timeline article.one-position div.content h3{font-size:1.2rem}}section#projekty{padding-block:var(--section-padding)}section#projekty section#projects-wrapper{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;display:flex}section#projekty section#projects-wrapper article.project{background-color:var(--body-bg-secondary);width:calc(33% - 1.2rem);box-shadow:var(--box-shadow);opacity:0;-webkit-tap-highlight-color:transparent;border-radius:20px 20px 10px 10px;transition:opacity .3s ease-in-out,transform .3s ease-in-out;position:relative;transform:translateY(20%)}section#projekty section#projects-wrapper article.project a.github{z-index:1;cursor:pointer;background-color:#010409;border-radius:50%;padding:5px;font-size:2rem;transition:rotate .3s ease-in-out,color .3s ease-in;display:flex;position:absolute;top:8px;right:8px;rotate:0deg}section#projekty section#projects-wrapper article.project a.github:hover{color:var(--primary-text);rotate:30deg}section#projekty section#projects-wrapper article.project a.github:hover+a.img-wrapper img{scale:1}section#projekty section#projects-wrapper article.project a.img-wrapper{border-bottom:1px solid hsl(from #1e1e1e h s calc(l + 5%));border-radius:10px 10px 0 0;overflow:hidden}section#projekty section#projects-wrapper article.project a.img-wrapper img{object-fit:cover;object-position:top;vertical-align:middle;height:100%;transition:scale .3s cubic-bezier(.39,.575,.565,1)}section#projekty section#projects-wrapper article.project a.img-wrapper img:hover{scale:1.1}section#projekty section#projects-wrapper article.project div.text{padding:1rem 1.5rem}section#projekty section#projects-wrapper article.project div.text p{color:var(--text-color-secondary);font-weight:300}section#projekty section#projects-wrapper.projects-show article.project{opacity:1;transform:translateY(0)}section#projekty section#projects-wrapper.projects-show article.project:first-of-type{transition-delay:.2s}section#projekty section#projects-wrapper.projects-show article.project:nth-of-type(2){transition-delay:.4s}section#projekty section#projects-wrapper.projects-show article.project:nth-of-type(3){transition-delay:.6s}section#projekty section#projects-wrapper.projects-show article.project:nth-of-type(4){transition-delay:.8s}section#projekty section#projects-wrapper.projects-show article.project:nth-of-type(5){transition-delay:1s}section#projekty section#projects-wrapper.projects-show article.project:nth-of-type(6){transition-delay:1.2s}section#projekty p.coming-soon{text-align:center;color:var(--text-color-secondary);opacity:0;padding-top:3rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateY(20%)}section#projekty p.coming-soon.coming-soon-show{opacity:1;transform:translateY(0)}section#projekty div.button-wrapper{justify-content:center;align-items:center;margin-top:4rem;display:flex}section#projekty div.button-wrapper button.primary-button{opacity:0;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateY(20%)}section#projekty div.button-wrapper button.primary-button.button-show{opacity:1;transform:translateY(0)}@media (width<=1199.98px){section#projekty section#projects-wrapper{justify-content:center}section#projekty section#projects-wrapper article.project{width:calc(50% - 1rem)}section#projekty section#projects-wrapper article.project:first-child{width:60%}}@media (width<=767.98px){section#projekty{padding-block:var(--section-padding-md);padding-inline:var(--section-padding-sm)}section#projekty section#projects-wrapper article.project{width:75%}section#projekty section#projects-wrapper article.project:first-child{width:75%}}@media (width<=575.98px){section#projekty section#projects-wrapper article.project{width:90%}section#projekty section#projects-wrapper article.project:first-child{width:90%}}section#kontakt{padding-block:var(--section-padding)}section#kontakt section#contact-wrapper{flex-direction:column;align-items:center;display:flex}section#kontakt section#contact-wrapper aside{text-align:center;opacity:0;width:60%;margin-bottom:2rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateY(20%)}section#kontakt section#contact-wrapper aside.para-show{opacity:1;transform:translateY(0)}section#kontakt section#contact-wrapper div.a-wrapper{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact{opacity:1;transform:translateY(0)}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.github{transition-delay:.2s}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.email{transition-delay:.4s}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.linkedin{transition-delay:.6s}section#kontakt section#contact-wrapper div.a-wrapper a.contact{background-color:var(--body-bg-secondary);box-shadow:var(--box-shadow);opacity:0;-webkit-tap-highlight-color:transparent;border-radius:10px;align-items:center;gap:1rem;padding:1rem 2rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;display:flex;transform:translateY(20%)}section#kontakt section#contact-wrapper div.a-wrapper a.contact:hover{color:unset}section#kontakt section#contact-wrapper div.a-wrapper a.contact:hover svg,section#kontakt section#contact-wrapper div.a-wrapper a.contact:hover h3{color:var(--primary-text)}section#kontakt section#contact-wrapper div.a-wrapper a.contact svg,section#kontakt section#contact-wrapper div.a-wrapper a.contact h3{transition:color .3s ease-in-out}section#kontakt section#contact-wrapper div.a-wrapper a.contact svg{font-size:3rem}section#kontakt section#contact-wrapper div.a-wrapper a.contact article.contact-text p{color:var(--text-color-secondary);margin:0}section#kontakt section#contact-wrapper div.a-wrapper a.contact article.contact-text h3{margin:0}@media (width<=1199.98px){section#kontakt section#contact-wrapper div.a-wrapper a.contact article.contact-text h3{margin:0;font-size:1.25rem}}@media (width<=991.98px){section#kontakt section#contact-wrapper aside{width:100%}section#kontakt section#contact-wrapper div.a-wrapper{justify-content:center}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.email{transition-delay:.2s}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.github{transition-delay:.4s}section#kontakt section#contact-wrapper div.a-wrapper.contacts-show a.contact.linkedin{transition-delay:.6s}section#kontakt section#contact-wrapper div.a-wrapper a.contact{padding:1rem}section#kontakt section#contact-wrapper div.a-wrapper a.contact.github,section#kontakt section#contact-wrapper div.a-wrapper a.contact.linkedin{order:2}section#kontakt section#contact-wrapper div.a-wrapper a.contact.email{order:1}section#kontakt section#contact-wrapper div.a-wrapper a.contact article.contact-text h3{margin:0;font-size:1.5rem}}@media (width<=767.98px){section#kontakt{padding-block:var(--section-padding-md);padding-inline:var(--section-padding-sm)}section#kontakt section#contact-wrapper div.a-wrapper a.contact{text-align:center;flex-direction:column;width:100%}section#kontakt section#contact-wrapper div.a-wrapper a.contact article.contact-text h3{margin:0;font-size:1.2rem}}
