@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@font-face{font-family:"Vonique 64";src:url(../assets/fonts/Vonique64.ttf)}:root{--color-white: #fafafa;--color-black: #202020;--color-error: #fc2323}:root{--font-primary: "Montserrat", sans-serif;--font-secondary: "Vonique 64", sans-serif;--font-size-content-mobile: 1.8rem;--font-size-h1-mobile-home: 5rem;--font-size-h2-mobile-home: 1.8rem;--font-size-h1-mobile-projects: 4.8rem;--font-size-h2-mobile-projects: 2rem;--font-size-h1-mobile-project: 2rem;--font-size-h2-mobile-project: 2rem;--font-size-h1-mobile-about: 5rem;--font-size-h2-mobile-about: 2.4rem;--font-size-card-mobile-about: 2.8rem;--font-size-h1-mobile-contact: 5rem;--font-size-h2-mobile-contact: 4.8rem;--font-size-content-tablet: 3rem;--font-size-h1-tablet-home: 15rem;--font-size-h2-tablet-home: 4rem;--font-size-h1-tablet-projects: 8.4rem;--font-size-h2-tablet-projects: 2.8rem;--font-size-h1-tablet-project: 4rem;--font-size-h2-tablet-project: 3.6rem;--font-size-h1-tablet-about: 15rem;--font-size-h2-tablet-about: 4.8rem;--font-size-card-tablet-about: 3.6rem;--font-size-h1-tablet-contact: 15rem;--font-size-h2-tablet-contact: 9.6rem;--font-size-content-pc: 3.6rem;--font-size-h1-pc-home: 20rem;--font-size-h2-pc-home: 5rem;--font-size-h1-pc-projects: 8.4rem;--font-size-h2-pc-projects: 2.8rem;--font-size-h1-pc-project: 5.6rem;--font-size-h2-pc-project: 4.8rem;--font-size-h1-pc-about: 20rem;--font-size-h2-pc-about: 4.8rem;--font-size-card-pc-about: 3.6rem;--font-size-h1-pc-contact: 20rem;--font-size-h2-pc-contact: 9.6rem}:root{--spacing-xs: 1rem;--spacing-sm: 2rem;--spacing-md: 4rem;--spacing-lg: 6rem;--grid-gap: 30px;--header-height: 150px;--header-height-neg: -150px}@media screen and (max-width: 1366px){:root{--header-height: 110px;--header-height-neg: -110px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{box-sizing:border-box;font-size:62.5%}*,*:before,*:after{box-sizing:inherit}img{max-width:100%}html{scroll-behavior:smooth;box-sizing:border-box}html ::-moz-selection{color:var(--color-white);background:var(--color-black)}html ::selection{color:var(--color-white);background:var(--color-black)}html ::-moz-selection{color:var(--color-white);background:var(--color-black)}body{background:var(--color-white);color:var(--color-black);font-family:var(--font-primary);font-size:var(--font-size-content-pc);font-weight:300}@media screen and (max-width: 1366px){body{font-size:var(--font-size-content-tablet)}}@media screen and (max-width: 768px){body{font-size:var(--font-size-content-mobile)}}h1,h2,h3{margin:0}h2,h3{font-family:var(--font-primary);font-weight:600}h1{font-family:var(--font-secondary);font-weight:400}a{color:var(--color-black);text-decoration:none;position:relative}a::before{content:"";transform-origin:center;position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--color-black);z-index:-1;transition:all .5s cubic-bezier(0.19, 1, 0.22, 1)}a:hover{color:var(--color-white)}a:hover::before{height:100%}.btn-sm,.btn-lg{text-transform:uppercase;font-weight:500;position:relative;display:inline-block}.btn-sm::before,.btn-lg::before{content:"";display:block;position:absolute;top:50%;left:50%;height:100%;width:100%;translate:-50% -50%;background:var(--color-black);transform:scale(0);transition:all .3s;z-index:-1}.btn-sm:hover,.btn-lg:hover{text-decoration:none;color:var(--color-white)}.btn-sm:hover::before,.btn-lg:hover::before{transform:scale(1.01, 1.02)}.btn-lg{border:4px solid var(--color-black);padding:20px 50px;font-size:3.6rem}.btn-sm{border:2px solid var(--color-black);padding:20px 40px;font-size:2.4rem}@media screen and (max-width: 1630px){.btn-lg{padding:20px 40px;font-size:2.4rem}}@media screen and (max-width: 1024px){.btn-lg{border:3px solid var(--color-black);padding:15px 30px;font-size:2.2rem}}@media screen and (max-width: 768px){.btn-lg{border:2px solid var(--color-black);padding:15px 20px;font-size:1.6rem}.btn-sm{padding:15px 20px;font-size:2rem}}@media screen and (max-width: 375px){.btn-lg{padding:12.5px 15px;font-size:1.4rem}}.wrapper{max-width:1600px;margin:0 auto}@media screen and (max-width: 1630px){.wrapper{padding:0 50px}}@media screen and (max-width: 1024px){.wrapper{padding:0 20px}}b,strong{font-weight:600}html ::-webkit-scrollbar{display:none}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}[class^=icon]{fill:currentColor;display:inline-block;flex:0 0 auto;height:1em;vertical-align:middle;width:1em;stroke:rgba(0,0,0,0)}.icon--stroke{fill:rgba(0,0,0,0);stroke:currentColor}.icon--xs{height:.75em;width:.75em}.icon--sm{height:1.15em;width:1.15em}.icon--md{height:1.5em;width:1.5em}.icon--lg{height:2.5em;width:2.5em}.icon--vlg{height:5em;width:5em}.icon--vlg--adobe{height:6em;width:6em}.icon--xl{height:7em;width:7em}.header{padding:0 2rem;height:var(--header-height);width:100%;z-index:10;position:sticky;top:0;left:0;padding:20px;transition:all .4s cubic-bezier(0.19, 1, 0.22, 1)}.header .wrapper{display:flex;align-items:center;justify-content:space-between}.header::before{background-color:var(--color-white);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}@media screen and (min-width: 1024px){.header{justify-content:center}}.header-is-hidden.is-scrolling-down .header{transform:translateY(-100%) translateY(4px)}.header__brand{height:68px;width:68px;position:relative;z-index:10;border:2px solid var(--color-black)}.header__brand .text{font-family:var(--font-secondary);letter-spacing:.75rem;font-size:6rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:55%;left:27.5%}.header__brand::before{display:none}.header__brand:hover{color:inherit}.menu{background-color:var(--color-white);position:absolute;top:0;left:0;width:100%;height:100vh;text-align:left;display:flex;justify-content:space-between;align-items:center;z-index:6;transition:all .4s cubic-bezier(0.19, 1, 0.22, 1);transform:translateY(-100%)}.menu .wrapper{width:100%;display:flex;justify-content:space-between}.nav-is-active .menu{transform:translateY(0)}.menu ul{display:flex;flex-direction:column;justify-content:flex-start;list-style:none;padding:0;width:100%;margin:auto;transform:translateX(-70%);opacity:0;transition:all .6s .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.nav-is-active .menu ul{transform:translateX(0);opacity:1}.nav-socials ul{gap:20px}.nav-socials .nav-socials__item{border:2px solid var(--color-black);display:flex;justify-content:center;align-items:center;padding:8px;position:relative}.nav-socials .nav-socials__item::before{content:"";display:block;position:absolute;top:50%;left:50%;height:100%;width:100%;translate:-50% -50%;background-color:var(--color-black);transform:scale(0);transition:.3s all;z-index:-1}.nav-socials .nav-socials__item:hover{color:var(--color-white);stroke:var(--color-white)}.nav-socials .nav-socials__item:hover::before{transform:scale(1)}.nav-primary ul{display:flex;gap:40px}.nav-primary .nav-primary__item{font-size:8.4rem;color:var(--color-black);text-transform:uppercase;padding:0 20px;position:relative;display:block}.nav-primary .nav-primary__item::before{display:block;position:absolute;top:0;left:0;height:100%;width:0%;content:"";background-color:var(--color-black);transform:scaleX(1);transition:.3s all ease-in-out}.nav-primary .nav-primary__item:hover{text-decoration:none;color:var(--color-white)}.nav-primary .nav-primary__item:hover::before{width:100%}@media screen and (min-width: 1024px){.nav-primary .nav-primary__item{font-size:10rem;color:var(--color-black);text-transform:uppercase;padding:0 20px;position:relative}.nav-primary .nav-primary__item::before{display:block;position:absolute;top:0;left:0;height:100%;width:0%;content:"";background-color:var(--color-black);transition:.3s all ease-in-out;z-index:-1}.nav-primary .nav-primary__item:hover{text-decoration:none;color:var(--color-white)}.nav-primary .nav-primary__item:hover::before{width:100%}}.header__toggle{background-color:rgba(0,0,0,0);border:none;outline:none;cursor:pointer;padding:0;position:relative;z-index:10}.header__toggle .icon-menu{color:var(--color-black);font-size:3.8rem;animation:rotation 25s infinite linear}@keyframes rotation{0%{transform:rotate(-360deg)}}.header__toggle .asterisk{--bar-height: 2px;--bar-width: 16px;position:absolute;top:50%;left:50%;translate:-50% -50%;padding:0;width:var(--bar-width);height:50px;z-index:10}.header__toggle .asterisk span{background-color:var(--color-black);height:var(--bar-height);width:100%;position:absolute;top:calc(50% - var(--bar-height)/2);left:calc(50% - var(--bar-width)/2);transition:all .4s ease-in-out}.header__toggle .asterisk span:nth-child(1){rotate:90deg}.header__toggle .asterisk span:nth-child(2){rotate:45deg}.header__toggle .asterisk span:nth-child(4){rotate:-45deg}.nav-is-active .header__toggle .icon-menu{transform:scale(0, 0);animation:none}.nav-is-active .header__toggle span:nth-child(1){transform:scale(0, 0)}.nav-is-active .header__toggle span:nth-child(2){transform:scale(4, 4)}.nav-is-active .header__toggle span:nth-child(3){transform:scale(0, 0)}.nav-is-active .header__toggle span:nth-child(4){transform:scale(4, 4)}.nav-is-active body{overflow:hidden}@media screen and (max-width: 1366px){.header .header__brand{height:55px;width:55px}.header .header__brand .text{font-size:4.8rem;top:57%;left:26%}.header .header__toggle .icon-menu{font-size:3rem}}@media screen and (max-width: 1024px){.header .nav-socials .nav-socials__item{font-size:2.2rem;padding:8px}}@media screen and (max-width: 768px){.header .menu .wrapper{flex-direction:column;justify-content:center;gap:50px}.header .nav-primary ul{gap:25px}.header .nav-primary .nav-primary__item{font-size:4.8rem;text-align:center}.header .nav-socials ul{gap:10px;flex-direction:row}}@media screen and (max-width: 500px){.header .nav-primary ul{gap:20px}.header .nav-primary .nav-primary__item{font-size:3.6rem}.header .nav-socials ul{flex-wrap:wrap;justify-content:center}}@media screen and (max-width: 400px){.header .nav-socials ul{gap:5px}}.footer{padding-bottom:50px}.footer .footer-content{display:flex;justify-content:space-between;align-items:center}.footer .nav-socials ul{list-style:none;padding:0;display:flex;justify-content:space-between;margin:0}.footer .nav-socials ul .nav-socials__item{font-size:var(--font-size-content-pc)}.footer .copyright{color:rgba(32,32,32,.5);font-size:2.4rem;text-align:center}.footer .copyright p{margin:0}.footer-fixed{position:absolute;bottom:0;width:100%}@media screen and (max-width: 1366px){.footer .copyright{font-size:1.8rem}}@media screen and (max-width: 1024px){.footer{padding-bottom:20px}.footer .footer-content{justify-content:center;flex-wrap:wrap;gap:20px}.footer .nav-socials ul{justify-content:center;gap:20px}.footer .copyright{order:3;width:100%}}@media screen and (max-width: 768px){.footer .footer-content{gap:10px}.footer .nav-socials ul{gap:10px}.footer .copyright{max-width:45%;padding-top:10px}}@media screen and (max-width: 640px){.footer .nav-socials ul .nav-socials__item{font-size:2.2rem;padding:8px}.footer .copyright{max-width:60%}}@media screen and (max-width: 500px){.footer .copyright{max-width:100%}}.home{position:absolute;height:100vh;width:100%;margin-top:var(--header-height-neg)}.home .wrapper{position:relative;height:100%}.home .home-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%}.home .home-content .heading h1{line-height:80%;font-size:var(--font-size-h1-pc-home);font-weight:400}.home .home-content .heading h1 .first-name,.home .home-content .heading h1 .last-name{display:block;transform:all .2s ease-in-out}.home .home-content .heading h1 .last-name{text-align:right}.home .home-content .heading h2{font-family:var(--font-secondary);font-size:var(--font-size-h2-pc-home);text-align:right;padding-right:5%}.home .home-content .btn-container{padding-top:50px;text-align:right;margin-right:11%}@media screen and (max-width: 1630px){.home .home-content{max-width:80%}.home .home-content .heading h1{font-size:var(--font-size-h1-tablet-home)}.home .home-content .heading h2{font-size:var(--font-size-h2-tablet-home);padding-right:3.5%}.home .home-content .btn-container{padding-top:30px}}@media screen and (max-width: 1366px){.home .home-content .heading h1{font-size:12rem}.home .home-content .heading h2{font-size:3rem;padding-right:4%}.home .home-content .btn-container{margin-right:6.5%}}@media screen and (max-width: 1024px){.home .home-content .heading h1{font-size:10rem}.home .home-content .heading h2{font-size:2.8rem;padding-right:2%}.home .home-content .btn-container{padding-top:20px}}@media screen and (max-width: 768px){.home .home-content .heading h1{font-size:7rem}.home .home-content .heading h2{font-size:2.4rem;padding-right:0px}.home .home-content .btn-container{padding-top:15px}}@media screen and (max-width: 600px){.home .home-content .heading h1{font-size:6rem}.home .home-content .heading h2{font-size:2rem}}@media screen and (max-width: 500px){.home .home-content .heading h1{font-size:var(--font-size-h1-mobile-home)}.home .home-content .heading h2{font-size:var(--font-size-h2-mobile-home)}.home .home-content .btn-container{padding-top:10px;margin-right:3%}}@media screen and (max-width: 450px){.home .home-content{max-width:90%}}@media screen and (max-width: 375px){.home{text-align:center}.home .home-content .heading h1 .last-name{text-align:center}.home .home-content .heading h2{text-align:center;font-size:1.5rem}.home .home-content .btn-container{text-align:center;padding-top:15px;margin-right:0}}@keyframes flicker{0%{opacity:1}100%{opacity:.075}}.flicker{--animation-time: 4s;--delay-time: 1s;-webkit-animation-name:flicker;-webkit-animation-duration:var(--animation-time);-webkit-animation-delay:var(--delay-time);-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;-moz-animation-name:flicker;-moz-animation-duration:var(--animation-time);-moz-animation-delay:var(--delay-time);-moz-animation-timing-function:ease-in-out;-moz-animation-iteration-count:infinite;-moz-animation-direction:alternate;animation-name:flicker;animation-duration:var(--animation-time);animation-delay:var(--delay-time);animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}.projects{padding:100px 0 150px}.projects h1{font-family:var(--font-primary);font-size:var(--font-size-h1-pc-projects);font-weight:300;text-transform:uppercase;padding:0 0 70px}.projects .cards-projects{display:flex;flex-direction:column;gap:70px;list-style:none;margin:0;padding:0}.projects .cards-projects .card-left,.projects .cards-projects .card-right{display:flex}.projects .cards-projects .card-left{justify-content:flex-start}.projects .cards-projects .card-right{justify-content:flex-end}.projects .cards-projects .card-project{display:block;position:relative;border:6px solid var(--color-black);padding:20px;width:1100px;height:550px;color:var(--color-white);overflow:hidden;transition:all .5s cubic-bezier(0.19, 1, 0.22, 1)}.projects .cards-projects .card-project .card-content__container{overflow:hidden;height:100%;width:100%;position:relative}.projects .cards-projects .card-project a{color:var(--color-white)}.projects .cards-projects .card-project .project-thumbnail{display:block;height:100%;width:100%}.projects .cards-projects .card-project img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;-moz-filter:grayscale(100%);filter:grayscale(100%);transition:all .5s cubic-bezier(0.19, 1, 0.22, 1)}.projects .cards-projects .card-project .img-piege{-o-object-position:0% 30%;object-position:0% 30%}.projects .cards-projects .card-project .card-project__content{position:absolute;bottom:20px;padding:30px 40px;display:flex;flex-direction:column;gap:20px;background:var(--color-black);transform:translateY(72.5%);transition:all .5s cubic-bezier(0.19, 1, 0.22, 1)}.projects .cards-projects .card-project .card-project__content h2{font-size:var(--font-size-h2-pc-projects)}.projects .cards-projects .card-project .card-project__content .card-project__info{flex-direction:column;display:flex;gap:30px;opacity:0;transition:all .5s cubic-bezier(0.19, 1, 0.22, 1)}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row{display:flex;align-items:center;gap:20px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p{margin:0;font-size:2.8rem;padding-right:20px;position:relative}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p::after{content:"";display:block;position:absolute;right:0;top:0;height:100%;width:2px;background:var(--color-white)}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row .card__icon-list{display:flex;gap:15px;align-items:center}.projects .cards-projects .card-project .card-project__content .card-project__info .btn-sm{border-color:var(--color-white);z-index:1;max-width:-moz-fit-content;max-width:fit-content}.projects .cards-projects .card-project .card-project__content .card-project__info .btn-sm::before{background:var(--color-white);z-index:-1}.projects .cards-projects .card-project .card-project__content .card-project__info .btn-sm:hover{color:var(--color-black)}.projects .cards-projects .card-project .card-content-left{left:0;text-align:left}.projects .cards-projects .card-project .card-content-right{right:0;text-align:right}.projects .cards-projects .card-project .flex-start{justify-content:flex-start;align-items:flex-start}.projects .cards-projects .card-project .flex-end{justify-content:flex-end;align-items:flex-end}.projects .cards-projects .card-project:hover{padding:0}.projects .cards-projects .card-project:hover img{-moz-filter:grayscale(0%);filter:grayscale(0%)}.projects .cards-projects .card-project:hover .card-project__content{bottom:0;background:rgba(32,32,32,.5);transform:translateY(0)}.projects .cards-projects .card-project:hover .card-project__content .card-project__info{display:flex;opacity:1}.projects .cards-projects .card-project:hover .card-content-left{left:0;padding:30px 40px 34px 24px}.projects .cards-projects .card-project:hover .card-content-right{right:0;padding:24px 34px 40px 30px}@media screen and (max-width: 1366px){.projects .cards-projects .card-left,.projects .cards-projects .card-right{justify-content:center}}@media screen and (max-width: 1200px){.projects{padding:80px 0 100px}.projects h1{font-size:6.4rem;padding:0 0 50px}.projects .cards-projects{gap:60px}.projects .cards-projects .card-project .card-project__content h2{font-size:2.6rem}}@media screen and (max-width: 1100px){.projects .cards-projects .card-project{padding:0}.projects .cards-projects .card-project img{-moz-filter:grayscale(0%);filter:grayscale(0%)}.projects .cards-projects .card-project .card-project__content{background:rgba(32,32,32,.6);bottom:0;padding:20px 30px;gap:15px;transform:translateY(0%)}.projects .cards-projects .card-project .card-project__content h2{font-size:var(--font-size-h2-mobile-projects)}.projects .cards-projects .card-project .card-project__content .card-project__info{gap:20px;opacity:1}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row{gap:15px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p{font-size:2.4rem;padding-right:15px}.projects .cards-projects .card-project .card-project__content .card-project__info .btn-sm{padding:15px 20px;font-size:2rem}.projects .cards-projects .card-project:hover .card-project__content{background:rgba(32,32,32,.6)}.projects .cards-projects .card-project:hover .card-project__content .card-project__info{display:flex;opacity:1}.projects .cards-projects .card-project:hover .card-content-left{left:0;padding:20px 30px}.projects .cards-projects .card-project:hover .card-content-right{right:0;padding:20px 30px}}@media screen and (max-width: 1024px){.projects{padding:60px 0 100px}.projects h1{font-size:4.8rem;padding:0 0 40px}}@media screen and (max-width: 768px){.projects .cards-projects{gap:50px}.projects .cards-projects .card-project{padding:10px;height:-moz-fit-content;height:fit-content}.projects .cards-projects .card-project .card-content__container{display:flex;flex-direction:column}.projects .cards-projects .card-project .project-thumbnail{height:100%}.projects .cards-projects .card-project img{max-height:400px;display:block}.projects .cards-projects .card-project .card-project__content{background:var(--color-black);position:relative}.projects .cards-projects .card-project .card-project__content h2{font-size:2.4rem}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p{font-size:2rem}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row svg{font-size:2.8rem}.projects .cards-projects .card-project .card-content-left,.projects .cards-projects .card-project .card-content-right{position:relative;text-align:center}.projects .cards-projects .card-project .flex-start,.projects .cards-projects .card-project .flex-end{justify-content:center;align-items:center}.projects .cards-projects .card-project:hover{padding:10px}.projects .cards-projects .card-project:hover .card-project__content{background:var(--color-black)}}@media screen and (max-width: 600px){.projects .cards-projects .card-project img{height:300px}.projects .cards-projects .card-project .card-project__content h2{font-size:2rem}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row .card__icon-list{gap:10px}}@media screen and (max-width: 500px){.projects h1{text-align:center}.projects .cards-projects .card-project .card-project__content{padding:15px 20px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row{gap:10px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p{font-size:var(--font-size-content-mobile);padding-right:10px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row svg{font-size:2.4rem}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row .card__icon-list{gap:8px}.projects .cards-projects .card-project .card-project__content .card-project__info .btn-sm{font-size:var(--font-size-content-mobile)}.projects .cards-projects .card-project:hover .card-content-left,.projects .cards-projects .card-project:hover .card-content-right{padding:15px 20px}}@media screen and (max-width: 400px){.projects h1{font-size:4.2rem}.projects .cards-projects .card-project .card-project__content{padding:15px 15px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row{gap:10px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row p{font-size:var(--font-size-content-mobile);padding-right:10px}.projects .cards-projects .card-project .card-project__content .card-project__info .card__info-row svg{font-size:2.2rem}.projects .cards-projects .card-project:hover .card-content-left,.projects .cards-projects .card-project:hover .card-content-right{padding:15px 15px}}.contact-heading{padding:80px 0}.contact-heading .text-scroll{--gap: 62px;font-family:var(--font-secondary);font-size:var(--font-size-h1-pc-contact);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:var(--gap)}.contact-heading .text-scroll ul{list-style:none;padding:0;margin:0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-width:100%;animation:scroll 25s linear infinite}.contact-heading .text-scroll:hover ul{animation-play-state:paused}@keyframes scroll{to{transform:translateX(calc(-100% - var(--gap)))}}@media screen and (max-width: 1366px){.contact-heading{padding:40px 0 20px}.contact-heading .text-scroll{--gap: 31px;font-size:var(--font-size-h1-tablet-contact)}}@media screen and (max-width: 1024px){.contact-heading{padding:30px 0 20px}.contact-heading .text-scroll{--gap: 15.5px;font-size:10rem}}@media screen and (max-width: 768px){.contact-heading{padding:30px 0}.contact-heading .text-scroll{--gap: 10.25px;font-size:7.5rem}}@media screen and (max-width: 500px){.contact-heading{padding:30px 0 20px}.contact-heading .text-scroll{--gap: 7.75px;font-size:var(--font-size-h1-mobile-contact)}}.form{--input-padding: 0.5em;max-width:1000px;margin:0 auto}.form h1{font-family:var(--font-primary);font-size:var(--font-size-h2-pc-contact);font-weight:300;text-align:center}.form .instructions{margin:0 0 30px;text-align:center;font-weight:400;font-size:2.4rem}.form fieldset{border:none;padding:0}.form .grid{display:grid;grid-row-gap:30px;grid-column-gap:20px;grid-template-columns:1fr 1fr}.form__fieldsets{display:flex;flex-direction:column;gap:30px}.form__footer{display:flex;justify-content:center;padding:50px 0 150px}.form__footer .btn__submit{background:rgba(0,0,0,0);color:var(--color-black)}.form__footer .btn__submit:hover{color:var(--color-white)}.form__footer .btn__submit:focus{color:var(--color-white)}.form__footer .btn__submit:focus::before{transform:scale(1.01, 1.02)}.is-sent .form__body{display:none}.form__confirmation{text-align:center;padding-bottom:300px;display:none}.form__confirmation p{margin:20px 0 0}.is-sent .form__confirmation{display:block}.input__label{display:block;font-size:2.4rem;font-weight:400;padding-bottom:5px}.input__element{background-color:var(--color-white);border:solid 2px var(--color-black);cursor:pointer;font-family:inherit;font-size:2.4rem;outline:none;padding:var(--input-padding);width:100%;position:relative}.input__element::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:10;background-color:tomato}.input__element:-webkit-autofill,.input__element:-webkit-autofill:active{-webkit-box-shadow:inset 0 0 0 30px var(--color-white) !important;-webkit-text-fill-color:inherit !important}.input__element:hover,.input__element+.input__label:hover::before{background-color:rgba(32,32,32,.1)}.input__element:focus,.input__element:-webkit-autofill:focus,.input__element:focus+.input__label:hover::before{background-color:var(--color-white);box-shadow:0 2px 4px rgba(32,32,32,.1);-webkit-box-shadow:inset 0 0 0 30px var(--color-white) !important}.textarea .input__element{resize:vertical;height:180px}.error .input__element{border-color:var(--color-error)}@media screen and (max-width: 1024px){.form h1{font-size:7.2rem}.form .grid{grid-row-gap:20px;grid-column-gap:15px}.form__fieldsets{gap:20px}.form__footer{padding:30px 0 100px}}@media screen and (max-width: 768px){.form h1{font-size:var(--font-size-h2-mobile-contact)}.form .instructions{font-size:2rem}.form .grid{grid-row-gap:15px;grid-column-gap:10px;grid-template-columns:1fr}.form__fieldsets{gap:15px}.form__footer{padding:30px 0 80px}.input__label,.input__element{font-size:2rem}}@media screen and (max-width: 500px){.input__label,.input__element{font-size:1.8rem}}@media screen and (max-width: 380px){.form .instructions{font-size:1.8rem}}.has-js [data-scrolly=fromBottom]{opacity:0;transform:translateY(60px);transition:all .4s ease-out}.has-js [data-scrolly=fromBottom].is-active{opacity:1;transform:translateY(0)}.has-js [data-scrolly=fromLeft]{opacity:0;transform:translateX(-60px);transition:all .4s ease-out}.has-js [data-scrolly=fromLeft].is-active{opacity:1;transform:translateX(0)}.has-js [data-scrolly=fromTop]{opacity:0;transform:translateY(-60px);transition:all .4s ease-out}.has-js [data-scrolly=fromTop].is-active{opacity:1;transform:translateY(0)}.has-js [data-scrolly=fromRight]{opacity:0;transform:translateX(60px);transition:all .4s ease-out}.has-js [data-scrolly=fromRight].is-active{opacity:1;transform:translateX(0)}.has-js [data-scrolly=colorChange]{color:tomato;transition:.5s ease-out}.has-js [data-scrolly=colorChange].is-active{color:#fff}.has-js [data-scrolly=backgroundChange]{background-color:#deb887;transition:.7s ease-in-out}.has-js [data-scrolly=backgroundChange].is-active{background-color:rgba(0,0,0,0)}.about{padding:100px 0}.about .about-content{display:grid;grid-template-columns:8fr 4fr;gap:30px}.about .about-content .about-text h1{font-size:var(--font-size-h1-pc-about);line-height:50%;padding:50px 0 20px}.about .about-content .about-text .about-paragraphs{display:flex;flex-direction:column;gap:40px}.about .about-content .about-text .about-paragraphs p{margin:0}.about .about-content .about-img{position:relative;overflow-x:clip}.about .about-content .about-img .img-border{border:6px solid var(--color-black);width:100%;height:100%;position:absolute;bottom:0}.about .about-content .about-img img{-o-object-fit:cover;object-fit:cover;display:block;position:absolute;bottom:6px;right:6px;height:125%;-moz-filter:brightness(125%);filter:brightness(125%)}@media screen and (max-width: 1500px){.about .about-content .about-text .about-paragraphs p{font-size:3.2rem}}@media screen and (max-width: 1366px){.about .about-content .about-text h1{font-size:var(--font-size-h1-tablet-about);padding:35px 0 10px}.about .about-content .about-text .about-paragraphs{gap:20px}}@media screen and (max-width: 1270px){.about .about-content .about-text .about-paragraphs p{font-size:2.8rem}}@media screen and (max-width: 1120px){.about .about-content .about-text .about-paragraphs p{font-size:2.4rem}}@media screen and (max-width: 1024px){.about{padding:80px 0}.about .about-content .about-text h1{font-size:12.5rem;padding:30px 0 10px}.about .about-content .about-text .about-paragraphs{gap:20px}.about .about-content .about-text .about-paragraphs p{font-size:2.2rem}}@media screen and (max-width: 900px){.about .about-content .about-text h1{font-size:10rem;padding:25px 0 10px}.about .about-content .about-text .about-paragraphs p{font-size:2rem}}@media screen and (max-width: 800px){.about .about-content .about-text .about-paragraphs p{font-size:1.8rem}}@media screen and (max-width: 768px){.about{padding:40px 0}.about .about-content{grid-template-columns:1fr;gap:0}.about .about-content .about-text .about-paragraphs{gap:20px}.about .about-content .about-text .about-paragraphs p{font-size:2.2rem}.about .about-content .about-img{min-height:500px}.about .about-content .about-img .img-border{width:70%;height:80%;bottom:0;right:0}.about .about-content .about-img img{height:100%}}@media screen and (max-width: 660px){.about .about-content .about-text .about-paragraphs{gap:15px}.about .about-content .about-text .about-paragraphs p{font-size:1.8rem}.about .about-content .about-img .img-border{width:80%}}@media screen and (max-width: 580px){.about .about-content .about-img .img-border{width:90%}}@media screen and (max-width: 500px){.about .about-content .about-img{min-height:400px}.about .about-content .about-img .img-border{max-width:100%}}@media screen and (max-width: 420px){.about .about-content .about-img .img-border{width:100%}}.swiper .swiper-button-prev,.swiper .swiper-button-next{color:var(--color-black);background:var(--color-white);border:3px solid var(--color-black);padding:30px 30px}.swiper .swiper-button-prev::before,.swiper .swiper-button-next::before{content:"";display:block;position:absolute;top:50%;left:50%;height:100%;width:100%;translate:-50% -50%;background:var(--color-black);transform:scale(0);transition:.3s all;z-index:-1}.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover{color:var(--color-white)}.swiper .swiper-button-prev:hover::before,.swiper .swiper-button-next:hover::before{transform:scale(1.01, 1.02)}@media screen and (max-width: 768px){.swiper .swiper-button-prev,.swiper .swiper-button-next{border:2px solid var(--color-black);padding:20px 20px}.swiper .swiper-button-prev::after,.swiper .swiper-button-next::after{font-size:22px}}.skills h2{font-size:var(--font-size-h2-pc-about);padding-bottom:50px}.skills .card{border:6px solid var(--color-black);height:300px;padding:15px;transition:all .4s ease-in-out}.skills .card .card-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.skills .card .card-content p{font-size:3rem;margin:0;color:var(--color-white);opacity:0;transition:all .4s ease-in-out}.skills .card .card-content svg{transition:all .4s ease-in-out}.skills .card:hover{background:var(--color-black)}.skills .card:hover .card-content p{opacity:1}.skills .card:hover .card-content svg{color:var(--color-white);fill:var(--color-white)}@media screen and (max-width: 1024px){.skills .card .card-content p{color:var(--color-black);opacity:1}.skills .card .card-content svg{color:var(--color-black);fill:var(--color-black)}.skills .card:hover{background:var(--color-white)}.skills .card:hover .card-content p{opacity:1}.skills .card:hover .card-content svg{color:var(--color-black);fill:var(--color-black)}}@media screen and (max-width: 768px){.skills{padding-bottom:40px 0}.skills h2{font-size:var(--font-size-h2-tablet-about);padding-bottom:40px}.skills .card .card-content svg{font-size:3.6rem}}@media screen and (max-width: 600px){.skills h2{text-align:center}}@media screen and (max-width: 500px){.skills h2{font-size:var(--font-size-h2-mobile-about)}}@media screen and (max-width: 450px){.skills .card .card-content p{font-size:2.6rem}}.hobbies{padding:100px 0}.hobbies h2{font-size:var(--font-size-h2-pc-about);padding-bottom:50px}.hobbies .cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}.hobbies .cards .card{--card-padding: 20px;border:6px solid var(--color-black);height:600px;width:100%;position:relative;overflow:hidden}.hobbies .cards .card .card-inside{width:100%;height:100%}.hobbies .cards .card .card-content{opacity:1;z-index:5;transition:opacity .4s ease-in-out,z-index .4s linear}.hobbies .cards .card .card-content .card-img{position:absolute;top:0;left:0;width:100%;height:100%}.hobbies .cards .card .card-content .card-img img{-o-object-fit:cover;object-fit:cover;height:100%;-moz-filter:brightness(30%);filter:brightness(30%)}.hobbies .cards .card .card-content h3{font-size:4.8rem;color:var(--color-white);position:absolute;left:var(--card-padding);transform:rotate(90deg);transform-origin:0% 100%}.hobbies .cards .card .card-content .hobby-game{--title-height: 237px;bottom:calc(var(--card-padding) + var(--title-height))}.hobbies .cards .card .card-content .hobby-music{--title-height: 213px;bottom:calc(var(--card-padding) + var(--title-height))}.hobbies .cards .card .card-content .hobby-cinema{--title-height: 191px;bottom:calc(var(--card-padding) + var(--title-height))}.hobbies .cards .card .card-content .hobby-fashion{--title-height: 140px;bottom:calc(var(--card-padding) + var(--title-height))}.hobbies .cards .card .card-hover{background:var(--color-black);height:100%;width:100%;display:flex;justify-content:center;align-items:center}.hobbies .cards .card .card-hover p{font-size:3.2rem;color:var(--color-white);margin:0;padding:0 30px;text-align:center;opacity:1;transition:all .4s ease-in-out}.hobbies .cards .card:hover .card-content{opacity:0;z-index:-1}@media screen and (max-width: 1630px){.hobbies .cards .card .card-hover p{font-size:2.8rem}}@media screen and (max-width: 1366px){.hobbies .cards{grid-template-columns:repeat(2, 1fr)}.hobbies .cards .card{height:400px;width:100%}.hobbies .cards .card .card-content .card-img{width:100%;height:100%}.hobbies .cards .card .card-content .card-img img{width:100%;height:100%}.hobbies .cards .card .card-content h3{font-size:4.8rem}.hobbies .cards .card .card-hover p{font-size:2.8rem}}@media screen and (max-width: 900px){.hobbies .cards{gap:15px}.hobbies .cards .card .card-hover p{font-size:2.4rem}}@media screen and (max-width: 768px){.hobbies{padding:80px 0}.hobbies h2{padding-bottom:40px}.hobbies .cards{grid-template-columns:repeat(1, 1fr);gap:20px}.hobbies .cards .card{width:100%}.hobbies .cards .card .card-inside{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.hobbies .cards .card .card-content{opacity:1;z-index:-1}.hobbies .cards .card .card-content .card-img{width:100%;height:100%}.hobbies .cards .card .card-content .card-img img{width:100%;height:100%}.hobbies .cards .card .card-content h3{font-size:3.6rem;position:static;transform:rotate(0deg);padding-bottom:15px}.hobbies .cards .card .card-content h3::before{content:"";background:var(--color-white);display:block;width:100%;height:3px;position:absolute;bottom:0;left:0;z-index:10}.hobbies .cards .card .card-hover{background:rgba(0,0,0,0);height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center}.hobbies .cards .card .card-hover p{font-size:2.8rem;color:var(--color-white);margin:0;padding:0 30px;text-align:center;opacity:1}.hobbies .cards .card:hover .card-content{opacity:1;z-index:-1}}@media screen and (max-width: 600px){.hobbies h2{text-align:center}}@media screen and (max-width: 550px){.hobbies .cards .card .card-hover p{font-size:var(--font-size-mobile-content)}}@media screen and (max-width: 500px){.hobbies h2{font-size:var(--font-size-h2-mobile-about)}.hobbies .cards .card .card-content h3{font-size:var(--font-size-h2-mobile-about)}}.qualities{padding-bottom:150px}.qualities h2{font-size:var(--font-size-h2-pc-about);padding-bottom:50px}.qualities .card{height:600px;border:6px solid var(--color-black);background:rgba(0,0,0,0);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 40px;overflow:hidden;transition:all .4s ease-in-out}.qualities .card .card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;color:var(--color-black);transition:all .4s ease-in-out}.qualities .card .card-content .card-heading h3{display:flex;flex-direction:column;align-items:center;gap:25px}.qualities .card .card-content .card-heading h3::before{content:"";height:6px;width:300px;background:var(--color-black);display:block;transition:all .4s ease-in-out}.qualities .card .card-content .card-heading h3::after{content:"";height:6px;width:300px;background:var(--color-black);display:block;transition:all .4s ease-in-out}.qualities .card .card-content .card-text p{font-size:3.2rem;margin:0;text-align:center;opacity:0;transition:opacity .4s ease-in-out}.qualities .card .card-thoroughness{transform:translateY(35%)}.qualities .card .card-teamwork{transform:translateY(38.4%)}.qualities .card .card-sociability{transform:translateY(35%)}.qualities .card .card-creativity{transform:translateY(39%)}.qualities .card .card-critic{transform:translateY(38.75%)}.qualities .card:hover{background:var(--color-black)}.qualities .card:hover .card-content{transform:translateY(0%);color:var(--color-white)}.qualities .card:hover .card-content .card-heading h3::before{background:var(--color-white)}.qualities .card:hover .card-content .card-heading h3::after{background:var(--color-white)}.qualities .card:hover .card-content .card-text p{opacity:1}@media screen and (max-width: 1630px){.qualities .card .card-content .card-heading h3{font-size:3.6rem}.qualities .card .card-content .card-text p{font-size:2.8rem}}@media screen and (max-width: 1450px){.qualities .card .card-content .card-heading h3{font-size:3.2rem}.qualities .card .card-content .card-heading h3::before{content:"";height:6px;width:300px;background:var(--color-black);display:block;transition:all .4s ease-in-out}.qualities .card .card-content .card-heading h3::after{content:"";height:6px;width:300px;background:var(--color-black);display:block;transition:all .4s ease-in-out}.qualities .card .card-content .card-text p{font-size:2.4rem}.qualities .card .card-sociability{transform:translateY(36.5%)}}@media screen and (max-width: 1366px){.qualities .card .card-content .card-heading h3{font-size:3.8rem}.qualities .card .card-content .card-text p{font-size:2.8rem}}@media screen and (max-width: 1024px){.qualities .card{height:400px}.qualities .card .card-content{gap:20px;transform:translateY(0%);color:var(--color-black)}.qualities .card .card-content .card-heading h3{font-size:3rem;gap:20px}.qualities .card .card-content .card-heading h3::before{height:4px;width:200px}.qualities .card .card-content .card-heading h3::after{height:4px;width:200px}.qualities .card .card-content .card-text p{font-size:2.2rem;opacity:1}.qualities .card:hover{background:var(--color-white)}.qualities .card:hover .card-content{transform:translateY(0%);color:var(--color-black)}.qualities .card:hover .card-content .card-heading h3::before{background:var(--color-black)}.qualities .card:hover .card-content .card-heading h3::after{background:var(--color-black)}.qualities .card:hover .card-content .card-text p{opacity:1}}@media screen and (max-width: 900px){.qualities .card .card-content .card-heading h3{font-size:2.6rem}.qualities .card .card-content .card-text p{font-size:2rem}}@media screen and (max-width: 768px){.qualities .card .card-content .card-heading h3{font-size:3.2rem}.qualities .card .card-content .card-heading h3::before{height:5px;width:250px}.qualities .card .card-content .card-heading h3::after{height:5px;width:250px}.qualities .card .card-content .card-text p{font-size:2.4rem}}@media screen and (max-width: 600px){.qualities h2{padding-bottom:40px;text-align:center}}@media screen and (max-width: 500px){.qualities{padding-bottom:100px}.qualities h2{font-size:var(--font-size-h2-mobile-about)}.qualities .card .card-content .card-heading h3{font-size:2.4rem}.qualities .card .card-content .card-heading h3::before{height:4px;width:200px}.qualities .card .card-content .card-heading h3::after{height:4px;width:200px}.qualities .card .card-content .card-text p{font-size:1.8rem}}.project-heading{padding:80px 0}.project-heading .heading-content{display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:30px}.project-heading .heading-content .heading-text{display:flex;flex-direction:column;gap:10px}.project-heading .heading-content .heading-text p{margin:0}.project-heading .heading-content .heading-text h1{font-size:var(--font-size-h1-pc-project);font-family:var(--font-primary);font-weight:600;line-height:1.05}.project-heading .heading-content .heading-text .text-info{display:flex;gap:10px;font-weight:500}.project-heading .heading-content .heading-text .text-credits{display:flex;flex-direction:column}.project-heading .heading-content .heading-text .text-skills{display:flex;flex-direction:column;gap:5px}.project-heading .heading-content .heading-text .text-skills ul{margin:0;padding:0;list-style:none;display:flex;gap:20px}.project-heading .heading-content .heading-text .text-skills ul .logo-after{display:flex;align-items:center;gap:20px}.project-heading .heading-content .heading-text .text-skills ul .logo-after::after{content:"";width:4px;height:75%;background:var(--color-black);display:block}.project-heading .heading-content .heading-text .text-cta{padding-top:20px;display:flex;justify-content:center;gap:20px}.project-heading .heading-content .heading-text .text-cta .text-cta-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.project-heading .heading-content .heading-text .text-cta .text-cta-btn p{color:rgba(32,32,32,.5);font-size:1.8rem}.project-heading .heading-reel{border:6px solid var(--color-black)}.project-heading .heading-reel img,.project-heading .heading-reel video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}@media screen and (max-width: 1630px){.project-heading .heading-content{gap:20px}.project-heading .heading-content .heading-text h1{font-size:var(--font-size-h1-tablet-project)}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:3.2rem}.project-heading .heading-content .heading-text .text-skills p{font-size:3.2rem}.project-heading .heading-content .heading-text .text-skills ul{gap:15px}.project-heading .heading-content .heading-text .text-skills ul .logo-after{gap:15px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{font-size:2rem}}@media screen and (max-width: 1500px){.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2.9rem}.project-heading .heading-content .heading-text .text-skills p{font-size:2.9rem}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:20px 30px}}@media screen and (max-width: 1366px){.project-heading .heading-content .heading-text h1{font-size:3.6rem}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2.4rem}.project-heading .heading-content .heading-text .text-skills p{font-size:2.4rem}.project-heading .heading-content .heading-text .text-cta{padding-top:15px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:15px 24px;font-size:1.8rem}.project-heading .heading-content .heading-text .btn-sm{padding:15px 30px;font-size:2rem}}@media screen and (max-width: 1150px){.project-heading .heading-content .heading-text h1{font-size:3rem}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2rem}.project-heading .heading-content .heading-text .text-skills p{font-size:2rem}.project-heading .heading-content .heading-text .text-more-btns{justify-content:flex-start;gap:5px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:10px 15px}}@media screen and (max-width: 1024px){.project-heading .heading-content{grid-template-columns:1fr 1fr}.project-heading .heading-content .heading-text .text-more-btns{justify-content:center;gap:20px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:15px 20px}}@media screen and (max-width: 900px){.project-heading .heading-content{grid-template-columns:1fr}.project-heading .heading-content .heading-text{align-items:center}.project-heading .heading-content .heading-text h1{font-size:4rem;text-align:center}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2.4rem;text-align:center}.project-heading .heading-content .heading-text .text-skills p{font-size:2.4rem;text-align:center}.project-heading .heading-content .heading-text .text-skills ul{justify-content:center}.project-heading .heading-content .heading-reel img,.project-heading .heading-content .heading-reel video{width:100%;max-height:450px}}@media screen and (max-width: 768px){.project-heading .heading-content .heading-text h1{font-size:3.2rem}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2.2rem}.project-heading .heading-content .heading-text .text-skills p{font-size:2.2rem}.project-heading .heading-content .heading-text .text-skills ul .logo{display:flex;justify-content:center;align-items:center;font-size:2.4rem}.project-heading .heading-content .heading-text .text-skills ul .logo-after::after{width:3px}}@media screen and (max-width: 600px){.project-heading .heading-content .heading-reel img,.project-heading .heading-content .heading-reel video{height:300px}}@media screen and (max-width: 500px){.project-heading .heading-content .heading-text h1{font-size:2.8rem}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:2rem}.project-heading .heading-content .heading-text .text-skills p{font-size:2rem}.project-heading .heading-content .heading-text .text-skills ul{gap:10px}.project-heading .heading-content .heading-text .text-skills ul .logo{font-size:2rem}.project-heading .heading-content .heading-text .text-skills ul .logo-after{gap:10px}.project-heading .heading-content .heading-text .text-skills ul .logo-after::after{width:2px}.project-heading .heading-content .heading-text .text-more-btns{justify-content:center;gap:10px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn p{font-size:1.6rem}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:10px 15px;font-size:1.6rem}}@media screen and (max-width: 400px){.project-heading .heading-content .heading-text h1{font-size:2.4rem}.project-heading .heading-content .heading-text .text-info,.project-heading .heading-content .heading-text .text-credits{font-size:var(--font-size-content-mobile)}.project-heading .heading-content .heading-text .text-info{gap:5px}.project-heading .heading-content .heading-text .text-skills p{font-size:var(--font-size-content-mobile)}.project-heading .heading-content .heading-text .text-cta{padding-bottom:20px}.project-heading .heading-content .heading-text .text-more-btns{justify-content:center;flex-direction:column;gap:20px}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn p{font-size:1.6rem}.project-heading .heading-content .heading-text .text-more-btns .text-cta-btn .more-btns-btn-sm{padding:15px 30px;font-size:1.8rem}.project-heading .heading-content .heading-reel{height:120%}.project-heading .heading-content .heading-reel img,.project-heading .heading-content .heading-reel video{height:100%}}@media screen and (max-width: 375px){.project-heading .heading-content .heading-text .text-info{gap:2px}}.project-content{--content-text-margin: 30px;padding-bottom:150px}.project-content .wrapper{display:flex;flex-direction:column;gap:80px}.project-content figure{margin:0}.project-content figure figcaption{padding-top:5px;font-size:2.4rem;font-weight:500;text-align:center;color:rgba(32,32,32,.5)}.project-content .content-img{border:6px solid var(--color-black);overflow:hidden}.project-content .content-img img,.project-content .content-img video{-o-object-fit:cover;object-fit:cover;width:100%;display:block;transform:scale(1, 1);transition:transform .4s ease-out}.project-content .content-img img:hover,.project-content .content-img video:hover{transform:scale(1.05, 1.05);cursor:pointer}.project-content .content-right,.project-content .content-left{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:var(--font-size-h2-pc-project)}.project-content .content-right .content-text p,.project-content .content-left .content-text p{margin:var(--content-text-margin) 0 0;font-size:3.4rem}.project-content .content-right .content-media{order:1}.project-content .content-right .content-text{order:2}.project-content .content-left .content-media{order:2}.project-content .content-left .content-text{order:1}.project-content .content-carousel .content-text h2{font-size:var(--font-size-h2-pc-project)}.project-content .content-carousel .content-text p{margin:var(--content-text-margin) 0;font-size:3.4rem}.project-content .content-carousel .carousel-img .content-img img{height:100%}@media screen and (max-width: 1630px){.project-content figure figcaption{font-size:2rem}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:3.9rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:3rem}.project-content .content-carousel .content-text h2{font-size:3.9rem}.project-content .content-carousel .content-text p{font-size:3rem}}@media screen and (max-width: 1366px){.project-content{--content-text-margin: 25px;padding-bottom:100px}.project-content .wrapper{gap:60px}.project-content figure figcaption{font-size:1.8rem}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:3.4rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:2.6rem}.project-content .content-carousel .content-text h2{font-size:3.4rem}.project-content .content-carousel .content-text p{font-size:2.6rem}}@media screen and (max-width: 1150px){.project-content{--content-text-margin: 20px;padding-bottom:80px}.project-content figure figcaption{font-size:1.6rem}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:3rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:2.2rem}.project-content .content-carousel .content-text h2{font-size:3rem}.project-content .content-carousel .content-text p{font-size:2.2rem}}@media screen and (max-width: 1024px){.project-content figure figcaption{font-size:1.8rem}.project-content .content-img img,.project-content .content-img video{max-height:400px}.project-content .content-right,.project-content .content-left{grid-template-columns:1fr}.project-content .content-right figure,.project-content .content-left figure{width:80%;margin:0 auto}.project-content .content-right .content-media{order:2}.project-content .content-right .content-text{order:1;text-align:left}.project-content .content-left .content-media{order:2}.project-content .content-left .content-text{order:1;text-align:left}}@media screen and (max-width: 768px){.project-content{--content-text-margin: 15px}.project-content .wrapper{gap:50px}.project-content figure figcaption{font-size:1.6rem}.project-content .content-img img,.project-content .content-img video{max-height:300px}.project-content .content-right,.project-content .content-left{gap:20px}.project-content .content-right figure,.project-content .content-left figure{width:90%}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:2.8rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:2rem}.project-content .content-carousel .content-text h2{font-size:2.8rem}.project-content .content-carousel .content-text p{font-size:2rem}}@media screen and (max-width: 600px){.project-content .content-right figure,.project-content .content-left figure{width:100%}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:2.4rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:1.8rem}.project-content .content-carousel .content-text h2{font-size:2.4rem}.project-content .content-carousel .content-text p{font-size:1.8rem}}@media screen and (max-width: 500px){.project-content figure figcaption{font-size:1.6rem}.project-content .content-right .content-text h2,.project-content .content-left .content-text h2{font-size:2rem}.project-content .content-right .content-text p,.project-content .content-left .content-text p{font-size:1.6rem}.project-content .content-carousel .content-text h2{font-size:2rem}.project-content .content-carousel .content-text p{font-size:1.6rem}}.page-not-found{text-align:center;position:absolute;height:100vh;width:100%;margin-top:var(--header-height-neg)}.page-not-found .wrapper{position:relative;height:100%}.page-not-found .content{display:flex;flex-direction:column;gap:50px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.page-not-found .content .heading{display:flex;flex-direction:column;gap:25px}.page-not-found .content .heading h1{font-family:var(--font-secondary);font-size:var(--font-size-h1-pc-home);line-height:80%;padding-top:1%;margin-bottom:-2%}.page-not-found .content .heading p{margin:0}@media screen and (max-width: 768px){.page-not-found .content{gap:30px}.page-not-found .content .heading h1{font-size:var(--font-size-h1-tablet-home);padding-top:3%;margin-bottom:-5%}}@media screen and (max-width: 500px){.page-not-found .content .heading h1{font-size:10rem;padding-top:3.5%;margin-bottom:-8%}}.modal{--bar-height: 8px;--bar-width: 64px;background:var(--color-white);color:var(--color-black);border:6px solid var(--color-black);padding:30px;overflow:visible;overscroll-behavior:contain}.modal figure{height:100% !important;width:100% !important}.modal figure .content-img{height:100% !important;width:100% !important}.modal figure .content-img img,.modal figure .content-img video{-o-object-fit:cover;object-fit:cover;height:100% !important;width:100% !important;max-height:700px}.modal figure .content-img img:hover,.modal figure .content-img video:hover{transform:scale(1, 1);cursor:default}.modal figure figcaption{padding-top:10px;font-weight:600;font-size:var(--font-size-content-pc);color:var(--color-black)}.modal button.btn-close{position:absolute;top:0;right:-80px;width:var(--bar-width);height:var(--bar-width);z-index:10;background:rgba(0,0,0,0);border:none;cursor:pointer}.modal button.btn-close span{background:var(--color-white);height:var(--bar-height);width:100%;position:absolute;top:calc(50% - var(--bar-height)/2);left:calc(50% - var(--bar-width)/2)}.modal button.btn-close span:nth-child(1){transform:rotate(45deg)}.modal button.btn-close span:nth-child(2){transform:rotate(-45deg)}.modal button.btn-close:focus{border:none}.modal::backdrop{background:rgba(32,32,32,.75)}.modal-is-active body{overflow:hidden}@media screen and (max-width: 1366px){.modal{--bar-height: 6px;--bar-width: 48px}.modal figure figcaption{font-size:3rem}.modal button.btn-close{right:-60px}}@media screen and (max-width: 1150px){.modal figure figcaption{font-size:2.8rem}}@media screen and (max-width: 1024px){.modal figure figcaption{font-size:2.4rem}}@media screen and (max-width: 900px){.modal figure figcaption{font-size:2rem}}@media screen and (max-width: 768px){.modal{padding:20px}.modal figure figcaption{padding-top:8px;font-size:1.55rem}}@media screen and (max-width: 600px){.modal{--bar-height: 4px;--bar-width: 36px;padding:15px}.modal figure figcaption{font-size:1.8rem}.modal button.btn-close{right:-50px}}@media screen and (max-width: 500px){.modal{padding:10px}.modal figure figcaption{padding-top:5px;font-size:1.6rem}}.u-hidden-visually{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.u-hidden{display:none !important}.u-mb-4{margin-bottom:4rem !important}.u-mbn-4{margin-bottom:-4rem !important}.align-right{text-align:right !important}