@font-face{font-family:Cairo Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/cairo-arabic-wght-normal.CJWMIGCx.woff2) format("woff2-variations");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Cairo Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/cairo-latin-ext-wght-normal.at8nfxId.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cairo Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/cairo-latin-wght-normal.PfPtmrPZ.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg: #050816;--color-fg: #f9fafb;--color-muted: #9ca3af;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem}*{box-sizing:border-box}html{font-size:100%}html,body{margin:0;padding:0;overflow-x:clip;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{min-height:100vh;padding-top:82px}.app main{width:100%;max-width:1200px;margin:0 auto}@media (max-width: 1023px){.app{padding-top:62px}}@media (max-width: 768px){.app{padding-top:61px}}.navbar{width:100%;position:fixed;top:0;left:0;right:0;z-index:50;background-color:#fff;border-bottom:1px solid #e9ebf8}.navbar__inner{width:100%;padding:10px 30px;display:flex;align-items:center;justify-content:space-between;gap:13px}.navbar__brand{display:inline-flex;align-items:center;flex-shrink:0}.navbar__logo-img{height:41px;width:auto;display:block}.navbar__content{display:flex;align-items:center;gap:13px;padding:10px 0}.navbar__nav{display:flex;align-items:center;gap:13px}.navbar__link{position:relative;display:inline-flex;align-items:center;gap:5px;padding:5px;border:none;background:none;text-decoration:none;font-size:1rem;line-height:22px;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;text-transform:uppercase;color:var(--Classic-Black, #000000);cursor:pointer;white-space:nowrap}.navbar__link:visited{color:var(--Classic-Black, #000000);text-decoration:none}.navbar__link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#002868;transition:width .12s ease-out}.navbar__link:hover:after,.navbar__link:focus-visible:after{width:100%}.navbar__link--has-menu .navbar__caret{width:16px;height:16px;display:inline-block}.navbar__menu{position:relative}.navbar__dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;padding:10px;background:#fff;display:none;flex-direction:column;align-items:flex-start;gap:10px;box-shadow:0 8px 20px #00000014;border-radius:4px;z-index:20}.navbar__dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.navbar__dropdown--open{display:inline-flex}.navbar__dropdown-item{text-align:left;text-decoration:none;color:#000;font-size:.9375rem;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;white-space:nowrap}.navbar__dropdown-item:hover,.navbar__dropdown-item:focus-visible{text-decoration:underline}.navbar__actions{display:flex;align-items:center;gap:20px}.navbar__button{padding:10px 15px;border-radius:5px;border:1px solid transparent;font-size:1rem;line-height:20px;font-weight:700;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;white-space:nowrap;text-decoration:none;text-align:center;transition:background-color .15s ease}.navbar__button--login:hover{background-color:#222}.navbar__button--primary:hover{background-color:#e6b800}.navbar__button--login{background-color:#000;border-color:#595959;color:var(--Classic-White, #ffffff);padding:10px 40px}.navbar__button--primary{background-color:#ffcc02;border-color:#e3b604;color:var(--Classic-Black, #000000);padding:10px 15px}.navbar__button--full{width:100%}.navbar__hamburger{display:none;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.navbar__mobile-menu{display:none;flex-direction:column;gap:24px;padding:24px 30px 30px;background:#fff;border-top:1px solid #e9ebf8;max-height:calc(100dvh - 62px);overflow-y:auto}.navbar__mobile-menu--open{display:flex}.navbar__mobile-nav{display:flex;flex-direction:column;gap:4px}.navbar__mobile-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border:none;background:none;text-decoration:none;font-size:1rem;line-height:22px;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;text-transform:uppercase;color:var(--Classic-Black, #000000);cursor:pointer;width:100%;text-align:left}.navbar__mobile-link--has-menu{cursor:pointer}.navbar__mobile-caret{width:16px;height:16px;transition:transform .15s ease-out}.navbar__mobile-caret--open{transform:rotate(180deg)}.navbar__mobile-group{border-bottom:1px solid #e9ebf8}.navbar__mobile-subnav{display:flex;flex-direction:column;gap:4px;padding:0 0 10px 16px}.navbar__mobile-sublink{display:block;padding:6px 0;text-decoration:none;font-size:.9375rem;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#000}.navbar__mobile-sublink:hover{text-decoration:underline}.navbar__mobile-actions{display:flex;flex-direction:column;gap:12px}@media (max-width: 1023px){.navbar__inner{padding:10px 16px}.navbar__content{display:none}.navbar__hamburger{display:flex}}@media (min-width: 768px) and (max-width: 1023px){.navbar__inner{gap:16px}.navbar__mobile-actions{flex-direction:row}}@media (max-width: 767px){.navbar__inner{padding:10px 13px;gap:13px}}.footer{width:100%;padding:30px;background:var(--Classic-Red, #b50000);overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:flex-start}.footer__overlay{position:absolute;inset:0;pointer-events:none}.footer__watermark{position:absolute;inset:0 50% 0 auto;margin:auto -165px auto 0;transform:translateY(20px);opacity:.25;filter:brightness(.6) contrast(1.1);height:120%;width:auto}.footer__mobile-logo{display:none}.footer__inner{width:100%;position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.footer__membership-row{width:100%;padding-block:15px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__membership-left{display:flex;align-items:center;gap:20px}.footer__label{color:var(--Classic-White, #ffffff);font-size:1.25rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.footer__membership-logos{display:flex;align-items:center;gap:15px}.footer__membership-logo{height:20px;border-radius:2px;background:transparent;object-fit:contain}.footer__membership-logo--primary,.footer__membership-logo--secondary{width:auto}.footer__madeusa{display:flex;align-items:center;gap:8px}.footer__flag{width:48px;height:25px;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center}.footer__flag-img{width:auto;height:100%;display:block}.footer__main-row{width:100%;display:flex;justify-content:space-between;align-items:stretch;gap:40px}.footer__nav{display:flex;align-items:flex-start;gap:33px;padding-top:30px}.footer__nav-item{color:var(--Classic-White, #ffffff);font-size:1.25rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;text-decoration:none;transition:opacity .15s ease}.footer__nav-item:hover{opacity:.8}.footer__nav-group{display:inline-flex;flex-direction:column;align-items:flex-start;gap:10px}.footer__nav-heading{color:var(--Classic-White, #ffffff);font-size:1.25rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;background:none;border:none;padding:0;cursor:pointer}.footer__nav-subitems{display:flex;flex-direction:column;gap:4px}.footer__nav-subitem{color:var(--Classic-White, #ffffff);font-size:1rem;line-height:22px;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;text-decoration:none;transition:opacity .15s ease}.footer__nav-subitem:hover{opacity:.8}.footer__aside{width:100%;max-width:380px;padding-block:30px;padding-left:60px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative}.footer__aside:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--Classic-White, #ffffff)}.footer__social-block{display:flex;flex-direction:column;gap:15px}.footer__social-icons{display:inline-flex;align-items:center;gap:15px}.footer__social-icon{padding:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.footer__social-icon:hover{opacity:.7}.footer__social-icon-img{width:22px;height:22px;display:block}.footer__prompt{color:var(--Classic-White, #ffffff);font-size:1.25rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;margin-bottom:-10px}.footer__cta{width:100%;padding:15px 20px;border-radius:5px;display:inline-flex;justify-content:space-between;align-items:center;cursor:pointer;border:none;text-decoration:none;transition:background-color .15s ease}.footer__cta+.footer__cta{margin-top:-10px}.footer__cta--primary{background:var(--Classic-White, #ffffff)}.footer__cta--primary:hover{background-color:#f0f0f0}.footer__cta--secondary{background:var(--Classic-Black, #000000)}.footer__cta--secondary:hover{background-color:#222}.footer__cta-label{color:var(--Classic-White, #ffffff);font-size:1.25em;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.footer__cta-label--dark{color:var(--Classic-Black, #000000)}.footer__cta-icon{width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center}.footer__cta-icon-svg{width:20px;height:20px}.footer__cta-icon-svg--dark{stroke:var(--Classic-Black, #000000)}.footer__cta-icon-svg--light{stroke:var(--Classic-White, #ffffff)}.footer__bottom-row{width:100%;padding-top:15px;padding-bottom:15px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:15px 25px;border-top:1px solid var(--Classic-White, #ffffff)}.footer__bottom-left{display:contents}.footer__bottom-left>.footer__tagline-copy{display:none}.footer__links{display:flex;align-items:center;gap:23px;width:100%;order:1}.footer__links:after{content:"Ⓒ2026 Tex Software.";color:var(--Classic-White, #ffffff);font-size:1rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;margin-left:auto;white-space:nowrap}.footer__wordmark{order:2;flex:1;min-width:0}.footer__tagline{order:3}.footer__wordmark-img{height:auto;width:100%;display:block}.footer__wordmark-img--mobile{display:none}.footer__link{color:var(--Classic-White, #ffffff);font-size:1rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;text-decoration:underline;transition:opacity .15s ease}.footer__link:hover{opacity:.8}.footer__copyright{color:var(--Classic-White, #ffffff);font-size:1rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600}.footer__tagline{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:stretch;gap:0}.footer__tagline-content{display:flex;flex-direction:column;justify-content:space-between;flex:1}.footer__tagline-slot{display:flex;align-items:flex-start}.footer__social-icons--mobile{display:none}.footer__tagline-slot--narrow{width:50%}.footer__tagline-line{color:var(--Classic-White, #ffffff);font-size:1.25rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.footer__tagline-copy{color:var(--Classic-White, #ffffff);font-size:1rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600}@media (max-width: 1280px) and (min-width: 577px){.footer{padding:24px 20px}.footer__inner{gap:0}.footer__membership-row{padding-top:0;padding-bottom:20px}.footer__membership-left{gap:12px}.footer__membership-left .footer__label{font-size:1.375rem;line-height:22px;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600}.footer__membership-logo{height:17px}.footer__membership-logo--primary{width:56px}.footer__membership-logo--secondary{width:44px}.footer__madeusa{gap:8px}.footer__madeusa .footer__label{font-size:1.375rem;line-height:22px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.footer__flag{width:29px;height:15px;background:transparent;border-radius:0}.footer__main-row{flex-direction:row;border-bottom:1px solid var(--Classic-White, #ffffff);padding-block:0}.footer__nav{flex-direction:column;gap:10px;padding-top:20px;padding-bottom:20px}.footer__nav-item{font-size:1rem;line-height:20px}.footer__nav-heading{font-size:1rem;line-height:20px;display:inline-flex;align-items:center;gap:6px}.footer__nav-heading:after{content:"";display:inline-block;width:6px;height:6px;border-bottom:2px solid var(--Classic-White, #ffffff);border-right:2px solid var(--Classic-White, #ffffff);transform:rotate(45deg);margin-bottom:2px;transition:transform .2s}.footer__nav-heading[aria-expanded=true]:after{transform:rotate(-135deg);margin-bottom:0}.footer__nav-group{gap:10px}.footer__nav-subitems{display:none}.footer__nav-subitems--open{display:flex;flex-direction:column;gap:4px}.footer__aside{max-width:338px;padding-left:40px;padding-block:20px;gap:17px}.footer__aside:before{top:0;bottom:-1px}.footer__social-block{display:none}.footer__prompt{font-size:1rem;line-height:20px;font-weight:400;margin:0}.footer__bottom-row{display:contents}.footer__tagline{width:100%;flex-direction:row;align-items:center;justify-content:space-between;order:1;gap:0;border-bottom:1px solid var(--Classic-White, #ffffff);padding-top:15px;padding-bottom:15px}.footer__tagline-content{flex-direction:row;flex-wrap:nowrap;gap:5px;max-width:none;flex:0}.footer__tagline-slot,.footer__tagline-slot--narrow{width:auto;flex:none}.footer__tagline-line{font-size:1.5rem;line-height:28px}.footer__social-icons--mobile{display:inline-flex;flex-direction:row;align-items:center;gap:15px}.footer__social-icon-img{width:17px;height:17px}.footer__bottom-left{order:2;width:100%;display:flex;flex-direction:column;align-items:stretch;padding-top:24px;gap:15px}.footer__bottom-left>.footer__tagline-copy{display:none}.footer__links{display:flex;align-items:center;gap:29px}.footer__links:after{content:"Ⓒ2026 Tex Software.";color:var(--Classic-White, #ffffff);font-size:1rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;margin-left:auto;white-space:nowrap}.footer__wordmark{flex-basis:100%}.footer__wordmark-img{height:auto;width:100%}}@media (max-width: 576px){.footer{padding:20px}.footer__watermark{inset:50% auto auto 50%;transform:translate(-50%);margin:0;height:auto;width:100%;max-width:100%;transform:translate(-50%) translateY(-50%)}.footer__inner{gap:20px}.footer__membership-row,.footer__main-row,.footer__bottom-row{display:contents}.footer__madeusa{order:1}.footer__aside{order:2}.footer__nav{order:3}.footer__membership-left{order:4}.footer__tagline{order:5}.footer__bottom-left{order:6}.footer__madeusa{display:inline-flex;align-items:center;gap:8px;padding-bottom:20px;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__madeusa .footer__label{font-size:2.125rem;line-height:34px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.footer__flag{width:auto;height:28px;background:transparent;border-radius:0}.footer__aside{max-width:none;width:100%;padding:0 0 20px;gap:20px;display:flex;flex-direction:column;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__aside:before{display:none}.footer__social-block{display:none}.footer__prompt{font-size:1rem;line-height:20px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;margin:0}.footer__cta{padding:15px 20px}.footer__nav{flex-direction:column;gap:10px;padding:0 0 20px;border:none;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__nav-item,.footer__nav-heading{font-size:.875rem;line-height:20px;padding:0}.footer__nav-heading{display:inline-flex;align-items:center;gap:10px}.footer__nav-heading:after{content:"";display:inline-block;width:5px;height:5px;border-bottom:2px solid var(--Classic-White, #ffffff);border-right:2px solid var(--Classic-White, #ffffff);transform:rotate(45deg);margin-bottom:2px;transition:transform .2s}.footer__nav-heading[aria-expanded=true]:after{transform:rotate(-135deg);margin-bottom:0}.footer__nav-group{gap:10px}.footer__nav-subitems{display:none}.footer__nav-subitems--open{display:flex;flex-direction:column;gap:4px}.footer__membership-left{display:inline-flex;flex-direction:row;align-items:flex-end;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__label{font-size:1rem;line-height:22px;font-family:Cairo Variable,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600}.footer__membership-logos{gap:14px}.footer__membership-logo{height:23px}.footer__membership-logo--primary{width:76px}.footer__membership-logo--secondary{width:60px}.footer__tagline{width:100%;flex-direction:row;align-items:stretch;justify-content:space-between;margin-top:-20px;padding:20px 0;gap:0;border-bottom:1px solid var(--Classic-White, #ffffff)}.footer__tagline-content{display:flex;flex-direction:column;gap:31px;max-width:208px;flex:none}.footer__tagline-slot,.footer__tagline-slot--narrow{width:auto}.footer__tagline-line{font-size:1.5rem;line-height:28px}.footer__social-icons--mobile{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:20px 50px;border:none;border-left:1px solid var(--Classic-White, #ffffff);margin-top:-20px;margin-bottom:-20px}.footer__social-icon-img{width:31px;height:31px}.footer__bottom-left{display:flex;flex-direction:column;align-items:stretch;padding:0;border:none;gap:20px;width:100%}.footer__bottom-left>.footer__tagline-copy{display:none}.footer__links{display:flex;align-items:center;gap:15px}.footer__links:after{content:"Ⓒ2026 Tex Software.";color:var(--Classic-White, #ffffff);font-size:.75rem;line-height:16px;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;margin-left:auto;white-space:nowrap}.footer__link{font-size:.75rem;line-height:16px;text-decoration:underline}.footer__wordmark{display:flex;align-items:center;justify-content:center;flex-basis:100%;height:auto;padding:0;background:transparent;border-radius:0;margin:0;width:100%}.footer__wordmark-img--desktop{display:none}.footer__wordmark-img--mobile{display:block;height:auto;width:100%;max-width:100%;object-fit:contain}}
