:root{--primary:#1a5fb4;--primary-hover:#10407a;--secondary:#e8f1fb;--accent:#1a5fb4;--cp-blue:#1a5fb4;--cp-blue-dark:#10407a;--cp-blue-light:#e8f1fb;--cp-gray-50:#f7f8fa;--cp-gray-100:#eef2f7;--cp-gray-200:#d8e0ea;--cp-gray-600:#5c6b7a;--cp-gray-900:#1a2332;--nav-h:76px;--max-content:1440px;--pad-x:clamp(24px,5vw,80px);--section-y:clamp(72px,7vw,112px);--gap-lg:clamp(40px,5vw,80px);--content-w:min(var(--max-content),100% - 2*var(--pad-x));--shadow-marketing:0 12px 40px #10407a14;--gradient-primary:linear-gradient(135deg,#1a5fb4 0%,#10407a 100%);--gradient-hero:linear-gradient(135deg,#e8f1fbe6 0%,#fffffff2 100%);--gradient-dark:linear-gradient(135deg,#f7f8fa 0%,#fff 100%);--text-main:#1a2332;--text-secondary:#5c6b7a;--text-light:#5c6b7a;--text-white:#fff;--bg-page:#fff;--bg-subtle:#f7f8fa;--bg-card:#fff;--bg-dark:#1a2332;--border-light:#d8e0ea;--border-focus:#1a5fb4;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-primary:0 10px 25px -5px #2563eb66}[data-theme=dark]{--bg-page:#111827;--bg-subtle:#1f2937;--bg-card:#1f2937;--text-main:#f9fafb;--text-secondary:#d1d5db;--border-light:#374151}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-main);background:var(--bg-page);font-family:var(--font-rubik),system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}html[lang=ar] body{font-family:var(--font-arabic),var(--font-rubik),system-ui,sans-serif}html[lang=he] body,html[lang=en] body{font-family:var(--font-rubik),system-ui,sans-serif}@keyframes holoShift{0%,to{opacity:.5;background-position:0 0,100% 100%}50%{opacity:1;background-position:100% 100%,0 0}}a{color:inherit;text-decoration:none;transition:all .2s}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;display:block}.container{width:var(--content-w);max-width:none;margin:0 auto;padding:0}.btn{border-radius:var(--radius-md);letter-spacing:.02em;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;contain:paint;position:relative;overflow:hidden;box-shadow:0 12px 28px #1a5fb438}.btn-primary:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff4d 50%,#0000 70%);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-120%)skew(-20deg)}@keyframes shimmer{0%{transform:translate(-120%)skew(-20deg)}to{transform:translate(120%)skew(-20deg)}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #1a5fb442}.btn-dark{background:var(--cp-gray-900);color:#fff;box-shadow:none}.btn-dark:hover{opacity:.92;transform:translateY(-1px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);box-shadow:none;background:#fff}.btn-outline:hover{border-color:var(--primary-hover);color:var(--primary-hover);background:var(--cp-blue-light);box-shadow:none}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.btn-sm{padding:.5rem 1.15rem;font-size:.875rem}.input{border:1px solid var(--cp-gray-200);border-radius:var(--radius-md);background:var(--cp-gray-50);width:100%;color:var(--text-main);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #1a5fb41f}.label{color:var(--text-main);margin-bottom:.5rem;font-weight:500;display:block}.section{padding:var(--spacing-xl)0}.text-center{text-align:center}.text-primary{color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}
.Navbar-module__nuAbfa__navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--cp-gray-200,#d8e0ea);height:var(--nav-h,76px);background:#fffffff5;align-items:center;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__content{height:100%;width:var(--content-w);justify-content:space-between;align-items:center;gap:1.25rem;margin:0 auto;display:flex;position:relative}.Navbar-module__nuAbfa__logo{color:var(--cp-blue,#1a5fb4);letter-spacing:0;flex-shrink:0;align-items:center;gap:.625rem;font-size:1.375rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.Navbar-module__nuAbfa__logoMark{background:var(--cp-blue,#1a5fb4);border-radius:8px;flex-shrink:0;width:36px;height:36px}.Navbar-module__nuAbfa__actions{flex-shrink:0;align-items:center;gap:.75rem;margin-inline-start:auto;display:flex}.Navbar-module__nuAbfa__links{flex:1;justify-content:center;align-items:center;gap:1.75rem;min-width:0;display:flex}.Navbar-module__nuAbfa__links a{color:var(--cp-gray-600,#5c6b7a);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__nuAbfa__links a:hover{color:var(--cp-blue,#1a5fb4)}.Navbar-module__nuAbfa__dropdown{align-items:center;height:auto;display:inline-flex;position:relative}.Navbar-module__nuAbfa__dropdownTrigger{cursor:pointer;color:var(--cp-gray-600,#5c6b7a);background:0 0;border:none;align-items:center;gap:.25rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__nuAbfa__dropdownTrigger:hover{color:var(--cp-blue,#1a5fb4)}.Navbar-module__nuAbfa__dropdownMenu{min-width:240px;box-shadow:var(--shadow-marketing,0 12px 40px #10407a14);z-index:200;border:1px solid var(--cp-gray-200,#d8e0ea);background-color:#fff;border-radius:12px;flex-direction:column;padding:.5rem;display:none;position:absolute;top:calc(100% + 6px);right:50%;transform:translate(50%)}[dir=rtl] .Navbar-module__nuAbfa__dropdownMenu:not(.Navbar-module__nuAbfa__langMenu){left:auto;right:50%;transform:translate(50%)}.Navbar-module__nuAbfa__dropdownMenu.Navbar-module__nuAbfa__langMenu{min-width:200px;top:calc(100% + 6px);left:auto;right:0;transform:none}[dir=rtl] .Navbar-module__nuAbfa__dropdownMenu.Navbar-module__nuAbfa__langMenu{left:0;right:auto;transform:none}.Navbar-module__nuAbfa__dropdown:hover .Navbar-module__nuAbfa__dropdownMenu,.Navbar-module__nuAbfa__dropdown.Navbar-module__nuAbfa__active .Navbar-module__nuAbfa__dropdownMenu{display:flex}.Navbar-module__nuAbfa__dropdownItem{color:var(--cp-gray-900,#1a2332);text-align:start;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Navbar-module__nuAbfa__dropdownItem:visited{color:var(--cp-gray-900,#1a2332)}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdownMenu .Navbar-module__nuAbfa__dropdownItem,.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdownMenu .Navbar-module__nuAbfa__dropdownItem:visited,.Navbar-module__nuAbfa__actions .Navbar-module__nuAbfa__dropdownMenu .Navbar-module__nuAbfa__dropdownItem,.Navbar-module__nuAbfa__actions .Navbar-module__nuAbfa__dropdownMenu .Navbar-module__nuAbfa__dropdownItem:visited{font-weight:600;color:var(--cp-gray-900,#1a2332)!important}.Navbar-module__nuAbfa__dropdownItem:hover{background-color:var(--cp-blue-light,#e8f1fb);color:var(--cp-blue-dark,#10407a)!important}.Navbar-module__nuAbfa__dropdownItem.Navbar-module__nuAbfa__active{background-color:var(--cp-blue-light,#e8f1fb);font-weight:700;color:var(--cp-blue-dark,#10407a)!important}.Navbar-module__nuAbfa__langFlagBtn{min-width:3.25rem;padding-inline:.75rem}.Navbar-module__nuAbfa__langFlagEmoji{align-items:center;line-height:1;display:inline-flex}.Navbar-module__nuAbfa__langRow{text-align:start;align-items:center;gap:.5rem;width:100%;display:flex}.Navbar-module__nuAbfa__mobileToggle{cursor:pointer;color:var(--cp-gray-900,#1a2332);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.Navbar-module__nuAbfa__mobileToggle:hover{color:var(--cp-blue,#1a5fb4)}.Navbar-module__nuAbfa__navActionBtn{box-sizing:border-box;justify-content:center;align-items:center;height:2.75rem;min-height:2.75rem;padding:0 1rem;font-size:.9375rem;display:inline-flex;border:2px solid var(--cp-gray-200,#d8e0ea)!important;color:var(--cp-gray-900,#1a2332)!important;box-shadow:none!important;background:#fff!important}.Navbar-module__nuAbfa__mobileActions{border-top:1px solid var(--cp-gray-200,#d8e0ea);flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;padding-top:.5rem;display:none}.Navbar-module__nuAbfa__actions .btn-primary{background:var(--cp-blue,#1a5fb4);color:#fff;box-shadow:0 8px 20px #1a5fb433}@media (max-width:1200px){.Navbar-module__nuAbfa__links{gap:1.125rem}}@media (max-width:900px){.Navbar-module__nuAbfa__navbar{--nav-mobile-control-h:2.5rem;height:auto;min-height:68px}.Navbar-module__nuAbfa__content{grid-template-columns:var(--nav-mobile-control-h)minmax(0,1fr)auto;grid-template-rows:var(--nav-mobile-control-h);align-items:center;column-gap:.35rem;height:68px;padding-block:0;display:grid}.Navbar-module__nuAbfa__mobileToggle{width:var(--nav-mobile-control-h);height:var(--nav-mobile-control-h);grid-area:1/1;display:inline-flex}.Navbar-module__nuAbfa__logo{text-overflow:ellipsis;white-space:nowrap;grid-area:1/2;justify-self:center;min-width:0;max-width:100%;font-size:1.15rem;overflow:hidden}.Navbar-module__nuAbfa__actions{height:var(--nav-mobile-control-h);grid-area:1/3;gap:.35rem;margin-inline-start:0}.Navbar-module__nuAbfa__links{padding:1.5rem var(--pad-x,24px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--cp-gray-200,#d8e0ea);box-shadow:var(--shadow-marketing);z-index:90;background:#fffffffa;flex-direction:column;flex:none;justify-content:stretch;align-items:stretch;max-height:80vh;display:none;position:absolute;top:68px;left:0;right:0;overflow-y:auto}.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__open,.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__open .Navbar-module__nuAbfa__mobileActions{display:flex}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdown{flex-direction:column;align-items:stretch;width:100%;margin-bottom:.5rem}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdownTrigger{width:100%;color:var(--cp-gray-900,#1a2332);justify-content:space-between;padding:.875rem 0}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdownMenu{box-shadow:none;border:1px solid var(--cp-gray-200,#d8e0ea);background:var(--cp-gray-50,#f7f8fa);width:100%;padding:.5rem;display:none;position:static;transform:none!important}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__dropdown.Navbar-module__nuAbfa__active .Navbar-module__nuAbfa__dropdownMenu{display:flex}.Navbar-module__nuAbfa__navActionBtn{height:var(--nav-mobile-control-h);min-height:var(--nav-mobile-control-h);padding:0 .65rem;font-size:.8125rem}.Navbar-module__nuAbfa__actions .desktop-only{display:none!important}}@media (min-width:901px){.Navbar-module__nuAbfa__mobileActions .btn-primary{width:100%}}
.Footer-module__EZoWya__footer{background:var(--cp-gray-900,#1a2332);color:#b8c4d0;padding:clamp(48px,5vw,72px)var(--pad-x,24px)28px;margin-top:auto;font-size:.875rem}.Footer-module__EZoWya__grid{width:var(--content-w);grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin:0 auto 2.25rem;display:grid}.Footer-module__EZoWya__logo{color:#fff;align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:1.375rem;font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__EZoWya__logoMark{background:var(--cp-blue,#1a5fb4);border-radius:8px;flex-shrink:0;width:36px;height:36px}.Footer-module__EZoWya__brandCol p{color:#b8c4d0;max-width:320px;line-height:1.65}.Footer-module__EZoWya__column h4{color:#fff;margin-bottom:.875rem;font-size:.9375rem;font-weight:700}.Footer-module__EZoWya__column ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__EZoWya__column a{color:#b8c4d0;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__column a:hover{color:#fff}.Footer-module__EZoWya__bottom{width:var(--content-w);color:#b8c4d0;border-top:1px solid #2a3544;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding-top:1.375rem;display:flex}@media (max-width:960px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}
.FloatingWidgets-module__j-NtcW__container{z-index:1000;flex-direction:column;align-items:flex-start;gap:1rem;display:flex;position:fixed;bottom:2rem;left:2rem}.FloatingWidgets-module__j-NtcW__button{color:#fff;cursor:pointer;border:3px solid #fff3;border-radius:32px;justify-content:center;align-items:center;gap:.75rem;min-width:64px;height:64px;padding:0 1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #25d36666}.FloatingWidgets-module__j-NtcW__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.FloatingWidgets-module__j-NtcW__button:hover:before{left:100%}.FloatingWidgets-module__j-NtcW__button:hover{border-color:#fff6;transform:scale(1.05)translateY(-2px);box-shadow:0 12px 48px #25d36699}.FloatingWidgets-module__j-NtcW__button:active{transform:scale(.98)}.FloatingWidgets-module__j-NtcW__whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.FloatingWidgets-module__j-NtcW__buttonLabel{white-space:nowrap;font-size:.875rem;font-weight:600;display:none}.FloatingWidgets-module__j-NtcW__button:hover .FloatingWidgets-module__j-NtcW__buttonLabel{animation:.3s ease-out FloatingWidgets-module__j-NtcW__fadeInSlide;display:inline-block}@keyframes FloatingWidgets-module__j-NtcW__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.FloatingWidgets-module__j-NtcW__container{gap:.75rem;bottom:1rem;left:1rem}.FloatingWidgets-module__j-NtcW__button{min-width:56px;height:56px;padding:0 1rem}.FloatingWidgets-module__j-NtcW__buttonLabel{font-size:.75rem;display:inline-block}}
.AIChat-module__miJcCG__chatButton{color:#000;cursor:pointer;z-index:1001;background:linear-gradient(135deg,#0ff 0%,#f0f 100%);border:3px solid #fff3;border-radius:32px;justify-content:center;align-items:center;gap:.75rem;min-width:64px;height:64px;padding:0 1.25rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0ff6}.AIChat-module__miJcCG__chatButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.AIChat-module__miJcCG__chatButton:hover:before{left:100%}.AIChat-module__miJcCG__chatButton:hover{border-color:#fff6;transform:scale(1.05)translateY(-2px);box-shadow:0 12px 48px #0ff9}.AIChat-module__miJcCG__chatButton:active{transform:scale(.98)}.AIChat-module__miJcCG__buttonLabel{white-space:nowrap;font-size:.875rem;font-weight:600;display:none}.AIChat-module__miJcCG__chatButton:hover .AIChat-module__miJcCG__buttonLabel{animation:.3s ease-out AIChat-module__miJcCG__fadeInSlide;display:inline-block}@keyframes AIChat-module__miJcCG__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.AIChat-module__miJcCG__chatButton.AIChat-module__miJcCG__active{background:linear-gradient(135deg,#f0f 0%,#0ff 100%);box-shadow:0 0 30px #f0fc}.AIChat-module__miJcCG__chatWindow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1002;background:#0a0a0af2;border:2px solid #00ffff4d;border-radius:24px;flex-direction:column;width:400px;max-width:min(400px,100vw - 5rem - 64px);height:600px;max-height:calc(100vh - 120px);animation:.3s ease-out AIChat-module__miJcCG__slideUp;display:flex;position:fixed;bottom:90px;left:calc(3rem + 64px);overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #00ffff4d}@keyframes AIChat-module__miJcCG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AIChat-module__miJcCG__chatHeader{background:linear-gradient(135deg,#00ffff1a 0%,#ff00ff1a 100%);border-bottom:1px solid #0ff3;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.AIChat-module__miJcCG__headerContent{align-items:center;gap:.75rem;display:flex}.AIChat-module__miJcCG__botIcon{color:#0ff;flex-shrink:0}.AIChat-module__miJcCG__headerTitle{color:#fff;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.AIChat-module__miJcCG__headerSubtitle{color:#a0a0a0;margin:.25rem 0 0;font-size:.75rem}.AIChat-module__miJcCG__modeRow{border-bottom:1px solid #00ffff26;padding:.75rem 1.5rem 0}.AIChat-module__miJcCG__modeLabel{color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.AIChat-module__miJcCG__modeSelect{color:#fff;cursor:pointer;background:#00ffff1a;border:1px solid #00ffff59;border-radius:10px;outline:none;width:100%;padding:.55rem .75rem;font-size:.8125rem}.AIChat-module__miJcCG__modeSelect:focus{border-color:#0ff9;box-shadow:0 0 12px #0ff3}.AIChat-module__miJcCG__modeSelect option{color:#fff;background:#1a1a1a}.AIChat-module__miJcCG__emptyState{text-align:center;color:#888;flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;font-size:.875rem;line-height:1.5;display:flex}.AIChat-module__miJcCG__closeButton{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.AIChat-module__miJcCG__closeButton:hover{color:#fff;background:#ffffff1a}.AIChat-module__miJcCG__messagesContainer{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.AIChat-module__miJcCG__messagesContainer::-webkit-scrollbar{width:6px}.AIChat-module__miJcCG__messagesContainer::-webkit-scrollbar-track{background:#0003;border-radius:3px}.AIChat-module__miJcCG__messagesContainer::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:3px}.AIChat-module__miJcCG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#00ffff80}.AIChat-module__miJcCG__message{flex-direction:column;gap:.25rem;max-width:85%;animation:.3s ease-out AIChat-module__miJcCG__fadeIn;display:flex}@keyframes AIChat-module__miJcCG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIChat-module__miJcCG__message.AIChat-module__miJcCG__user{align-self:flex-end;align-items:flex-end}.AIChat-module__miJcCG__message.AIChat-module__miJcCG__assistant{align-self:flex-start;align-items:flex-start}.AIChat-module__miJcCG__messageContent{word-wrap:break-word;white-space:pre-wrap;border-radius:18px;padding:.875rem 1.125rem;line-height:1.5}.AIChat-module__miJcCG__message.AIChat-module__miJcCG__user .AIChat-module__miJcCG__messageContent{color:#000;background:linear-gradient(135deg,#0ff 0%,#f0f 100%);border-bottom-right-radius:4px}.AIChat-module__miJcCG__message.AIChat-module__miJcCG__assistant .AIChat-module__miJcCG__messageContent{color:#e5e5e5;background:#00ffff1a;border:1px solid #00ffff4d;border-bottom-left-radius:4px}.AIChat-module__miJcCG__messageTime{color:#666;padding:0 .5rem;font-size:.625rem}.AIChat-module__miJcCG__loader{vertical-align:middle;margin-left:.5rem;animation:1s linear infinite AIChat-module__miJcCG__spin;display:inline-block}@keyframes AIChat-module__miJcCG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AIChat-module__miJcCG__quickActions{border-top:1px solid #0ff3;border-bottom:1px solid #0ff3;padding:1rem 1.5rem}.AIChat-module__miJcCG__callbackButton{color:#0ff;cursor:pointer;background:#00ffff1a;border:1px solid #00ffff4d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.AIChat-module__miJcCG__callbackButton:hover:not(:disabled){background:#0ff3;border-color:#00ffff80;transform:translateY(-2px)}.AIChat-module__miJcCG__callbackButton:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__miJcCG__inputContainer{background:#0000004d;border-top:1px solid #0ff3;gap:.75rem;padding:1.5rem;display:flex}.AIChat-module__miJcCG__input{color:#fff;background:#00ffff0d;border:1px solid #00ffff4d;border-radius:12px;outline:none;flex:1;padding:.875rem 1.125rem;font-size:.875rem;transition:all .2s}.AIChat-module__miJcCG__input:focus{background:#00ffff1a;border-color:#0ff9;box-shadow:0 0 20px #0ff3}.AIChat-module__miJcCG__input::placeholder{color:#666}.AIChat-module__miJcCG__input:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__miJcCG__sendButton{color:#000;cursor:pointer;background:linear-gradient(135deg,#0ff 0%,#f0f 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.AIChat-module__miJcCG__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 20px #00ffff80}.AIChat-module__miJcCG__sendButton:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__miJcCG__inquiryForm{background:#0000004d;border-top:1px solid #0ff3;padding:1.5rem}.AIChat-module__miJcCG__inquiryForm h4{color:#fff;margin-bottom:1rem;font-size:.9rem;font-weight:600}.AIChat-module__miJcCG__inquiryForm input{color:#fff;background:#00ffff0d;border:1px solid #00ffff4d;border-radius:12px;outline:none;width:100%;padding:.875rem 1.125rem;font-size:.875rem;transition:all .2s}.AIChat-module__miJcCG__inquiryForm input:focus{background:#00ffff1a;border-color:#0ff9;box-shadow:0 0 20px #0ff3}.AIChat-module__miJcCG__inquiryForm input::placeholder{color:#666}.AIChat-module__miJcCG__inquiryForm input:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.AIChat-module__miJcCG__chatWindow{width:calc(100vw - 2.75rem - 56px);max-width:none;height:calc(100vh - 100px);max-height:calc(100vh - 100px);bottom:80px;left:calc(1.75rem + 56px);right:auto}.AIChat-module__miJcCG__chatButton{min-width:56px;height:56px;padding:0 1rem}.AIChat-module__miJcCG__buttonLabel{font-size:.75rem;display:inline-block}}
@font-face{font-family:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/098850a6eb1f8577-s.be7b2560.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:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/6dac7af80352e41b-s.303f13d5.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/21445b8bd0ec5702-s.077f82d0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.p.c91099f6.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.073fd20a.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:Rubik;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.8e1a882d.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:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/098850a6eb1f8577-s.be7b2560.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:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6dac7af80352e41b-s.303f13d5.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/21445b8bd0ec5702-s.077f82d0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.p.c91099f6.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.073fd20a.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:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.8e1a882d.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/098850a6eb1f8577-s.be7b2560.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6dac7af80352e41b-s.303f13d5.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/21445b8bd0ec5702-s.077f82d0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.p.c91099f6.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.073fd20a.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.8e1a882d.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/098850a6eb1f8577-s.be7b2560.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6dac7af80352e41b-s.303f13d5.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/21445b8bd0ec5702-s.077f82d0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.p.c91099f6.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.073fd20a.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.8e1a882d.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:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/098850a6eb1f8577-s.be7b2560.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:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/6dac7af80352e41b-s.303f13d5.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/21445b8bd0ec5702-s.077f82d0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.p.c91099f6.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.073fd20a.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:Rubik;font-style:normal;font-weight:900;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.8e1a882d.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:Rubik Fallback;src:local(Arial);ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.0%;size-adjust:104.98%}.rubik_32bcb511-module__h7rM9G__className{font-family:Rubik,Rubik Fallback;font-style:normal}.rubik_32bcb511-module__h7rM9G__variable{--font-rubik:"Rubik","Rubik Fallback"}
@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/3fd1b3eda9c5392f-s.p.2ae7fa5d.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:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0bcb14a778645c1f-s.80192c65.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/cacc9745706895a8-s.7e35873a.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/6ae070eaf7847c89-s.a5cdf1ce.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:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/14a9d8930cac1a04-s.84f01aea.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:Noto Sans Arabic;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/3fd1b3eda9c5392f-s.p.2ae7fa5d.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:Noto Sans Arabic;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/0bcb14a778645c1f-s.80192c65.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/cacc9745706895a8-s.7e35873a.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/6ae070eaf7847c89-s.a5cdf1ce.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:Noto Sans Arabic;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/14a9d8930cac1a04-s.84f01aea.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:Noto Sans Arabic;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/3fd1b3eda9c5392f-s.p.2ae7fa5d.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:Noto Sans Arabic;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/0bcb14a778645c1f-s.80192c65.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/cacc9745706895a8-s.7e35873a.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/6ae070eaf7847c89-s.a5cdf1ce.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:Noto Sans Arabic;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/14a9d8930cac1a04-s.84f01aea.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:Noto Sans Arabic Fallback;src:local(Arial);ascent-override:113.22%;descent-override:60.81%;line-gap-override:0.0%;size-adjust:121.35%}.noto_sans_arabic_499ceafe-module__0HMyCG__className{font-family:Noto Sans Arabic,Noto Sans Arabic Fallback;font-style:normal}.noto_sans_arabic_499ceafe-module__0HMyCG__variable{--font-arabic:"Noto Sans Arabic","Noto Sans Arabic Fallback"}
