.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;padding:1.5rem 0;box-shadow:0 2px 10px #0000000d}.navbar__container{display:flex;justify-content:space-between;align-items:center}.navbar__logo{cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1);height:50px}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo img{height:100%;width:auto}.navbar__menu{display:flex;align-items:center;gap:3rem;margin:0;padding:0;list-style:none}@media (max-width: 768px){.navbar__menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;gap:3rem;transition:right .3s ease;z-index:400}.navbar__menu--open{right:0}}.navbar__menu-item{list-style:none}.navbar__menu-item a{font-family:VisbyCF,Arial,sans-serif;font-weight:500;font-size:1.5rem;letter-spacing:.1em;cursor:pointer;position:relative;transition:color .3s cubic-bezier(.4,0,.2,1);color:#000;text-decoration:none;text-transform:uppercase}.navbar__menu-item a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background-color:#ffd965;transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar__menu-item a:hover:after{width:100%}@media (max-width: 768px){.navbar__menu-item a{font-size:1.8rem;font-weight:600}}.navbar__actions{display:flex;align-items:center;gap:1.5rem}.navbar__spacer{width:24px;height:24px}@media (max-width: 768px){.navbar__spacer{display:none}}.navbar__hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}@media (max-width: 768px){.navbar__hamburger{display:flex}}.navbar__hamburger span{width:25px;height:2px;background-color:#000;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.hero__content{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.hero__text-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero__logo{width:clamp(300px,45vw,600px);height:auto;opacity:0}.hero__subtitle{display:flex;flex-direction:column;align-items:center;gap:.3rem}.hero__subtitle-line{font-family:VisbyCF,Arial,sans-serif;font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:350;color:#fff;letter-spacing:.05em;margin:0;opacity:0;line-height:1.2}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:30px;height:50px}.hero__scroll-indicator:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background-color:#ffffff4d;border-radius:2px}.hero__scroll-indicator span{position:absolute;top:5px;left:50%;transform:translate(-50%);width:6px;height:6px;background-color:#fff;border-radius:50%;animation:scroll-down 2s infinite}@keyframes scroll-down{0%{top:5px;opacity:1}50%{opacity:.5}to{top:35px;opacity:0}}@media (max-width: 768px){.hero__logo{width:clamp(250px,70vw,400px)}.hero__text-container{gap:1rem}.hero__subtitle-line{font-size:clamp(1.5rem,2vw,2rem)}}.servicios{padding:10rem 0;background-color:#fff;text-align:center}.servicios__description{font-family:VisbyCF,Arial,sans-serif;font-size:2.5rem;line-height:1.6;color:#000;margin-bottom:4rem;font-weight:300}.servicios__title{font-family:VisbyCF;font-size:4.5rem;font-weight:350;letter-spacing:.15em;color:#000;padding:1.5rem 4rem;border:2px solid #000000;border-radius:50px;display:inline-block;margin-bottom:6rem;text-transform:uppercase}.servicios__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.servicios__grid{grid-template-columns:repeat(2,1fr);gap:3rem;padding:0 2rem}}@media (max-width: 480px){.servicios__grid{grid-template-columns:1fr 1fr;gap:2rem;padding:0 1rem}}.servicios__item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.servicios__item:hover{transform:translateY(-5px)}.servicios__item:hover .servicios__icon{transform:scale(1.1)}.servicios__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.servicios__icon img{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.servicios__icon{width:70px;height:70px}}@media (max-width: 480px){.servicios__icon{width:60px;height:60px}}.servicios__item-title{font-family:VisbyCF,sans-serif;font-size:1.7rem;font-weight:300;color:#000;text-align:center;line-height:1.3}@media (max-width: 480px){.servicios__item-title{font-size:1.1rem}}@media (max-width: 768px){.servicios{padding:8rem 0}.servicios__description{padding:0 2rem;margin-bottom:3rem;font-size:1.6rem}.servicios__title{font-size:3.5rem;padding:1.2rem 3rem;margin-bottom:5rem}}@media (max-width: 480px){.servicios{padding:6rem 0}.servicios__description{font-size:1.4rem;padding:0 1.5rem}.servicios__description br{display:none}.servicios__title{font-size:2.8rem;padding:1rem 2rem;margin-bottom:4rem}}.plataformas{padding:10rem 0;background-color:#fff;position:relative}.plataformas__header{text-align:center;margin-bottom:6rem}.plataformas__title{font-family:VisbyCF,Arial,sans-serif;font-size:4.5rem;font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;border:2px solid #000000;border-radius:50px;display:inline-block;text-transform:uppercase}.plataformas__line{width:100%;max-width:1400px;height:3px;background-color:#e8d9ec;margin:0 auto;transform-origin:center}.plataformas__content{max-width:1400px;margin:0 auto;padding:0 2rem}.plataformas__image-container{width:100%}.plataformas__image{width:100%;height:auto;display:block;border-radius:30px;box-shadow:0 20px 60px #0000001a}@media (max-width: 768px){.plataformas{padding:8rem 0}.plataformas__header{margin-bottom:4rem}.plataformas__title{font-size:3.5rem;padding:1.2rem 3rem}.plataformas__content{padding:0 1.5rem}}@media (max-width: 480px){.plataformas{padding:6rem 0}.plataformas__header{margin-bottom:3rem}.plataformas__title{font-size:2.8rem;padding:1rem 2rem;margin-bottom:3rem}.plataformas__content{padding:0 1rem}.plataformas__image{border-radius:20px}}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;display:none;align-items:center;justify-content:center;padding:2rem;opacity:0}.project-modal__content{background-color:#fff;max-width:1200px;width:100%;height:85vh;max-height:700px;position:relative;overflow:hidden;transform:scale(.9);opacity:0;border-radius:20px;box-shadow:0 20px 60px #0000004d}.project-modal__close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;background:#ffffffe6;border:none;cursor:pointer;z-index:10;font-size:3rem;font-family:VisbyCF,sans-serif;color:#000;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.project-modal__close:hover{transform:rotate(90deg);background:#fff}.project-modal__container{display:grid;grid-template-columns:65% 35%;height:100%}@media (max-width: 768px){.project-modal__container{grid-template-columns:1fr;grid-template-rows:60% 40%}}.project-modal__left{padding:2rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s cubic-bezier(.4,0,.2,1);overflow:hidden}@media (max-width: 768px){.project-modal__left{padding:1.5rem}}@media (max-width: 480px){.project-modal__left{padding:1rem}}.project-modal__images{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.project-modal__images.pattern-single .project-modal__row{height:100%}.project-modal__images.pattern-duo .project-modal__row,.project-modal__images.pattern-trio .project-modal__row{height:100%;gap:.5rem}.project-modal__images.pattern-quad .project-modal__row{height:calc(50% - .25rem)}.project-modal__images.pattern-penta .project-modal__row:first-child{height:40%}.project-modal__images.pattern-penta .project-modal__row:last-child{height:calc(60% - .5rem)}.project-modal__images.pattern-hexa .project-modal__row{height:calc(50% - .25rem)}.project-modal__images.pattern-septa .project-modal__row:first-child{height:55%}.project-modal__images.pattern-septa .project-modal__row:last-child{height:calc(45% - .5rem)}.project-modal__images.pattern-octa .project-modal__row{height:calc(33.333% - .333rem)}.project-modal__row{display:flex;gap:.5rem;width:100%}.project-modal__row[data-images="1"] .project-modal__image-wrapper{width:100%}.project-modal__row[data-images="2"] .project-modal__image-wrapper{width:calc(50% - .25rem)}.project-modal__row[data-images="3"] .project-modal__image-wrapper{width:calc(33.333% - .333rem)}.project-modal__row[data-images="4"] .project-modal__image-wrapper{width:calc(25% - .375rem)}.project-modal__image-wrapper{height:100%;overflow:hidden;background-color:#ffffff1a;position:relative;border-radius:10px}.project-modal__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-modal__image-wrapper img:hover{transform:scale(1.05)}.project-modal__right{background-color:#fff;padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 768px){.project-modal__right{padding:3rem 2rem}}@media (max-width: 480px){.project-modal__right{padding:2rem 1.5rem}}.project-modal__info{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.project-modal__logo{margin-bottom:3rem;width:100%;display:flex;justify-content:center;align-items:center}.project-modal__company-logo{max-height:120px;width:auto;max-width:80%;object-fit:contain;filter:brightness(0) saturate(100%)}@media (max-width: 768px){.project-modal__company-logo{max-height:100px}}@media (max-width: 480px){.project-modal__company-logo{max-height:80px}}.project-modal__description{font-family:VisbyCF,sans-serif;font-size:1.8rem;line-height:1.8;color:#403d39;text-align:center;max-width:90%;margin:0 auto}.project-modal__description p{margin:0}@media (max-width: 768px){.project-modal__description{font-size:1.6rem;line-height:1.7}}@media (max-width: 480px){.project-modal__description{font-size:1.4rem;line-height:1.6}}.proyectos{padding:10rem 0;background-color:#fff;position:relative}@media (max-width: 480px){.proyectos{padding:5rem 0;overflow-x:hidden}}@media (max-width: 480px){.proyectos .container{padding:0;max-width:100%;overflow-x:visible}}.proyectos__header{text-align:center;margin-bottom:6rem}@media (max-width: 480px){.proyectos__header{margin-bottom:3rem;padding:0 2rem}}.proyectos__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;border:2px solid #000000;border-radius:50px;display:inline-block;text-transform:uppercase}@media (max-width: 480px){.proyectos__title{font-size:2.5rem;padding:1rem 2rem;margin-bottom:2rem}}.proyectos__line{width:100%;max-width:1400px;height:3px;background-color:#ffd965;margin:0 auto;transform-origin:center}@media (max-width: 480px){.proyectos__line{height:2px;width:90%}}.proyectos__carousel{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem;opacity:0}@media (max-width: 480px){.proyectos__carousel{max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:0;overflow:visible}}.proyectos__brands{display:flex;gap:2rem;justify-content:center;align-items:center;min-height:400px}@media (max-width: 768px){.proyectos__brands{gap:1.5rem;min-height:350px}}@media (max-width: 480px){.proyectos__brands{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0;min-height:70vh;max-height:600px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0;scrollbar-width:none;-ms-overflow-style:none}.proyectos__brands::-webkit-scrollbar{display:none}}.proyectos__brand{flex:1;max-width:350px;cursor:pointer;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);height:400px}@media (max-width: 768px){.proyectos__brand{height:350px}}@media (max-width: 480px){.proyectos__brand{flex:0 0 100vw;width:100vw;max-width:100vw;height:100%;min-height:70vh;max-height:600px;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;transform:none;position:relative}}@media (hover: hover){.proyectos__brand:hover .proyectos__brand-container{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.proyectos__brand:hover .proyectos__brand-bg{transform:scale(1.1);filter:brightness(1.2)}.proyectos__brand:hover .proyectos__brand-overlay{opacity:.5}}@media (max-width: 480px){.proyectos__brand:active .proyectos__brand-container{transform:scale(.98)}}.proyectos__brand-container{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a}@media (max-width: 480px){.proyectos__brand-container{border-radius:0;box-shadow:none;min-height:70vh;height:100%}}.proyectos__brand-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.proyectos__brand-bg{background-size:cover;background-position:center center}}.proyectos__brand-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#000000b3);opacity:.8;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.proyectos__brand-overlay{background:linear-gradient(to bottom,#0000,#0003,#000c);opacity:1}}.proyectos__brand-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}@media (max-width: 480px){.proyectos__brand-content{flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem}}.proyectos__brand-logo{max-width:200px;max-height:100px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}@media (max-width: 480px){.proyectos__brand-logo{max-width:180px;max-height:90px;margin-bottom:2rem}}.proyectos__brand-name{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;font-family:VisbyCF,sans-serif;font-size:1.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.proyectos__brand-name{opacity:1;position:static;transform:none;font-size:1.6rem;text-align:center;margin-top:1rem}}.proyectos__progress{display:none}@media (max-width: 480px){.proyectos__progress{display:flex;position:absolute;top:1rem;left:1rem;right:1rem;gap:.5rem;z-index:10}}.proyectos__progress-bar{flex:1;height:3px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}.proyectos__progress-bar-fill{height:100%;background-color:#fff;width:0;transition:width .3s ease}.proyectos__progress-bar--active .proyectos__progress-bar-fill{width:100%}.proyectos__navigation{display:flex;justify-content:center;gap:1rem;margin-top:4rem}@media (max-width: 480px){.proyectos__navigation{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;gap:.8rem;margin-top:0;padding:1rem 1.5rem;background:#00000080;border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.proyectos__nav-dot{width:12px;height:12px;border-radius:50%;background-color:#ccc5b9;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;padding:0}@media (max-width: 480px){.proyectos__nav-dot{width:8px;height:8px;background-color:#ffffff80}}.proyectos__nav-dot--active{background-color:#ffd965;transform:scale(1.3)}@media (max-width: 480px){.proyectos__nav-dot--active{background-color:#fff;transform:scale(1.2)}}@media (hover: hover){.proyectos__nav-dot:hover{background-color:#a1947e}}.proyectos__swipe-hint{display:none}@media (max-width: 480px){.proyectos__swipe-hint{display:flex;position:absolute;bottom:50%;transform:translateY(50%);left:2rem;right:2rem;justify-content:space-between;pointer-events:none;z-index:5;animation:swipeHint 3s ease-in-out infinite}}.proyectos__swipe-hint-arrow{width:40px;height:40px;opacity:0;animation:fadeInOut 3s ease-in-out infinite}.proyectos__swipe-hint-arrow--left{animation-delay:.2s}.proyectos__swipe-hint-arrow svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes swipeHint{0%,to{opacity:0}10%,90%{opacity:1}}@keyframes fadeInOut{0%,to{opacity:0;transform:translate(0)}10%{opacity:.8;transform:translate(5px)}90%{opacity:.8;transform:translate(-5px)}}.project-modal__left{background-color:#ffd965!important}@media (max-width: 480px){.no-scroll{overflow:hidden;position:fixed;width:100%}}.colaboraciones{padding:10rem 0;background-color:#fff;position:relative}.colaboraciones__header{text-align:center;margin-bottom:6rem}.colaboraciones__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;border:2px solid #000000;border-radius:50px;display:inline-block;text-transform:uppercase}.colaboraciones__line{width:100%;max-width:1400px;height:3px;background-color:#ffd965;margin:0 auto;transform-origin:center}.colaboraciones__content{max-width:1400px;margin:0 auto;padding:0 4rem}@media (max-width: 768px){.colaboraciones__content{padding:0 2rem}}.colaboraciones__row{display:flex;justify-content:center;align-items:center;margin-bottom:3rem}.colaboraciones__row:last-child{margin-bottom:0}.colaboraciones__row--1{gap:5rem;width:100%}@media (max-width: 1024px){.colaboraciones__row--1{gap:4rem}}@media (max-width: 768px){.colaboraciones__row--1{gap:3rem;flex-wrap:wrap}}@media (max-width: 480px){.colaboraciones__row--1{gap:2rem}}.colaboraciones__row--2{gap:5rem;width:100%}@media (max-width: 1024px){.colaboraciones__row--2{gap:4rem}}@media (max-width: 768px){.colaboraciones__row--2{gap:3rem;flex-wrap:wrap}}@media (max-width: 480px){.colaboraciones__row--2{gap:2rem}}.colaboraciones__logo{width:140px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;flex-shrink:0}.colaboraciones__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.colaboraciones__logo:hover{transform:translateY(-5px)}.colaboraciones__logo:hover img{filter:grayscale(0%);opacity:1}@media (max-width: 768px){.colaboraciones__logo{width:120px;height:70px}}@media (max-width: 480px){.colaboraciones__logo{width:100px;height:60px;margin-bottom:1rem}}.footer{padding:10rem 0 6rem;background-color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(204,197,185,.5) 20%,rgba(204,197,185,.5) 80%,transparent)}.footer__content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;max-width:1400px;margin:0 auto;position:relative}@media (max-width: 768px){.footer__content{grid-template-columns:1fr;gap:6rem}}.footer__left{padding-right:4rem}@media (max-width: 768px){.footer__left{padding-right:0;order:2}}.footer__title{font-family:VisbyCF,sans-serif;font-size:clamp(3.5rem,5vw,5rem);font-weight:350;line-height:1.2;margin-bottom:1rem;color:#000}.footer__subtitle{font-family:VisbyCF,sans-serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:350;margin-bottom:4rem;color:#000}.footer__form{display:flex;flex-direction:column;gap:2.5rem}.footer__form-group{position:relative}.footer__input,.footer__textarea{width:100%;padding:1.8rem 0;border:none;border-bottom:2px solid #CCC5B9;background:transparent;font-family:VisbyCF,sans-serif;font-size:1.6rem;color:#000;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__input::placeholder,.footer__textarea::placeholder{color:#403d39;opacity:.7;font-weight:400}.footer__input:focus,.footer__textarea:focus{outline:none;border-bottom-color:#000}.footer__input:focus::placeholder,.footer__textarea:focus::placeholder{opacity:.4}.footer__input--error,.footer__textarea--error{border-bottom-color:#f44}.footer__textarea{resize:none;min-height:120px;font-family:inherit}.footer__error{position:absolute;bottom:-20px;left:0;font-size:1.2rem;color:#f44;font-family:VisbyCF,sans-serif}.footer__submit{align-self:flex-start;padding:1.8rem 4rem;border:2px solid #000000;border-radius:50px;background:transparent;font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:350;letter-spacing:.1em;text-transform:uppercase;color:#000;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:2rem;position:relative;overflow:hidden;display:flex;align-items:center;gap:1rem}.footer__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s}.footer__submit span,.footer__submit-icon{position:relative;z-index:1}.footer__submit:hover{color:#fff}.footer__submit:hover:before{width:400px;height:400px}.footer__submit:active{transform:scale(.98)}.footer__right{display:flex;flex-direction:column;gap:3rem;align-items:center}@media (max-width: 768px){.footer__right{order:1}}.footer__map-container{width:340px;height:350px;border-radius:50%;overflow:hidden;box-shadow:0 10px 30px #0000001a;position:relative;border:2.5px solid rgba(204,197,185,.5);transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__map-container:hover{transform:scale(1.02);box-shadow:0 15px 40px #00000026}@media (max-width: 768px){.footer__map-container{width:400px;height:400px}}@media (max-width: 480px){.footer__map-container{width:300px;height:300px}}.footer__map{width:100%;height:100%;filter:grayscale(100%);transition:filter .3s cubic-bezier(.4,0,.2,1)}.footer__map:hover{filter:grayscale(0%)}.footer__map iframe{width:100%;height:100%;transform:scale(1.4)}.footer__info{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;width:100%}.footer__logo{width:150px}.footer__logo img{width:100%;height:auto}.footer__address{background:none;border:none;font-family:VisbyCF,sans-serif;font-size:1.4rem;line-height:1.8;color:#403d39;cursor:pointer;transition:color .3s cubic-bezier(.4,0,.2,1);padding:0}.footer__address:hover{color:#000}.footer__social{display:flex;gap:2rem;margin-top:1rem}.footer__social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #CCC5B9;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__social a svg{width:20px;height:20px;fill:#000;transition:fill .3s cubic-bezier(.4,0,.2,1)}.footer__social a:hover{border-color:#000;transform:translateY(-3px)}@media (max-width: 480px){.footer{padding:8rem 0 4rem}.footer__content{padding:0 2rem}.footer__title{font-size:clamp(3rem,4vw,4rem)}.footer__subtitle{font-size:clamp(1.8rem,2.5vw,2.4rem)}.footer__submit{width:100%;justify-content:center}}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-DemiBold.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Heavy.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:VisbyCF;font-weight:400;font-size:1.6rem;line-height:1.6;color:#000;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1440px;margin:0 auto;padding:0 2rem}a{text-decoration:none;color:inherit}button{font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}.app{min-height:100vh;position:relative}main{padding-top:80px}
