@import "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.19.0/dist/tabler-icons.min.css";
header{padding:15px 0}.header-main-parent{justify-content:space-between;align-items:center;width:100%;display:flex}.header-right-menu-wrapper ul{justify-content:end;align-items:center;display:flex}.header-right-menu-wrapper ul li+li{margin-left:30px}.header-right-menu-wrapper{justify-content:end;align-items:center;display:flex}.header-right-menu-wrapper .header-btn-parent{margin-left:30px}.header-right-menu-wrapper ul li button{color:#fff;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:10px;font-size:16px;font-weight:400;display:flex}.header-right-menu-wrapper ul li button:hover{background:#ffffff14}.header-right-menu-wrapper ul li button img{margin-right:5px}.header-right-menu-wrapper ul li button img.headernew-arrow{margin:5px 0 0 7px}.headerbtn{text-align:center;color:#fff;background:linear-gradient(74deg,#248df6 0%,#ff4b90 100%) no-repeat padding-box padding-box;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px 10px;font-size:18px;transition:all .4s;display:flex}.headerbtn img{max-height:23px;margin:1px 10px 0 0}.headerbtn:hover{color:#fff;background:0 0;border-color:#fff}.header-dropodown-menu-wrapper{background:#262626;padding:8px 0}.strip{width:100%;left:0;right:0;top:var(--site-hdr-h,72px);z-index:199;opacity:0;justify-content:flex-start;align-items:center;transition:opacity .25s ease-in-out;display:none;position:fixed}.strip .strip-i img{max-height:17px;margin-right:6px}.strip .strip-i:first-child{padding-left:0}.strip .strip-i{color:#fff;border-right:1px solid #303030;margin:0;padding:0 20px;font-size:14px;font-weight:400;line-height:1.4;position:relative}.strip .strip-i:last-child{border-right:none}:root{--font:"Outfit",sans-serif;--bg:#0b0f1c;--bg2:#080c17;--bg3:#05060a;--bg-info:#111827;--border:#1f2937;--tx:#e5e7eb;--tx2:#94a3b8;--tx3:#64748b;--tx-info:#a78bfa;--blue:#3b82f6;--purple:#c084fc;--teal:#5eead4;--navy:#0b0f1c;--brand:#4f46e5;--r-sm:4px;--r-md:6px;--r-lg:8px;--hdr-h:56px;--strip-h:34px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}.demo-bar{color:#64748b;background:#0f172a;border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;padding:5px 24px;font-size:11px;display:flex}.demo-bar span{color:#94a3b8;font-weight:500}@media (max-width:640px){.demo-bar{display:none}}.hdr{z-index:200;background:#000;justify-content:space-between;align-items:center;width:100%;padding:15px 24px;display:flex;position:fixed;top:0}.logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.logo-box{background:linear-gradient(135deg,#4f46e5 0%,#ec4899 100%);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.logo-box i{color:#fff;font-size:15px}.logo-text{color:#fff;letter-spacing:-.02em;font-size:16px;font-weight:700}.logo-text span{color:#a78bfa}.desk-nav{align-items:center;gap:8px;display:flex}.nb{color:#e5e7eb;white-space:nowrap;text-transform:capitalize;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:11px 14px;font-size:16px;font-weight:600;transition:background .18s,color .18s;display:flex}.nb:hover,.nb.on{color:#f84d93}.header-top-menu-wrapper{justify-content:end;align-items:center;gap:20px;display:flex}.nb.on img,.nb:hover img{filter:none}.nb img{filter:brightness(0)invert()}.nb.hi{color:#a5f3fc}.nb.hi:hover,.nb.hi.on{color:#eff6ff;background:#60a5fa24}.nb.ai{color:#c084fc}.nb.ai img{filter:none}.nb i.ti-chevron-down{font-size:11px;transition:transform .2s}.nb.on i.ti-chevron-down{transform:rotate(180deg)}.hdr-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.btn-ghost{color:#cbd5e1;white-space:nowrap;background:0 0;border:1px solid #ffffff29;border-radius:8px;padding:8px 14px;font-size:12px}.btn-ghost:hover{color:#f8fafc;border-color:#ffffff59}.btn-cta{color:#fff;white-space:nowrap;background:linear-gradient(90deg,#3b82f6 0%,#ec4899 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:8px;font-size:16px;font-weight:700;display:flex}.btn-cta img{max-height:19px}.btn-cta:hover{filter:brightness(1.08)}.btn-cta i{font-size:16px}.burger{color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:4px;font-size:22px;transition:color .15s;display:none}.burger:hover{color:#fff}.strip{-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap;opacity:0;background:#262626;align-items:center;padding:10px 24px;transition:opacity .25s ease-in-out;display:none;overflow-x:auto}.strip.show{opacity:1;display:flex}.strip::-webkit-scrollbar{display:none}.strip-i{color:#fff;flex-shrink:0;align-items:center;gap:6px;font-size:14px;display:flex}.strip-i i{color:#c084fc;font-size:12px}.panel-wrap{top:calc(var(--site-hdr-h,72px) + var(--site-strip-h,38px));z-index:190;position:fixed;left:0;right:0}.panel{z-index:190;background:#1a1a1a;border-bottom:1px solid #ffffff14;padding:26px 24px 20px;animation:.18s fadeSlide;display:none;position:relative;left:0;right:0;box-shadow:0 22px 80px #0000004d}.panel.open{display:block}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cols2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.cols3{grid-template-columns:1fr 1fr 1fr;gap:18px;display:grid}.cols4{grid-template-columns:1fr 1fr 1fr 1fr;gap:18px;display:grid}.cols5{grid-template-columns:2fr 1.2fr 1.2fr 1.2fr 1fr;gap:18px;display:grid}.col-hd{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #565656;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:700;display:flex}.col-hd.blue{color:#fff}.col-hd.purple{color:#c084fc}.col-hd.teal{color:#5eead4}.col-hd.gray{color:#cbd5e1}.col-hd i{font-size:12px}.lk{color:#e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:16px;font-weight:400;line-height:1.4;transition:background .16s,color .16s;display:flex}.nb.ai{color:#fff;-webkit-text-fill-color:transparent;font-weight:500;line-height:initial;background:linear-gradient(270deg,#ff4b90 0%,#248df6 100%) no-repeat padding-box padding-box;-webkit-background-clip:text;justify-content:center;align-items:center;margin:0;display:flex}a.lk.menulinkbtn{color:#ff4b90}a.lk.menulinkbtn.removebgbtn{color:#ff4b90;background:0 0;padding:0}a.lk.menulinkbtn img{filter:none;position:relative;top:2px}.lk:hover{color:#f84d93;background:#f84d931f}.lk i{color:#fff;flex-shrink:0;font-size:13px}.lk:hover i{color:#c084fc}.lk.dim{color:#94a3b8}.lk.dim i{color:#64748b}.lk.dim:hover{color:#e2e8f0}.tag-new{color:#fbcfe8;background:#ec489929;border-radius:6px;flex-shrink:0;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:700}.tag-ai{color:#ede9fe;background:#c084fc2e;border-radius:6px;flex-shrink:0;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:700}.tag-low{color:#cbd5e1;text-transform:none;letter-spacing:0;background:#94a3b824;border-radius:6px;flex-shrink:0;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:500}.pnl-footer{background:#262626;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:14px -24px -24px;padding:14px 24px;display:flex}.pnl-footer-lk{color:#f84d93;align-items:center;gap:5px;font-size:16px;font-weight:500;display:flex}.geo-row{flex-wrap:wrap;gap:6px;display:flex}.geo-pill{color:#e0e0e0;background:#262626;border:1px solid #484848;border-radius:5px;padding:4px 11px;font-size:16px;transition:background .12s}.col-promo{background:#0b0b0b;border:1px solid #565656;border-radius:8px;flex-direction:column;gap:10px;padding:15px;display:flex}.col-promo-inner-box{background:#171717;border-radius:10px;padding:15px}.col-promo-inner-box strong{color:#fff;margin:0 0 10px;font-size:18px;font-weight:500;line-height:1.4;display:block}.col-promo-inner-box ul li{color:#aeaeb3;padding:3px 0;font-size:16px;font-weight:400;line-height:1.4}.promo-icon{border:1px solid #575757;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;background:#1a1a1a!important}.promo-title{color:#fff;margin:0;font-size:18px;font-weight:500;line-height:1.4}.promo-sub{color:#aeaeb3;font-size:16px;line-height:1.6}.promo-cta{color:#aeaeb3;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.promo-cta a:hover{color:#f84d93}.col-divider{background:#565656;height:1px;margin:10px 0}.promo-cta{color:#f84d93!important}.lk img{filter:brightness(0)invert();max-height:18px}.lk:hover img{filter:none}.header-recognition-wrapper ul li figure{justify-content:center;align-items:center;width:50px;height:50px;margin:0;display:flex;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.header-recognition-wrapper ul li{color:#e5e5e5;background:#2b2b2b00;border:1px solid #404040;border-radius:8px;justify-content:flex-start;align-items:center;width:48%;height:74px;margin:5px 0 0;padding:15px 15px 15px 70px;font-size:16px;font-weight:400;line-height:1.4;display:flex;position:relative}.header-recognition-wrapper ul{flex-wrap:wrap;justify-content:space-around;gap:10px;display:flex}.header-recognition-wrapper{margin:20px 0 0}.mob-overlay{z-index:300;background:#000000e0;display:none;position:fixed;inset:0}.mob-overlay.open{display:block}.mob-drawer{background:var(--navy);z-index:310;flex-direction:column;width:min(380px,90vw);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-100%)}.mob-drawer.open{transform:translate(0)}.mob-drawer-head{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.mob-drawer-logo{align-items:center;gap:8px;display:flex}.mob-drawer-logo .logo-box{width:24px;height:24px}.mob-drawer-logo .logo-text{font-size:14px}.mob-close{color:#64748b;background:0 0;border:none;border-radius:4px;padding:2px;font-size:20px;transition:color .15s}.mob-close:hover{color:#fff}.mob-nav{flex:1;padding:8px 0 20px;overflow-y:auto}.mob-nav::-webkit-scrollbar{width:4px}.mob-nav::-webkit-scrollbar-track{background:0 0}.mob-nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.mob-trigger{color:#94a3b8;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:11px 18px;font-size:13px;font-weight:400;transition:background .12s,color .12s;display:flex}.mob-trigger:hover{color:#fff;background:#ffffff0d}.mob-trigger.open{color:#fff;background:#ffffff0f}.mob-trigger-left{align-items:center;gap:9px;display:flex}.mob-trigger-left i{font-size:15px}.mob-trigger.hi .mob-trigger-left i{color:#60a5fa}.mob-trigger.ai .mob-trigger-left i{color:#a78bfa}.mob-trigger i.ti-chevron-down{color:#475569;flex-shrink:0;font-size:11px;transition:transform .2s}.mob-trigger.open i.ti-chevron-down{color:#fff;transform:rotate(180deg)}.mob-body{border-bottom:1px solid #ffffff0a;padding:4px 18px 10px;display:none}.mob-body.open{display:block}.mob-section-title{letter-spacing:.07em;text-transform:uppercase;color:#475569;align-items:center;gap:5px;padding:10px 6px 5px;font-size:9.5px;font-weight:600;display:flex}.mob-section-title i{font-size:16px}.mob-section-title.blue{color:#fff}.mob-lk{color:#64748b;border-radius:5px;align-items:center;gap:8px;padding:6px;font-size:12.5px;transition:background .12s,color .12s;display:flex}.mob-lk:hover{color:#cbd5e1;background:#ffffff0d}.mob-lk i{color:#334155;flex-shrink:0;font-size:13px}.mob-lk:hover i{color:#60a5fa}.mob-footer{border-top:1px solid #ffffff12;flex-direction:column;flex-shrink:0;gap:8px;padding:14px 18px;display:flex}.mob-cta-full{background:var(--brand);color:#fff;border:none;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:500;display:flex}.mob-cta-ghost{color:#64748b;background:0 0;border:1px solid #ffffff24;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:9px;font-size:12.5px;display:flex}.ftr{background:#020617;padding:36px 24px 20px}.ftr-top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:28px;margin-bottom:28px;padding-bottom:28px;display:grid}.ftr-about-name{color:#fff;margin-bottom:5px;font-size:15px;font-weight:600}.ftr-about-name span{color:#60a5fa}.ftr-about-desc{color:#475569;margin-bottom:14px;font-size:11.5px;line-height:1.65}.ftr-socials{gap:7px;display:flex}.fsoc{border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:border-color .15s;display:flex}.fsoc:hover{border-color:#fff3}.fsoc i{color:#475569;font-size:14px}.fct{letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:600}.fct.blue{color:#378add}.fct.purple{color:#7f77dd}.fct.teal{color:#1d9e75}.fct.gray{color:#5f5e5a}.fct.amber{color:#ba7517}.fl{color:#334155;padding:2.5px 0;font-size:11.5px;line-height:1.6;transition:color .15s;display:block}.fl:hover{color:#94a3b8}.fl.nw:after{content:"New";color:#93c5fd;vertical-align:middle;background:#1a56db38;border-radius:3px;margin-left:5px;padding:1px 5px;font-size:9px;font-weight:600}.fl.dim{color:#1e293b}.fl.dim:hover{color:#334155}.ftr-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.ftr-copy{color:#1e293b;font-size:10.5px}.ftr-blinks{gap:14px;display:flex}.ftr-bl{color:#1e293b;font-size:10.5px}.ftr-bl:hover{color:#334155}.ftr-certs{flex-wrap:wrap;gap:6px;display:flex}.fcert{color:#334155;border:1px solid #ffffff12;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;display:flex}.fcert i{color:#3b6d11;font-size:11px}.logo img{max-width:110px}@media (max-width:1699px){.header-recognition-wrapper ul li figure{width:40px;height:40px;left:10px}.header-recognition-wrapper ul li figure img{max-height:40px}.header-recognition-wrapper ul li{height:68px;padding:10px 10px 10px 54px;font-size:13px}}@media (max-width:1499px){.promo-sub,.lk{font-size:14px}.col-hd img{max-height:18px}.logo img{max-width:90px}.nb{gap:6px;padding:5px 9px;font-size:14px}.nb img{max-height:15px}.btn-cta{gap:6px;padding:7px;font-size:14px}}@media (max-width:1024px){.cols5{grid-template-columns:1fr 1fr 1fr}.cols5>:nth-child(4){display:none}.cols5>:nth-child(5){flex-direction:row;grid-column:1/-1;gap:20px}.cols5>:nth-child(5) .col-divider{width:1px;height:auto;margin:0 4px}.cols4{grid-template-columns:1fr 1fr}.cols4>:nth-child(3){display:none}.cols4>:nth-child(4){flex-direction:row;grid-column:1/-1;gap:20px}.ftr-top{grid-template-columns:1fr 1fr 1fr}.ftr-top>:first-child{grid-column:1/-1}}@media (max-width:1199px){.mob-drawer-head{background:#262626}.mob-body{padding:4px 10px 10px}.mob-lk{color:#e5e5e5;padding:7px 6px 7px 15px;font-size:14px;font-weight:400}.mob-lk img{filter:brightness(0)invert()}.mob-section-title{letter-spacing:.5px;color:#fff;font-size:14px;font-weight:500;line-height:initial;text-transform:uppercase;justify-content:flex-start;align-items:center;margin:0;padding:11px 0 10px;display:flex}.mob-section-title img{filter:none;max-height:16px}.mob-trigger i.ti-chevron-down{color:#fff;font-size:14px}.mob-nav .mob-item+.mob-item{border-top:1px solid #ffffff12}.mob-trigger-left img{filter:brightness(0)invert();max-height:17px}.mob-trigger{color:#fff;padding:13px 10px;font-size:14px}.mob-drawer{background:#262626;box-shadow:0 0 2px #ffffff21}.mob-close{color:#fff;padding:0}.logo img{max-width:85px}.desk-nav,.btn-ghost{display:none}.burger{color:#fff;background:0 0;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;margin:0;padding:0;display:flex}.hdr{padding:10px 15px}.panel,.strip{display:none!important}}@media (max-width:640px){:root{--hdr-h:52px}.strip{gap:14px;padding:5px 16px}.strip-i{font-size:11px}.ftr{padding:28px 16px 18px}.ftr-top{grid-template-columns:1fr 1fr;gap:20px}.ftr-top>:first-child,.ftr-top>:nth-child(5){grid-column:1/-1}.ftr-bottom{flex-direction:column;align-items:flex-start;gap:8px}.ftr-blinks{gap:10px}}@media (max-width:480px){.mob-drawer{width:100%}}@media (max-width:420px){.ftr-top{grid-template-columns:1fr}.ftr-top>:first-child,.ftr-top>:nth-child(5){grid-column:auto}}
@font-face{font-family:Outfit;font-style:normal;font-weight:100;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:100;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:200;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:200;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_cd630f31-module__XlYVwq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_cd630f31-module__XlYVwq__variable{--font-outfit:"Outfit","Outfit Fallback"}
@font-face{font-family:Readex Pro;font-style:normal;font-weight:200;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:200;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:200;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:200;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-weight:300;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:300;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:300;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-weight:500;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:500;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/52acd2ded95ac6cd-s.2c6830da.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,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:Readex Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/4ce61fe437b63f55-s.57c23c89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ecc51711236713ee-s.58cc40de.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Readex Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/890431f0a0104557-s.p.2aa14085.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro Fallback;src:local(Arial);ascent-override:92.3%;descent-override:23.07%;line-gap-override:0.0%;size-adjust:108.34%}.readex_pro_75903762-module__2XZb4W__className{font-family:Readex Pro,Readex Pro Fallback;font-style:normal}.readex_pro_75903762-module__2XZb4W__variable{--font-readex:"Readex Pro","Readex Pro Fallback"}
