@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");:root{scroll-behavior:smooth;--header-height:3rem;--nav-height:4rem;--header-margin-tb:0.5rem;--header-transition-time:0.5s;--page-heading-font-size:2rem;--page-heading-font-weight:500;--page-heading-size:4rem;--container-margin-tb:4rem;--container-margin-tb-neg:-4rem;--font-family-primary:"Josefin Sans",sans-serif;--font-family-secondary:"Open Sans",sans-serif}@media (max-width:767px){:root{--header-margin-lr:1.5rem}:root .hide-sm{display:none}}@media (min-width:768px) and (max-width:1024px){:root{--header-margin-lr:3rem}:root .hide-md{display:none}}@media (min-width:1025px){:root{--header-margin-lr:4.5rem}:root .hide-lg{display:none}}@media (min-width:1280px){:root{--header-margin-lr:8rem}:root .hide-xl{display:none}}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family-primary);letter-spacing:.5px;line-height:1.5;word-break:break-word;list-style:none}body{font-size:1rem;scroll-snap-type:y mandatory;overflow-x:hidden;overflow-y:scroll}.light-theme{color:#212121}.light-theme .container{display:grid;min-height:max-content;padding:var(--container-margin-tb) 0;background-blend-mode:overlay;background-size:cover!important;background-position:50%!important;scroll-snap-align:start!important}.light-theme .container>h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight);padding:0 var(--header-margin-lr)}@media (min-width:768px){.light-theme .container>h1{text-align:center}}.light-theme a{text-decoration:none}.light-theme .hide{display:none!important}.light-theme .highlight{color:#ff1744}.light-theme :disabled,.light-theme [disabled=true]{cursor:default}.light-theme [tooltip]{position:relative}.light-theme [tooltip]:before{content:attr(tooltip);position:absolute;top:calc(-1.2rem - 12px);left:50%;transform:translateX(-50%);font-size:.8rem;white-space:nowrap;padding:.2rem .4rem;border-radius:4px;color:#fff;background-color:rgba(0,0,0,.8)}.light-theme [tooltip]:after{content:" ";position:absolute;top:-6px;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.light-theme [tooltip]:after,.light-theme [tooltip]:before{opacity:0;visibility:hidden;transition:opacity .5s ease}@media (min-width:768px){.light-theme [tooltip]:hover:after,.light-theme [tooltip]:hover:before{opacity:1;visibility:visible}}@media (max-width:767px){.light-theme .horizontal-scroll-m{display:grid;grid-template-columns:var(--header-margin-lr) auto var(--header-margin-lr);overflow-x:scroll;padding-bottom:180px;margin-bottom:-180px}.light-theme .horizontal-scroll-m:after,.light-theme .horizontal-scroll-m:before{content:""}.light-theme .horizontal-scroll-m::-webkit-scrollbar{display:none}}.light-theme .btn{font-size:1rem;font-weight:500;padding:.6rem 1.6rem;border:none;border-radius:8px;outline:none;cursor:pointer;color:#ff1744;background-image:linear-gradient(45deg,#e0e0e0,#e0e0e0,#fff,#e0e0e0,#e0e0e0);background-size:225%;background-position:100%;transition:background-position .4s ease-out}@media (min-width:1025px){.light-theme .btn:hover{background-position:0}}.light-theme .btn:disabled{cursor:default}.light-theme .btn.primary{color:#fff;background-image:linear-gradient(45deg,#ff1744,#ff1744,#f80,#ff1744,#ff1744)}.light-theme [name=send-message]{position:relative;transition:background-position .4s ease-out,background-color .3s ease,box-shadow .3s ease}@media (min-width:1025px){.light-theme [name=send-message]:hover i{transform:translateY(-50%) rotate(-45deg)}}.light-theme [name=send-message] i{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:2rem;transition:transform .3s ease}.light-theme [name=send-message].sending{background-image:none!important;background-color:#f80;box-shadow:0 12px 8px -3px rgba(255,136,0,.3)}.light-theme [name=send-message].sending i{transform:translateY(-50%) rotate(-45deg);animation:shake .3s ease .5s infinite}.light-theme [name=send-message].sent{background-image:none!important;background-color:#00c851;box-shadow:0 12px 8px -3px rgba(0,200,81,.3)}.light-theme [name=send-message].sent i{transform:translateY(-50%) rotate(-45deg);animation:moveUp 1s ease 0s forwards}.light-theme [name=send-message].failed{background-image:none!important;background-color:#f44;box-shadow:0 12px 8px -3px rgba(255,68,68,.3)}.light-theme [name=send-message].failed i{transform:translateY(-50%) rotate(-45deg);animation:moveDown 1s ease 0s forwards}.light-theme [data-tilt]{transform-style:preserve-3d;transform:perspective(1000px)}.dark-theme #about section ul .light-theme li,.dark-theme #skills .wrapper section ul .light-theme li,.light-theme #about section ul li,.light-theme #skills .wrapper section ul li,.light-theme .btn{box-shadow:0 2.8px 2.2px rgba(0,0,0,.02),0 6.7px 5.3px rgba(0,0,0,.028),0 12.5px 10px rgba(0,0,0,.035),0 22.3px 17.9px rgba(0,0,0,.042),0 41.8px 33.4px rgba(0,0,0,.05),0 100px 80px rgba(0,0,0,.07)}.dark-theme #work .wrapper .light-theme section,.light-theme #work .wrapper section{box-shadow:0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12)}@media (min-width:1025px){.light-theme .anim{opacity:0}}.light-theme .anim-all{opacity:0}.light-theme #header{--logo-height:calc(var(--header-height) - 2*var(--header-margin-tb));position:fixed;display:flex;justify-content:space-between;top:0;left:0;height:var(--header-height);width:100vw;margin:0;padding:var(--header-margin-tb) var(--header-margin-lr);background-color:transparent;z-index:100;transition:background-color var(--header-transition-time),box-shadow var(--header-transition-time),top var(--header-transition-time)}.light-theme #header.scrolled{background-color:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.light-theme #header.scroll-up{top:calc(-1rem - var(--header-height))}.light-theme #header>a{line-height:0}.light-theme #header>a img.logo{height:var(--logo-height)}@media (max-width:767px){.light-theme #header nav{position:fixed;bottom:-1px;left:0;width:100vw;background-color:#fff;border-top:1px solid rgba(0,0,0,.2)}}@media (min-width:768px){.light-theme #header nav{display:flex}}.light-theme #header nav ul{display:flex;align-items:center}@media (max-width:767px){.light-theme #header nav ul{justify-content:space-around;height:var(--nav-height)}}@media (min-width:768px){.light-theme #header nav ul{justify-content:space-between}}.light-theme #header nav ul li{text-align:center}@media (min-width:768px){.light-theme #header nav ul li:not(:first-of-type){padding-left:2rem}}.light-theme #header nav ul li a{color:#212121;text-decoration:none}@media (min-width:1025px){.light-theme #header nav ul li a:hover .label,.light-theme #header nav ul li a:hover i{color:#ff1744}}.light-theme #header nav ul li a.active .label,.light-theme #header nav ul li a.active i{font-weight:700;color:#ff1744}@media (max-width:767px){.light-theme #header nav ul li a i{font-size:2.3rem;line-height:.75}}@media (min-width:768px){.light-theme #header nav ul li a i{display:none}}.light-theme #header nav ul li a .label{font-family:var(--font-family-secondary)}@media (max-width:767px){.light-theme #header nav ul li a .label{font-size:.85rem;line-height:.75}}@media (min-width:768px){.light-theme #header nav ul li a .label{font-size:1.25rem}}.light-theme #header .options{display:flex;align-items:center}.light-theme #header .options li{line-height:1;cursor:pointer}.light-theme #header .options li:not(:first-of-type){padding-left:.5rem}.light-theme #header .options li i{font-size:2.25rem}.light-theme #header .options li i.la-sun{color:#ffeb3b}@media (min-width:1025px){.light-theme #header .options li i.la-sun{transition:transform .5s ease-in}.light-theme #header .options li i.la-sun:hover{transform:rotate(180deg)}}.light-theme #home{display:block;position:relative;padding:var(--header-height) var(--header-margin-lr) 0 var(--header-margin-lr);background:linear-gradient(180deg,hsla(0,0%,93.3%,.9),hsla(0,0%,100%,.85));overflow:hidden}@media (max-width:767px){.light-theme #home{height:100vh;height:calc(100*var(--vh))}}@media (min-width:768px){.light-theme #home{height:32rem}}.light-theme #home:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(home_light.704e75f7.webp);background-attachment:fixed!important;background-size:cover!important;z-index:-1;animation:zoomInOut 10s linear infinite}.light-theme #home img{position:absolute;bottom:0;z-index:1}@media (max-width:767px){.light-theme #home img{left:50%;transform:translateX(-50%);height:calc(75% - var(--header-height))}}@media (min-width:768px){.light-theme #home img{left:var(--header-margin-lr);height:calc(100% - var(--header-height) - 1rem)}}.light-theme #home .content{position:absolute;display:grid;align-content:center}@media (max-width:767px){.light-theme #home .content{top:var(--header-height);left:0;width:100%;height:25%;text-align:center}}@media (min-width:768px){.light-theme #home .content{position:absolute;bottom:0;right:var(--header-margin-lr);height:100%;text-align:right}}.light-theme #home .content h2{font-weight:500;letter-spacing:0;line-height:2}@media (max-width:767px){.light-theme #home .content h2{font-size:1.25rem}}@media (max-width:767px) and (min-height:730px){.light-theme #home .content h2{font-size:1.5rem}}@media (min-width:768px){.light-theme #home .content h2{font-size:1.5rem}}.light-theme #home .content h2 .highlight{letter-spacing:0}.light-theme #home .content h1{font-weight:600;letter-spacing:0}@media (max-width:767px){.light-theme #home .content h1{font-size:2.25rem;line-height:1.1}}@media (max-width:767px) and (min-height:730px){.light-theme #home .content h1{font-size:2.5rem}}@media (min-width:768px){.light-theme #home .content h1{font-size:2.5rem;line-height:1.2}}@media (min-width:975px){.light-theme #home .content h1 br{display:none}}.light-theme #home .content h3{margin-top:1.5rem;font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:400;line-height:1;color:#9e9e9e}@media (max-width:767px){.light-theme #home .content h3{display:none}}.light-theme #home .content .action{display:grid;grid-gap:.5rem;text-align:center;z-index:2}@media (max-width:767px){.light-theme #home .content .action{grid-template-columns:repeat(2,125px);position:absolute;top:0;width:100%;height:calc(100vh - var(--header-height) - var(--nav-height) - 2rem);height:calc(100*var(--vh) - var(--header-height) - var(--nav-height) - 2rem);justify-content:center;align-items:end}}@media (min-width:768px){.light-theme #home .content .action{grid-template-columns:repeat(2,140px);justify-content:right;margin-top:3rem}}@media (max-width:767px){.light-theme #home .content .action .btn{padding:.5rem 1rem}}.light-theme #about{position:relative;grid-gap:2rem;grid-template-areas:"content";background-image:url(about.1a41902b.webp)}@media (max-width:767px){.light-theme #about{grid-template-rows:100%;min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (min-width:768px) and (max-width:1024px){.light-theme #about{grid-template-rows:100%}}@media (min-width:1025px){.light-theme #about{grid-template-columns:55%}}@media (min-width:768px){.light-theme #about{padding-left:var(--header-margin-lr);padding-right:var(--header-margin-lr)}}.light-theme #about:after{content:" ";position:absolute;width:100%;height:100%;background-image:linear-gradient(to top right,#ff1744,rgba(255,23,68,.8),rgba(255,136,0,.6))}.light-theme #about section{grid-area:content;display:grid;grid-template-rows:var(--page-heading-size) max-content max-content;color:#fff;z-index:1}.light-theme #about section h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight)}@media (max-width:767px){.light-theme #about section h1{padding:0 var(--header-margin-lr)}}.light-theme #about section p{font-family:var(--font-family-secondary);font-size:.95rem;line-height:2}@media (max-width:767px){.light-theme #about section p{padding:0 var(--header-margin-lr)}}.light-theme #about section p .highlight{font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;color:#ff0}.light-theme #about section ul{display:grid;grid-gap:1rem;margin-top:2rem}@media (max-width:767px){.light-theme #about section ul{grid-template-columns:repeat(4,14rem)}}@media (max-width:767px) and (max-width:767px) and (min-height:730px){.light-theme #about section ul{grid-template-columns:repeat(2,14rem)}}@media (min-width:768px) and (max-width:1024px){.light-theme #about section ul{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.light-theme #about section ul{grid-template-columns:repeat(2,1fr)}}.light-theme #about section ul li{display:grid;align-items:center;padding:1rem;border-radius:8px;background-color:rgba(0,0,0,.5);transition:transform .2s ease-in}@media (max-width:767px){.light-theme #about section ul li{grid-template-columns:max-content auto;grid-gap:1.5rem}}@media (min-width:768px) and (max-width:1024px){.light-theme #about section ul li{text-align:center;grid-gap:1rem}}@media (min-width:1025px){.light-theme #about section ul li{grid-template-columns:max-content auto;grid-gap:1.5rem}.light-theme #about section ul li:hover{transform:scale(1.05)}.light-theme #about section ul li:hover i{transform:scale(1.25);text-shadow:3px 3px 8px rgba(0,0,0,.5)}}.light-theme #about section ul li i{font-size:3rem;color:#ff1744;transition:transform .2s ease-in,text-shadow .2s ease-in}.light-theme #work{grid-template-rows:var(--page-heading-size) auto;background:url(work.b0430b45.webp),linear-gradient(180deg,hsla(0,0%,93.3%,.9),hsla(0,0%,100%,.85));background-attachment:fixed!important}@media (max-width:767px){.light-theme #work{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (max-width:767px) and (min-height:730px){.light-theme #work{min-height:max-content!important}}.light-theme #work .wrapper{display:grid;grid-gap:var(--header-margin-lr)}@media (max-width:767px){.light-theme #work .wrapper{display:grid;grid-template-columns:.1px repeat(3,75%) .1px;grid-gap:var(--header-margin-lr);overflow-x:scroll;padding-bottom:180px;margin-bottom:-180px}.light-theme #work .wrapper:after,.light-theme #work .wrapper:before{content:""}.light-theme #work .wrapper::-webkit-scrollbar{display:none}}@media (min-width:768px) and (max-width:1024px){.light-theme #work .wrapper{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.light-theme #work .wrapper{grid-template-columns:repeat(3,275px);grid-gap:3rem}}@media (min-width:768px){.light-theme #work .wrapper{justify-content:center;padding:0 var(--header-margin-lr)}}.light-theme #work .wrapper section{display:grid;grid-gap:1rem;grid-auto-rows:max-content;justify-items:center;text-align:center;padding:1.25rem;border-radius:8px;background-color:hsla(0,0%,100%,.7)}.light-theme #work .wrapper section>a{width:100%}.light-theme #work .wrapper section>a img.company-logo{max-width:80%;max-height:4rem;transform:translateZ(45px)}.light-theme #work .wrapper section h1{font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;color:#ff1744}.light-theme #work .wrapper section p{font-family:var(--font-family-secondary);font-size:.9rem;color:#9e9e9e}.light-theme #work .wrapper section .clients{display:flex;flex-flow:column;align-items:center}.light-theme #work .wrapper section .clients p{font-size:.8rem}.light-theme #work .wrapper section .clients ul{display:grid;grid-template-columns:repeat(2,1fr);margin-top:.5rem}.light-theme #work .wrapper section .clients ul.single{grid-template-columns:repeat(1,1fr)}.light-theme #work .wrapper section .clients ul img{width:7rem;max-width:100%;padding:0 .5rem;transform:translateZ(30px)}.light-theme #skills{grid-template-rows:var(--page-heading-size) auto;background-color:#eee}@media (max-width:767px){.light-theme #skills{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}.light-theme #skills .wrapper{display:grid;align-items:center}@media (max-width:767px){.light-theme #skills .wrapper{grid-gap:calc(var(--page-heading-size) - var(--page-heading-font-size))}}@media (min-width:768px){.light-theme #skills .wrapper{grid-template-columns:repeat(2,1fr)}}.light-theme #skills .wrapper section{display:grid;grid-template-rows:3rem auto}@media (min-width:768px){.light-theme #skills .wrapper section:first-of-type ul{border-right:1px solid rgba(0,0,0,.2)}}@media (min-width:1280px){.light-theme #skills .wrapper section:first-of-type>h1,.light-theme #skills .wrapper section:first-of-type ul{padding:0 calc(var(--header-margin-lr)/2) 0 var(--header-margin-lr)!important}}@media (min-width:1280px){.light-theme #skills .wrapper section:last-of-type>h1,.light-theme #skills .wrapper section:last-of-type ul{padding:0 var(--header-margin-lr) 0 calc(var(--header-margin-lr)/2)!important}}.light-theme #skills .wrapper section>h1{font-size:1.5rem;font-weight:var(--page-heading-font-weight);padding:0 var(--header-margin-lr)}.light-theme #skills .wrapper section ul{display:grid}@media (max-width:767px){.light-theme #skills .wrapper section ul{grid-template-columns:repeat(4,14rem);grid-gap:1rem}}@media (max-width:767px) and (max-width:767px) and (min-height:730px){.light-theme #skills .wrapper section ul{grid-template-columns:repeat(3,14rem)}}@media (min-width:768px){.light-theme #skills .wrapper section ul{grid-gap:1.5rem;padding:0 var(--header-margin-lr)}}@media (min-width:1025px){.light-theme #skills .wrapper section ul{grid-template-columns:repeat(2,1fr)}}.light-theme #skills .wrapper section ul li{display:grid;grid-template-rows:3px auto;grid-template-columns:3.4rem auto;grid-template-areas:"progress-bar progress-bar" "img span";align-items:center;max-height:4.8rem;background-color:#fff;transition:transform .2s ease-in}@media (min-width:1025px){.light-theme #skills .wrapper section ul li:hover{transform:scale(1.1)}.light-theme #skills .wrapper section ul li:hover img{transform:scale(1.3)}}.light-theme #skills .wrapper section ul li .progress-bar{grid-area:progress-bar;width:100%;height:3px;background-color:#ff1744}.light-theme #skills .wrapper section ul li img{grid-area:img;width:3.4rem;height:3.4rem;padding:.7rem;transition:transform .2s ease-in}.light-theme #skills .wrapper section ul li span{grid-area:span;font-family:var(--font-family-secondary);font-size:.95rem;font-weight:500;padding:.7rem .7rem .7rem 0}@media (min-width:768px) and (max-width:1024px){.light-theme #skills .wrapper section ul li span{font-size:1.25rem}}.light-theme #contact{padding:0!important}.light-theme #contact .wrapper{display:grid}@media (max-width:767px){.light-theme #contact .wrapper{grid-template-rows:repeat(2,auto);width:100vw}}@media (min-width:768px){.light-theme #contact .wrapper{grid-template-columns:repeat(2,50%)}}.light-theme #contact .wrapper section{display:grid;padding:var(--container-margin-tb) var(--header-margin-lr)}@media (max-width:767px){.light-theme #contact .wrapper section{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (max-width:767px) and (min-height:730px){.light-theme #contact .wrapper section{min-height:max-content!important}}.light-theme #contact .wrapper section h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight)}.light-theme #contact .wrapper section:first-child{grid-template-rows:var(--page-heading-size) auto auto;position:relative;background-image:url(contact.2ff6c45d.webp);background-attachment:fixed}@media (max-width:767px){.light-theme #contact .wrapper section:first-child{background-size:contain}}@media (min-width:768px){.light-theme #contact .wrapper section:first-child{background-size:50% auto}}@media (min-width:1280px){.light-theme #contact .wrapper section:first-child{padding-right:calc(var(--header-margin-lr)/2)}}.light-theme #contact .wrapper section:first-child:after{content:" ";position:absolute;width:100%;height:100%;background-image:linear-gradient(to top right,#ff1744,rgba(255,23,68,.9),rgba(255,136,0,.9))}.light-theme #contact .wrapper section:first-child h1{color:#fff;z-index:1}.light-theme #contact .wrapper section:first-child ul{z-index:1}.light-theme #contact .wrapper section:first-child ul.content{display:grid;grid-template-rows:auto;align-items:center;grid-gap:2rem}.light-theme #contact .wrapper section:first-child ul.content li{display:grid;grid-template-columns:max-content auto;grid-gap:1rem;align-items:center}@media (min-width:1025px){.light-theme #contact .wrapper section:first-child ul.content li:hover i{transform:scale(1.3);text-shadow:3px 3px 11px rgba(0,0,0,.5)}}.light-theme #contact .wrapper section:first-child ul.content li i{opacity:.7}.light-theme #contact .wrapper section:first-child ul.content li span{font-family:var(--font-family-secondary);color:#fff}@media (max-width:767px){.light-theme #contact .wrapper section:first-child ul.content li span{font-size:.95rem}}@media (min-width:1025px){.light-theme #contact .wrapper section:first-child ul.content li span{font-size:1.2rem}}.light-theme #contact .wrapper section:first-child ul.icons{display:flex;justify-content:space-between;align-items:center;width:16rem;margin-top:2rem}.light-theme #contact .wrapper section:first-child ul i{font-size:2.5rem;color:#fff;transition:transform .2s ease-in,text-shadow .2s ease-in}@media (min-width:1025px){.light-theme #contact .wrapper section:first-child ul i:hover{transform:scale(1.3);text-shadow:3px 3px 11px rgba(0,0,0,.5)}}.light-theme #contact .wrapper section:last-child{grid-template-rows:var(--page-heading-size) auto;background-color:#fff}@media (max-width:767px){.light-theme #contact .wrapper section:last-child{margin-bottom:var(--nav-height)}}@media (min-width:1280px){.light-theme #contact .wrapper section:last-child{padding-left:calc(var(--header-margin-lr)/2)}}.light-theme #contact .wrapper section:last-child form{display:grid;height:100%;grid-row-gap:1rem}.light-theme #contact .wrapper section:last-child form label.error input[type=text],.light-theme #contact .wrapper section:last-child form label.error span.label,.light-theme #contact .wrapper section:last-child form label.error textarea{background-color:rgba(255,68,68,.5)}.light-theme #contact .wrapper section:last-child form label span{font-size:.75rem;padding:.25rem .5rem}.light-theme #contact .wrapper section:last-child form label span.label{display:block;width:100%;font-family:var(--font-family-secondary);border-top-left-radius:5px;border-top-right-radius:5px;padding-bottom:0;background-color:#eee}.light-theme #contact .wrapper section:last-child form label span.field-message{display:block;font-family:var(--font-family-secondary)}.light-theme #contact .wrapper section:last-child form label span.field-message.error{color:#f44}.light-theme #contact .wrapper section:last-child form label input[type=text],.light-theme #contact .wrapper section:last-child form label textarea{width:100%;font-family:var(--font-family-secondary);font-size:1.25rem;padding:.5rem;border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;outline:none;color:#212121;background-color:#eee}.light-theme #contact .wrapper section:last-child form label input[type=text]{height:2.25rem}.light-theme #contact .wrapper section:last-child form label textarea{display:block;resize:none;min-height:4.75rem;max-height:11rem}.light-theme #contact .wrapper section:last-child form .response-message{display:grid;grid-template-columns:max-content auto;align-items:center;border-radius:5px;color:#fff}.light-theme #contact .wrapper section:last-child form .response-message.success{background-color:#00c851}.light-theme #contact .wrapper section:last-child form .response-message.error{background-color:#f44}.light-theme #contact .wrapper section:last-child form .response-message i{font-size:2rem;padding:.5rem}.light-theme #contact .wrapper section:last-child form .response-message span{font-family:var(--font-family-secondary);font-size:.9rem;padding:.5rem .5rem .5rem 0}.light-theme #contact .wrapper section:last-child form .btn{border-radius:30px;max-width:10rem}.dark-theme{color:#fff}.dark-theme .container{display:grid;min-height:max-content;padding:var(--container-margin-tb) 0;background-blend-mode:overlay;background-size:cover!important;background-position:50%!important;scroll-snap-align:start!important}.dark-theme .container>h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight);padding:0 var(--header-margin-lr)}@media (min-width:768px){.dark-theme .container>h1{text-align:center}}.dark-theme a{text-decoration:none}.dark-theme .hide{display:none!important}.dark-theme .highlight{color:#ff1744}.dark-theme :disabled,.dark-theme [disabled=true]{cursor:default}.dark-theme [tooltip]{position:relative}.dark-theme [tooltip]:before{content:attr(tooltip);position:absolute;top:calc(-1.2rem - 12px);left:50%;transform:translateX(-50%);font-size:.8rem;white-space:nowrap;padding:.2rem .4rem;border-radius:4px;color:#fff;background-color:rgba(0,0,0,.8)}.dark-theme [tooltip]:after{content:" ";position:absolute;top:-6px;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.dark-theme [tooltip]:after,.dark-theme [tooltip]:before{opacity:0;visibility:hidden;transition:opacity .5s ease}@media (min-width:768px){.dark-theme [tooltip]:hover:after,.dark-theme [tooltip]:hover:before{opacity:1;visibility:visible}}@media (max-width:767px){.dark-theme .horizontal-scroll-m{display:grid;grid-template-columns:var(--header-margin-lr) auto var(--header-margin-lr);overflow-x:scroll;padding-bottom:180px;margin-bottom:-180px}.dark-theme .horizontal-scroll-m:after,.dark-theme .horizontal-scroll-m:before{content:""}.dark-theme .horizontal-scroll-m::-webkit-scrollbar{display:none}}.dark-theme .btn{font-size:1rem;font-weight:500;padding:.6rem 1.6rem;border:none;border-radius:8px;outline:none;cursor:pointer;color:#ff1744;background-image:linear-gradient(45deg,#000,#000,#181818,#000,#000);background-size:225%;background-position:100%;transition:background-position .4s ease-out}@media (min-width:1025px){.dark-theme .btn:hover{background-position:0}}.dark-theme .btn:disabled{cursor:default}.dark-theme .btn.primary{color:#fff;background-image:linear-gradient(45deg,#ff1744,#ff1744,#f80,#ff1744,#ff1744)}.dark-theme [name=send-message]{position:relative;transition:background-position .4s ease-out,background-color .3s ease,box-shadow .3s ease}@media (min-width:1025px){.dark-theme [name=send-message]:hover i{transform:translateY(-50%) rotate(-45deg)}}.dark-theme [name=send-message] i{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:2rem;transition:transform .3s ease}.dark-theme [name=send-message].sending{background-image:none!important;background-color:#f80;box-shadow:0 12px 8px -3px rgba(255,136,0,.3)}.dark-theme [name=send-message].sending i{transform:translateY(-50%) rotate(-45deg);animation:shake .3s ease .5s infinite}@keyframes shake{10%,30%,50%,70%,90%{transform:translateY(-50%) translate3d(-1.2px,0,0) rotate(-45deg)}20%,40%,60%,80%{transform:translateY(-50%) translate3d(1.2px,0,0) rotate(-45deg)}}.dark-theme [name=send-message].sent{background-image:none!important;background-color:#00c851;box-shadow:0 12px 8px -3px rgba(0,200,81,.3)}.dark-theme [name=send-message].sent i{transform:translateY(-50%) rotate(-45deg);animation:moveUp 1s ease 0s forwards}@keyframes moveUp{0%{margin-top:0;transform:translateY(-50%) scale(1) rotate(-45deg)}to{color:#00c851;margin-top:-100px;transform:translateY(-50%) scale(0) rotate(-45deg)}}.dark-theme [name=send-message].failed{background-image:none!important;background-color:#f44;box-shadow:0 12px 8px -3px rgba(255,68,68,.3)}.dark-theme [name=send-message].failed i{transform:translateY(-50%) rotate(-45deg);animation:moveDown 1s ease 0s forwards}@keyframes moveDown{0%{margin-top:0;transform:translateY(-50%) scale(1) rotate(-45deg)}to{color:#f44;margin-top:var(--container-margin-tb);transform:translateY(-50%) scale(0) rotate(-45deg)}}.dark-theme [data-tilt]{transform-style:preserve-3d;transform:perspective(1000px)}.dark-theme #about section ul li,.dark-theme #skills .wrapper section ul li,.dark-theme .btn,.light-theme #about section ul .dark-theme li,.light-theme #skills .wrapper section ul .dark-theme li{box-shadow:0 2.8px 2.2px rgba(0,0,0,.02),0 6.7px 5.3px rgba(0,0,0,.028),0 12.5px 10px rgba(0,0,0,.035),0 22.3px 17.9px rgba(0,0,0,.042),0 41.8px 33.4px rgba(0,0,0,.05),0 100px 80px rgba(0,0,0,.07)}.dark-theme #work .wrapper section,.light-theme #work .wrapper .dark-theme section{box-shadow:0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12)}@media (min-width:1025px){.dark-theme .anim{opacity:0}@keyframes anim-down{0%{transform:translateY(var(--container-margin-tb-neg));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes anim-up{0%{transform:translateY(var(--container-margin-tb));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes anim-right{0%{transform:translateX(var(--container-margin-tb-neg));opacity:0}to{transform:translateX(0);opacity:1}}@keyframes anim-left{0%{transform:translateX(var(--container-margin-tb));opacity:0}to{transform:translateX(0);opacity:1}}}.dark-theme .anim-all{opacity:0}@keyframes anim-up-all{0%{transform:translateY(var(--container-margin-tb));opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:767px){@keyframes anim-hero{0%{transform:translateX(-150%);opacity:0}to{transform:translateX(-50%);opacity:1}}}@media (min-width:768px){@keyframes anim-hero{0%{transform:translateX(-150%);opacity:0}to{transform:translateX(0);opacity:1}}}.dark-theme #header{--logo-height:calc(var(--header-height) - 2*var(--header-margin-tb));position:fixed;display:flex;justify-content:space-between;top:0;left:0;height:var(--header-height);width:100vw;margin:0;padding:var(--header-margin-tb) var(--header-margin-lr);background-color:transparent;z-index:100;transition:background-color var(--header-transition-time),box-shadow var(--header-transition-time),top var(--header-transition-time)}.dark-theme #header.scrolled{background-color:#2e2e2e;box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.dark-theme #header.scroll-up{top:calc(-1rem - var(--header-height))}.dark-theme #header>a{line-height:0}.dark-theme #header>a img.logo{height:var(--logo-height)}@media (max-width:767px){.dark-theme #header nav{position:fixed;bottom:-1px;left:0;width:100vw;background-color:#2e2e2e;border-top:1px solid rgba(0,0,0,.6)}}@media (min-width:768px){.dark-theme #header nav{display:flex}}.dark-theme #header nav ul{display:flex;align-items:center}@media (max-width:767px){.dark-theme #header nav ul{justify-content:space-around;height:var(--nav-height)}}@media (min-width:768px){.dark-theme #header nav ul{justify-content:space-between}}.dark-theme #header nav ul li{text-align:center}@media (min-width:768px){.dark-theme #header nav ul li:not(:first-of-type){padding-left:2rem}}.dark-theme #header nav ul li a{color:#fff;text-decoration:none}@media (min-width:1025px){.dark-theme #header nav ul li a:hover .label,.dark-theme #header nav ul li a:hover i{color:#ff1744}}.dark-theme #header nav ul li a.active .label,.dark-theme #header nav ul li a.active i{font-weight:700;color:#ff1744}@media (max-width:767px){.dark-theme #header nav ul li a i{font-size:2.3rem;line-height:.75}}@media (min-width:768px){.dark-theme #header nav ul li a i{display:none}}.dark-theme #header nav ul li a .label{font-family:var(--font-family-secondary)}@media (max-width:767px){.dark-theme #header nav ul li a .label{font-size:.85rem;line-height:.75}}@media (min-width:768px){.dark-theme #header nav ul li a .label{font-size:1.25rem}}.dark-theme #header .options{display:flex;align-items:center}.dark-theme #header .options li{line-height:1;cursor:pointer}.dark-theme #header .options li:not(:first-of-type){padding-left:.5rem}.dark-theme #header .options li i{font-size:2.25rem}.dark-theme #header .options li i.la-sun{color:#ffeb3b}@media (min-width:1025px){.dark-theme #header .options li i.la-sun{transition:transform .5s ease-in}.dark-theme #header .options li i.la-sun:hover{transform:rotate(180deg)}}.dark-theme #home{display:block;position:relative;padding:var(--header-height) var(--header-margin-lr) 0 var(--header-margin-lr);background:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.75));overflow:hidden}@media (max-width:767px){.dark-theme #home{height:100vh;height:calc(100*var(--vh))}}@media (min-width:768px){.dark-theme #home{height:32rem}}.dark-theme #home:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(home_dark.cb731d2a.webp);background-attachment:fixed!important;background-size:cover!important;z-index:-1;animation:zoomInOut 10s linear infinite}@keyframes zoomInOut{50%{transform:scale(1.5)}to{transform:scale(1)}}.dark-theme #home img{position:absolute;bottom:0;z-index:1}@media (max-width:767px){.dark-theme #home img{left:50%;transform:translateX(-50%);height:calc(75% - var(--header-height))}}@media (min-width:768px){.dark-theme #home img{left:var(--header-margin-lr);height:calc(100% - var(--header-height) - 1rem)}}.dark-theme #home .content{position:absolute;display:grid;align-content:center}@media (max-width:767px){.dark-theme #home .content{top:var(--header-height);left:0;width:100%;height:25%;text-align:center}}@media (min-width:768px){.dark-theme #home .content{position:absolute;bottom:0;right:var(--header-margin-lr);height:100%;text-align:right}}.dark-theme #home .content h2{font-weight:500;letter-spacing:0;line-height:2}@media (max-width:767px){.dark-theme #home .content h2{font-size:1.25rem}}@media (max-width:767px) and (min-height:730px){.dark-theme #home .content h2{font-size:1.5rem}}@media (min-width:768px){.dark-theme #home .content h2{font-size:1.5rem}}.dark-theme #home .content h2 .highlight{letter-spacing:0}.dark-theme #home .content h1{font-weight:600;letter-spacing:0}@media (max-width:767px){.dark-theme #home .content h1{font-size:2.25rem;line-height:1.1}}@media (max-width:767px) and (min-height:730px){.dark-theme #home .content h1{font-size:2.5rem}}@media (min-width:768px){.dark-theme #home .content h1{font-size:2.5rem;line-height:1.2}}@media (min-width:975px){.dark-theme #home .content h1 br{display:none}}.dark-theme #home .content h3{margin-top:1.5rem;font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:400;line-height:1;color:#9e9e9e}@media (max-width:767px){.dark-theme #home .content h3{display:none}}.dark-theme #home .content .action{display:grid;grid-gap:.5rem;text-align:center;z-index:2}@media (max-width:767px){.dark-theme #home .content .action{grid-template-columns:repeat(2,125px);position:absolute;top:0;width:100%;height:calc(100vh - var(--header-height) - var(--nav-height) - 2rem);height:calc(100*var(--vh) - var(--header-height) - var(--nav-height) - 2rem);justify-content:center;align-items:end}}@media (min-width:768px){.dark-theme #home .content .action{grid-template-columns:repeat(2,140px);justify-content:right;margin-top:3rem}}@media (max-width:767px){.dark-theme #home .content .action .btn{padding:.5rem 1rem}}.dark-theme #about{position:relative;grid-gap:2rem;grid-template-areas:"content";background-image:url(about.1a41902b.webp)}@media (max-width:767px){.dark-theme #about{grid-template-rows:100%;min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (min-width:768px) and (max-width:1024px){.dark-theme #about{grid-template-rows:100%}}@media (min-width:1025px){.dark-theme #about{grid-template-columns:55%}}@media (min-width:768px){.dark-theme #about{padding-left:var(--header-margin-lr);padding-right:var(--header-margin-lr)}}.dark-theme #about:after{content:" ";position:absolute;width:100%;height:100%;background-image:linear-gradient(to top right,#ff1744,rgba(255,23,68,.8),rgba(255,136,0,.6))}.dark-theme #about section{grid-area:content;display:grid;grid-template-rows:var(--page-heading-size) max-content max-content;color:#fff;z-index:1}.dark-theme #about section h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight)}@media (max-width:767px){.dark-theme #about section h1{padding:0 var(--header-margin-lr)}}.dark-theme #about section p{font-family:var(--font-family-secondary);font-size:.95rem;line-height:2}@media (max-width:767px){.dark-theme #about section p{padding:0 var(--header-margin-lr)}}.dark-theme #about section p .highlight{font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;color:#ff0}.dark-theme #about section ul{display:grid;grid-gap:1rem;margin-top:2rem}@media (max-width:767px){.dark-theme #about section ul{grid-template-columns:repeat(4,14rem)}}@media (max-width:767px) and (max-width:767px) and (min-height:730px){.dark-theme #about section ul{grid-template-columns:repeat(2,14rem)}}@media (min-width:768px) and (max-width:1024px){.dark-theme #about section ul{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.dark-theme #about section ul{grid-template-columns:repeat(2,1fr)}}.dark-theme #about section ul li{display:grid;align-items:center;padding:1rem;border-radius:8px;background-color:rgba(0,0,0,.5);transition:transform .2s ease-in}@media (max-width:767px){.dark-theme #about section ul li{grid-template-columns:max-content auto;grid-gap:1.5rem}}@media (min-width:768px) and (max-width:1024px){.dark-theme #about section ul li{text-align:center;grid-gap:1rem}}@media (min-width:1025px){.dark-theme #about section ul li{grid-template-columns:max-content auto;grid-gap:1.5rem}.dark-theme #about section ul li:hover{transform:scale(1.05)}.dark-theme #about section ul li:hover i{transform:scale(1.25);text-shadow:3px 3px 8px rgba(0,0,0,.5)}}.dark-theme #about section ul li i{font-size:3rem;color:#ff1744;transition:transform .2s ease-in,text-shadow .2s ease-in}.dark-theme #work{grid-template-rows:var(--page-heading-size) auto;background:url(work.b0430b45.webp),linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.75));background-attachment:fixed!important}@media (max-width:767px){.dark-theme #work{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (max-width:767px) and (min-height:730px){.dark-theme #work{min-height:max-content!important}}.dark-theme #work .wrapper{display:grid;grid-gap:var(--header-margin-lr)}@media (max-width:767px){.dark-theme #work .wrapper{display:grid;grid-template-columns:.1px repeat(3,75%) .1px;grid-gap:var(--header-margin-lr);overflow-x:scroll;padding-bottom:180px;margin-bottom:-180px}.dark-theme #work .wrapper:after,.dark-theme #work .wrapper:before{content:""}.dark-theme #work .wrapper::-webkit-scrollbar{display:none}}@media (min-width:768px) and (max-width:1024px){.dark-theme #work .wrapper{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.dark-theme #work .wrapper{grid-template-columns:repeat(3,275px);grid-gap:3rem}}@media (min-width:768px){.dark-theme #work .wrapper{justify-content:center;padding:0 var(--header-margin-lr)}}.dark-theme #work .wrapper section{display:grid;grid-gap:1rem;grid-auto-rows:max-content;justify-items:center;text-align:center;padding:1.25rem;border-radius:8px;background-color:rgba(46,46,46,.7)}.dark-theme #work .wrapper section>a{width:100%}.dark-theme #work .wrapper section>a img.company-logo{max-width:80%;max-height:4rem;transform:translateZ(45px)}.dark-theme #work .wrapper section h1{font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;color:#ff1744}.dark-theme #work .wrapper section p{font-family:var(--font-family-secondary);font-size:.9rem;color:#9e9e9e}.dark-theme #work .wrapper section .clients{display:flex;flex-flow:column;align-items:center}.dark-theme #work .wrapper section .clients p{font-size:.8rem}.dark-theme #work .wrapper section .clients ul{display:grid;grid-template-columns:repeat(2,1fr);margin-top:.5rem}.dark-theme #work .wrapper section .clients ul.single{grid-template-columns:repeat(1,1fr)}.dark-theme #work .wrapper section .clients ul img{width:7rem;max-width:100%;padding:0 .5rem;transform:translateZ(30px)}.dark-theme #skills{grid-template-rows:var(--page-heading-size) auto;background-color:#181818}@media (max-width:767px){.dark-theme #skills{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}.dark-theme #skills .wrapper{display:grid;align-items:center}@media (max-width:767px){.dark-theme #skills .wrapper{grid-gap:calc(var(--page-heading-size) - var(--page-heading-font-size))}}@media (min-width:768px){.dark-theme #skills .wrapper{grid-template-columns:repeat(2,1fr)}}.dark-theme #skills .wrapper section{display:grid;grid-template-rows:3rem auto}@media (min-width:768px){.dark-theme #skills .wrapper section:first-of-type ul{border-right:1px solid rgba(0,0,0,.6)}}@media (min-width:1280px){.dark-theme #skills .wrapper section:first-of-type>h1,.dark-theme #skills .wrapper section:first-of-type ul{padding:0 calc(var(--header-margin-lr)/2) 0 var(--header-margin-lr)!important}}@media (min-width:1280px){.dark-theme #skills .wrapper section:last-of-type>h1,.dark-theme #skills .wrapper section:last-of-type ul{padding:0 var(--header-margin-lr) 0 calc(var(--header-margin-lr)/2)!important}}.dark-theme #skills .wrapper section>h1{font-size:1.5rem;font-weight:var(--page-heading-font-weight);padding:0 var(--header-margin-lr)}.dark-theme #skills .wrapper section ul{display:grid}@media (max-width:767px){.dark-theme #skills .wrapper section ul{grid-template-columns:repeat(4,14rem);grid-gap:1rem}}@media (max-width:767px) and (max-width:767px) and (min-height:730px){.dark-theme #skills .wrapper section ul{grid-template-columns:repeat(3,14rem)}}@media (min-width:768px){.dark-theme #skills .wrapper section ul{grid-gap:1.5rem;padding:0 var(--header-margin-lr)}}@media (min-width:1025px){.dark-theme #skills .wrapper section ul{grid-template-columns:repeat(2,1fr)}}.dark-theme #skills .wrapper section ul li{display:grid;grid-template-rows:3px auto;grid-template-columns:3.4rem auto;grid-template-areas:"progress-bar progress-bar" "img span";align-items:center;max-height:4.8rem;background-color:#2e2e2e;transition:transform .2s ease-in}@media (min-width:1025px){.dark-theme #skills .wrapper section ul li:hover{transform:scale(1.1)}.dark-theme #skills .wrapper section ul li:hover img{transform:scale(1.3)}}.dark-theme #skills .wrapper section ul li .progress-bar{grid-area:progress-bar;width:100%;height:3px;background-color:#ff1744}.dark-theme #skills .wrapper section ul li img{grid-area:img;width:3.4rem;height:3.4rem;padding:.7rem;transition:transform .2s ease-in}.dark-theme #skills .wrapper section ul li span{grid-area:span;font-family:var(--font-family-secondary);font-size:.95rem;font-weight:500;padding:.7rem .7rem .7rem 0}@media (min-width:768px) and (max-width:1024px){.dark-theme #skills .wrapper section ul li span{font-size:1.25rem}}.dark-theme #contact{padding:0!important}.dark-theme #contact .wrapper{display:grid}@media (max-width:767px){.dark-theme #contact .wrapper{grid-template-rows:repeat(2,auto);width:100vw}}@media (min-width:768px){.dark-theme #contact .wrapper{grid-template-columns:repeat(2,50%)}}.dark-theme #contact .wrapper section{display:grid;padding:var(--container-margin-tb) var(--header-margin-lr)}@media (max-width:767px){.dark-theme #contact .wrapper section{min-height:calc(100vh - var(--header-height) - var(--nav-height));align-content:center}}@media (max-width:767px) and (min-height:730px){.dark-theme #contact .wrapper section{min-height:max-content!important}}.dark-theme #contact .wrapper section h1{font-size:var(--page-heading-font-size);font-weight:var(--page-heading-font-weight)}.dark-theme #contact .wrapper section:first-child{grid-template-rows:var(--page-heading-size) auto auto;position:relative;background-image:url(contact.2ff6c45d.webp);background-attachment:fixed}@media (max-width:767px){.dark-theme #contact .wrapper section:first-child{background-size:contain}}@media (min-width:768px){.dark-theme #contact .wrapper section:first-child{background-size:50% auto}}@media (min-width:1280px){.dark-theme #contact .wrapper section:first-child{padding-right:calc(var(--header-margin-lr)/2)}}.dark-theme #contact .wrapper section:first-child:after{content:" ";position:absolute;width:100%;height:100%;background-image:linear-gradient(to top right,#ff1744,rgba(255,23,68,.9),rgba(255,136,0,.9))}.dark-theme #contact .wrapper section:first-child h1{color:#fff;z-index:1}.dark-theme #contact .wrapper section:first-child ul{z-index:1}.dark-theme #contact .wrapper section:first-child ul.content{display:grid;grid-template-rows:auto;align-items:center;grid-gap:2rem}.dark-theme #contact .wrapper section:first-child ul.content li{display:grid;grid-template-columns:max-content auto;grid-gap:1rem;align-items:center}@media (min-width:1025px){.dark-theme #contact .wrapper section:first-child ul.content li:hover i{transform:scale(1.3);text-shadow:3px 3px 11px rgba(0,0,0,.5)}}.dark-theme #contact .wrapper section:first-child ul.content li i{opacity:.7}.dark-theme #contact .wrapper section:first-child ul.content li span{font-family:var(--font-family-secondary);color:#fff}@media (max-width:767px){.dark-theme #contact .wrapper section:first-child ul.content li span{font-size:.95rem}}@media (min-width:1025px){.dark-theme #contact .wrapper section:first-child ul.content li span{font-size:1.2rem}}.dark-theme #contact .wrapper section:first-child ul.icons{display:flex;justify-content:space-between;align-items:center;width:16rem;margin-top:2rem}.dark-theme #contact .wrapper section:first-child ul i{font-size:2.5rem;color:#fff;transition:transform .2s ease-in,text-shadow .2s ease-in}@media (min-width:1025px){.dark-theme #contact .wrapper section:first-child ul i:hover{transform:scale(1.3);text-shadow:3px 3px 11px rgba(0,0,0,.5)}}.dark-theme #contact .wrapper section:last-child{grid-template-rows:var(--page-heading-size) auto;background-color:#2e2e2e}@media (max-width:767px){.dark-theme #contact .wrapper section:last-child{margin-bottom:var(--nav-height)}}@media (min-width:1280px){.dark-theme #contact .wrapper section:last-child{padding-left:calc(var(--header-margin-lr)/2)}}.dark-theme #contact .wrapper section:last-child form{display:grid;height:100%;grid-row-gap:1rem}.dark-theme #contact .wrapper section:last-child form label.error input[type=text],.dark-theme #contact .wrapper section:last-child form label.error span.label,.dark-theme #contact .wrapper section:last-child form label.error textarea{background-color:rgba(255,68,68,.5)}.dark-theme #contact .wrapper section:last-child form label span{font-size:.75rem;padding:.25rem .5rem}.dark-theme #contact .wrapper section:last-child form label span.label{display:block;width:100%;font-family:var(--font-family-secondary);border-top-left-radius:5px;border-top-right-radius:5px;padding-bottom:0;background-color:#181818}.dark-theme #contact .wrapper section:last-child form label span.field-message{display:block;font-family:var(--font-family-secondary)}.dark-theme #contact .wrapper section:last-child form label span.field-message.error{color:#f44}.dark-theme #contact .wrapper section:last-child form label input[type=text],.dark-theme #contact .wrapper section:last-child form label textarea{width:100%;font-family:var(--font-family-secondary);font-size:1.25rem;padding:.5rem;border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;outline:none;color:#fff;background-color:#181818}.dark-theme #contact .wrapper section:last-child form label input[type=text]{height:2.25rem}.dark-theme #contact .wrapper section:last-child form label textarea{display:block;resize:none;min-height:4.75rem;max-height:11rem}.dark-theme #contact .wrapper section:last-child form .response-message{display:grid;grid-template-columns:max-content auto;align-items:center;border-radius:5px;color:#fff}.dark-theme #contact .wrapper section:last-child form .response-message.success{background-color:#00c851}.dark-theme #contact .wrapper section:last-child form .response-message.error{background-color:#f44}.dark-theme #contact .wrapper section:last-child form .response-message i{font-size:2rem;padding:.5rem}.dark-theme #contact .wrapper section:last-child form .response-message span{font-family:var(--font-family-secondary);font-size:.9rem;padding:.5rem .5rem .5rem 0}.dark-theme #contact .wrapper section:last-child form .btn{border-radius:30px;max-width:10rem}
/*# sourceMappingURL=app.daeb1e09.css.map */