.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer{background-color:var(--black);border-top:1px solid rgba(255,255,255,.08)}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding:3rem 4rem;max-width:1200px;margin:0 auto}.footer__col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:1rem}.footer__col--brand{display:flex;flex-direction:column;gap:.75rem}.footer__logo-link{display:flex;align-items:center;gap:.625rem;text-decoration:none;width:fit-content}.footer__logo-img{filter:brightness(0) invert(1)}.footer__brand-name{font-size:1.125rem;font-weight:700;color:var(--white)}.footer__tagline{font-size:.875rem;color:#ffffffb3;margin:0}.footer__address{font-style:normal;font-size:.875rem;color:#fff9}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__nav-link{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer__nav-link:hover{color:var(--white)}.footer__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__contact-link{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer__contact-link:hover{color:var(--white)}.footer__socials{display:flex;gap:12px;margin-top:12px}.footer__social-link{display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer__social-link:hover{color:var(--white)}.footer__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:1rem;font-weight:600;padding:.75rem 2rem;border-radius:6px;text-decoration:none;background-color:var(--blue);color:var(--white);border:2px solid var(--blue);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.footer__cta:hover{background-color:var(--white);color:var(--blue);border-color:var(--blue)}.footer__cta:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:3px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 4rem;border-top:1px solid rgba(255,255,255,.08);max-width:1200px;margin:0 auto}.footer__copyright{font-size:.8rem;color:#fff9}.footer__legal-nav{display:flex;gap:1.5rem}.footer__btn-link{background:none;border:none;font-family:inherit;font-size:.8rem;color:#fff9;cursor:pointer;padding:0;transition:color .2s ease}.footer__btn-link:hover{color:var(--white);text-decoration:underline}.modal{position:fixed;inset:0;margin:auto;border:none;border-radius:8px;padding:0;max-width:600px;width:100%;max-height:80vh;box-shadow:0 10px 30px #0003}.modal::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal__content{display:flex;flex-direction:column;max-height:80vh}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--blue-light)}.modal__title{font-size:1.5rem;font-weight:700;color:var(--black)}.modal__close{background:none;border:none;font-size:2rem;line-height:1;color:var(--black);cursor:pointer;opacity:.5;transition:opacity .2s ease}.modal__close:hover{opacity:1}.modal__body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;text-align:left}.modal__body h3{font-size:1.125rem;font-weight:600;color:var(--blue-dark);margin-top:.5rem}.modal__body p,.modal__body address,.modal__body ul{font-size:.937rem;line-height:1.6;color:var(--black);opacity:.9;text-align:justify}.modal__body address{font-style:normal;background-color:var(--blue-light);padding:1rem;border-radius:6px}.modal__body ul{padding-left:1.25rem}.modal__body a{color:var(--blue);text-decoration:none}.modal__body a:hover{text-decoration:underline}@media(min-width:768px)and (max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;padding:2.5rem 2rem;gap:2rem}.footer__col--brand{grid-column:1 / -1}.footer__bottom{padding:1.25rem 2rem}.modal{max-width:90vw;max-height:85vh}.modal__content{max-height:85vh}.modal__header{padding:1.25rem}.modal__title{font-size:1.25rem}.modal__body{padding:1.25rem}}@media(max-width:767px){.footer__grid{grid-template-columns:1fr;padding:2rem 1.25rem;gap:2rem}.footer__bottom{flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;text-align:center}.modal{max-width:100vw;max-height:90vh;border-radius:12px 12px 0 0;position:fixed;inset:auto 0 0;margin:0}.modal__content{max-height:90vh}.modal__header{padding:1rem}.modal__title{font-size:1.125rem}.modal__body{padding:1rem}.modal__body h3{font-size:1rem}.modal__body p,.modal__body address,.modal__body ul{font-size:.875rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;height:var(--header-h);padding:0 2rem;align-items:center;justify-content:space-between;background-color:#00000040;isolation:isolate;transition:background-color .3s ease,box-shadow .3s ease}.header--transparent{background-color:#00000059;box-shadow:none}.header--light{background-color:var(--white);box-shadow:0 2px 12px #00000014}.header__logo-link{display:flex;gap:.75rem;align-items:center;text-decoration:none;color:var(--white)}.header--light .header__logo-link{color:var(--black)}.header__logo-img{height:40px;width:auto;filter:brightness(0) invert(1);transition:filter .3s ease}.header__logo-img--dark{filter:none}.header__logo-text{display:flex;flex-direction:column;line-height:1.2}.header__logo-name{font-size:1.25rem;font-weight:700}.header__logo-tagline{font-size:1rem;opacity:.8}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__nav-list{display:flex;margin:0;padding:0;list-style:none;align-items:center;gap:1.5rem}.header__nav-link{padding:.25rem .75rem;border-radius:4px;font-size:1rem;font-weight:500;text-decoration:none;color:var(--white);transition:background-color .2s ease,color .2s ease}.header__nav-link:hover{background-color:#ffffff26}.header__nav-link:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.header__nav-link--active{background-color:var(--blue)}.header--light .header__nav-link{border-bottom:2px solid transparent;color:var(--black);transition:border-bottom-color .2s ease,background-color .2s ease,color .2s ease}.header--light .header__nav-link:hover{border-bottom-color:var(--blue);background-color:transparent}.header--light .header__nav-link--active{border-bottom-color:var(--blue);color:var(--white);background-color:var(--blue)}.header__cta{display:inline-flex;margin-left:.75rem;padding:.5rem 1.25rem;border-left:1px solid rgba(255,255,255,.2);border-radius:4px;align-items:center;justify-content:center;font-size:1rem;font-weight:600;white-space:nowrap;text-decoration:none;color:var(--white);background-color:var(--blue);transition:background-color .2s ease}.header__cta:hover{background-color:var(--blue-dark)}.header__cta:focus-visible{outline:2px solid var(--white);outline-offset:2px}.header--light .header__cta{border-left-color:#0000001f}.header__actions{display:flex;align-items:center;gap:.75rem}.header__account-link{display:flex;gap:.4rem;align-items:center;font-size:1rem;font-weight:500;text-decoration:none;color:var(--white);transition:color .2s ease}.header__account-link:hover{color:var(--blue)}.header__account-link:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.header__account-icon{font-size:1.5rem;color:inherit}.header--light .header__account-link{color:var(--black)}.header__burger{display:none;width:40px;height:40px;padding:0;border:none;background:none;cursor:pointer;transition:opacity .2s ease}.header__burger:hover{opacity:.7}.header__burger:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.header__burger-line{display:block;width:24px;height:2px;border-radius:2px;background-color:var(--white);transition:transform .3s ease,opacity .3s ease}.header--light .header__burger-line{background-color:var(--black)}.header__burger[aria-expanded=true] .header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger[aria-expanded=true] .header__burger-line:nth-child(2){opacity:0;transform:translate(-12px)}.header__burger[aria-expanded=true] .header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1024px){.header{padding:0 1.25rem}.header__nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;z-index:999;padding:.5rem 1.25rem 2rem;overflow-y:auto;overscroll-behavior:contain;flex-direction:column;align-items:stretch;gap:0;background-color:var(--white);box-shadow:0 8px 24px #0000001f}.header__nav--open{display:flex}.header__nav-list{flex-direction:column;align-items:stretch;gap:0}.header__cta,.header__account-text{display:none}.header__burger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.header .header__nav .header__nav-link{display:block;padding:1rem 0;border-radius:0;border-bottom:none;border-bottom-color:transparent;font-size:1rem;font-weight:500;color:var(--black);background-color:transparent;transition:color .2s ease,text-decoration-color .2s ease}.header .header__nav .header__nav-link:hover{border-bottom-color:transparent;color:var(--blue);background-color:transparent;text-decoration:underline;text-decoration-color:var(--blue);text-underline-offset:4px}.header .header__nav .header__nav-link:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.header .header__nav .header__nav-link--active{border-bottom-color:transparent;font-weight:700;color:var(--blue);background-color:transparent}.header .header__nav .header__nav-link--active:hover{text-decoration:underline;text-decoration-color:var(--blue);text-underline-offset:4px}}@media(max-width:767px){.header{padding:0 1rem}}
