@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}body{--main-color: #28a48d;--secondary-color: #082d50;--background-color: #eaf4f0;--white-color: #ffffff;--light-grey-color: #f3f3f3;--dark-grey-color: #c2c2c2;--secondary-grey-color: #5e7489;--secondary-grey-50-color: #5e748980;--main-light-color: #aadad1;--main-lighter-color: #e3f2ef;--main-dark-color: #208371;--border-radius: 24px;--border-radius-sm: 12px;font-family:"Instrument Sans",sans-serif;font-weight:500;background-color:var(--background-color);margin:0;padding:0;color:var(--secondary-color);position:relative;padding:46px 16px}.desktop,.hidden{display:none !important}.highlighted-text{color:var(--main-color)}a{color:var(--main-color)}input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:var(--white-color);margin:0;font:inherit;color:var(--white-color);width:24px;height:24px;border:1px solid var(--main-color);border-radius:6px}input[type=checkbox]:checked{background-color:var(--main-color);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 10"><path stroke="%23fff" stroke-width="1.41" d="M11.86.76 4.3 8.33 1.06 5"/></svg>');background-position:center;background-repeat:no-repeat;background-size:13px}header{background-color:#fff;border-radius:var(--border-radius);box-shadow:0px 2px 10px rgba(0,0,0,.1);left:50%;max-width:950px;padding:12px 18px;position:absolute;top:46px;transform:translateX(-50%);width:calc(100% - 32px);z-index:2}header nav{display:flex;align-items:center;justify-content:space-between}header .logo{max-width:175px}header .logo svg{width:100%}header nav{position:relative}header nav .main-menu{align-items:flex-start;background-color:var(--main-color);border-radius:var(--border-radius-sm);display:flex;flex-direction:column;gap:5px;list-style:none;max-height:0;overflow:hidden;padding-inline:16px;position:absolute;right:0;top:49px;transition:all .3s ease-in-out;z-index:-99}header nav li{border-radius:50px}header nav li.main-link{border:1px solid var(--white-color)}header nav li.main-link a{padding:13px 16px}header nav li.main-link.active{background-color:var(--white-color);border-color:var(--main-light-color)}header nav li.main-link.active a{color:var(--secondary-color)}header nav li.main-link:hover{background:var(--light-grey-color);border-color:var(--secondary-grey-50-color)}header nav li a{display:block;font-size:.875rem;text-decoration:none;color:var(--white-color)}header nav li:not(.main-link){position:relative;margin:6px 12px}header nav li:not(.main-link)::after{display:block;content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-2px;left:0;background-color:var(--white-color);transition:transform .25s ease-out;transform-origin:bottom left}header nav li:not(.main-link):hover::after,header nav li:not(.main-link):active::after,header nav li:not(.main-link).active::after{transform:scaleX(1)}header nav li:not(.main-link).active::after{background-color:var(--white-color)}header nav .menu-mobile{display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius-sm);background-color:var(--main-color);height:44px;width:44px}header nav .menu-mobile.is-open .open-icon{display:none}header nav .menu-mobile.is-open .close-icon{display:block}header nav .menu-mobile.is-open~.main-menu{max-height:206px;padding-block:24px;z-index:1}header nav .close-icon{display:none}main{width:100%;margin:0}footer{background-color:var(--white-color);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);color:var(--secondary-color);display:flex;flex-direction:column;gap:40px;margin:-20px -16px -46px;padding:64px 24px 32px}footer .footer-container{border-bottom:1px solid var(--dark-grey-color);display:flex;gap:32px;justify-content:space-around;padding-bottom:40px}footer .footer-menu{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0}footer .footer-menu li a{color:var(--secondary-color);font-size:.875rem;letter-spacing:-0.14px;line-height:1.2;text-decoration:none}footer .footer-logo{flex:0 0 135px}footer .footer-legal{display:flex;flex-direction:column;font-size:.875rem;gap:32px;letter-spacing:-0.14px;line-height:1.2;text-align:center}footer .legal-links{display:flex;gap:48px;justify-content:center;list-style:none;padding:0}footer .legal-links a{color:var(--secondary-color);font-size:.725rem;letter-spacing:-0.1px;line-height:1;text-decoration:none}.arrow-anchor{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-sm);border:none;display:flex;height:48px;justify-content:center;width:48px}.arrow-anchor:hover{background-color:var(--main-dark-color)}@media screen and (min-width: 768px){body{padding:0 40px;overflow-x:hidden}body main{position:relative;max-width:1450px;margin:0 auto}body .desktop{display:block !important}body .mobile,body .mobile.menu-mobile{display:none !important}body header{border-radius:40px;padding:12px 24px;position:fixed;z-index:9}body nav .main-menu{align-items:center;background-color:rgba(0,0,0,0);display:flex;flex-direction:row;gap:32px;max-height:unset;padding-inline:0;position:static;transition:unset;z-index:1}body nav .main-menu .main-link{border-color:var(--secondary-color);flex:0 0 auto}body nav .main-menu .main-link.active{background-color:var(--secondary-color);border-color:var(--secondary-color)}body nav .main-menu .main-link.active a{color:var(--white-color)}body nav .main-menu li:not(.main-link)::after{background-color:var(--main-color)}body nav .main-menu li:not(.main-link).active::after{background-color:var(--secondary-color)}body nav .main-menu a{color:var(--secondary-color)}body footer{gap:48px;padding:80px 40px 40px}body footer .footer-container{align-items:flex-end;justify-content:space-between}body footer .footer-logo{flex:0 1 245px;min-width:135px}body footer .footer-menu{flex:1 0 auto;flex-direction:row;gap:40px}body footer .footer-menu li a{font-size:1.5rem;letter-spacing:-0.24px;line-height:1}body footer .footer-legal{display:flex;flex-direction:row;justify-content:space-between}body footer .footer-info{display:flex;gap:4px}body footer .legal-links a{font-size:1rem}}.background-vector{animation:infiniteSpin 30s linear infinite;position:absolute;top:-70px;z-index:-1;left:-160px;filter:blur(17px)}.hero{display:flex;flex-direction:column;align-items:center;gap:24px;padding:134px 0 24px}.hero h1{font-size:2.5rem;line-height:1;font-weight:600;letter-spacing:-2px}.hero .hero-description{letter-spacing:.65px;padding:32px 0}.search-bar{position:relative;width:100%}.search-bar input{border:1px solid var(--main-color);border-radius:40px;display:flex;height:72px;outline:none;padding:17px 60px;width:100%}.search-bar input::placeholder{transform:translateY(-10px);white-space:pre-line}.search-bar button{display:flex;align-items:center;justify-content:center;height:48px;width:48px;border-radius:50%;border:none;background-color:var(--main-color);top:12px;right:14px;position:absolute}.search-bar .search-icon{top:22px;left:20px;position:absolute}.search-bar .most-searched{padding-top:16px;display:flex;font-weight:600;font-size:.875rem;gap:16px}.search-bar .most-searched p{flex:0 0 auto}.search-bar .most-searched-terms{flex:1 0 0;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:16px;scrollbar-width:none}.search-bar .most-searched-terms::-webkit-scrollbar{display:none}.search-bar .most-searched-terms a{flex:1 0 auto;line-height:1.71}.info{background-color:var(--white-color);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:16px;padding:32px 24px}.info h2{font-size:2.75rem;font-weight:500;line-height:1;letter-spacing:-2px}.info p{font-weight:600}.info .path{align-self:center;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 343 670"><path stroke="%23F3F3F3" stroke-width="6" d="M601.559 661.647H149.5c-65.17 0-118-52.831-118-118V505c0-65.17 52.83-118 118-118h68.23c53.721 0 97.27-43.549 97.27-97.27s-43.549-97.271-97.27-97.271h-75.75c-52.18 0-94.48-42.3-94.48-94.48V71.5c0-37.555-30.445-68-68-68"/><circle cx="47.402" cy="59.926" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="47.402" cy="59.926" r="2.744" fill="%23082D50"/><circle cx="271.952" cy="369.402" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="271.952" cy="369.403" r="2.744" fill="%23082D50"/><circle cx="31.344" cy="514.402" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="31.343" cy="514.403" r="2.744" fill="%23082D50"/><circle cx="241.13" cy="196.032" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="241.13" cy="196.032" r="2.744" fill="%23082D50"/><circle cx="202.731" cy="662.174" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="202.731" cy="662.174" r="2.744" fill="%23082D50"/></svg>');background-position:left;background-repeat:no-repeat;background-size:contain;height:620px;list-style:none;margin-bottom:70px;min-width:300px;padding:0;position:relative}.info .path span{color:var(--main-color);font-size:2.5rem}.info .path li{display:flex;flex-direction:column;font-size:.875rem;font-weight:normal;gap:8px;line-height:1.2;max-width:120px;position:absolute}.info .path .bullet-point-1{top:42px;left:57px}.info .path .bullet-point-2{text-align:right;top:195px;left:99px}.info .path .bullet-point-3{text-align:right;top:350px;left:125px}.info .path .bullet-point-4{top:441px;left:43px}.info .path .bullet-point-5{top:570px;left:195px}.info-sources{font-size:.75rem;font-weight:normal}.info-sources ul{padding-top:16px;padding-left:25px;display:flex;flex-direction:column;gap:16px}.info-sources li{padding-left:15px;list-style-type:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' fill='none'%3E%3Cpath stroke='%2328A48D' stroke-width='1.524' d='M5.333.667v10.666M9.105 2.23 1.562 9.77m9.105-3.77H0m9.105 3.77L1.562 2.23'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 3px}.info-sources li a{color:var(--secondary-color)}.section-image{border-radius:var(--border-radius);aspect-ratio:343/183;object-fit:cover}.stats{display:flex;flex-direction:column;gap:32px;padding:56px 0}.stats-heading{display:flex;flex-direction:column;gap:8px;text-align:center}.stats-heading h2{font-size:2.75rem;letter-spacing:-2px;line-height:1;font-weight:500}.stats-heading .total-approved{display:block}.stats-heading p{font-size:.875rem;line-height:1}.stats-container{display:flex;flex-direction:column;gap:16px}.stats-container article{display:flex;flex-direction:column;gap:8px;border-radius:var(--border-radius);padding:24px}.stats-container article:nth-child(1){background-color:var(--white-color)}.stats-container article:nth-child(2){background-color:var(--main-color)}.stats-container article:nth-child(3){background-color:var(--secondary-color)}.stats-container article:nth-child(3) span,.stats-container article:nth-child(3) p{color:var(--white-color)}.stats-container svg{align-self:flex-end}.stats-container span{font-size:3.8rem;font-weight:400;line-height:.9;letter-spacing:-2.8px}.stats-container p{font-size:1.5rem;line-height:1.5;letter-spacing:-0.48px}.slideshow .slideshow-container{display:flex;flex-wrap:nowrap;overflow-x:hidden;scroll-behavior:smooth}.slideshow .slide{flex:0 0 100%}.slideshow .slideshow-controls{display:flex;align-items:center;gap:16px;padding-top:16px}.slideshow .slideshow-buttons,.slideshow .slideshow-stripes{display:flex;align-items:center}.slideshow .slideshow-stripes{flex:1 0 auto;gap:4px}.slideshow .slideshow-buttons{flex:0 0 auto;gap:8px}.slideshow .slideshow-stripe{background-color:var(--main-light-color);height:2px;width:calc(100%/(var(--slide-count) + 1));transition:all .3s ease-in-out}.slideshow .slideshow-stripe.is-active{background-color:var(--main-color);flex-grow:1;height:5px}.slideshow .slideshow-prev,.slideshow .slideshow-next{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-sm);border:none;color:var(--white-color);display:flex;height:40px;justify-content:center;width:40px}.slideshow .slideshow-prev:hover,.slideshow .slideshow-next:hover{background-color:var(--main-dark-color)}.slideshow .slideshow-prev:disabled,.slideshow .slideshow-next:disabled{background-color:var(--main-light-color);color:var(--white-color);cursor:not-allowed}.latest-meds{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius);color:var(--white-color);display:flex;flex-direction:column;gap:32px;margin-bottom:56px;padding:32px 16px}.latest-meds h2{font-size:2.5rem;font-weight:500;line-height:1;letter-spacing:-2px;text-align:center}.latest-meds .latest-meds-container{display:flex;flex-direction:column;gap:16px;width:100%}.latest-meds .all-meds{background-color:var(--main-dark-color);border-radius:40px;color:var(--white-color);font-weight:600;line-height:1;padding:20px 24px;text-transform:uppercase;text-decoration:none}.help{padding:64px 8px 68px;position:relative;display:flex;flex-direction:column;gap:24px}.help .bg-image{filter:brightness(0.7);position:absolute;inset:0 -16px;max-width:unset;overflow-y:hidden;z-index:-1}.help .bg-image img{height:150%;margin-top:-50%;object-fit:cover}.help h2{color:var(--white-color);font-size:3rem;font-weight:500;line-height:1;letter-spacing:-2px}.help .help-options{display:flex;flex-direction:column;gap:16px}.help article{display:flex;flex-direction:column;background-color:var(--white-color);border-radius:var(--border-radius);padding:24px}.help article h3{font-size:1rem;font-weight:normal;line-height:1.3;letter-spacing:-0.32px}.help article p{font-size:2rem;font-weight:normal;line-height:1;letter-spacing:-0.96px;padding:16px 0 8px}.help article .arrow-anchor{align-self:flex-end}@media screen and (min-width: 768px){body .background-vector{animation-duration:40s;filter:blur(40px);height:550px;left:-200px;top:-100px;width:550px}body .hero{gap:32px;padding-top:240px}body .hero h1{text-align:center;font-size:4rem;line-height:.95;letter-spacing:-3px;padding:0 64px}body .hero .hero-description{min-width:500px;text-align:center;padding:0 0 56px;width:50%}body .search-bar{padding-bottom:100px}body .search-bar form{display:flex;gap:16px}body .search-bar .search-icon{height:32px;left:24px;width:32px}body .search-bar input{font-size:1.5rem;padding:24px 0 24px 80px}body .search-bar input::placeholder{letter-spacing:-0.48px;line-height:normal;transform:translateY(2px)}body .search-bar button{color:var(--white-color);border-radius:40px;display:flex;font-size:1.1875rem;gap:4px;height:auto;letter-spacing:-0.19px;line-height:1;padding:24px 48px;position:static;text-transform:uppercase;width:auto}body .search-bar button>*{flex:0 0 auto}body .search-bar .most-searched-terms{flex:0 0 auto}body .info .path{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 590 795"><path stroke="%23F3F3F3" stroke-width="6" d="M107.946 0v114.559c0 65.667 53.233 118.9 118.9 118.9h182.585c60.551 0 109.636 49.086 109.636 109.636S469.981 452.73 409.431 452.73H142.244c-65.667 0-118.9 53.234-118.9 118.901v12.115c0 65.667 53.233 118.901 118.9 118.901h473.315"/><circle cx="107.841" cy="109.754" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="107.841" cy="109.754" r="2.744" fill="%23082D50"/><circle cx="329.365" cy="452.273" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="329.365" cy="452.273" r="2.744" fill="%23082D50"/><circle cx="23.344" cy="573.002" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="23.343" cy="573.003" r="2.744" fill="%23082D50"/><circle cx="451.443" cy="243.032" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="451.443" cy="243.032" r="2.744" fill="%23082D50"/><circle cx="402.495" cy="703.174" r="6.402" stroke="%23082D50" stroke-width=".915"/><circle cx="402.495" cy="703.174" r="2.744" fill="%23082D50"/></svg>');background-size:cover;grid-column:2;grid-row:1/4;height:702px;margin-bottom:50px;padding:64px 56px 0 0;width:565px}body .info .path .bullet-point-1{top:50px;left:122px}body .info .path .bullet-point-2{top:215px;left:322px}body .info .path .bullet-point-3{top:420px;left:205px}body .info .path .bullet-point-4{top:493px;left:42px}body .info .path .bullet-point-5{top:617px;left:405px}body .section-image{aspect-ratio:75/33}body .stats{padding-top:18px;gap:40px}body .stats-heading h2{font-size:3.5rem}body .stats-container{flex-direction:row}body .stats-container article{flex:1}body .slideshow{position:relative}body .slideshow .slideshow-buttons{justify-content:space-between;left:-32px;position:absolute;right:-32px;transform:translateY(-50%);top:50%}body .slideshow .slideshow-prev,body .slideshow .slideshow-next{cursor:pointer;height:64px;width:64px}body .latest-meds{gap:40px;margin-bottom:136px;padding:48px 64px}body .latest-meds h2{font-size:3rem;max-width:50%;min-width:550px;padding:0 64px}body .latest-meds .latest-card-container{align-self:center;max-width:700px}body .help{gap:48px;padding:180px 110px 144px}body .help .bg-image{overflow:visible}body .help .bg-image img{height:100%;margin-left:calc(-50vw + 50%);margin-top:unset;max-width:unset;object-position:center right;width:150vw}body .help h2{font-size:5rem;letter-spacing:-2.4px}body .help article{max-width:550px;padding:32px}}@media screen and (min-width: 1278px){body .info{display:grid;column-gap:100px;grid-template-columns:1fr auto;grid-template-rows:repeat(3, 1fr);padding:0}body .info h2{grid-column:1;padding:64px 0 0 56px}body .info .info-description{grid-column:1;padding-left:56px;padding-bottom:32px}body .info .info-sources{grid-column:1;padding-left:56px;padding-bottom:64px}body .help .help-options{flex-direction:row;gap:24px}body .help article{max-width:430px}body .latest-meds .latest-meds-container{flex-direction:row;gap:30px}body .latest-meds .latest-card-container{align-self:unset;flex:0 0 50%;max-width:unset}}@keyframes infiniteSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}