.tchd *,.tchd :after,.tchd :before{box-sizing:border-box;margin:0;padding:0}.tchd{--navy:#0f2c4c;--navy2:#143a63;--navy-dk:#081a2c;--ink:#0b1b2e;--red:#c1272d;--red-dk:#9a1f24;--gold:#d4a53a;--paper:#f5f7fa;--line:#e3e8ef;--muted:#5b6b7f;--white:#ffffff;--fh:var(--font-archivo),"Archivo",sans-serif;--fb:var(--font-inter),"Inter",sans-serif;position:sticky;top:0;z-index:2000;font-family:var(--fb)}.tchd-util{background:var(--navy-dk);color:#c8d6e8}.tchd-util-in{max-width:1280px;height:34px;margin:0 auto;padding:0 28px;justify-content:space-between;gap:24px}.tchd-util-in,.tchd-util-left{display:flex;align-items:center}.tchd-util-left{gap:7px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#9fb3c9}.tchd-util-left svg{width:13px;height:13px;fill:none;stroke:var(--gold);stroke-width:2}.tchd-util-links{display:flex;align-items:center;gap:20px}.tchd-util-links a{color:#c8d6e8;text-decoration:none;font-size:11px;font-weight:600;transition:color .16s ease}.tchd-util-links a:hover{color:#fff}.tchd-util-login{display:inline-flex!important;align-items:center;gap:6px}.tchd-util-login svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}.tchd-main{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tchd-main-in{max-width:1280px;height:78px;margin:0 auto;padding:0 28px;gap:28px}.tchd-brand,.tchd-main-in{display:flex;align-items:center}.tchd-brand{gap:11px;margin-right:auto;flex-shrink:0;text-decoration:none}.tchd-seal{width:43px;height:50px;flex-shrink:0}.tchd-word{display:block;font-family:var(--fh);font-size:23px;line-height:1;font-weight:800;letter-spacing:-.025em;color:var(--navy)}.tchd-word .usa{color:var(--red)}.tchd-nav{display:flex;align-items:center;gap:25px}.tchd-nav-item{position:relative}.tchd-nav-link{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0;border:0;background:none;font-family:var(--fb);font-size:13.5px;font-weight:650;white-space:nowrap;color:var(--ink);text-decoration:none;cursor:pointer;transition:color .16s ease}.tchd-nav-link:hover{color:var(--red)}.tchd-nav-link .caret{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.4;transition:transform .2s ease}.tchd-nav-item:focus-within .caret,.tchd-nav-item:hover .caret{transform:rotate(180deg)}.tchd-drop{position:absolute;top:calc(100% + 11px);left:-20px;width:325px;padding:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 24px 60px rgba(11,27,46,.15);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.tchd-nav-item:focus-within .tchd-drop,.tchd-nav-item:hover .tchd-drop{opacity:1;visibility:visible;transform:translateY(0)}.tchd-drop:before{content:"";position:absolute;top:-12px;left:0;right:0;height:14px}.tchd-drop-title{padding:8px 12px 7px;font-family:var(--fh);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8392a4}.tchd-drop a{display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border-radius:8px;text-decoration:none;transition:background .14s ease}.tchd-drop a:hover{background:var(--paper)}.tchd-drop-ic{width:33px;height:33px;border-radius:8px;background:#f2f5f8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tchd-drop-ic svg{width:17px;height:17px;fill:none;stroke:var(--navy);stroke-width:2}.tchd-drop-t b{display:block;margin-bottom:2px;font-size:13px;font-weight:700;color:var(--ink)}.tchd-drop-t span{display:block;font-size:11.5px;line-height:1.38;color:var(--muted)}.tchd-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.tchd-login{display:inline-flex;align-items:center;gap:7px;color:var(--navy);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.tchd-login svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.tchd-cta{min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 19px;border-radius:8px;background:var(--red);color:#fff;font-family:var(--fh);font-size:13px;font-weight:700;white-space:nowrap;text-decoration:none;box-shadow:0 8px 20px rgba(193,39,45,.22)}.tchd-cta svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2.2}.tchd-mobile-actions{display:none;align-items:center;gap:7px}.tchd-mobile-login{display:inline-flex;align-items:center;gap:5px;padding:9px 7px;color:var(--navy);font-size:12px;font-weight:700;text-decoration:none}.tchd-mobile-login svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.tchd-burger{width:43px;height:43px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.tchd-burger span{display:block;width:25px;height:2.5px;border-radius:2px;background:var(--navy);transition:.24s ease}.tchd-burger.on span:first-child{transform:translateY(7.5px) rotate(45deg)}.tchd-burger.on span:nth-child(2){opacity:0}.tchd-burger.on span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.tchd-scrim{position:fixed;inset:0;z-index:1999;background:rgba(5,17,30,.55);opacity:0;visibility:hidden;transition:.24s ease}.tchd-scrim.on{opacity:1;visibility:visible}.tchd-drawer{position:fixed;top:0;right:0;width:min(390px,92vw);height:100%;z-index:2001;display:flex;flex-direction:column;overflow-y:auto;background:#fff;transform:translateX(100%);box-shadow:-24px 0 55px rgba(11,27,46,.2);transition:transform .3s cubic-bezier(.4,0,.2,1)}.tchd-drawer.on{transform:translateX(0)}.tchd-drawer-head{min-height:76px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.tchd-drawer-brand{display:flex;align-items:center;gap:9px;font-family:var(--fh);font-size:18px;font-weight:800;color:var(--navy)}.tchd-drawer-brand span{color:var(--red)}.tchd-drawer-x{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:1px solid var(--line)!important;border-radius:8px!important;background:#ffffff!important;background-color:#ffffff!important;background-image:none!important;color:var(--navy)!important;box-shadow:none!important;text-shadow:none!important;cursor:pointer!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.tchd-drawer-x:active,.tchd-drawer-x:focus,.tchd-drawer-x:hover{background:#f5f7fa!important;background-color:#f5f7fa!important;background-image:none!important;color:var(--navy)!important;border-color:#cbd5e1!important;box-shadow:none!important;outline:none!important}.tchd-drawer-x svg{width:21px!important;height:21px!important;display:block!important;fill:none!important;stroke:var(--navy)!important;color:var(--navy)!important;stroke-width:2.3!important}.tchd-drawer-x svg path{fill:none!important;stroke:var(--navy)!important}.tchd-mobile-search{margin:18px 18px 8px;min-height:51px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;background:var(--red);color:#fff;font-family:var(--fh);font-size:14px;font-weight:700;text-decoration:none}.tchd-mobile-search svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.2}.tchd-drawer-section{padding:21px 22px 18px;border-bottom:1px solid var(--line)}.tchd-drawer-label{margin-bottom:7px;font-family:var(--fh);font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--navy)}.tchd-drawer-link{min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#27384b;font-size:14px;font-weight:500;text-decoration:none}.tchd-drawer-link strong{font-weight:700}.tchd-drawer-link svg{width:14px;height:14px;flex-shrink:0;fill:none;stroke:#96a4b3;stroke-width:2}.tchd-drawer-bottom{padding:20px 22px 32px;margin-top:auto;background:#f7f9fb;border-top:1px solid var(--line)}.tchd-drawer-login{min-height:47px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cfd8e3;border-radius:8px;color:var(--navy);font-family:var(--fh);font-size:13px;font-weight:700;text-decoration:none;background:#fff}.tchd-drawer-login svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}@media (max-width:1120px){.tchd-actions,.tchd-nav{display:none}.tchd-burger,.tchd-mobile-actions{display:flex}}@media (max-width:700px){.tchd-util{display:none}.tchd-main-in{height:72px;padding:0 16px;gap:10px}.tchd-seal{width:36px;height:43px}.tchd-word{font-size:19px}.tchd-mobile-login{font-size:11px}}@media (max-width:390px){.tchd-main-in{padding-left:12px;padding-right:10px}.tchd-brand{gap:7px}.tchd-seal{width:33px;height:39px}.tchd-word{font-size:17px}.tchd-mobile-login span{display:none}}.tchd a,.tchd button{-webkit-tap-highlight-color:transparent!important}section.tchd a,section.tchd a:active,section.tchd a:focus,section.tchd a:hover,section.tchd a:visited{text-decoration:none!important}section.tchd .tchd-brand,section.tchd .tchd-brand:focus,section.tchd .tchd-brand:hover,section.tchd .tchd-brand:visited{color:var(--navy)!important;background:transparent!important}section.tchd .tchd-nav-link,section.tchd .tchd-nav-link:focus,section.tchd .tchd-nav-link:visited{color:var(--ink)!important;background:transparent!important}section.tchd .tchd-nav-link:hover{color:var(--red)!important}section.tchd .tchd-cta,section.tchd .tchd-mobile-search{color:#fff!important;background:var(--red)!important}section.tchd .tchd-mobile-login{color:var(--navy)!important}section.tchd .tchd-drawer-link{color:#27384b!important}section.tchd .tchd-drawer-login{color:var(--navy)!important;background:#fff!important}section.tchd .tchd-burger,section.tchd .tchd-burger:active,section.tchd .tchd-burger:focus,section.tchd .tchd-burger:hover{background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;border:0!important}section.tchd button.tchd-drawer-x,section.tchd button.tchd-drawer-x:active,section.tchd button.tchd-drawer-x:focus,section.tchd button.tchd-drawer-x:hover,section.tchd button.tchd-drawer-x:visited{background:#ffffff!important;background-color:#ffffff!important;background-image:none!important;color:#0f2c4c!important;border:1px solid #e3e8ef!important;box-shadow:none!important;outline:none!important}section.tchd button.tchd-drawer-x:focus,section.tchd button.tchd-drawer-x:hover{background:#f5f7fa!important;background-color:#f5f7fa!important;border-color:#cbd5e1!important}section.tchd button.tchd-drawer-x svg,section.tchd button.tchd-drawer-x svg path,section.tchd button.tchd-drawer-x:hover svg,section.tchd button.tchd-drawer-x:hover svg path{fill:none!important;stroke:#0f2c4c!important;color:#0f2c4c!important}