@import"https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500&display=swap";.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}header{max-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:sticky;background:white}.header{max-width:1170px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0;background-color:#fff}.header .header__info{display:flex;gap:2rem}.header .header__info>.header__card{padding-right:2.5rem}.header .header__info>.header__card{border-right:1px solid var(--color-border)}.header .header__info .header__card .header__title{color:var(--color-primary);font-weight:500}.header .header__info .header__card .header__description{color:var(--color-text)}.header .header__support{color:#fff;background:var(--color-primary);border-radius:50px;padding:10px 30px;text-decoration:none;transition:ease .2s}.header .header__support:hover{background:var(--color-secondary);transform:translateY(-.5em)}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:15px;padding-bottom:5px}nav .menu{display:flex;list-style:none;gap:5em;padding:0 0 0 30px}nav .menu .menu__item a{color:var(--color-primary);text-decoration:none}nav .menu__icons{display:flex;gap:1rem}nav .menu__icons .menu__icon{color:#fff;background:var(--color-primary);border-radius:50px;padding:4px 10px;text-decoration:none;transition:ease .2s;text-align:center;font-size:16px}nav .menu__icons .menu__icon a{text-decoration:none;color:#fff}.hero{width:100%;height:690px;position:relative;overflow:hidden}.hero--background{background-image:url(/assets/images/medical-doctors-at-the-conference-E49QVN6.jpg);background-position:100% 24%;background-repeat:no-repeat;background-size:94% auto}.hero__overlay{position:relative;height:100%;width:100%;background-color:transparent;background-image:linear-gradient(120deg,var(--color-primary ) 40%,#000E4400 36%);opacity:1;transition:background .3s,border-radius .3s,opacity .3s;filter:blur(.8px)}.hero-main{position:relative;background-color:#fff;width:60%;padding:2rem 4rem;border-radius:5px;padding:10px 30px}.hero-content{position:absolute;top:20%;left:20%;display:flex}.hero-main .hero-information__overlay{background-color:transparent;background-image:url(/assets/images/bg-health.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:.4;height:100%;width:100%;top:0;left:0;position:absolute}.hero-main .hero-information__wrapper{position:relative;display:flex;justify-content:center;align-items:start;flex-direction:column;padding:3rem 2rem}.hero-main .hero-information__wrapper .hero-information__title{font-size:3.2rem;font-weight:700;letter-spacing:2px;color:var(--color-primary);position:relative}.hero-main .hero-information__wrapper .hero-information__title span{display:inline-block;background-image:linear-gradient(180deg,#FFFFFF00 72%,var(--color-secondary) 26%);font-weight:700;line-height:1.2em}.hero-main .hero-information__wrapper .hero-information__description{font-size:1rem;font-weight:500;color:var(--color-text)}.hero-main .hero-information__wrapper .hero-information__button{color:#fff;background:var(--color-primary);border-radius:50px;padding:10px 30px;text-decoration:none;transition:ease .2s;border:none;font-size:1rem;margin-top:18px;cursor:pointer}.hero-main .hero-information__wrapper .hero-information__video{position:absolute;bottom:-15%;right:-15%;background-color:#ff010182;border-radius:5px;padding:2.5rem}.hero-main .hero-information__wrapper .hero-information__video svg{font-size:3.5rem;color:#fff;cursor:pointer}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}@media screen and (max-width: 768px){header{display:none}.hero{height:480px}.hero-content{top:0%;left:0%}.hero-content .hero-main{width:100%}.hero-information__video{display:none}.hero-main .hero-information__wrapper{padding:2rem 1rem}.hero-main .hero-information__wrapper .hero-information__title{font-size:2rem}.hero-main .hero-information__wrapper .hero-information__description{padding-top:10px}}.overlay-trailer{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.trailer-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:1042;overflow:hidden;position:fixed}.trailer-content .trailer-content__iframe{background-color:#eee;width:600px;height:350px;border:solid 8px #eee;position:relative;border-radius:5px}.trailer-content .trailer-content__iframe iframe{width:100%;height:100%}.trailer-content__close{position:absolute;top:-20px;right:-20px;background:white;padding:.4rem;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.trailer-content__close svg{color:var(--color-primary);font-size:2rem}.container{max-width:1170px;width:100%;margin:0 auto;padding:1rem}.cards{position:relative;margin:30px 0;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 768px){.cards{grid-template-columns:repeat(1,1fr);row-gap:1rem}}.cards .cards__card{box-shadow:0 3px 30px #3d717526;border-style:solid;border-width:0px 0px 0px 0px;color:var(--color-white);padding:40px 50px;display:flex;flex-direction:column;gap:1rem}.cards .cards__card--white{background:var(--color-white);border-radius:5px 5px 0;color:var(--color-primary)}.cards .cards__card--blue{background:var(--color-primary)}.cards .cards__card--red{background:var(--color-secondary);border-radius:0 5px 5px 0}.cards .cards__card--blue .cards__card--title,.cards .cards__card--red .cards__card--title,.cards .cards__card--red .cards__card--link-primary{color:#fff}.cards__card .cards__card--button{color:#fff;background:var(--color-secondary);border-radius:50px;padding:10px 30px;text-decoration:none;transition:ease .2s;align-self:baseline;border:none;cursor:pointer}.cards__card .cards__card--title{font-size:1.5rem;font-weight:500}.cards__card .cards__card--title-gray{color:var(--color-primary)}.cards__card .cards__card--description{line-height:25px}.cards__card .cards__card--description-gray{color:var(--color-text)}.cards__card .cards__card--link-white{color:var(--color-white)}.cards__card .cards__card--link-primary{color:var(--color-primary)}.about{display:flex;position:relative;gap:2rem}.about .about__image{width:50%}.about .about__image .about__image-photo img{width:85%;border-radius:5px;box-shadow:39px 39px 0 5px #e5000040}.about .about__image .about__overlay{position:absolute;bottom:-5px;left:0}.about .about__image .about__overlay img{width:52%;border-style:solid;border-width:15px 15px 0px 0px;border-color:#fff;border-radius:0 5px 5px}.about .about-information{width:50%;padding:0 1rem;display:flex;flex-direction:column;gap:.8rem}.about .about-information .about-information--red{color:var(--color-secondary);font-weight:500;font-size:1.2rem}.about .about-information .about-information__title{font-size:2rem;font-weight:500;color:var(--color-primary)}.about .about-information .about-information__description{display:flex;flex-direction:column;gap:1rem;color:#848e9f}.about .about-information .about-information__footer{margin-top:2rem}.about .about-information .about-information__footer .about-information__footer--button{color:#fff;background:var(--color-primary);border-radius:50px;padding:10px 30px;text-decoration:none;transition:ease .2s;align-self:baseline;border:none;cursor:pointer;font-size:1rem}@media screen and (max-width: 768px){.about{flex-direction:column;justify-content:center;align-items:center}.about .about__image{width:100%;position:relative}.about .about__image .about__image-photo img{width:85%}.about .about-information{width:100%;margin-top:3rem}.about .about__image .about__overlay{position:absolute;bottom:0;left:0}.about .about-information .about-information__footer{align-self:center}}.numbers{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:6rem;padding:1rem;gap:2rem}.numbers .numbers-wrapper--tree{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.numbers .numbers-wrapper .numbers-wrapper__content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem}.numbers .numbers-wrapper .numbers-wrapper__content svg{font-size:2rem;color:var(--color-primary);opacity:.9}.numbers .numbers-wrapper .numbers-wrapper__content .number-percentage-wrapper{font-weight:500;font-size:2rem;color:var(--color-primary)}.numbers .numbers-wrapper .numbers-wrapper__content .number-percentage-wrapper .number-percentage{font-size:2rem;color:var(--color-primary)}.numbers .numbers-wrapper .numbers-wrapper__content .numbers-wrapper__content--title{color:var(--color-text);font-weight:400;font-size:1rem;text-align:center}@media screen and (max-width: 768px){.numbers{margin-top:1rem}.numbers .numbers-wrapper--tree{grid-template-columns:repeat(2,1fr)}}.our-service{margin-top:2rem}.our-service__content{margin-top:3rem}.our-service .our-service__information{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.our-service .our-service__information .our-service__service{color:var(--color-secondary);font-size:1.2rem}.our-service .our-service__information .our-service__title{font-size:2rem;color:var(--color-primary)}.our-service .our-service__information .our-service__description{color:var(--color-text);font-weight:400;width:50%;text-align:center}.our-service .our-service__content{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.our-service .our-service__content .our-service__card{border-radius:10px;box-shadow:0 3px 30px #3d717526;padding:2rem 2rem 4rem;transition:ease .2s;cursor:pointer;background:white}.our-service .our-service__content .our-service__card:hover{transform:translateY(.5em)}.our-service .our-service__content .our-service__card .our-service__card-title{color:var(--color-primary);position:relative}.our-service .our-service__content .our-service__card .our-service__card-title:before{content:"";position:absolute;left:0;bottom:0;width:40px;height:4px}.our-service .our-service__content .our-service__card .our-service__card-title:nth-child(1):before{background:var(--color-secondary)}.our-service .our-service__content .our-service__card .our-service__card-description{margin-top:.4rem;font-size:.9rem;color:var(--color-text);font-weight:400}@media screen and (max-width: 768px){.our-service .our-service__content{grid-template-columns:repeat(1,1fr)}.our-service .our-service__information .our-service__description{width:100%}}.softwares{margin-top:5rem}.softwares .softwares__content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.softwares .softwares__content .softwares__service-red{color:var(--color-secondary);font-size:1.2rem}.softwares .softwares__content .softwares__title{font-size:2rem;color:var(--color-primary)}.softwares .softwares__content .softwares__description{color:var(--color-text);font-weight:400;width:50%;text-align:center}.softwares .softwares__content .softwares__cards{display:grid;grid-template-columns:repeat(3,1fr);row-gap:60px;column-gap:20px;justify-content:center;align-items:center}.softwares .softwares__content .softwares__cards .softwares__card{padding-left:5rem;padding-right:5rem}.softwares .softwares__content .softwares__cards .softwares__cards--large{grid-column:2;margin:2rem 0;padding-left:0rem;padding-right:0rem}.softwares .softwares__content .softwares__cards-four{grid-template-columns:repeat(4,1fr);margin-top:5rem}.softwares .softwares__content .softwares__cards-four .softwares__card{padding-left:1rem;padding-right:1rem}@media screen and (max-width: 768px){.softwares{width:100%;padding-top:4rem 0}.softwares .softwares__content .softwares__description{width:100%;padding-bottom:2rem}.softwares .softwares__content .softwares__cards{grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.softwares .softwares__content .softwares__cards .softwares__card{padding-left:1rem;padding-right:1rem}.softwares .softwares__content .softwares__cards .softwares__cards--large{grid-column:span 2}.softwares .softwares__content .softwares__cards-four{margin-top:1rem}}.work-with-us{margin-top:6rem;margin-bottom:4rem;display:flex;border-radius:10px;box-shadow:0 3px 30px #3d717526;overflow:hidden}.work-with-us__content{width:50%}.work-with-us-form{width:50%;background:var(--color-white);padding:1rem 2rem}.work-with-us__content .work-with-us--wrapper{background-color:#fff;background-image:url(/assets/images/group-of-doctors-standing-in-hospital-on-medical-conference-.jpg);background-position:50% 0%;background-size:cover}.work-with-us-form .work-with-us-form__content{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 0}.work-with-us__content .work-with-us__main{background-color:#fff;background-image:url(/assets/images/group-of-doctors-standing-in-hospital-on-medical-conference-.jpg);background-position:50% 0%;background-size:cover;height:100%;position:relative;display:flex;justify-content:center;align-items:end}.work-with-us__content .work-with-us__main .work-with-us__content-overlay{background-color:transparent;background-image:linear-gradient(180deg,#FFFFFF00 9%,var(--color-primary ) 80%);opacity:1;height:100%;width:100%;top:0;left:0;position:absolute}.work-with-us__content .work-with-us__wrapper{position:relative;width:70%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:3rem}.work-with-us__content .work-with-us__wrapper svg{font-size:2rem;background-color:#fff;padding:12px;border-radius:10px;box-shadow:0 3px 30px #3d717526}.work-with-us__content .work-with-us__wrapper .work-with-us__title{color:var(--color-white);font-size:1.8rem}.work-with-us__content .work-with-us__wrapper .work-with-us__description{color:var(--color-white);font-weight:400;font-size:.9rem;text-align:center}.work-with-us__content-overlay{background-color:transparent;background-image:linear-gradient(180deg,#FFFFFF00 9%,var(--e-global-color-primary ) 80%);opacity:1}.work-with-us-form .work-with-us-form__content .form__group{width:50%;padding:1rem}.work-with-us-form .work-with-us-form__content .form__group--message{width:100%}.work-with-us-form .work-with-us-form__content .form__group .form__controls{position:relative}.work-with-us-form .work-with-us-form__content .form__group .form__controls input{background:#fafafa;padding:15px 25px;border-radius:5px;border-style:solid;border-color:#ededed;border-width:1px 1px 1px 1px;font-size:.9rem;font-weight:400}.work-with-us-form .work-with-us-form__content .form__group .form__controls input.error{border:solid 1px #f00}.work-with-us-form .work-with-us-form__content .form__group .form__controls input:focus{outline:0}.work-with-us-form .work-with-us-form__content .form__group .form__controls textarea{width:100%;background:#fafafa;padding:15px 25px;border-radius:5px;border-style:solid;border-color:#ededed;border-width:1px 1px 1px 1px;font-size:.9rem;font-weight:400}.work-with-us-form .work-with-us-form__content .form__group .form__controls textarea.error{border:solid 1px #f00}.work-with-us-form .work-with-us-form__content .form__group .form__controls textarea{outline:0}.work-with-us-form .work-with-us-form__content .form__group span{font-style:italic;color:var(--color-text);font-weight:400;font-size:.8rem}.work-with-us-form .work-with-us-form__content .form__group label span{font-size:.9rem}.work-with-us-form .work-with-us-form__content .form__group--file .form__controls{padding:0}.work-with-us-form .work-with-us-form__content .form__group--file label{color:var(--color-primary);display:flex;align-items:center;gap:.8rem}.work-with-us-form .work-with-us-form__content .form__group--file label.error{border:solid 1px #f00}.work-with-us-form .work-with-us-form__content .form__group--file label svg{font-size:1.3rem;color:var(--color-text)}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputfile+label{font-size:1.25em;font-weight:700;color:#fff;background:#fafafa;padding:15px;border-radius:5px;border-style:solid;border-color:#ededed;border-width:1px 1px 1px 1px;display:inline-block}.inputfile:focus+label,.inputfile+label:hover{color:var(--color-border)}.inputfile:focus+label{outline:1px dotted #000;outline:-webkit-focus-ring-color auto 5px}.form__button{color:#fff;background:var(--color-secondary);border-radius:50px;padding:10px 30px;text-decoration:none;transition:ease .2s;align-self:baseline;border:none;cursor:pointer;font-weight:500;font-size:14px;align-self:flex-end}@media screen and (max-width: 768px){.work-with-us{flex-direction:column;box-shadow:0 0}.work-with-us__content{width:100%;height:400px}.work-with-us-form{width:100%;background:var(--color-white);padding:1rem}.work-with-us-form .work-with-us-form__content .form__group,.work-with-us-form .work-with-us-form__content .form__group .form__controls input{width:100%}}footer{max-width:100%;width:100%;background-color:#000b29;position:sticky}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;padding:4rem 0}.footer-content .footer-information{display:flex;flex-direction:column;gap:1rem}.footer-content .footer-information p{color:var(--color-text);font-size:1rem;font-weight:400}.footer-content .footer-information .footer-contact__social-media{flex:1;display:flex;gap:1.4rem;margin-top:1rem}.footer-content .footer-information .footer-contact__social-media .footer-contact__social-link{color:#fff;background:var(--color-secondary);border-radius:50px;width:calc(15px + 1.4em);height:calc(15px + 1.4em);text-decoration:none;transition:ease .2s;text-align:center;line-height:25px;display:flex;justify-content:center;align-items:center}.footer-content .footer-information .footer-contact__social-media .footer-contact__social-link svg{font-size:18px}.footer-content .footer-information .footer-contact__social-media .footer-contact__social-link a{text-decoration:none;color:#fff}.footer-content .footer-information .footer__list{display:flex;flex-direction:column}.footer-content .footer__title{color:#fff;margin-bottom:16px}.footer__separator{width:100%;height:1px;margin-bottom:1rem;background:#848E9F}.footer-content .footer__list ul{display:flex;flex-direction:column;text-decoration:none;list-style:none}.footer-content .footer__list ul>li{margin-top:18px}.footer-content .footer__list ul>li a{color:#fff}.footer-content .footer__list ul li a>svg{color:var(--color-secondary);margin-right:8px}.footer-content .footer__contact ul{display:flex;flex-direction:column;text-decoration:none;list-style:none}.footer-content .footer__contact ul>li{margin-top:18px}.footer-content .footer__contact ul>li a{color:#fff}.footer-content .footer__contact ul li a>svg{color:var(--color-secondary);margin-right:8px}.footer__map{position:relative}.description{pointer-events:none;position:absolute;font-size:18px;text-align:center;padding:10px 15px;z-index:5;height:30px;margin:0 auto;border-radius:5px;font-weight:700;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;letter-spacing:1px;display:none}.footer-divide{width:100%;border:1px solid #A0AABA2B;border-top:1px solid #A0AABA2B}.footer-wrapper{display:flex;justify-content:space-between;padding:2rem 0;color:var(--color-text)}@media screen and (max-width: 768px){.footer-content{gap:2rem}.footer-content .footer-information{width:100%;justify-content:center;align-items:center}.footer-content .footer-information p{text-align:center}.footer__list{width:100%}.footer-content .footer__list ul{flex-direction:row;flex-wrap:wrap}.footer-content .footer__list ul li{width:50%}.footer-content .footer__list ul li a{text-decoration:underline;text-underline-offset:8px}.footer__contact{width:100%}.footer-content .footer__contact ul{flex-direction:row;align-items:center;flex-wrap:wrap}.footer-content .footer__contact ul li{width:50%}.footer-content .footer__contact ul li a{text-decoration:underline;text-underline-offset:8px;font-size:.9rem}.footer__map{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}}.menu-mobile{position:sticky;width:100%;bottom:0;left:0;z-index:9999}.menu-mobile .menu-mobile__content{padding:1rem;width:100%;background-color:#fff;display:none}.menu-mobile .menu-mobile__content ul{list-style:none;display:flex;justify-content:space-between}.menu-mobile .menu-mobile__content ul li{display:flex;flex-direction:column;justify-content:center;gap:.7rem}.menu-mobile .menu-mobile__content ul li svg{font-size:1.2rem;color:var(--color-secondary)}@media screen and (max-width: 992px){.menu-mobile .menu-mobile__content{display:block}}.report-container{height:85vh;margin:8px auto;width:90%}body{font-family:Segoe UI;margin:0}.container-report{max-width:1321px;width:100%;margin:0 auto;padding:1rem}.header{max-width:1321px}.display-message{align-items:center;display:flex;font:400 18px/27px Segoe UI;height:30px;justify-content:center;margin-top:8px;text-align:center}.position{margin-top:40vh}.embed-report{margin-top:18px;text-align:center;margin-right:0}.controls{margin-top:20px;text-align:center;flex:1}.footer{align-items:center;background:#f7f8fa 0 0 no-repeat padding-box;display:flex;font:400 16px/21px Segoe UI;height:42px;justify-content:center;width:100%}.footer *{padding:0 3px}.footer-icon{border-radius:50%;height:22px;vertical-align:middle}.footer a{color:#3a3a3a;text-decoration:underline}iframe{border:none}nav .menu .menu__item>button{padding:0;border:none;background:transparent;color:var(--color-primary);font-size:16px;cursor:pointer}.selectedButton{color:var(--color-secondary)!important}:root{--color-primary: #000E44;--color-secondary: #FF0101;--color-text: #848E9F;--color-accent: #000E44;--color-white: #FFFFFF;--color-color-400: #29A4FF;--color-border: #eaeaea;--foreground-rgb: 0, 0, 0;--background-start-rgb: 214, 219, 220;--background-end-rgb: 255, 255, 255}*{padding:0;margin:0;box-sizing:border-box;font-family:Heebo,sans-serif;font-weight:500}body{font-family:Heebo}a{text-decoration:none;color:var(--color-primary)}img{max-width:100%;display:block;height:auto}img,video,iframe{max-inline-size:100%;block-size:auto}.divider{width:100%;height:1px;background:var(--color-border)}@media (prefers-color-scheme: dark){:root{--foreground-rgb: 255, 255, 255;--background-start-rgb: 0, 0, 0;--background-end-rgb: 0, 0, 0}}
