.form{width:100%}.form label{font-weight:600;padding-left:1rem}.form input,.form label,.form textarea{font-size:var(--wp--preset--font-size--paragraph)}.form input,.form textarea{background-color:hsl(0 0% 100% / .5);border:1px solid var(--wp--preset--color--dark);color:var(--wp--preset--color--dark);font-family:var(--wp--preset--font-family--open-sans);margin-top:.25rem;padding:.75rem 1rem;resize:none;width:100%}.form input:focus,.form textarea:focus{outline:2px solid var(--wp--preset--color--green-light)}.form p:has(input[type=submit]){display:inline-block}.form input[type=submit]{background-color:var(--wp--preset--color--yellow);border:none;border-radius:.5rem;color:var(--wp--preset--color--dark);font-size:var(--wp--preset--font-size--button);font-weight:600;padding:.625rem 1.5rem;transition:all .2s ease-in-out}.form input[type=submit]:hover{box-shadow:0 0 16px 2px rgb(11 18 21 / .3);filter:hue-rotate(-5deg);scale:1.025}.form span.wpcf7-not-valid-tip{color:var(--wp--preset--color--red-warning)}.form div.wpcf7-response-output{font-size:var(--wp--preset--font-size--paragraph);margin:0;padding:1rem 2rem}.section-title{position:relative;width:-moz-fit-content;width:fit-content}.section-title:after,.section-title:before{background-color:var(--wp--preset--color--dark);content:"";display:block;height:4px;opacity:0;position:absolute;top:50%;width:2.5rem}.section-title:before{left:-3rem}.section-title:after{right:-3rem}.section-title--dark:after,.section-title--dark:before{background-color:var(--wp--preset--color--white)}.section-title--animate:before{animation:titleAnimationLeft 1s ease-in-out 0s forwards}.section-title--animate:after{animation:titleAnimationRight 1s ease-in-out 0s forwards}@keyframes titleAnimationLeft{0%{opacity:0;transform:translateX(-3rem)}to{opacity:1;transform:translateX(0)}}@keyframes titleAnimationRight{0%{opacity:0;transform:translateX(3rem)}to{opacity:1;transform:translateX(0)}}@media screen and (min-width:768px){.section-title:after,.section-title:before{height:6px;width:5rem}.section-title:before{left:-6rem}.section-title:after{right:-6rem}}.contact__grid{grid-template-columns:75% 25%;grid-template-rows:minmax(600px,100dvh) auto}.contact__hero-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-self:center;max-width:640px}.contact__img{position:sticky;scale:1.75;top:0;width:100%;z-index:-1}.contact__img img{filter:hue-rotate(0deg);height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%}@supports(animation-timeline:view()){.contact__img img{animation:hue 1ms linear both;animation-timeline:view();animation-range:cover 30% exit 50%}@keyframes hue{to{filter:hue-rotate(165deg)}}}@supports(animation-timeline:view()){.contact__img{animation:scaleBg 1ms linear both;animation-timeline:view();animation-range:entry-crossing 30% exit 30%}@keyframes scaleBg{to{scale:1}}}.contact__flex{z-index:2}.contact__content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact__text-add p a{color:var(--wp--preset--color--blue);font-weight:600;text-decoration:none}.contact__form{margin-top:4rem!important;width:100%}@media screen and (min-width:1024px){.contact__flex{flex-direction:row;flex-wrap:nowrap}.contact__content{padding:6rem 0!important}.contact__text-add{margin-top:3rem!important;padding-right:unset!important;width:50%}.contact__form{margin-top:unset!important;width:50%}}.social ul li{position:relative}.social ul li:after,.social ul li:before{background-color:var(--wp--preset--color--yellow);opacity:0;position:absolute;transition:opacity .3s ease-in-out}.social ul li:before{clip-path:polygon(50% 0,0 100%,100% 100%);content:"";height:1rem;left:25%;top:100%;width:1.5rem}.social ul li:after{border-radius:.5rem;font-size:1rem;left:0;padding:.125rem .5rem;top:120%}.social ul li.wp-social-link-github:after{content:"Github"}.social ul li.wp-social-link-linkedin:after{content:"LinkedIn"}.social ul li.wp-social-link-spotify:after{content:"Spotify"}.social ul li:hover:after,.social ul li:hover:before{opacity:1}