#contact.contact{color:#fff;background-color:#000;min-height:auto;padding:0;display:block}.footer-container{max-width:var(--size-container);color:#fff;box-sizing:border-box;background-color:#000;flex-direction:column;justify-content:space-between;width:100%;margin:auto;padding:4rem 2rem 2rem;display:flex}.footer-top{border-bottom:1px solid rgba(255,255,255,.1);grid-template-columns:1.2fr 1fr 1.2fr;gap:4rem;margin-bottom:6rem;padding-bottom:4rem;display:grid}.footer-logo{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.footer-logo-icon{color:#000;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.footer-logo-text{text-transform:uppercase;letter-spacing:.03em;font-size:1.1rem;line-height:1.2}.footer-description{color:#999;text-align:left;max-width:400px;margin-bottom:4rem;font-size:1.2rem;line-height:1.5}.footer-address-block{text-align:left}.footer-address-block p{color:#999;margin-bottom:.5rem}.footer-email{color:#fff;margin-bottom:.5rem;padding-bottom:2px;font-size:1rem;text-decoration:none;transition:opacity .3s;display:inline-block;position:relative}.footer-email:after{content:"";transform-origin:100%;background-color:currentColor;width:100%;height:1px;transition:width .4s cubic-bezier(.65,.01,.05,.99);position:absolute;bottom:0;left:0}.footer-email:hover{opacity:.7}.footer-email:hover:after{width:0%;left:auto;right:0}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#fff;padding-bottom:2px;font-size:1rem;text-decoration:none;transition:opacity .3s;display:inline-block;position:relative}.footer-socials a:after{content:"";transform-origin:100%;background-color:currentColor;width:100%;height:1px;transition:width .4s cubic-bezier(.65,.01,.05,.99);position:absolute;bottom:0;left:0}.footer-socials a:hover{opacity:.7}.footer-socials a:hover:after{width:0%;left:auto;right:0}.footer-menu{margin:0;padding:0;list-style:none}.footer-menu li{border-bottom:1px solid rgba(255,255,255,.1)}.footer-menu li:first-child{border-top:1px solid rgba(255,255,255,.1)}.footer-link{color:#fff;text-transform:uppercase;letter-spacing:-.05em;padding:1.5rem 1rem;font-size:.9rem;text-decoration:none;display:block;position:relative;overflow:hidden}.footer-link-bg{background-color:var(--color-neutral-100);transform-origin:bottom;z-index:0;transition:transform .5s cubic-bezier(.65,.05,0,1);position:absolute;top:0;bottom:0;left:0;right:0;transform:scaleY(0)}.footer-link-content{z-index:1;justify-content:space-between;align-items:center;width:100%;transition:color .3s;display:flex;position:relative}.footer-link:hover .footer-link-bg{transform:scaleY(1)}.footer-link:hover .footer-link-content{color:#000}.footer-link .arrow{opacity:0;background-color:var(--color-neutral-100);width:3em;height:3em;transition:all .3s;display:inline-block;transform:translate(-10px);-webkit-mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\"><path d=\"M 11.272 14.101 L 14.101 11.272 L 31.071 28.243 L 33.9 25.414 L 36.728 28.243 L 33.9 31.071 L 36.728 33.9 L 33.9 36.728 L 31.071 33.9 L 28.243 36.728 L 25.414 33.9 L 28.243 31.071 Z M 19.757 33.899 L 22.586 36.728 L 25.414 33.899 L 22.586 31.071 Z M 19.757 33.899 L 16.929 31.071 L 14.101 33.899 L 16.929 36.728 Z M 33.9 19.757 L 36.728 22.586 L 33.9 25.414 L 31.071 22.586 Z M 33.9 19.757 L 31.071 16.929 L 33.9 14.101 L 36.728 16.929 Z\" fill=\"rgb(22, 23, 25)\"></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\"><path d=\"M 11.272 14.101 L 14.101 11.272 L 31.071 28.243 L 33.9 25.414 L 36.728 28.243 L 33.9 31.071 L 36.728 33.9 L 33.9 36.728 L 31.071 33.9 L 28.243 36.728 L 25.414 33.9 L 28.243 31.071 Z M 19.757 33.899 L 22.586 36.728 L 25.414 33.899 L 22.586 31.071 Z M 19.757 33.899 L 16.929 31.071 L 14.101 33.899 L 16.929 36.728 Z M 33.9 19.757 L 36.728 22.586 L 33.9 25.414 L 31.071 22.586 Z M 33.9 19.757 L 31.071 16.929 L 33.9 14.101 L 36.728 16.929 Z\" fill=\"rgb(22, 23, 25)\"></path></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.footer-link:hover .arrow{opacity:1;background-color:#000;transform:translate(0)}.footer-col.footer-cta{text-align:left}.footer-cta-title{text-wrap:balance;margin-bottom:1.5rem;font-size:2rem;font-weight:600;line-height:1.1}.footer-cta-text{color:#999;margin-bottom:3rem;line-height:1.5}.footer-menu-btn{color:#000;text-transform:uppercase;background-color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:0;padding:1rem 2rem;font-family:Science Gothic;font-size:1.6rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-menu-btn>div{line-height:1}.footer-menu-btn:hover{color:#000;background:#fff}@media screen and (max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}.footer-cta{grid-column:span 2;max-width:600px}}@media screen and (max-width:768px){.footer-top{flex-direction:column;gap:4rem;display:flex}.footer-cta{order:-1;grid-column:auto;margin-bottom:3rem}.footer-big-text{font-size:18vw}.footer-container{padding:3rem 1rem 1rem}}@media screen and (max-width:479px){.footer-cta-title{font-size:1.5rem}.footer-cta-text{font-size:1.3em}}.footer-bottom{margin-top:2rem}.footer-bottom-meta{color:#666;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;contain:content;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;display:flex;transform:translateZ(0)}.footer-bottom-meta span:first-child{color:#fff}
