@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap";.en{font-family:Open Sans}.ar{font-family:Cairo,sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:Cairo,sans-serif}body{background-color:#f5f5f5}:root{--brand-orange: #eb9d15;--brand-blue: #00acf8;--brand-yellow: #ffeb3b;--brand-purple: #9c27b0;--brand-pink: #e91e63;--brand-brown: #795548;--brand-grey: #9e9e9e;--brand-black: #212121;--brand-white: #fff;--brand-light: #f5f5f5;--brand-dark: #424242;--brand-light-grey: #bdbdbd;--brand-lighter-grey: #e0e0e0;--color1: #242d3c;--color2: #89919c;--color3: #fff;--black: #242424;--white: #f5f5f5;--pill: #e0d4be;--red: #cc033f;--i: #f5f5f5;--primary-color: var(--brand-blue);--secondary-color: #2d6ac6;--text-primary: #2c3e50;--text-secondary: #606f7b;--shadow-sm: 0 2px 4px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px rgba(0,0,0,.1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--brand-blue-rgb: 41, 98, 255;--secondary-color-rgb: 75, 85, 99;--brand-blue-dark: #0076ad;--brand-green: #00bfa5;--brand-red: #ff5252;--text-primary: #1E293B;--text-secondary: #64748B;--background-light: #f8fafc;--background-white: #ffffff;--border-light: #e2e8f0;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--whatsapp-green: #25D366}.loading{display:flex;align-items:center;justify-content:center;height:80vh}.loader{--dim: 3rem;width:var(--dim);height:var(--dim);position:relative;animation:spin988 1.5s linear infinite}.loader .circle{--dim: 1.2rem;width:var(--dim);height:var(--dim);background-color:var(--color);border-radius:50%;position:absolute}.blue{--color: var(--brand-blue)}.yellow{--color: var(--brand-orange)}.loader .circle:nth-child(1){top:0;left:0}.loader .circle:nth-child(2){top:0;right:0}.loader .circle:nth-child(3){bottom:0;left:0}.loader .circle:nth-child(4){bottom:0;right:0}@keyframes spin988{0%{transform:scale(1) rotate(0)}25%{transform:scale(1) rotate(90deg)}50%{transform:scale(1) rotate(180deg)}75%{transform:scale(1) rotate(270deg)}to{transform:scale(1) rotate(360deg)}}.Btn{display:flex;align-items:center;justify-content:flex-start;width:45px;height:45px;border-radius:22.5px;border:none;cursor:pointer;position:relative;overflow:hidden;transition-duration:.3s;box-shadow:2px 2px 10px #0003;background:linear-gradient(144deg,#9ae1ff 0%,var(--brand-blue) 100%)}.sign{width:100%;font-size:1.7em;color:#fff;transition-duration:.3s;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.textBtn{position:absolute;right:0%;width:0%;opacity:0;color:#fff;font-size:1.4em;font-weight:500;transition-duration:.3s}.Btn:hover{width:125px;transition-duration:.3s}.Btn:hover .sign{width:30%;transition-duration:.3s;padding-left:15px}.Btn:hover .textBtn{opacity:1;width:70%;transition-duration:.3s;padding-right:15px}.Btn:active{transform:translate(2px,2px)}.toggle-switch{position:relative;display:inline-block;width:40px;height:24px;margin:10px}.toggle-switch .toggle-input{display:none}.toggle-switch .toggle-label{position:absolute;top:0;left:0;width:40px;height:24px;background-color:#636363;border-radius:34px;cursor:pointer;transition:background-color .3s}.toggle-switch .toggle-label:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;top:2px;left:2px;background-color:#fff;box-shadow:0 2px 5px #0000004d;transition:transform .3s}.toggle-switch .toggle-input:checked+.toggle-label{background-color:#4caf50}.toggle-switch .toggle-input:checked+.toggle-label:before{transform:translate(16px)}.toggle-switch.light .toggle-label{background-color:#bebebe}.toggle-switch.light .toggle-input:checked+.toggle-label{background-color:#9b9b9b}.toggle-switch.light .toggle-input:checked+.toggle-label:before{transform:translate(6px)}.toggle-switch.dark .toggle-label{background-color:#4b4b4b}.toggle-switch.dark .toggle-input:checked+.toggle-label{background-color:#717171}.toggle-switch.dark .toggle-input:checked+.toggle-label:before{transform:translate(16px)}.fade-in-card{opacity:0;transform:translateY(20px);transition:all .3s ease-in-out}.fade-in-card.is-inViewport{opacity:1;transform:translateY(0)}.animate-slide-in{opacity:0;transform:translateY(50px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-slide-in.is-inViewport{opacity:1;transform:translateY(0)}.tests .carousel__prev,.tests .carousel__next{background-image:linear-gradient(120deg,#e1b66c 0%,var(--brand-orange) 100%);border-radius:.5rem;width:40px;height:40px}.tests .carousel__prev .carousel__icon,.tests .carousel__next .carousel__icon{display:block;color:var(--brand-white)}@media screen and (max-width: 768px){.fade-in-card,.animate-slide-in{opacity:1}.carousel__prev svg,.carousel__next svg{display:none}.tests .carousel__prev,.tests .carousel__next{background-image:linear-gradient(120deg,#e1b66c 0%,var(--brand-orange) 100%);border-radius:.5rem;width:40px;height:40px;cursor:none}.tests .carousel__prev .carousel__icon,.tests .carousel__next .carousel__icon{display:block;color:var(--brand-white)}}html{scroll-behavior:smooth}.ProseMirror{outline:none;padding:1rem;min-height:150px;position:relative;border:1px solid #ddd}.footer[data-v-99e70fcb]{background-image:linear-gradient(315deg,#384a5c,#0d1a2b 74%);color:#fff;padding:50px 0;font-size:14px;line-height:24px;width:100%;margin:0 auto;border-radius:1rem 1rem 0 0}.footer-content[data-v-99e70fcb]{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px}.footer-section[data-v-99e70fcb]{flex:0 0 33.333333%;max-width:33.333333%;position:relative;width:100%;padding-left:15px;padding-right:15px}.footer-subsection[data-v-99e70fcb]{display:flex;align-items:center;margin-bottom:30px}.border-down[data-v-99e70fcb]{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:20px}.infoIcon[data-v-99e70fcb]{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px}.infoIcon svg[data-v-99e70fcb]{width:35px;height:35px;color:var(--brand-orange)}.info h4[data-v-99e70fcb]{font-size:18px;font-weight:600;margin-bottom:5px}.info span[data-v-99e70fcb]{font-size:14px;font-weight:400;color:#fff}.logo[data-v-99e70fcb]{width:100%;max-width:200px}.logo img[data-v-99e70fcb]{width:200px;height:200px;margin-bottom:20px}.description[data-v-99e70fcb]{margin-bottom:30px}.description p[data-v-99e70fcb]{font-size:14px;font-weight:400;color:#fff}.social[data-v-99e70fcb]{margin-bottom:30px}.footer-section .description p[data-v-99e70fcb]:after{background:var(--brand-orange);content:"";display:block;height:2px;width:50px;margin-top:20px}.social h3[data-v-99e70fcb]{font-size:18px;font-weight:600;margin-bottom:20px}.social-icons[data-v-99e70fcb]{display:flex;align-items:center}.social-icons .icon[data-v-99e70fcb]{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;transition:all .3s ease-in-out 0s}.info[data-v-99e70fcb]{display:flex;flex-direction:column}.icon[data-v-99e70fcb]{height:40px;width:40px;text-align:center;line-height:38px;border-radius:50%;margin-right:5px;margin-left:5px;transition:all .3s ease-in-out 0s;cursor:pointer;position:relative;overflow:hidden;border:1px solid var(--brand-blue)}.icon[data-v-99e70fcb]:hover{transform:scale(1.2);border:2px solid var(--brand-orange)}.icon svg[data-v-99e70fcb]{position:relative;fill:#fff;transition:all .3s ease-in-out 0s;font-size:22px;margin-top:8px;color:#fff}.icon svg[data-v-99e70fcb]:hover{margin-top:8px}.facebook[data-v-99e70fcb]{background:#3b5998}.x-twitter[data-v-99e70fcb]{background:#000}.instagram[data-v-99e70fcb],.youtube[data-v-99e70fcb]{background:#e95950}.tiktok[data-v-99e70fcb]{background:#000}.whatsapp[data-v-99e70fcb]{background:#25d366}.linkedin[data-v-99e70fcb]{background:#0077b5}.useful-links[data-v-99e70fcb]{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:30px;margin-top:30px}.useful-links h3[data-v-99e70fcb]{font-size:18px;font-weight:600;margin-bottom:20px}.useful-links h3[data-v-99e70fcb]:after{background:var(--brand-orange);content:"";display:block;height:2px;width:50px;margin-top:20px}.footer-links[data-v-99e70fcb]{display:flex;flex-wrap:wrap;margin-bottom:30px}.footer-links .two[data-v-99e70fcb]{margin:0rem 5rem 0 0}ul[data-v-99e70fcb]{list-style:none;padding:0;margin:0}.footer-links li[data-v-99e70fcb]{margin-bottom:10px}.footer-links li a[data-v-99e70fcb]{font-size:14px;font-weight:400;color:#fff;transition:all .3s ease-in-out 0s;text-decoration:none}.footer-links li a[data-v-99e70fcb]:hover{color:var(--brand-orange)}.subscribe[data-v-99e70fcb]{display:flex;flex-direction:column;margin-bottom:30px;margin-top:30px}.subscribe h3[data-v-99e70fcb]{font-size:18px;font-weight:600;margin-bottom:20px}.subscribe h3[data-v-99e70fcb]:after{background:var(--brand-orange);content:"";display:block;height:2px;width:50px;margin-top:20px}.subscribe p[data-v-99e70fcb]{font-size:14px;font-weight:400;color:#fff;margin-bottom:20px}.subscribe form[data-v-99e70fcb]{display:flex;align-items:center}.subscribe form input[data-v-99e70fcb]{width:100%;height:40px;border:1px solid #fff;border-radius:5px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:400;color:#000;margin-right:10px}.subscribe form button[data-v-99e70fcb]{width:40px;height:40px;background:var(--brand-orange);border:none;border-radius:5px;font-size:14px;font-weight:400;color:#fff;cursor:pointer;transition:all .3s ease-in-out 0s}.subscribe form button[data-v-99e70fcb]:hover{background:var(--brand-blue)}.copyRight[data-v-99e70fcb]{display:flex;justify-content:space-evenly;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:30px}.footer-section p[data-v-99e70fcb]{font-size:14px;font-weight:400;color:#e9e9e9}.footer-section p span[data-v-99e70fcb]{font-size:14px;font-weight:400;color:var(--brand-orange)}.footer-section p a[data-v-99e70fcb]{font-size:14px;font-weight:400;transition:all .3s ease-in-out 0s;color:var(--brand-blue);text-decoration:none}@media (max-width: 1199px){.footer-section[data-v-99e70fcb]{flex:0 0 50%;max-width:50%;position:relative;width:100%;padding-left:15px;padding-right:15px}}@media (max-width: 991px){.footer-section[data-v-99e70fcb]{flex:0 0 100%;max-width:100%;position:relative;width:100%;padding-left:15px;padding-right:15px}}@media (max-width: 767px){.footer[data-v-99e70fcb]{padding:0}.footer-content[data-v-99e70fcb]{flex-direction:column}.footer-section[data-v-99e70fcb]{flex:0 0 100%;max-width:100%;position:relative;width:100%;padding-left:15px;padding-right:15px}.footer-subsection[data-v-99e70fcb]{flex-direction:column;align-items:flex-start;margin:30px 20px}.infoIcon[data-v-99e70fcb]{margin-bottom:20px}.social[data-v-99e70fcb]{width:100%;margin-bottom:20px}.social-icons[data-v-99e70fcb]{justify-content:center}.icon[data-v-99e70fcb]{margin-right:0;margin-left:0}.footer-links[data-v-99e70fcb],.subscribe[data-v-99e70fcb]{margin-bottom:20px}}.card[data-v-177cb2e1]{width:90%;height:100%;transition:all .2s;position:relative;margin:auto;margin-top:2rem;margin-bottom:5rem}.card-inner[data-v-177cb2e1]{width:100%;height:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:5rem}.circle[data-v-177cb2e1]{width:100px;height:100px;border-radius:35% 30% 75%/49% 30% 70% 51%;position:absolute;animation:move-up6-177cb2e1 2s ease-in infinite alternate-reverse}.circle[data-v-177cb2e1]:nth-child(1){top:-25px;left:-25px;background:repeating-linear-gradient(48deg,#3023ae,#00acf8)}.circle[data-v-177cb2e1]:nth-child(2){bottom:-25px;right:-25px;animation-name:move-down1-177cb2e1;background:repeating-linear-gradient(48deg,#eb9d15,#eb9d15)}@keyframes move-up6-177cb2e1{to{transform:translateY(-10px)}}@keyframes move-down1-177cb2e1{to{transform:translateY(10px)}}.vision[data-v-177cb2e1]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2rem}.vision h1[data-v-177cb2e1]{color:var(--brand-orange)}.mission h1[data-v-177cb2e1]{color:var(--brand-blue)}.mission[data-v-177cb2e1]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-top:1px solid rgba(0,0,0,.137);padding-top:2rem}.header[data-v-177cb2e1]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.header h1[data-v-177cb2e1]{font-size:2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.content[data-v-177cb2e1]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.content p[data-v-177cb2e1]{font-size:1rem;font-weight:400;color:#333;text-align:center;letter-spacing:1px}@media screen and (max-width: 768px){.card[data-v-177cb2e1]{width:85%;height:100%;margin:0 auto;margin-top:5rem;margin-bottom:5rem}.card-inner[data-v-177cb2e1]{width:100%;height:100%;padding:2rem}.circle[data-v-177cb2e1]{width:50px;height:50px}.header h1[data-v-177cb2e1]{font-size:1.5rem}.content p[data-v-177cb2e1]{font-size:.8rem}}
