nav{justify-content:center;align-items:center;gap:78px;width:100%;margin-top:20px;display:flex}nav img{height:70px}nav a{transition:transform .2s;position:relative}nav a:after{content:"";background:#1f7460;width:0;height:2px;transition:width .2s,transform .2s;position:absolute;bottom:-6px;left:0;right:0}nav a:hover{transform:scale(1.1)}nav a:hover:after{width:100%}nav a.nav-logo:after,nav a.nav-logo:hover:after{display:none!important}
.menu{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.menu-nav{z-index:1300;justify-content:space-between;align-items:center;width:calc(100% - 40px);display:flex;overflow:hidden}.menu-button{cursor:pointer;background:0 0;border:none;width:40px;height:40px;padding:0;position:relative}.menu-button .burger{background-color:#000;width:20px;height:2px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-button .burger:before,.menu-button .burger:after{content:"";background-color:#000;width:20px;height:2px;transition:transform .3s;position:absolute;left:0}.menu-button .burger:before{top:-6px}.menu-button .burger:after{top:6px}.menu-button.open .burger{transform:translate(-50%,-50%)rotate(45deg)}.menu-button.open .burger:before{transform:rotate(90deg)translate(6px)}.menu-button.open .burger:after{transform:rotate(-90deg)translate(6px)}.menu-drawer{position:relative}.menu-drawer.MuiDrawer-root,.menu-drawer .MuiPaper-root{height:100%}.menu-drawer-container{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:38px;width:100%;height:100%;margin-top:150px;margin-left:32px;display:flex}.menu-drawer-container a{font-size:1.25rem}.menu-laptop{position:absolute;bottom:40%;right:-150px;transform:scale(.5)}.menu-plane{position:absolute;bottom:0;left:-150px;transform:scale(.5)}
.about{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:1280px;margin-top:40px;display:flex}.about-text{flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;width:80%;margin-left:54px;display:flex}@media screen and (max-width:600px){.about-text{margin-left:20px;padding:0}}.about-text h2{font-size:1.75rem}.about-text-paragraph{flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;display:flex}.about-text-paragraph p{color:#757575;font-size:1.125rem}.about-characteristics{background-color:#f5f3f1;flex-wrap:wrap;justify-content:space-between;width:100%;max-width:1232px;margin-top:40px;padding:24px;display:flex}@media screen and (max-width:600px){.about-characteristics{padding:20px 0}}@media screen and (min-width:901px) and (max-width:1160px){.about-characteristics{justify-content:space-around;padding:0}}.about-characteristics-tile{background-color:#fff0;border:1px solid #0000;border-radius:4px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;width:330px;height:190px;padding:24px;transition:transform .1s ease-in-out,border-radius .1s ease-in-out,box-shadow .1s ease-in-out,-webkit-backdrop-filter .1s ease-in-out,backdrop-filter .1s ease-in-out,background-color .1s ease-in-out;display:flex}@media screen and (max-width:600px){.about-characteristics-tile{width:calc(100% - 40px);margin-left:0;padding:20px}}@media screen and (min-width:601px) and (max-width:900px){.about-characteristics-tile{width:450px;margin-left:30px}}.about-characteristics-tile:hover{-webkit-backdrop-filter:blur(2.7px);background-color:#ffffff80;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000000d}.about-characteristics-tile-title{justify-content:flex-start;align-items:center;gap:16px;font-size:1.25rem;display:flex}.about-characteristics-tile-title svg,.about-characteristics-tile-title img{background-color:#d6f3e0;border-radius:4px;padding:10px}@media screen and (max-width:600px){.about-characteristics-tile-title{font-size:1.125rem}}.about-characteristics-tile-text{color:#757575;font-size:1.125rem}@media screen and (max-width:600px){.about-characteristics-tile-text{font-size:1rem}}
.process{flex-direction:column;justify-content:center;align-items:flex-start;gap:48px;width:100%;max-width:1280px;margin-top:64px;display:flex}.process h2{margin-left:20px}.process-tiles{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.process-tiles-tile{box-sizing:border-box;background-color:#f5f3f1;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;width:100%;min-width:250px;max-width:256px;height:345px;padding:24px;transition:transform .3s ease-in-out;display:flex}.process-tiles-tile:hover{transform:translateY(-20px)}@media screen and (max-width:600px){.process-tiles-tile:hover{transform:none}}.process-tiles-tile:first-child,.process-tiles-tile:nth-child(4){background-color:#1f7460;border-radius:4px}.process-tiles-tile:first-child .process-tiles-tile-number,.process-tiles-tile:nth-child(4) .process-tiles-tile-number{color:#f5f3f1;border:1px solid #f5f3f1}.process-tiles-tile:first-child h3,.process-tiles-tile:nth-child(4) h3,.process-tiles-tile:first-child p,.process-tiles-tile:nth-child(4) p{color:#fff}.process-tiles-tile:first-child a,.process-tiles-tile:nth-child(4) a{color:#fff;letter-spacing:.5px}.process-tiles-tile:first-child svg,.process-tiles-tile:nth-child(4) svg{stroke:#fff}.process-tiles-tile-number{border:1px solid #1f7460;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;display:flex}.process-tiles-tile p{color:#757575;margin-top:20px}.process-tiles-tile p a{font-weight:700;text-decoration:underline}.process-tiles-tile svg{margin-top:auto;margin-left:auto}
.footer{height:700px;margin-left:200px;position:relative;overflow:hidden}@media screen and (min-width:601px) and (max-width:900px){.footer{margin-left:40px}}@media screen and (max-width:600px){.footer{margin-left:20px}}.footer-logo{width:150px;height:150px;margin-top:50px;margin-bottom:50px}.footer-contact{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.footer-contact strong{margin-bottom:24px;font-family:Glegoo,serif;font-size:1.25rem}.footer-contact-container{justify-content:center;align-items:center;gap:40px;display:flex}@media screen and (min-width:601px) and (max-width:900px){.footer-contact-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin-bottom:40px;display:flex}}@media screen and (max-width:600px){.footer-contact-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin-bottom:40px;display:flex}}.footer-contact-link{justify-content:center;align-items:center;gap:16px;margin-bottom:56px;display:flex}@media screen and (min-width:601px) and (max-width:900px){.footer-contact-link{margin-bottom:0}}@media screen and (max-width:600px){.footer-contact-link{margin-bottom:0}}.footer-contact-link:hover svg{color:#1f7460;transform:scale(1.1)}.footer-contact-link svg{transition:all .2s}.footer-contact-link a{transition:transform .2s;position:relative}.footer-contact-link a:after{content:"";background:#1f7460;width:0;height:2px;transition:width .2s,transform .2s;position:absolute;bottom:-6px;left:0;right:0}.footer-contact-link a:hover{transform:scale(1.1)}.footer-contact-link a:hover:after{width:100%}.footer-links{justify-content:flex-start;align-items:center;gap:40px;margin-top:60px;display:flex}@media screen and (max-width:900px){.footer-links{margin-top:0}}.footer-heart{width:350px;height:500px;position:absolute;top:15%;right:-10px}@media screen and (max-width:600px){.footer-heart{bottom:-200px;right:-250px;top:unset}}
.arrow{z-index:4;opacity:0;visibility:hidden;background-color:#d6f3e0;border:1px solid #1f7460;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;position:fixed;bottom:50px;right:50px}@media screen and (min-width:601px) and (max-width:900px){.arrow{width:50px;height:50px}}@media screen and (max-width:600px){.arrow{width:50px;height:50px}}.arrow a{height:32px}@media screen and (max-width:600px){.arrow a{height:24px}}@media screen and (min-width:601px) and (max-width:900px){.arrow a{height:24px}}.arrow.visible{opacity:1;visibility:visible;justify-content:center;align-items:center;display:flex}
.portfolio{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.portfolio h2{margin-bottom:32px}.portfolio.open{overflow:hidden}.projects{justify-content:center;align-items:flex-start;gap:20px;display:flex}.projects-project{max-width:400px;position:relative;overflow:hidden}@media screen and (max-width:600px){.projects-project{max-width:300px}}.projects-project:hover img{transform:scale(1.05)}.projects-project h3{margin-top:16px;font-size:1.75rem}.projects-project img{object-fit:cover;width:400px;height:400px;max-height:410px;transition:transform .2s}@media screen and (max-width:600px){.projects-project img{width:300px;height:300px}}.projects-project p{word-wrap:break-word;white-space:normal;font-size:1.25rem;font-weight:700}@media screen and (max-width:600px){.projects-project p{font-size:1rem}}.projects-project-hash{justify-content:flex-start;align-items:center;gap:24px;width:100%;display:flex}.projects-project-hash p{color:#1f7460;font-size:1rem}.projects-project-wzorek{z-index:-1;position:absolute;top:40%;right:-50px;transform:translateY(-50%)}.pagination{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:40px;display:flex}.pagination button{color:#1f7460;background-color:#f5f3f1;border:1px solid #1f7460;border-radius:50%;width:50px;height:50px;font-size:1.5rem}.pagination button.active{color:#fff;background-color:#1f7460}.pagination button:hover:not(.active){background-color:#ddd}.MuiDrawer-root .project-details{scroll-behavior:smooth;flex-direction:column;justify-content:center;align-items:flex-start;width:69vw;max-width:900px;margin:24px;padding-top:40px;display:flex;position:relative}@media screen and (max-width:600px){.MuiDrawer-root .project-details{width:90vw}}.MuiDrawer-root .project-details-close{background:0 0;border:none;padding:0;position:absolute;top:10px;right:10px}.MuiDrawer-root .project-details-hash{justify-content:flex-start;align-items:center;gap:16px;width:100%;display:flex}.MuiDrawer-root .project-details-hash p{color:#1f7460;font-size:1rem}.MuiDrawer-root .project-details-title{margin-top:16px;font-size:2rem}.MuiDrawer-root .project-details-buttons{justify-content:center;align-items:center;gap:16px;margin-top:16px;display:flex}@media screen and (max-width:600px){.MuiDrawer-root .project-details-buttons{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}}.MuiDrawer-root .project-details-button1 button{color:#fff;background-color:#3d3d3d;border:none;border-radius:25px;padding:12px 24px;font-size:1rem;font-weight:700;transition:background-color .3s,color .3s}.MuiDrawer-root .project-details-button1 button:hover{color:#3d3d3d;background-color:#d6f3e0}@media screen and (max-width:600px){.MuiDrawer-root .project-details-button1 button{font-size:.875rem}}.MuiDrawer-root .project-details-button2 button{color:#1f7460;background-color:#fff;border:1px solid #1f7460;border-radius:25px;padding:12px 24px;font-size:1rem;font-weight:700;transition:background-color .3s,color .3s}.MuiDrawer-root .project-details-button2 button:hover{color:#fff;background-color:#1f7460}@media screen and (max-width:600px){.MuiDrawer-root .project-details-button2 button{font-size:.875rem}}.MuiDrawer-root .project-details-img{object-fit:cover;object-position:top;width:100%;height:100%;max-height:500px;margin-top:16px;overflow:hidden}.MuiDrawer-root .project-details-subtitle{margin-top:32px;font-size:1.125rem}.MuiDrawer-root .project-details-description{white-space:normal;margin-top:32px}.MuiDrawer-root .project-details-range{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;margin-top:16px;display:flex}.MuiDrawer-root .project-details-range-title{margin-top:32px;font-size:1.25rem}.MuiDrawer-root .project-details-range span{justify-content:center;align-items:center;gap:16px;display:flex}.MuiDrawer-root .project-details-text{margin-top:60px;margin-bottom:32px}.MuiDrawer-root .project-details-container{flex-direction:row-reverse;justify-content:center;align-items:center;margin-top:20px;display:flex}@media screen and (min-width:601px) and (max-width:900px){.MuiDrawer-root .project-details-container{flex-direction:column;justify-content:center;align-items:center;display:flex}}@media screen and (max-width:600px){.MuiDrawer-root .project-details-container{flex-direction:column;justify-content:center;align-items:center;display:flex}}.MuiDrawer-root .project-details-container-content{flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;display:flex}.MuiDrawer-root .project-details-contact{background-color:#f5f3f1;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(100% - 48px);margin-top:40px;padding:24px;display:flex;position:relative}.MuiDrawer-root .project-details-contact strong{margin-bottom:24px;font-family:Glegoo,serif;font-size:1.25rem}.MuiDrawer-root .project-details-contact-container{justify-content:center;align-items:center;gap:40px;display:flex}@media screen and (min-width:601px) and (max-width:900px){.MuiDrawer-root .project-details-contact-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin-bottom:40px;display:flex}}@media screen and (max-width:600px){.MuiDrawer-root .project-details-contact-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin-bottom:40px;display:flex}}.MuiDrawer-root .project-details-contact-link{justify-content:center;align-items:center;gap:16px;margin-bottom:32px;display:flex}@media screen and (min-width:601px) and (max-width:900px){.MuiDrawer-root .project-details-contact-link{margin-bottom:0}}@media screen and (max-width:600px){.MuiDrawer-root .project-details-contact-link{margin-bottom:0}}.MuiDrawer-root .project-details-contact-link:hover svg{color:#1f7460;transform:scale(1.1)}.MuiDrawer-root .project-details-contact-link svg{transition:all .2s}.MuiDrawer-root .project-details-contact-link a{transition:transform .2s;position:relative}.MuiDrawer-root .project-details-contact-link a:after{content:"";background:#1f7460;width:0;height:2px;transition:width .2s,transform .2s;position:absolute;bottom:-6px;left:0;right:0}.MuiDrawer-root .project-details-contact-link a:hover{transform:scale(1.1)}.MuiDrawer-root .project-details-contact-link a:hover:after{width:100%}.MuiDrawer-root .project-details-laugh{background-color:#d6f3e0;border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:absolute;top:50%;right:40px;transform:translateY(-50%)}@media screen and (min-width:901px) and (max-width:1160px){.MuiDrawer-root .project-details-laugh{width:170px;height:170px}.MuiDrawer-root .project-details-laugh-icon{width:200px;height:200px}}@media screen and (min-width:901px) and (max-width:1160px) and (min-width:901px) and (max-width:1160px){.MuiDrawer-root .project-details-laugh-icon{width:150px;height:150px}}.swiper{width:calc(100% - 40px);max-width:1200px;height:100%}.swiper-controls{justify-content:center;align-items:center;gap:24px;margin-top:24px;display:flex}.swiper-project{max-width:400px;position:relative;overflow:hidden}@media screen and (max-width:600px){.swiper-project{max-width:300px}}.swiper-project:hover img{transform:scale(1.05)}.swiper-project h3{margin-top:16px;font-size:1.75rem}.swiper-project img{object-fit:cover;width:400px;height:400px;max-height:410px;transition:transform .2s}@media screen and (max-width:600px){.swiper-project img{width:300px;height:300px}}.swiper-project p{word-wrap:break-word;white-space:normal;font-size:1.25rem;font-weight:700}@media screen and (max-width:600px){.swiper-project p{font-size:1rem}}.swiper-project-hash{justify-content:flex-start;align-items:center;gap:24px;width:100%;display:flex}.swiper-project-hash p{color:#1f7460;font-size:1rem}.swiper-project-wzorek{z-index:-1;position:absolute;top:40%;right:-50px;transform:translateY(-50%)}.swiper .swiper-wrapper{display:flex}.swiper .swiper-slide{justify-content:center;align-items:center;display:flex}.arrowApps{color:#3d3d3d;cursor:pointer;background:0 0;border:none;height:24px}.arrowApps:hover{scale:1.1}.custom-dots{justify-content:center;align-items:center;gap:16px;max-width:200px;padding:12px 0;display:inline-flex}.custom-dots .swiper-pagination-bullet{opacity:1;background:0 0;border:1px solid #1f7460;border-radius:50%;width:12px;height:12px}.custom-dots .swiper-pagination-bullet-active{background-color:#3d3d3d;border:none;transform:scale(1.2)}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.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{backface-visibility:hidden;transform:translateZ(0)}.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{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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{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{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{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.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);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.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:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.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);top:0;left: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%;top:0;left:0}.swiper-pagination-lock{display:none}
.home{flex-direction:column;justify-content:center;align-items:center;gap:100px;display:flex}.home-hero{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:70vh;max-height:600px;display:flex;position:relative}.home-hero-plane{z-index:-1;position:absolute;top:50%;left:-90px;transform:translateY(-50%)scale(.95)}@media screen and (max-width:600px){.home-hero-plane{top:unset;bottom:-290px;left:-150px;rotate:-20deg;scale:.5}}@media screen and (min-width:601px) and (max-width:900px){.home-hero-plane{top:unset;bottom:-290px;left:-150px;rotate:-20deg;scale:.6}}@media screen and (min-width:901px) and (max-width:1160px){.home-hero-plane{top:unset;bottom:-290px;left:-150px;rotate:-10deg;scale:.8}}.home-hero-laptop{z-index:-1;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width:600px){.home-hero-laptop{top:unset;bottom:-200px;right:-200px;scale:.5}}@media screen and (min-width:601px) and (max-width:900px){.home-hero-laptop{top:unset;bottom:-200px;right:-200px;scale:.6}}@media screen and (min-width:901px) and (max-width:1160px){.home-hero-laptop{top:unset;bottom:-100px;right:-200px;scale:.6}}.home-hero h1{text-align:center}@media screen and (max-width:600px){.home-hero h1{font-size:1.25rem}}@media screen and (min-width:601px) and (max-width:900px){.home-hero h1{font-size:1.25rem}}.home-hero-subtitle{color:#757575;font-size:1.25rem}@media screen and (max-width:600px){.home-hero-subtitle{font-size:1rem}}@media screen and (min-width:601px) and (max-width:900px){.home-hero-subtitle{font-size:1rem}}.home-hero-button{color:#fff;background-color:#3d3d3d;border:none;border-radius:25px;margin-top:16px;padding:12px 24px;font-size:1rem;font-weight:700;transition:background-color .3s,color .3s}.home-hero-button:hover{color:#3d3d3d;background-color:#d6f3e0}@media screen and (max-width:600px){.home-hero-button{font-size:.875rem}}@media screen and (min-width:601px) and (max-width:900px){.home-hero-button{font-size:.875rem}}.home-links{flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;padding-bottom:100px;display:flex}.home-links a{justify-content:center;align-items:center;gap:10px;font-size:1.75rem;transition:scale .2s;display:flex;position:relative}@media screen and (max-width:600px){.home-links a{font-size:1.25rem}}.home-links a:after{content:"";background:#1f7460;width:0;height:2px;transition:width .2s;position:absolute;bottom:-6px;left:0;right:0}.home-links a:hover{scale:1.1}.home-links a:hover:after{width:100%}.home-process{z-index:2}.home-portfolio{background-color:#d6f3e0;width:100%;padding:240px 0 100px;overflow:hidden;transform:translateY(-150px)}
.cookies{background-color:#fff;width:100%}.cookies-container{z-index:10000;background-color:#fff;justify-content:space-between;align-items:center;width:100%;padding:20px 40px;display:flex;position:fixed;bottom:0;left:0;right:0}@media screen and (max-width:600px){.cookies-container{padding:40px 20px}}.cookies-content{max-width:1200px;margin:0;font-size:1.25rem}@media screen and (min-width:601px) and (max-width:900px){.cookies-content{text-wrap:pretty;font-size:1.125rem}}@media screen and (max-width:600px){.cookies-content{text-wrap:pretty;text-align:center;flex-direction:column}}.cookies-accept{color:#1f7460;background-color:#fff;border:1px solid #1f7460;border-radius:25px;padding:15px;font-size:1.125rem;font-weight:700;transition:background-color .3s,color .3s}.cookies-accept:hover{color:#fff;background-color:#1f7460}@media screen and (max-width:600px){.cookies-accept{margin-left:15px}}.cookies-decline{color:#fff;background-color:#3d3d3d;border:none;border-radius:25px;margin-left:20px;padding:15px;font-size:1.125rem;font-weight:700;transition:background-color .3s,color .3s}.cookies-decline:hover{color:#3d3d3d;background-color:#d6f3e0}.cookies-more{transition:transform .2s;position:relative}.cookies-more-text{height:100%}.cookies-more:after{content:"";background:#1f7460;width:0;height:2px;transition:width .2s,transform .2s;position:absolute;bottom:-6px;left:0;right:0}.cookies-more:hover{transform:scale(1.1)}.cookies-more:hover:after{width:100%}.visible{max-height:450px}
