.dropdown-item,.nav-link{text-decoration:none;color:var(--black)}.cta-button,.dropdown-item,.nav-link{color:var(--black)}.nav-column h3,.nav-link{letter-spacing:.03125rem}.nav-column ul,.nav-list{list-style:none}.footer-bottom,.site-footer{border-image:var(--lin-gradient) 1}:root{--white:#ffffff;--black:#000;--lin-gradient:linear-gradient(135deg, #00C6FF 0%, #0072FF 100%)}.site-header{width:100%;height:10vh;background-color:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 1%;position:sticky;top:0;z-index:1000;transition:.2s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;opacity:0;transform:translateY(-100%);animation:.8s cubic-bezier(.16,1,.3,1) forwards slideDownHeader;animation-delay:.2s}@keyframes slideDownHeader{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.site-header.scrolled{box-shadow:0 .125rem .625rem rgba(0,0,0,.1);background-color:#fff}.header-left{z-index:2}.brand-logo{width:10rem;height:auto;display:block}.header-center{display:flex;align-items:center;justify-content:center;flex:1;margin:0 2rem}.nav-list{display:flex;gap:1.5rem}.nav-link{font-size:.95rem;font-weight:500;padding:.4rem 0;position:relative;transition:color .2s;white-space:nowrap}.dropdown-item:hover,.nav-link:hover{color:var(--text-grey)}.nav-link::after{content:'';position:absolute;bottom:-.125rem;left:0;height:.125rem;background-color:var(--black);width:0%;transition:width .5s}#active::after,.legal-links a:hover::after,.nav-column a:hover::after,.nav-link:hover::after{width:100%}.header-right{display:flex;align-items:center;gap:1.5rem;z-index:2}.lang-dropdown{position:relative;cursor:pointer;padding:.7rem 0;user-select:none}.lang-trigger{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.cta-button,.nav-column h3{font-weight:700;text-transform:uppercase}.lang-icon{width:1rem;height:1rem}.dropdown-menu{display:none;position:absolute;top:100%;right:0;background-color:var(--white);min-width:6rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);border-radius:.3rem;padding:.5rem 0;z-index:1001}.dropdown-menu.show{display:block;animation:.3s fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;padding:.6rem 1rem;font-size:.9rem;transition:background .5s}.cta-button,.legal-links a,.nav-column a{text-decoration:none;transition:color .5s;position:relative;display:inline-block}.cta-button{padding:1rem 2.5rem;font-size:.9rem;letter-spacing:.0625rem;background-color:transparent;border:.125rem solid var(--black);margin-left:auto;width:fit-content;overflow:hidden;z-index:1;border-radius:.3rem}.contact-info,.cta-button:hover,.legal-links a:hover,.nav-column a:hover,.site-footer{color:var(--white)}.cta-button::before{content:"";position:absolute;z-index:-1;background:var(--black);height:18.75rem;width:18.75rem;border-radius:50%;top:100%;left:100%;transition:.7s}.cta-button:hover::before{top:-3.125rem;left:-3.125rem}.cta-button:active::before{background:var(--black);transition:background}.site-header .cta-button{padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-transform:none;letter-spacing:normal;white-space:nowrap;margin-left:0}footer{display:flex;flex-direction:column;justify-content:flex-end}.site-footer{width:100%;background:var(--black);padding:6vh 0;border-top:.3125rem solid}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;max-width:75rem;width:90%;margin:0 auto;gap:2rem}.footer-brand{flex:0 1 auto;max-width:20rem}.footer-logo-img{height:3.5rem;width:auto;margin-bottom:1.2rem;display:block}.contact-info{margin-bottom:1rem;font-size:.9rem}.contact-item{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem;text-decoration:none;color:inherit}.contact-icon{width:1.125rem;height:1.125rem;fill:#0072FF}.brand-desc{line-height:1.5;color:var(--white);margin-bottom:1.5rem;font-size:.85rem}.social-icons{display:flex;gap:1rem}.social-icon-img{width:1.375rem;height:1.375rem;display:block;transition:transform .5s;filter:invert()}.social-link:hover .social-icon-img{transform:translateY(-.1875rem)}.footer-nav{flex:0 1 auto;display:flex;gap:3.5rem}.nav-column h3{font-size:1rem;margin-bottom:1.2rem;color:var(--text-dark);color:var(--white)}.nav-column li{margin-bottom:.7rem}.legal-links a,.nav-column a{color:#aeaeae;font-size:.85rem;padding-bottom:.125rem}.legal-links a::after,.nav-column a::after{content:'';position:absolute;bottom:0;left:0;height:0;border-bottom:.125rem solid var(--white);width:0%;transition:width .5s}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:.25rem solid;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-grey);max-width:75rem;width:90%;margin-left:auto;margin-right:auto}.legal-links{display:flex;gap:2rem}.lang-animating{transition:opacity .3s ease-in-out!important}.lang-hidden{opacity:0!important}@media (max-width:1400px){.nav-link{font-size:.85rem}.nav-list{gap:1rem}}@media (max-width:1250px){.nav-list{gap:.8rem}}@media (max-width:1200px){.header-center{display:none}}@media (max-width:1024px){.cta-button{text-align:center;margin-left:0;margin-right:0}.footer-nav{gap:2rem}}@media (max-width:768px){.footer-container{flex-direction:column;gap:3rem}.footer-nav{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;gap:1.2rem;text-align:center}}@media (max-width:550px){.header-left .brand-logo{width:7rem}.header-right .cta-button{font-size:.7rem;padding:.3rem .8rem}}