*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:#fff;color:#005778;-webkit-font-smoothing:antialiased}a{color:inherit}button{font:inherit}::selection{background:#edd9a3;color:#005778}:focus-visible{outline:3px solid #008e97;outline-offset:2px}@keyframes pth-pane-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.pth-pane{animation:pth-pane-in .42s cubic-bezier(.22,1,.36,1) both}.pth-pane{display:flex;flex-direction:column}.pth-pane>*{flex-shrink:0}.pth-pane>section:first-of-type{flex-grow:1}.pth-pane:has(.pth-slack)>section:first-of-type{flex-grow:0}.pth-pane>.pth-slack{flex-grow:1}.pth-reveal{opacity:0;transform:translateY(22px);transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1)}.pth-reveal.is-in{opacity:1;transform:none}@keyframes pth-thread-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.pth-thread path{stroke-dasharray:1;animation:pth-thread-draw 1.9s cubic-bezier(.65,0,.35,1) .2s both}.pth-rail{transition:width .46s cubic-bezier(.22,1,.36,1),visibility 0s}.pth-rail.is-collapsed{visibility:hidden;transition:width .46s cubic-bezier(.22,1,.36,1),visibility 0s .46s}.pth-topbar{position:fixed;top:0;left:0;right:0;z-index:60;background:#edd9a3;border-bottom:1px solid rgba(0,87,120,.14);transform:translateY(-100%);visibility:hidden;transition:transform .46s cubic-bezier(.22,1,.36,1),visibility 0s .46s}.pth-topbar.is-in{transform:none;visibility:visible;transition:transform .46s cubic-bezier(.22,1,.36,1),visibility 0s}.pth-dropdown{position:relative}.pth-dropdown-panel{position:absolute;top:100%;left:-16px;min-width:220px;padding:12px 18px;background:#edd9a3;border:1px solid rgba(0,87,120,.14);border-top:none;border-radius:0 0 10px 10px;box-shadow:0 14px 30px #001e2d29;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.pth-dropdown:hover .pth-dropdown-panel,.pth-dropdown:focus-within .pth-dropdown-panel{opacity:1;transform:none;pointer-events:auto}.pth-nav-link{display:block;text-decoration:none;transition:opacity .16s ease,transform .16s ease}.pth-nav-link:hover{opacity:.62;transform:translate(2px)}.pth-card{transition:transform .22s ease,box-shadow .22s ease;box-shadow:inset 0 1px #ffffff2e,inset 0 -2px #001e2d29,0 1px 2px #001e2d2e,0 6px 14px #001e2d29,0 14px 28px #001e2d1a}.pth-card:hover{transform:translateY(-6px);box-shadow:inset 0 1px #ffffff2e,inset 0 -2px #001e2d29,0 2px 4px #001e2d24,0 14px 26px #001e2d33,0 26px 52px #001e2d24}input,textarea,select{transition:border-color .16s ease}input:focus,textarea:focus,select:focus{border-color:#008e97!important;outline:none}.pth-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;animation:pth-hero-drift 26s ease-in-out infinite alternate}@keyframes pth-hero-drift{0%{transform:scale(1.05)}to{transform:scale(1.14)}}.pth-hero-gloss{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#001a246b,#00161fa8 58%,#00121ad1),#00141c57}.pth-caret{display:inline-block;width:3px;height:.92em;margin-left:7px;background:#fc4c02;border-radius:1px;vertical-align:-.04em;animation:pth-caret-blink 1.05s steps(1) infinite}@keyframes pth-caret-blink{50%{opacity:0}}.pth-hero-fade{opacity:0;transform:translateY(12px);transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1)}.pth-hero-fade.is-in{opacity:1;transform:none}.pth-hero-cta{opacity:0;transform:translateY(10px);transition:opacity 1.15s cubic-bezier(.22,1,.36,1),transform 1.15s cubic-bezier(.22,1,.36,1)}.pth-hero-cta.is-in{opacity:1;transform:none}.pth-hero-swap{opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1)}.pth-hero-swap.is-in{opacity:1}.pth-hero-action{display:inline-block;padding:11px 24px;border-radius:999px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;letter-spacing:.02em;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.pth-hero-action:hover,.pth-hero-action:focus-visible{transform:translateY(-2px)}.pth-hero-action:hover,.pth-hero-action:focus-visible{background:#005778!important;border-color:#005778!important;color:#fff!important}.pth-social{display:inline-flex;transition:color .2s ease,transform .2s ease}.pth-social:hover,.pth-social:focus-visible{color:#fc4c02!important;transform:translateY(-2px)}.pth-textlink{position:relative;display:inline-block;text-decoration:none;background:none;border:none;cursor:pointer;padding:0 0 5px;transition:opacity .18s ease}.pth-textlink:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#fc4c02;transform:scaleX(0);transform-origin:left;transition:transform .24s cubic-bezier(.22,1,.36,1)}.pth-textlink:hover:after,.pth-textlink:focus-visible:after{transform:scaleX(1)}.pth-textlink:disabled{cursor:default}.pth-textlink:disabled:after{transform:scaleX(0)}.pth-amount{display:block;text-align:center;padding:10px 4px;border:1.5px solid #005778;border-radius:999px;color:#005778;font-weight:500;font-size:14.5px;text-decoration:none;transition:background .15s ease,color .15s ease}.pth-amount:hover,.pth-amount:focus-visible{background:#005778;color:#fff}.pth-zigzag{container-type:inline-size}.pth-zigzag>.pth-zigzag-media{order:0}@container (min-width: 604px){.pth-zigzag-founders.is-alt>.pth-zigzag-media{order:1}}@container (min-width: 576px){.pth-zigzag-story.is-alt>.pth-zigzag-media{order:1}}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.pth-mask{display:block;overflow:hidden}@keyframes pth-rise-up{0%{transform:translateY(112%)}to{transform:none}}.pth-rise-mount{display:block;animation:pth-rise-up .76s cubic-bezier(.22,1,.36,1) 90ms both}.pth-rise{display:block;transform:translateY(112%);transition:transform .76s cubic-bezier(.22,1,.36,1)}.pth-rise.is-in{transform:none}@keyframes pth-rule-grow{0%{transform:scaleX(0)}to{transform:none}}.pth-rule-mount{transform-origin:left;animation:pth-rule-grow 1.1s cubic-bezier(.22,1,.36,1) both}.pth-photo{display:block;position:relative;overflow:hidden}.pth-photo:not(.pth-card){box-shadow:0 1px 2px #001e2d24,0 10px 24px #001e2d1f}.pth-photo img{transition:transform .7s cubic-bezier(.22,1,.36,1)}.pth-photo:hover img{transform:scale(1.045)}@supports (animation-timeline: view()){.pth-photo>.pth-drift{position:absolute;top:-7%;right:0;bottom:-7%;left:0;animation:pth-drift linear both;animation-timeline:view();animation-range:entry 0% exit 100%}.pth-photo>.pth-drift>img{width:100%;height:100%;object-fit:cover;display:block}}@supports not (animation-timeline: view()){.pth-photo>.pth-drift{position:absolute;top:-7%;right:0;bottom:-7%;left:0}.pth-photo>.pth-drift>img{width:100%;height:100%;object-fit:cover;display:block}}@keyframes pth-drift{0%{transform:translateY(3.2%)}to{transform:translateY(-3.2%)}}.pth-plate{position:relative}.pth-plate:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(12px,12px);background:#edd9a3;border-radius:14px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.pth-plate:hover:before{transform:translate(16px,16px)}.pth-plate>*{position:relative}.pth-biglink{padding-bottom:0}.pth-biglink:after{height:4px}.pth-biglink .pth-biglink-arrow{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.pth-biglink:hover .pth-biglink-arrow,.pth-biglink:focus-visible .pth-biglink-arrow{transform:translate(10px)}.pth-chip{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:none;border:1.5px solid rgba(237,217,163,.38);border-radius:999px;padding:8px 16px;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.pth-chip:hover{border-color:#edd9a3}.pth-chip[aria-pressed=true]{background:#edd9a3;border-color:#edd9a3;color:#005778}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pth-pane,.pth-thread path{animation:none}.pth-reveal{opacity:1;transform:none;transition:none}.pth-nav-link,.pth-textlink,.pth-card{transition:none}.pth-hero-video{animation:none;transform:none}.pth-caret{animation:none}.pth-hero-cta,.pth-hero-fade{opacity:1;transform:none;transition:none}.pth-hero-swap,.pth-hero-action{transition:none}.pth-hero-action:hover,.pth-hero-action:focus-visible{transform:none}.pth-social{transition:none}.pth-textlink:after{transition:none}.pth-amount{transition:none}.pth-rise-mount,.pth-rule-mount{animation:none}.pth-rise{opacity:1;transform:none;transition:none}.pth-photo img{transition:none}.pth-photo:hover img{transform:none}.pth-photo>.pth-drift{animation:none}.pth-plate:before{transition:none}.pth-biglink .pth-biglink-arrow,.pth-chip,.pth-rail,.pth-topbar,.pth-dropdown-panel{transition:none}}
