@media only screen and (min-width:0rem){:root{--primary:#1c3f5f;--primaryLight:#2c5c86;--secondary:#e2661f;--secondaryLight:#f08b4d;--whiteRgb:255,255,255;--secondaryRgb:226,102,31;--accentText:#a8490d;--accentOnDark:#ffc9a3;--headerColor:#0e1b26;--bodyTextColor:#4a555f;--bodyTextColorWhite:#fafbfc;--mutedTextColor:#6b6b6b;--borderColor:#b4b2c7;--dividerColor:#e8e9ec;--lightBg:#f7f7f7;--lightBgHover:#f0f0f0;--white:#fff;--black:#000;--iconBg:#484848;--errorColor:#b91c1c;--dark:#0b1721;--medium:#13293a;--accent:#1c3f5f;--topperFontSize:clamp(0.8125rem,1.6vw,1rem);--headerFontSize:clamp(1.9375rem,3.9vw,3.0625rem);--bodyFontSize:1rem;--sectionPadding:clamp(3.75rem,7.82vw,6.25rem) 1rem;--headerFont:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--bodyFont:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}body,html{color:var(--bodyTextColor);font-family:var(--bodyFont);font-size:100%;margin:0;overflow-x:hidden;padding:0;transition:background-color .3s}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.lh-topper{color:var(--primary);display:block;font-size:var(--topperFontSize);font-weight:700;letter-spacing:.1em;margin-bottom:.25rem;text-transform:uppercase}.lh-title,.lh-topper{line-height:1.2em;text-align:inherit}.lh-title{color:var(--headerColor);font-size:var(--headerFontSize);font-weight:900;margin:0 0 1rem;max-width:43.75rem;position:relative}.lh-text{color:var(--bodyTextColor);font-size:var(--bodyFontSize);line-height:1.5em;margin:0;max-width:40.625rem;text-align:inherit;width:100%}.skip{left:0;opacity:0;position:absolute;top:0;z-index:-1111111}.lh-button-solid{background-color:var(--primary);border-radius:.25rem;color:var(--bodyTextColorWhite);display:inline-block;font-size:1rem;font-weight:700;line-height:1em;overflow:hidden;padding:1rem 2rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:color .3s;transition-delay:.1s;width:auto;z-index:1}.lh-button-solid:hover{color:var(--white)}.lh-button-solid:hover:before{width:100%}.lh-button-solid:before{background-color:var(--black);content:"";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;transition:width .3s;width:0;z-index:-1}.dark,.lh-dark,body.dark-mode .lh-light,body.dark-mode .light{display:none!important}body.dark-mode .dark,body.dark-mode .lh-dark{display:block!important}h1,h2,h3,h4,h5,h6{color:var(--headerColor);font-family:var(--headerFont);line-height:1.2em}a,li,p{font-size:1rem;line-height:1.5em}li,p{color:var(--bodyTextColor)}li a,p a{color:var(--primary)}a:hover,button:hover{cursor:pointer}body.dark-mode{background-color:var(--dark)}body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6,body.dark-mode li,body.dark-mode p{color:var(--white)}body.dark-mode #dark-mode-toggle .lh-sun{opacity:1;transform:translate(-50%,-50%)}body.dark-mode #dark-mode-toggle .lh-moon{fill:var(--white);opacity:0;transform:translate(-50%,-150%)}#dark-mode-toggle{background:transparent;border:none;display:block;height:3rem;overflow:hidden;padding:0;position:absolute;right:4.375rem;top:.625rem;width:3rem;z-index:1000}#dark-mode-toggle img,#dark-mode-toggle svg{height:1.25rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}#dark-mode-toggle .lh-moon{transition:transform .3s,opacity .3s;z-index:2}#dark-mode-toggle .lh-sun{opacity:0;transform:translate(-50%,100%);transition:transform .3s,opacity .3s;z-index:1}}@media only screen and (min-width:1024px){#dark-mode-toggle{margin:0;position:relative;right:auto;top:auto;transform:none}#dark-mode-toggle:hover{cursor:pointer}}@media only screen and (min-width:0rem){body{--navHeight:4.5rem}#lh-navigation{background-color:var(--white);border-bottom:1px solid var(--dividerColor);position:sticky;top:0;width:100%;z-index:10000}#lh-navigation .lh-container{align-items:center;display:flex;gap:.75rem;margin:auto;max-width:80rem;min-height:var(--navHeight);padding:0 1rem;width:100%}#lh-navigation .lh-logo{align-items:center;display:flex;gap:.625rem;margin-right:auto;text-decoration:none}#lh-navigation .lh-logo-img{display:block;height:auto;width:14.375rem}#lh-navigation .lh-nav{display:none}#lh-navigation .lh-ul{align-items:center;display:flex;gap:1rem;list-style:none;margin:0;padding:0}#lh-navigation .lh-li-link{color:var(--bodyTextColor);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .3s;white-space:nowrap}#lh-navigation .lh-li-link:hover{color:var(--primary)}#lh-navigation #dark-mode-toggle{flex-shrink:0;height:2.5rem;position:relative;right:auto;top:auto;transform:none;width:2.5rem}}@media only screen and (min-width:37.5rem){body{--navHeight:5.5rem}#lh-navigation .lh-logo-img{width:20rem}#lh-navigation .lh-nav{display:block}#lh-navigation .lh-ul{gap:1.75rem}#lh-navigation .lh-li-link{font-size:.9375rem}}@media only screen and (min-width:0rem){body.dark-mode #lh-navigation{background-color:var(--medium);border-bottom-color:hsla(0,0%,100%,.12)}body.dark-mode #lh-navigation .lh-li-link{color:hsla(0,0%,100%,.82)}body.dark-mode #lh-navigation .lh-li-link:hover{color:var(--white)}#footer-gc{background-color:var(--dark);padding:3.75rem 1rem 2rem}#footer-gc .lh-container{margin:auto;max-width:80rem;width:100%}#footer-gc .lh-top{border-bottom:1px solid hsla(0,0%,100%,.14);display:flex;flex-direction:column;gap:1.75rem;padding-bottom:2rem}#footer-gc .lh-logo{align-items:center;display:flex;gap:.625rem;text-decoration:none}#footer-gc .lh-logo-img{display:block;height:auto;width:16.25rem}#footer-gc .lh-ul{display:flex;flex-wrap:wrap;gap:.625rem 1.5rem;list-style:none;margin:0;padding:0}#footer-gc .lh-link{color:hsla(0,0%,100%,.78);font-size:.9375rem;text-decoration:none;transition:color .3s}#footer-gc .lh-link:hover{color:var(--white)}#footer-gc .lh-link-inactive{color:hsla(0,0%,100%,.5);cursor:default}#footer-gc .lh-bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem}#footer-gc .lh-address{font-style:normal}#footer-gc .lh-address,#footer-gc .lh-copyright{color:hsla(0,0%,100%,.6);font-size:.875rem}#footer-gc .lh-copyright-link{color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .3s}#footer-gc .lh-copyright-link:hover{color:var(--white)}#footer-gc .lh-credit{color:hsla(0,0%,100%,.6);font-size:.8125rem;margin:.75rem 0 0}#footer-gc .lh-credit-name{color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .3s}#footer-gc .lh-credit-name:hover{color:var(--white)}}@media only screen and (min-width:48rem){#footer-gc .lh-logo-img{width:20rem}#footer-gc .lh-top{align-items:center;flex-direction:row;gap:2.5rem;justify-content:space-between}#footer-gc .lh-ul{justify-content:flex-end}#footer-gc .lh-bottom{align-items:center;flex-direction:row;justify-content:space-between}}