:root{--primary:#0A1620;--text:#f5f5f5;--orange:#FBBF24;--white:#FFF;--primary-font:"IBM Plex Sans";--secondary-font:"Saira Condensed";--nav-height:110px}*{margin:0;padding:0;box-sizing:border-box;overflow-wrap:break-word}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--primary-font),sans-serif;background:linear-gradient(to bottom,rgba(10,22,32,.94) 0,rgba(10,22,32,.85) 35%);color:var(--text);line-height:1.6;overflow-x:hidden;transition:padding-bottom .3s ease}header{position:relative;height:var(--nav-height);z-index:1000}nav{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);background-color:oklab(23.9643% -.0154461 -.0301834/.95);backdrop-filter:blur(10px);border-bottom:1px solid #222f3a;z-index:1000;transition:all .3s ease;font-family:var(--secondary-font),sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px}.nav-container{max-width:1280px;height:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{flex-shrink:0;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo img{height:auto;width:auto;max-height:84px;max-width:220px;object-fit:contain;display:block}.logo span{color:var(--orange)}.nav-menu{display:flex;align-items:center;flex-wrap:nowrap;gap:1.5rem;font-size:.95rem;list-style:none}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:var(--orange)}.nav-menu a.whatsapp{color:var(--primary)}.nav-menu a.whatsapp:hover{color:var(--orange)}.lang-switch{display:flex;align-items:center;gap:.6rem;font-size:.85rem;flex-shrink:0}.nav-actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.lang-switch a{color:#fff;text-decoration:none;opacity:.7;transition:opacity .3s ease,color .3s ease}.lang-switch a:hover{opacity:1;color:var(--orange)}.lang-switch .current-lang{color:var(--orange);font-weight:700}.whatsapp{background-color:var(--orange);color:var(--primary);border-radius:5%;padding:0 5px}.whatsapp:hover{background-color:var(--primary);color:var(--orange)}#circle{background:var(--orange);border-radius:50%;width:50px;height:50px}.burger{display:none;flex-direction:column;cursor:pointer;gap:4px}.burger span{width:25px;height:3px;background:#fff;transition:all .3s ease}.hero{height:100vh;min-height:650px;background:linear-gradient(rgba(10,10,10,.8),rgba(10,10,10,.9)),url('images/hero.jpg') center/cover no-repeat;display:flex;align-items:flex-start;position:relative}.hero-content{max-width:1200px;width:100%;min-width:0;margin:0 auto;padding:2rem 2rem 0;z-index:2}.hero h1{max-width:520px;margin-bottom:1.75rem;font-size:1.1rem;font-weight:400}.hero .tagline{font-size:clamp(3rem, 8vw, 6rem);font-family:var(--secondary-font),sans-serif;line-height:1.1;font-weight:800;margin-bottom:1rem;text-transform:uppercase}.hero .subtitle{font-size:1em;letter-spacing:.2rem;max-width:600px;margin-bottom:1rem;margin-top:1rem;font-family:var(--primary-font),sans-serif;text-transform:uppercase}.hero .fisat{margin:1rem 0}.faq-item p a,.hero .fisat a,.specialist-content p a{color:var(--white);text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.faq-item p a:hover,.hero .fisat a:hover,.specialist-content p a:hover{color:var(--orange)}.cta-button{display:inline-block;background-color:var(--orange);color:var(--primary);font-family:var(--secondary-font),sans-serif;padding:14px 32px;margin:0 10px 15px 0;border:1px solid transparent;border-radius:5px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;transition:all .1s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(251,191,36,.4)}.cta-button2{display:inline-block;border:1px solid var(--white);color:var(--white);font-family:var(--secondary-font),sans-serif;padding:14px 32px;border-radius:5px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;transition:all .1s ease}.cta-button2:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(251,191,36,.4);border:1px solid var(--orange);color:var(--orange)}.stats{background-color:#10212e;padding:4rem 2rem;font-family:var(--secondary-font),sans-serif}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;text-align:center}.stat-item{border-left:2px solid var(--orange)}.stat-item h3{font-size:3rem;color:var(--white);margin-bottom:.5rem}.stat-item p{font-size:1rem;color:var(--white);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px}.services{background-color:#0a1620}.services-content{padding:6rem 2rem;max-width:1200px;margin:0 auto}.services-head-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}section{border:1px solid #222f3a}.section-header{text-align:left;margin-bottom:2rem;max-width:700px}.section-header p{text-align:left}.section-header h2{font-size:4rem;margin-bottom:1rem;font-family:var(--secondary-font),sans-serif;text-transform:uppercase;color:var(--orange)}.section-header h3{font-size:1.3rem;margin-bottom:1rem;font-family:var(--secondary-font),sans-serif;text-transform:uppercase;letter-spacing:2px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{border-radius:16px;min-width:0;transition:all .5s cubic-bezier(.4, 0, .2, 1);opacity:0;transform:translateY(40px)}.service-card.visible{opacity:1;transform:translateY(0)}.service-card h3{color:var(--orange);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.service-card ul{margin-top:1.5rem;padding-left:1.2rem;opacity:.85}.specialist{background-color:#10212e;padding:6rem 2rem}.specialist-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.specialist-content>*{min-width:0}.specialist-content p{margin:1rem 0}.specialist img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.5)}.locations{background-color:#0a1620}.locations-content{padding:6rem 2rem;max-width:1000px;margin:auto}.locations-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.locations-grid h3{font-family:var(--primary-font),sans-serif;text-transform:uppercase;color:var(--orange);font-size:.8rem}.locations-grid h4{font-family:var(--primary-font),sans-serif;text-transform:uppercase;margin:1rem 0}.cell{background-color:#10212e;padding:2rem;border-left:3px solid var(--orange)}.cell2{background-color:#0e1e2a;padding:2rem;border-left:3px solid #3d4a54}.cell2 h3{color:#c0c7cb}.faq{background-color:#0a1620}.faq-content{padding:6rem 2rem;max-width:1100px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{background-color:#10212e;border-left:3px solid var(--orange);border-radius:12px;padding:2rem;min-width:0;transition:all .5s cubic-bezier(.4, 0, .2, 1)}.faq-item h3{color:var(--orange);font-family:var(--secondary-font),sans-serif;font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.85rem}.faq-item p{opacity:.85;font-size:.95rem;line-height:1.7}.testimonials{background-color:#10212e}.testimonials-content{padding:6rem 2rem;max-width:1200px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background-color:#0e1e2a;border-radius:16px;padding:2.25rem;min-width:0;position:relative;transition:all .5s cubic-bezier(.4, 0, .2, 1)}.testimonial-card::before{content:'"';display:block;font-family:var(--secondary-font),sans-serif;font-size:3.5rem;line-height:1;color:var(--orange);opacity:.6;margin-bottom:.5rem}.testimonial-card p{font-style:italic;opacity:.9;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.testimonial-author{display:block;font-family:var(--secondary-font),sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-size:.8rem;color:var(--orange);font-weight:600}.portfolio{background:#10212e}.portfolio-content{padding:6rem 2rem;max-width:1200px;margin:0 auto}.portfolio-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}img{max-width:100%;vertical-align:top}.gallery,.gallery2,.gallery3{display:flex;flex-wrap:wrap;margin:10px auto 300px;max-width:600px;position:relative;padding-top:140%;border:none}.gallery__item,.gallery__item2,.gallery__item3{position:absolute;inset:0;width:100%;height:100%}.gallery__img,.gallery__img2,.gallery__img3{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.gallery__thumb,.gallery__thumb2,.gallery__thumb3{position:absolute;top:calc(100% + 10px);width:25%;height:60px;padding:0 5px;box-sizing:border-box;margin:0;display:block;cursor:pointer}.gallery__item2:first-of-type .gallery__thumb2,.gallery__item3:first-of-type .gallery__thumb3,.gallery__item:first-of-type .gallery__thumb{left:0;top:calc(100% + 10px)}.gallery__item2:nth-of-type(2) .gallery__thumb2,.gallery__item3:nth-of-type(2) .gallery__thumb3,.gallery__item:nth-of-type(2) .gallery__thumb{left:25%;top:calc(100% + 10px)}.gallery__item2:nth-of-type(3) .gallery__thumb2,.gallery__item3:nth-of-type(3) .gallery__thumb3,.gallery__item:nth-of-type(3) .gallery__thumb{left:50%;top:calc(100% + 10px)}.gallery__item2:nth-of-type(4) .gallery__thumb2,.gallery__item3:nth-of-type(4) .gallery__thumb3,.gallery__item:nth-of-type(4) .gallery__thumb{left:75%;top:calc(100% + 10px)}.gallery__item2:nth-of-type(5) .gallery__thumb2,.gallery__item3:nth-of-type(5) .gallery__thumb3,.gallery__item:nth-of-type(5) .gallery__thumb{left:0;top:calc(100% + 10px + 1*70px)}.gallery__item2:nth-of-type(6) .gallery__thumb2,.gallery__item3:nth-of-type(6) .gallery__thumb3,.gallery__item:nth-of-type(6) .gallery__thumb{left:25%;top:calc(100% + 10px + 1*70px)}.gallery__item2:nth-of-type(7) .gallery__thumb2,.gallery__item3:nth-of-type(7) .gallery__thumb3,.gallery__item:nth-of-type(7) .gallery__thumb{left:50%;top:calc(100% + 10px + 1*70px)}.gallery__item2:nth-of-type(8) .gallery__thumb2,.gallery__item3:nth-of-type(8) .gallery__thumb3,.gallery__item:nth-of-type(8) .gallery__thumb{left:75%;top:calc(100% + 10px + 1*70px)}.gallery__item2:nth-of-type(9) .gallery__thumb2,.gallery__item3:nth-of-type(9) .gallery__thumb3,.gallery__item:nth-of-type(9) .gallery__thumb{left:0;top:calc(100% + 10px + 2*70px)}.gallery__item2:nth-of-type(10) .gallery__thumb2,.gallery__item3:nth-of-type(10) .gallery__thumb3,.gallery__item:nth-of-type(10) .gallery__thumb{left:25%;top:calc(100% + 10px + 2*70px)}.gallery__item2:nth-of-type(11) .gallery__thumb2,.gallery__item3:nth-of-type(11) .gallery__thumb3,.gallery__item:nth-of-type(11) .gallery__thumb{left:50%;top:calc(100% + 10px + 2*70px)}.gallery__item2:nth-of-type(12) .gallery__thumb2,.gallery__item3:nth-of-type(12) .gallery__thumb3,.gallery__item:nth-of-type(12) .gallery__thumb{left:75%;top:calc(100% + 10px + 2*70px)}.gallery__item2:nth-of-type(13) .gallery__thumb2,.gallery__item3:nth-of-type(13) .gallery__thumb3,.gallery__item:nth-of-type(13) .gallery__thumb{left:0;top:calc(100% + 10px + 3*70px)}.gallery__item2:nth-of-type(14) .gallery__thumb2,.gallery__item3:nth-of-type(14) .gallery__thumb3,.gallery__item:nth-of-type(14) .gallery__thumb{left:25%;top:calc(100% + 10px + 3*70px)}.gallery__item2:nth-of-type(15) .gallery__thumb2,.gallery__item3:nth-of-type(15) .gallery__thumb3,.gallery__item:nth-of-type(15) .gallery__thumb{left:50%;top:calc(100% + 10px + 3*70px)}.gallery__item2:nth-of-type(16) .gallery__thumb2,.gallery__item3:nth-of-type(16) .gallery__thumb3,.gallery__item:nth-of-type(16) .gallery__thumb{left:75%;top:calc(100% + 10px + 3*70px)}.gallery__item2:nth-of-type(17) .gallery__thumb2,.gallery__item3:nth-of-type(17) .gallery__thumb3,.gallery__item:nth-of-type(17) .gallery__thumb{left:0;top:calc(100% + 10px + 4*70px)}.gallery__item2:nth-of-type(18) .gallery__thumb2,.gallery__item3:nth-of-type(18) .gallery__thumb3,.gallery__item:nth-of-type(18) .gallery__thumb{left:25%;top:calc(100% + 10px + 4*70px)}.gallery__item2:nth-of-type(19) .gallery__thumb2,.gallery__item3:nth-of-type(19) .gallery__thumb3,.gallery__item:nth-of-type(19) .gallery__thumb{left:50%;top:calc(100% + 10px + 4*70px)}.gallery__item2:nth-of-type(20) .gallery__thumb2,.gallery__item3:nth-of-type(20) .gallery__thumb3,.gallery__item:nth-of-type(20) .gallery__thumb{left:75%;top:calc(100% + 10px + 4*70px)}.gallery__item2:nth-of-type(21) .gallery__thumb2,.gallery__item3:nth-of-type(21) .gallery__thumb3,.gallery__item:nth-of-type(21) .gallery__thumb{left:0;top:calc(100% + 10px + 5*70px)}.gallery__item2:nth-of-type(22) .gallery__thumb2,.gallery__item3:nth-of-type(22) .gallery__thumb3,.gallery__item:nth-of-type(22) .gallery__thumb{left:25%;top:calc(100% + 10px + 5*70px)}.gallery__item2:nth-of-type(23) .gallery__thumb2,.gallery__item3:nth-of-type(23) .gallery__thumb3,.gallery__item:nth-of-type(23) .gallery__thumb{left:50%;top:calc(100% + 10px + 5*70px)}.gallery__item2:nth-of-type(24) .gallery__thumb2,.gallery__item3:nth-of-type(24) .gallery__thumb3,.gallery__item:nth-of-type(24) .gallery__thumb{left:75%;top:calc(100% + 10px + 5*70px)}.gallery__thumb img,.gallery__thumb2 img,.gallery__thumb3 img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}.gallery__selector,.gallery__selector2,.gallery__selector3{position:absolute;opacity:0;visibility:hidden}.gallery__selector2:checked+picture>.gallery__img2,.gallery__selector3:checked+picture>.gallery__img3,.gallery__selector:checked+picture>.gallery__img{opacity:1}.gallery__selector2:checked~.gallery__thumb2>img,.gallery__selector3:checked~.gallery__thumb3>img,.gallery__selector:checked~.gallery__thumb>img{box-shadow:0 0 0 3px #0be2f6}.contact{background-color:#0a1620}.contact-content{padding:6rem 2rem;text-align:center;max-width:1000px;margin:auto}.contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.contact-grid>*{min-width:0}.contact-form{max-width:600px;margin:3rem auto 0;background:#0a1620;padding:1rem}input,textarea{width:100%;background:#0a1620;border:none;padding:16px 20px;border-radius:8px;color:#fff;margin-bottom:1rem;font-family:inherit;font-size:1rem;border-bottom:1px solid #39424a}label{padding:20px 0}.contact-grid{text-align:left}.contact-form{max-width:600px;margin:0;background:#10212e;padding:2.5rem;border-left:2px solid var(--orange)}.contact-form .field{margin-bottom:1.5rem}.contact-form label{display:block;padding:0;margin-bottom:.5rem;font-family:var(--secondary-font),sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#c0c7cb}.contact-form input,.contact-form textarea{margin-bottom:0;border-radius:0;background:#0a1620;border-bottom:1px solid #39424a;transition:border-color .3s ease}.contact-form textarea{resize:vertical;min-height:9rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#5a6169}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-bottom-color:var(--orange)}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border-bottom-color:#ff6b5e}.contact-form .error{margin-top:.5rem;font-family:var(--secondary-font),sans-serif;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;color:#ff6b5e}.contact-form .turnstile{margin-bottom:1.5rem}.contact-form .send{display:inline-block;width:100%;background-color:var(--orange);color:var(--primary);font-family:var(--secondary-font),sans-serif;font-size:1rem;padding:14px 32px;border:none;border-radius:5px;font-weight:600;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .1s ease}.contact-form .send:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(251,191,36,.4)}.contact-form .send:disabled{background-color:#39424a;color:#8a9096;transform:none;box-shadow:none;cursor:progress}.contact-form .notice{margin-bottom:1.5rem;padding:1rem;font-size:.95rem;border-left:3px solid}.contact-form .notice--ok{border-color:var(--orange);background:rgba(251,191,36,.1);color:var(--text)}.contact-form .notice--bad{border-color:#ff6b5e;background:rgba(255,107,94,.09);color:#ff6b5e}.trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.footer{background:#0a1620;color:#e5e5e5;padding:80px 20px 40px;position:relative;overflow:hidden}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#666,transparent)}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:80px}.footer-col h3{font-family:'Space Grotesk',sans-serif;font-size:1.1rem;margin-bottom:24px;color:#fff;letter-spacing:-.02em}.footer-col a,.footer-col p{color:#aaa;line-height:1.7;font-size:.95rem}.footer-col a{display:block;margin-bottom:12px;text-decoration:none;transition:color .3s ease}.footer-col a:hover{color:#fff}.footer-fisat a{display:inline;margin-bottom:0;vertical-align:baseline}.contact-email a{color:var(--white);text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.contact-email a:hover{color:var(--orange)}.footer-contact{font-size:1rem}.footer-contact a{color:#ddd}.footer-bottom{border-top:1px solid #222;padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:.9rem;color:#666}.footer-logo{font-family:var(--primary-font),sans-serif;text-transform:uppercase;font-size:1.4rem;font-weight:600;color:#fff}.footer-logo img{height:42px;width:auto;display:block}.social-links{display:flex;gap:24px}.social-links a{color:#aaa;transition:all .3s}.social-links a:hover{color:#fff;transform:translateY(-2px)}.site-designers-credit{color:#666;text-decoration:none;transition:color .3s ease}.site-designers-credit:hover{color:#fff}.site-designers-credit img{display:block}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-grid .footer-col:nth-child(2) h3{margin-top:58px}.stats-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.section-header h2{font-size:2.5rem}.footer-bottom{flex-direction:column;text-align:center}.locations-grid{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.locations-grid{grid-template-columns:1fr}}#cookie-banner:empty{display:none}.cookie-banner-inner{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:oklab(23.9643% -.0154461 -.0301834/.97);backdrop-filter:blur(10px);border-top:1px solid #222f3a;padding:1.25rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.cookie-banner-main{max-width:720px}.cookie-banner-text{font-size:.9rem;line-height:1.6;color:var(--text);margin:0}.cookie-banner-prefs{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.85rem}.cookie-banner-toggle{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text);cursor:pointer}.cookie-banner-toggle input{width:16px;height:16px;accent-color:var(--orange);cursor:pointer}.cookie-banner-link{color:var(--orange);text-decoration:underline}.cookie-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-banner-btn{font-family:var(--secondary-font),sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;padding:10px 20px;border-radius:5px;cursor:pointer;transition:all .2s ease;border:1px solid var(--white);background:0 0;color:var(--white)}.cookie-banner-btn.cookie-banner-accept{background:var(--orange);color:var(--primary);border-color:var(--orange)}.cookie-banner-btn:hover{transform:translateY(-2px)}@media (max-width:768px){.cookie-banner-inner{padding:1rem 1.25rem;flex-direction:column;align-items:stretch;text-align:center}.cookie-banner-actions{justify-content:center}}.legal-content{background-color:#0a1620;min-height:calc(100vh - var(--nav-height))}.legal-content-inner{max-width:780px;margin:0 auto;padding:4rem 2rem 6rem}.legal-content h1{font-family:var(--secondary-font),sans-serif;text-transform:uppercase;color:var(--orange);font-size:2.75rem;margin-bottom:.5rem}.legal-updated{opacity:.6;font-size:.9rem;margin-bottom:2.5rem}.legal-content h2{font-family:var(--secondary-font),sans-serif;text-transform:uppercase;letter-spacing:1px;font-size:1.3rem;color:var(--white);margin:2.5rem 0 1rem}.legal-content p{margin-bottom:1rem;opacity:.9;line-height:1.75}.legal-content ul{margin:0 0 1rem 1.5rem;opacity:.9;line-height:1.8}.legal-content a{color:var(--orange)}.legal-content a.cta-button{color:var(--primary)}.legal-content a.cta-button2{color:var(--white)}.legal-content a.whatsapp:hover{color:var(--orange)}.legal-content a.cta-button2:hover{color:var(--orange)}.legal-content a.cta-button,.legal-content a.cta-button2{padding:10px 20px}.error-page-btn{display:inline-block;box-sizing:border-box;height:52px;line-height:22px;padding:14px 28px;border:1px solid transparent;border-radius:5px;font-family:var(--secondary-font),sans-serif;font-weight:600;font-size:1rem;text-decoration:none;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;vertical-align:middle}.error-page-btn--primary{background-color:var(--orange)}.legal-content a.error-page-btn--primary{color:var(--primary)}.legal-content a.error-page-btn--primary:hover{background-color:var(--primary);color:var(--orange);border-color:var(--orange)}.error-page-btn--secondary{background-color:transparent;border-color:var(--white)}.legal-content a.error-page-btn--secondary{color:var(--white)}.legal-content a.error-page-btn--secondary:hover{color:var(--orange);border-color:var(--orange)}@font-face{font-family:"IBM Plex Sans";src:url("/fonts/ibm-plex-sans-v23-latin-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"IBM Plex Sans";src:url("/fonts/ibm-plex-sans-v23-latin-italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"IBM Plex Sans";src:url("/fonts/ibm-plex-sans-v23-latin-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"IBM Plex Sans";src:url("/fonts/ibm-plex-sans-v23-latin-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"IBM Plex Sans";src:url("/fonts/ibm-plex-sans-v23-latin-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Saira Condensed";src:url("/fonts/saira-condensed-v12-latin-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Saira Condensed";src:url("/fonts/saira-condensed-v12-latin-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Saira Condensed";src:url("/fonts/saira-condensed-v12-latin-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Saira Condensed";src:url("/fonts/saira-condensed-v12-latin-800.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}.fade-in{opacity:0;transform:translateY(50px);transition:all .9s cubic-bezier(.25, .1, .25, 1)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in.delay-1{transition-delay:50ms}.fade-in.delay-2{transition-delay:150ms}.fade-in.delay-3{transition-delay:250ms}.fade-in.delay-4{transition-delay:350ms}@media (max-width:1280px){.nav-menu{position:fixed;top:var(--nav-height);left:-100%;width:100%;height:calc(100vh - var(--nav-height));background:var(--primary);flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4rem;padding-bottom:2rem;gap:2rem;overflow-y:auto;transition:left .4s ease}.nav-menu.active{left:0;background-color:oklab(23.9643% -.0154461 -.0301834/.95)}.burger{display:flex}}@media (max-width:768px){:root{--nav-height:84px}.nav-container{padding:0 1.25rem}.lang-switch{gap:.4rem;font-size:.75rem}.logo img{max-height:60px;max-width:160px}.hero h1{font-size:1rem}.hero .subtitle{font-size:.8rem}.specialist-content{grid-template-columns:1fr}.contact-details{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.contact-form{padding:1.75rem}.services-head-grid{grid-template-columns:1fr}.services-head-grid>.fade-in:not(.section-header){max-width:280px;margin:1.5rem auto 0}.services-head-grid>.fade-in:not(.section-header) img{width:100%;height:auto}}