@keyframes bounce{0%{transform:translateY(0);box-shadow:0 1rem 4rem rgba(0,0,0,.15)}50%{transform:translateY(-1.5rem);box-shadow:0 2rem 6rem rgba(0,0,0,.25)}to{transform:translateY(0);box-shadow:0 1rem 4rem rgba(0,0,0,.15)}}@keyframes breath{0%{transform:scale(1)}50%{transform:translateY(-.2rem) scale(1.05,1.1)}to{transform:scale(1)}}@keyframes moveLeft{0%{transform:translateY(0)}to{transform:translateX(2rem)}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}a:focus,button:focus{outline-offset:1rem}html{font-size:62.5%;max-width:100%;width:100%;height:100%;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width:75em){html{font-size:60%}}@media only screen and (max-width:56.25em){html{font-size:60%}}@media only screen and (max-width:51.25em){html{font-size:58%}}@media only screen and (max-width:20em){html{font-size:52%}}@media only screen and (min-width:112.5em){html{font-size:75%}}body{box-sizing:border-box}img{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media only screen and (max-width:75em){img{image-rendering:unset}}a:active,a:hover,a:link,a:visited{text-decoration:none;color:currentColor}::selection{background-color:#607bff;color:#fff}a.anchor{display:block;position:relative;top:-11rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{font-family:var(--font-lato),sans-serif;font-display:swap;font-weight:400;font-size:1.8rem;background-color:#fff;line-height:1.7;color:#373150}.heading-1{font-weight:900;font-size:5.5rem;line-height:1.2}@media only screen and (max-width:56.25em){.heading-1{font-size:5rem}}.heading-2{font-weight:900;font-size:4.25rem;line-height:1.2}@media only screen and (max-width:56.25em){.heading-2{font-size:3.5rem}}.heading-3{font-weight:900;font-size:3rem;line-height:1.2}@media only screen and (max-width:56.25em){.heading-3{font-size:2.75rem}}.heading-4{font-size:2rem;font-weight:900;line-height:1.2}@media only screen and (max-width:56.25em){.heading-4{font-size:1.75rem}}.heading-5{font-size:1.8rem;font-weight:900;line-height:1.2}@media only screen and (max-width:56.25em){.heading-5{font-size:1.5rem}}.paragraph{font-size:1.8rem}.small{font-size:1.6rem}.large{font-size:2.2rem}.italic{font-style:italic}.highlighted-primary,.primary{color:#607bff}.secondary{color:#50cdb1}.tertiary{color:#ffc9c3}.black{color:#373150}.white{color:#fff}.grey{color:#9b9b9b}.bold{font-weight:900}.medium{font-weight:600}.normal{font-weight:400}.margin-horizontal{margin-left:3rem;margin-right:3rem}.center-text{text-align:center;align-self:center}.form,.form__container{display:flex;flex-direction:column}.form__container{margin-bottom:3rem}.form__label{font-weight:900;color:#607bff;margin-bottom:2rem;font-size:1.6rem}.form__input,.form__input-area{font-size:1.6rem;color:#373150;align-self:stretch;padding-bottom:1rem;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-bottom:1px solid #e9e9e9}.form__input-area:focus,.form__input:focus{outline:none;border-bottom:2px solid #50cdb1}.form__input-area:focus:invalid,.form__input:focus:invalid{border-bottom:2px solid #fec0b9}.form__input-area::placeholder,.form__input::placeholder{font-size:1.6rem;color:#9b9b9b}@media only screen and (max-width:56.25em){.form__button-container{margin-top:3rem}}.form__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-size:1.6rem;color:#fff;background-color:#607bff;min-width:20rem;padding:1.2rem 2rem;border-radius:1rem;cursor:pointer}.form__button:active,.form__button:hover{background-color:#5f64f9}.authorblock{background:#f7f8ff;border-radius:12px;display:flex;flex-direction:column;padding:24px;margin-bottom:3.5rem}@media only screen and (max-width:75em){.authorblock{margin-bottom:12rem}}@media only screen and (max-width:51.25em){.authorblock{width:100%;margin-left:unset;margin-top:1rem;margin-bottom:0}}.authorblock h4:first-child{margin-bottom:1rem;margin-top:0}.authorblock h4{margin-top:1rem;margin-bottom:.1rem}@media only screen and (max-width:51.25em){.authorblock h4{margin-top:.5rem}}.authorblock div{margin-bottom:.5rem}.authorblock div:last-child{margin-bottom:1rem}.authorblock__text{font-size:1.6rem}@media only screen and (max-width:51.25em){.authorblock__text{font-size:1.5rem}}.authorblock__title{color:#727272;margin-left:6px}.authorblock__date{font-size:1.6rem}.disclaimer{background:#fff4e5;border-radius:12px;display:flex;flex-direction:column;padding:24px;margin-bottom:3.5rem}@media only screen and (max-width:75em){.disclaimer{margin-bottom:12rem}}@media only screen and (max-width:51.25em){.disclaimer{width:100%;margin-left:unset;margin-top:1rem;margin-bottom:0}}.disclaimer__text{font-size:1.6rem}@media only screen and (max-width:51.25em){.disclaimer__text{font-size:1.4rem}}.breadcrumbs{width:100%;display:flex;flex-wrap:wrap;color:#727272;margin-bottom:2.4rem;list-style:none}.breadcrumbs__chevron{margin-right:.2rem}.breadcrumbs li{font-size:1.6rem}@media only screen and (max-width:51.25em){.breadcrumbs li{font-size:1.5rem}}.breadcrumbs li:last-child .breadcrumbs__chevron span{display:none}.breadcrumbs li a:focus:not(:focus-visible){outline:none}.category-section{display:flex;padding-bottom:32px;width:33%}.category-section__container{display:flex;flex-direction:column}@media only screen and (max-width:75em){.category-section{width:33%}}@media only screen and (max-width:56.25em){.category-section{width:50%}}@media only screen and (max-width:51.25em){.category-section{width:100%}}@media only screen and (max-width:20em){.category-section{width:100%}}@media only screen and (min-width:112.5em){.category-section{width:33%}}.download-banner{background-color:#edfaf8;padding:4rem;border-radius:2rem}.download-banner__container{display:flex;flex-direction:column;align-items:stretch}.download-banner__details{display:flex;align-items:center;margin-bottom:2.5rem}@media only screen and (max-width:56.25em){.download-banner__details{flex-direction:column}}.download-banner__photo-container{display:flex}@media only screen and (max-width:56.25em){.download-banner__photo-container{margin-bottom:1rem}}.download-banner__photo{height:6rem;width:6rem;border-radius:50%;border:3px solid #edfaf8;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.download-banner__photo:not(:first-child){margin-left:-1.5rem}@media only screen and (max-width:56.25em){.download-banner__photo{height:8rem;width:8rem;margin:1rem}.download-banner__photo:not(:first-child){margin:1rem}}@media only screen and (max-width:51.25em){.download-banner__photo{height:7rem;width:7rem}}.download-banner__text-container{flex:1 1;margin-left:3rem}@media only screen and (max-width:56.25em){.download-banner__text-container{margin-left:0;align-items:center;text-align:center}}.download-banner__btn-container{display:flex}@media only screen and (max-width:56.25em){.download-banner__btn-container{flex-direction:column}}.download-banner__link{flex:1 1}.download-banner__link:not(:last-child){margin-right:1rem}@media only screen and (max-width:56.25em){.download-banner__link:not(:last-child){margin-right:0;margin-bottom:1rem}}.download-banner__btn{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:1rem 3rem;border-radius:1.2rem;transition:all .2s}.download-banner__btn:hover{box-shadow:0 0 3rem rgba(80,205,177,.4)}.download-banner__icon{height:2.5rem;width:2.5rem;fill:#50cdb1;flex-shrink:0}.download-banner__btn-text{font-size:2rem;font-weight:900;color:#50cdb1;line-height:1;margin-left:1.5rem}.download-section-big{background-color:#ffe8e5}.download-section-big__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.download-section-big__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.download-section-big__container{padding:5rem 3rem}}.download-section-big__container{align-items:center}@media only screen and (max-width:51.25em){.download-section-big__container{flex-direction:column;padding-left:0;padding-right:0}}.download-section-big__img{flex:0 0 auto;margin-left:15rem}@media only screen and (max-width:56.25em){.download-section-big__img{margin-left:0;width:20rem}}@media only screen and (max-width:51.25em){.download-section-big__img{order:1;margin-top:1.5rem;width:25rem}}.download-section-big__details{flex:1 1;margin-left:5rem}@media only screen and (max-width:51.25em){.download-section-big__details{display:flex;flex-direction:column;align-items:flex-start;margin-left:0}.download-section-big__details-text{padding-left:3rem;padding-right:3rem}}.download-section-big__heading{font-size:4rem;line-height:1.2;max-width:70%;margin-bottom:2rem}@media only screen and (max-width:56.25em){.download-section-big__heading{max-width:100%;font-size:3rem}}.download-section-big__text{margin-bottom:2rem}.download-section-big__list{list-style:none;margin-bottom:3rem}.download-section-big__list-item{display:flex;align-items:center}.download-section-big__list-item:not(:last-child){margin-bottom:1.5rem}@media only screen and (max-width:51.25em){.download-section-big__list-item:not(:last-child){margin-bottom:1rem}}.download-section-big__list-icon{height:2.5rem;width:2.5rem;margin-right:2rem;fill:#50cdb1;flex-shrink:0}.download-section-big__download-badges-container{align-self:center}.download-section-big__badges{display:flex;align-items:center;margin-bottom:.5rem}.download-section-big__download-badges-link{flex:0 0 auto;display:block}.download-section-big__download-badges-link.appstore-link{margin-right:-.8rem}.download-section-big__download-badges-link.playstore-link{margin-right:-1.5rem;position:relative}.download-section-big__download-badge{width:auto;display:block;object-fit:contain}.download-section-big__download-badge--ios{height:6rem}@media only screen and (max-width:56.25em){.download-section-big__download-badge--ios{height:6.5rem}}@media only screen and (max-width:51.25em){.download-section-big__download-badge--ios{height:5.5rem}}.download-section-big__download-badge--android{height:8.5rem}@media only screen and (max-width:56.25em){.download-section-big__download-badge--android{height:9rem}}@media only screen and (max-width:51.25em){.download-section-big__download-badge--android{height:7.5rem}}.download-section-big .rating{margin-top:.5rem}#google-play-badge{height:8.2rem!important;width:auto!important}.fixed-call-to-action{background:#ffe4e1;width:30rem;display:flex;flex-direction:column;margin-top:-30rem;position:-webkit-sticky;position:sticky;top:15rem;padding:5rem 3rem;border-radius:1.5rem;margin-bottom:4.5rem;margin-left:4.5rem}.fixed-call-to-action--no_short_version{margin-top:-5rem}@media only screen and (max-width:75em){.fixed-call-to-action{display:none}}@media only screen and (max-width:51.25em){.fixed-call-to-action{display:none}}.fixed-call-to-action__title{margin-bottom:3rem}.fixed-call-to-action__staff-container{display:flex;margin-bottom:2rem}.fixed-call-to-action__staf-photo{width:60px;height:60px;margin-right:-16px;border:1px solid #fff;border-radius:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.fixed-call-to-action__staf-photo:last-child{margin-right:0}.fixed-call-to-action__text{margin-bottom:4.7rem}@media only screen and (max-width:75em){.fixed-call-to-action__text{margin-bottom:3rem}}.fixed-call-to-action__list{font-size:1.5rem;margin:1rem 1rem 4.7rem 2rem}@media only screen and (max-width:75em){.fixed-call-to-action__list{margin-bottom:3rem}}.fixed-call-to-action__download-button{margin-top:0!important;font-size:1.87rem!important}.inline-call-to-action{display:none}@media only screen and (max-width:56.25em){.inline-call-to-action{background:#eff1ff;display:block;text-align:center;margin-top:0;top:0;position:relative;width:100%;align-items:center;border-radius:0;padding-top:2rem;max-width:80rem;margin-bottom:5rem;margin-left:0;border-radius:2rem}}.inline-call-to-action__title{margin-top:2rem;margin-bottom:1rem;padding:0 1rem;font-size:1.8rem}.inline-call-to-action__staff-container{display:block;margin-bottom:1rem}.inline-call-to-action__staf-photo{height:70px;width:auto;object-fit:contain}.inline-call-to-action__staf-photo:last-child{margin-right:0}.inline-call-to-action__staf-photo img{object-fit:contain!important}.inline-call-to-action__text{font-size:1.6rem;max-width:90%;margin:0 auto 2rem}.inline-call-to-action__text-decoration{font-size:1.6rem;margin-bottom:2.4rem;display:flex;justify-content:center}.inline-call-to-action__cta-badge{width:28rem;align-self:center;align-items:center;justify-content:center;display:flex}.inline-call-to-action__cta-badge--text{margin:0;text-align:center;font-weight:400;line-height:1.25;font-size:1.6rem}.inline-call-to-action__cta-badge__heading{font-size:1.17em;font-weight:600}.inline-call-to-action__cta-badge__leaf{width:4rem;height:6rem;background-image:url(/_next/static/media/leaves.5dbbf158.png);background-repeat:no-repeat;background-size:contain;background-position:50%}.inline-call-to-action__cta-badge__leaf--left{transform:scaleX(-1)}.inline-call-to-action__download-button{width:100%;background:#607bff;text-align:center;border-radius:10rem;color:#fff;padding:1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:2.02rem;max-width:250px;margin:0 auto 2rem;font-weight:700}@media only screen and (max-width:51.25em){.inline-call-to-action__download-button{display:none}}.inline-call-to-action__download-button.mobile{display:flex}.inline-call-to-action__download-button.mobile--secondary,.inline-call-to-action__download-button.mobile--secondary:active,.inline-call-to-action__download-button.mobile--secondary:hover,.inline-call-to-action__download-button.mobile--secondary:link,.inline-call-to-action__download-button.mobile--secondary:visited{display:flex;background-color:#fff;color:#607bff}.inline-call-to-action__download-button svg{fill:#fff;height:2rem;width:2rem;margin-right:10px}.inline-call-to-action__download-button:active,.inline-call-to-action__download-button:hover,.inline-call-to-action__download-button:link,.inline-call-to-action__download-button:visited{color:#fff}.symptom-badge{display:flex;align-self:flex-start;border-radius:2rem;box-shadow:0 0 1.5rem rgba(0,0,0,.15);padding:.5rem 2.5rem .5rem .7rem;transform:translateY(-2rem);background-color:#fff;margin-left:4rem;z-index:100}@media only screen and (max-width:51.25em){.symptom-badge{margin:0 2.5rem}}.symptom-badge__container{display:flex;height:0}.symptom-badge__icon{height:3rem;width:3rem;margin-right:.75rem}.knodd-banner{display:flex;justify-content:center;align-items:center;padding:1.2rem;box-shadow:0 .2rem 3rem rgba(0,0,0,.15)}.knodd-banner__logo img{height:3rem;width:3rem;margin-right:2rem}.knodd-banner__text{color:#9b9b9b;font-size:1.6rem}.main-header__container .first-button{display:none}@media only screen and (max-width:51.25em){.main-header__container .first-button{display:flex}}.main-header__container .second-button{display:flex}@media only screen and (max-width:51.25em){.main-header__container .second-button{display:none}}.main-header__container{max-width:100rem;display:flex;margin:0 auto;flex-direction:row}@media only screen and (max-width:56.25em){.main-header__container{flex-direction:column-reverse;align-items:center}}.main-header__balls-container{position:relative}.main-header__left{flex:0 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;margin-right:auto;margin-top:3.6rem}@media only screen and (max-width:56.25em){.main-header__left{flex:0 1 auto;margin-right:0;margin-top:2.4rem}}.main-header__heading{margin-bottom:2rem;font-size:5rem;max-width:80%}@media only screen and (max-width:56.25em){.main-header__heading{max-width:100%}}@media only screen and (max-width:51.25em){.main-header__heading{max-width:80%;font-size:3.5rem;margin-bottom:.8rem}}.main-header__img-container{aspect-ratio:1540/1222;overflow-y:clip}@media only screen and (min-width:112.5em){.main-header__img-container{aspect-ratio:1066/667}}@media only screen and (max-width:56.25em){.main-header__img-container{width:80vw;aspect-ratio:1110/1006}}@media only screen and (max-width:51.25em){.main-header__img-container{width:100vw;aspect-ratio:375/250}}.main-header__img{width:90rem;margin-right:-35rem;margin-top:-5rem;z-index:0;object-fit:contain;object-position:right top}@media only screen and (max-width:75em){.main-header__img{margin-right:0}}@media only screen and (max-width:56.25em){.main-header__img{margin-right:-30rem}}@media only screen and (max-width:51.25em){.main-header__img{width:100vw;height:auto;margin-right:0;margin-top:0;object-position:center top}}.main-header__cta-container{display:flex;align-self:stretch;flex-direction:column;align-items:stretch;padding:0 2.4rem}@media only screen and (max-width:51.25em){.main-header__cta-container{padding:0}}.main-header__cta-info{background-color:#f6f7ff;padding:2.4rem;margin-top:2.4rem;display:flex;border-radius:2rem}@media only screen and (max-width:51.25em){.main-header__cta-info{border-radius:0}}.main-header__cta-info__top-row{display:flex;flex-direction:column;align-items:center;flex:1 1}@media only screen and (max-width:56.25em){.main-header__cta-info__top-row{flex-direction:row-reverse;align-items:center}}@media only screen and (max-width:51.25em){.main-header__cta-info__top-row{flex-direction:column}}.main-header__cta-badge{width:28rem;align-self:center;align-items:center;display:flex}.main-header__cta-badge--text{margin:0 1rem;text-align:center;font-weight:400;line-height:1.25;font-size:1.17em}.main-header__cta-badge__leaf{width:4rem;height:6rem;background-image:url(/_next/static/media/leaves.5dbbf158.png);background-repeat:no-repeat;background-size:contain;background-position:50%}.main-header__cta-badge__leaf--left{transform:scaleX(-1)}.main-header__cta-stats{display:flex;flex-direction:row;text-align:center;justify-content:space-around;align-items:center;align-self:stretch;margin:0 1rem}.main-header__cta-stats--number{font-size:2.6rem;font-weight:900;line-height:1}.main-header__cta-stats--decimal{font-size:.85em}.main-header__cta-stats--label{font-size:1.4rem;margin-left:1rem;margin-right:1rem}.main-header__cta-quote{display:none}@media only screen and (max-width:51.25em){.main-header__cta-quote{display:flex}}.main-header__cta-quote{flex-direction:column;text-align:center;margin-top:2.4rem}.main-header__cta-quote--icon{height:2.5rem;align-self:center}.main-header__cta-quote--text{max-width:75%;font-size:1.9rem;line-height:1.4;margin:1rem auto}.main-header__cta-quote--label{font-size:.9em;opacity:.7}.main-header__cta-quote .rating{transform:scale(1.3);margin-bottom:1.4rem}.main-header__ball{height:10rem;width:10rem;border-radius:50%;position:absolute;z-index:1}.main-header__ball--blue{background-color:#607bff;transform:scale(0)}@media only screen and (max-width:51.25em){.main-header__ball--blue{transform:scale(.07);right:0;top:31.2rem;left:unset}}.main-header__ball--green{background-color:#50cdb1;transform:scale(.5);top:47.5rem;left:75rem}@media only screen and (min-width:112.5em){.main-header__ball--green{top:58rem;left:95rem}}@media only screen and (max-width:56.25em){.main-header__ball--green{transform:scale(.65);top:40.6rem;left:15rem}}@media only screen and (max-width:51.25em){.main-header__ball--green{transform:scale(.11);right:-2rem;top:28.2rem;left:unset}}.main-header__ball--pink{background-color:#fec0b9;transform:scale(.5);top:2.5rem;left:10rem}@media only screen and (min-width:112.5em){.main-header__ball--pink{top:8rem;left:30rem}}@media only screen and (max-width:56.25em){.main-header__ball--pink{transform:scale(.6);top:2.6rem;left:2rem}}@media only screen and (max-width:51.25em){.main-header__ball--pink{transform:scale(.2);right:3rem;top:29.2rem;left:unset}}.scroll-button{display:flex;align-items:center;justify-content:center;margin-top:0;margin-bottom:0}@media only screen and (max-width:56.25em){.scroll-button{margin-top:-2.4rem;margin-bottom:0}}.scroll-button__scroll-btn{background-image:linear-gradient(180deg,#fcdacc,#fec0b9);height:4.8rem;width:4.8rem;border-radius:2.4rem;box-shadow:0 1rem 4rem rgba(0,0,0,.15);cursor:pointer;border:none;justify-content:center;align-items:center;text-align:center;display:none}@media only screen and (max-width:56.25em){.scroll-button__scroll-btn{display:flex}}.scroll-button__scroll-btn:focus:not(:focus-visible){outline:none}.scroll-button__scroll-btn-icon{margin-top:.1rem;height:3.2rem;width:3.2rem;fill:#fff}.search{width:100%;margin-top:4rem}@media only screen and (max-width:56.25em){.search{margin-top:2.5rem}}.search-form__input{max-width:985px;width:100%!important}.search-results__container{background:#aaa;position:relative;max-width:985px;margin:2rem 0 0}@media only screen and (max-width:56.25em){.search-results__container{margin:1.2rem auto 0}}.search-results__card{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:all .3s ease-in-out;border-radius:1rem;box-shadow:0 2px 20px rgba(0,0,0,.1);padding:2.4rem 0;background:#fff;z-index:10;max-height:400px;overflow-y:auto}@media only screen and (max-width:56.25em){.search-results__card{padding:16px;max-height:300px}}.search-results__card.active{opacity:1;visibility:visible}.search-results__card-top{display:flex;justify-content:space-between;font-size:15px;color:#797676;padding:0 3.6rem}.search-results__card-list{list-style-type:none}.search-results__card-list__item:not(:last-child){border-bottom:1px solid #e9e9e9}.search-results__card-list__item a{font-size:2rem;line-height:2rem;color:#4a4a4a;letter-spacing:-.4px;padding:2.4rem 3.6rem;display:flex;align-items:center;transition:all .15s ease-out}@media only screen and (max-width:56.25em){.search-results__card-list__item a{font-size:1.7rem;line-height:2rem;letter-spacing:-.28px;padding:1.6rem 0}}.search-results__card-list__item a .image{width:4rem;height:4rem;border-radius:50%;overflow:hidden;object-fit:cover;flex-shrink:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.search-results__card-list__item a .icon{margin-left:auto;color:#9b9b9b}.search-results__card-list__item .title{margin-left:1.6rem}@media only screen and (max-width:56.25em){.search-results__card-list__item .title{margin-left:1.2rem}}.search-results__card-list__item:hover a{background-color:#f7f7f7}.search-results__card-list__item:hover a .icon{color:#4a4a4a}.categories{max-width:985px;width:100%!important;margin-top:1.5rem}.categories__buttons{display:flex;flex-wrap:wrap;gap:.8rem}.categories .category-link{background:#ffdede;color:#4a4a4a;font-size:2rem;line-height:normal;letter-spacing:-.4px;padding:.8rem 2rem;border-radius:3.6rem;outline:none;box-shadow:none;border:none;cursor:pointer;transition:background .2s ease-out,color .2s ease-out}@media only screen and (max-width:56.25em){.categories .category-link{font-size:1.6rem}}.categories .category-link:focus:not(:focus-visible){outline:none}.categories .category-link:focus-visible{outline:2px solid #4a4a4a;outline-offset:2px}.categories .category-link.button{width:4rem;height:4rem;padding:.4rem 0 0;display:flex;align-items:flex-start;justify-content:center}@media only screen and (max-width:56.25em){.categories .category-link.button{width:3.6rem;height:3.6rem;padding:.6rem 0 0}}.categories .category-link:hover{background:#ffc9c3}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px}.slice__images-grid{display:flex;flex-wrap:wrap;margin:0 -.5rem 3rem}.slice__images-grid.flex-left{justify-content:flex-start}.slice__images-grid.flex-center{justify-content:center}.slice__images-grid.flex-right{justify-content:flex-end}.slice__images-grid .item{margin:.5rem}.slice__images-grid .item img{width:100%;height:100%;object-fit:cover;border-radius:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.slice__images-grid .item-1{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem)}.slice__images-grid .item-2{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}@media only screen and (max-width:51.25em){.slice__images-grid .item-2{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem)}}.slice__images-grid .item-3{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 1rem)}@media only screen and (max-width:51.25em){.slice__images-grid .item-3{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem)}}.slice__text-block{display:flex;margin-bottom:3rem}.slice__text-block.text-left{text-align:left}.slice__text-block.text-center{text-align:center}.slice__text-block.text-right{text-align:right}.slice__text-block.bg-light-blue{background:#eff1ff;border-radius:1rem;padding:2rem 3rem 3rem}.slice__text-block.bg-light-blue a{text-decoration:none}.slice__text-block.bg-light-blue a:active,.slice__text-block.bg-light-blue a:hover{background-color:rgba(0,0,0,0)!important}.slice__text-block.bg-light-blue ul{list-style:none;padding-left:0}.slice__text-block.bg-light-blue ul li{position:relative;padding-left:2.75rem;margin-bottom:.5rem}.slice__text-block.bg-light-blue ul li:last-child{margin-bottom:0}.slice__text-block.bg-light-blue ul li:has(a):before{content:"→";position:absolute;left:0}.slice__text-block.bg-light-blue ul li:not(:has(a)):before{content:"•";position:absolute;left:.75rem}.slice__text-block.bg-light-yellow{background:#fff5f4;border-radius:1rem;padding:2rem 3rem 3rem}.slice__text-block h2{font-weight:900;font-size:3.5rem;line-height:1.125}@media only screen and (max-width:51.25em){.slice__text-block h2{font-size:24px}}.slice__text-block h3{font-weight:900;font-size:3rem;line-height:1.2}@media only screen and (max-width:51.25em){.slice__text-block h3{font-size:21px}}.slice__text-block h2,.slice__text-block h3,.slice__text-block h4,.slice__text-block h5,.slice__text-block h6{margin:2rem 0 1rem}.slice__text-block a{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.slice__text-block a:active,.slice__text-block a:hover{background-color:#f6f7ff;border-radius:2px}.slice__text-block ol,.slice__text-block ul{margin-top:2rem;padding-left:2rem}.slice__text-block img{max-width:100%}.slice__divider{margin-top:-3rem;padding:5rem 0;display:flex;align-items:center;justify-content:center}.slice__divider.divider-simple{gap:1rem}.slice__divider.divider-simple .dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#000}.slice__divider.divider-graphic{position:relative;padding:7rem 0;margin-bottom:3rem;margin-top:-2rem}.slice__divider.divider-graphic .ball{position:absolute;width:50px;height:50px;border-radius:50%}.slice__divider.divider-graphic .ball__blue-big{width:70px;height:70px;background-color:#607bff;left:0;top:30%}.slice__divider.divider-graphic .ball__blue-small{width:20px;height:20px;background-color:#607bff;bottom:25%;right:40%}.slice__divider.divider-graphic .ball__green{width:90px;height:90px;bottom:0;right:0;background-color:#50cdb1}.slice__divider.divider-graphic .ball__yellow{width:45px;height:45px;background-color:#ffc9c3;top:15%;right:50%}.slice__button-wrapper{display:flex;margin-bottom:3rem}.slice__button-wrapper.align-left{justify-content:flex-start}.slice__button-wrapper.align-right{justify-content:flex-end}.slice__button-wrapper.align-center{justify-content:center}.slice__button-wrapper .button{margin:0;padding:1.25rem 7rem;white-space:nowrap}@media only screen and (max-width:51.25em){.slice__button-wrapper .button{padding:1rem 4rem}}.slice__author-wrapper{display:flex;align-items:center;margin-bottom:4.5rem;gap:2rem}.slice__author-wrapper .avatar{object-fit:cover;flex-shrink:0;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);width:124px;height:124px}@media only screen and (max-width:51.25em){.slice__author-wrapper .avatar{width:84px!important;height:84px!important}}.slice__author-wrapper .text-wrapper .top{display:flex;margin-bottom:.5rem}.slice__author-wrapper .text-wrapper .top .name{margin-right:.5rem}.slice__author-wrapper .text-wrapper .bottom{font-size:1.6rem}.slice__image__text-wrapper{display:flex;align-items:center;margin-bottom:3rem;gap:3rem}.slice__image__text-wrapper.image-last{flex-direction:row-reverse}@media only screen and (max-width:51.25em){.slice__image__text-wrapper{flex-direction:column!important}}.slice__image__text-wrapper .image{width:50%;object-fit:cover;flex-shrink:0}@media only screen and (max-width:51.25em){.slice__image__text-wrapper .image{width:100%!important}}.slice__image__text-wrapper .image img{border-radius:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.slice__image__text-wrapper .text-wrapper{width:50%}@media only screen and (max-width:51.25em){.slice__image__text-wrapper .text-wrapper{width:100%!important}}.slice__image__text-wrapper .text-wrapper .heading{margin-bottom:1rem}.slice__number-list{margin-bottom:3rem;display:flex;flex-direction:column;gap:2rem}.slice__number-list .item{display:flex;gap:1rem}.slice__number-list .item .serial{margin-top:4px;display:flex;justify-content:center;align-items:center;min-width:2.75rem;height:2.75rem;border-radius:50%;background-color:#ddd;flex-shrink:0;font-size:1.5rem}.slice__embed-video{margin-bottom:3rem}.slice__embed-video .video{width:auto!important;height:auto!important;padding-bottom:56.25%;position:relative}.slice__embed-video .video>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;display:block;vertical-align:middle}.slice__quote{margin-top:-2rem}.slice__quote.quote-short .text{font-size:2.25rem}.slice__quote .text{position:relative;padding:5rem 1rem 3rem;font-size:1.75rem;font-weight:700;z-index:100}.slice__quote .text .image-quote{position:absolute!important;top:2.25rem;left:.2rem;width:38px;filter:grayscale(1);opacity:.5}.slice__quote .text .ball{z-index:-1;opacity:.5;position:absolute;width:45px;height:45px;border-radius:50%}.slice__quote .text .ball__green-big{width:70px;height:70px;bottom:30px;right:24px;background-color:rgb(160.2305699482,233.2694300518,210.3316062176);transform:translate(50%,-30%)}.slice__quote .text .ball__green-small{width:50px;height:50px;background-color:rgb(160.2305699482,233.2694300518,210.3316062176);left:10px;top:50%;transform:translate(-50%,-50%)}.slice__table-container{overflow-x:auto;margin:2rem 0 3rem}.slice__table-container h3{margin-bottom:2rem}.slice__table-table{border-collapse:collapse;width:100%}.slice__table-td,.slice__table-th{text-align:left;padding:.75rem;border-bottom:1px solid #e5e5e5}.symptom-check-banner{background-color:#edfaf8;border-radius:2rem;margin-left:15rem;margin-bottom:5rem;padding:4rem;max-height:50rem}@media only screen and (max-width:51.25em){.symptom-check-banner{margin-left:0;padding:3rem 2rem}}.symptom-check-banner__title{font-family:var(--font-lato),sans-serif;font-weight:900}.symptom-check-banner__text{font-size:1.7rem}.symptom-check-banner__btn-container{display:flex;max-width:30rem;margin-top:2rem}.symptom-check-banner__btn{flex:1 1;padding:1.25rem 4rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:1rem;border:none;cursor:pointer;font-family:var(--font-lato),sans-serif;font-weight:900;font-size:1.7rem}.symptom-check-banner__btn:not(:last-child){margin-right:1rem}.symptom-check-banner__btn--primary{background-color:#50cdb1;color:#fff}.symptom-check-banner__btn--secondary{background-color:#fff;color:#50cdb1}.symptom-check-banner__btn--secondary:active,.symptom-check-banner__btn--secondary:hover{box-shadow:0 0 3rem rgba(0,0,0,.05)}.symptom-check-banner__radio-form{margin-top:2rem;width:100%}.symptom-check-banner__radio-item{display:flex;width:100%;align-items:center;border:1px solid #e9e9e9;padding:1.4rem 2rem;border-radius:3rem;cursor:pointer;max-width:40rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);font-family:var(--font-lato),sans-serif;font-size:1.6rem;color:#373150}.symptom-check-banner__radio-item:not(:last-child){margin-bottom:1rem}.symptom-check-banner__radio-button{height:2.5rem;width:2.5rem;border-radius:50%;border:1px solid #e9e9e9;margin-right:2rem}.symptom-check-banner__photo-container{display:flex;flex-direction:row;justify-content:left;margin:2rem 0}.symptom-check-banner__photo{height:6.4rem;width:6.4rem;border-radius:50%;border:3px solid #edfaf8}.symptom-check-banner__photo:not(:first-child){margin-left:-1rem}.symptom-check-banner__download-btn-container{display:flex;align-self:stretch}@media only screen and (max-width:51.25em){.symptom-check-banner__download-btn-container{flex-direction:column}}.symptom-check-banner__download-btn,.symptom-check-banner__download-btn:link,.symptom-check-banner__download-btn:visited{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#50cdb1;padding:1.4rem;border-radius:1.2rem;min-width:30rem;max-width:45rem;font-weight:900;color:#fff}.symptom-check-banner__download-btn:first-child,.symptom-check-banner__download-btn:link:first-child,.symptom-check-banner__download-btn:visited:first-child{margin-bottom:0;margin-right:1rem}@media only screen and (max-width:51.25em){.symptom-check-banner__download-btn:first-child,.symptom-check-banner__download-btn:link:first-child,.symptom-check-banner__download-btn:visited:first-child{margin-bottom:.5rem;margin-right:0}}.symptom-check-banner__download-btn:active,.symptom-check-banner__download-btn:hover{background-color:#42c1b4}.symptom-check-modal{background-color:#fff;position:fixed;bottom:0;left:0;padding:0 4rem 4rem;box-shadow:0 .2rem 3rem rgba(0,0,0,.15);width:100%;display:flex;flex-direction:column;transition:all .3s ease}.symptom-check-modal--collapsed{transform:translateY(100%)}@media only screen and (max-width:51.25em){.symptom-check-modal{padding:0 3rem 4rem}}.symptom-check-modal__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-self:flex-start;box-shadow:0 .1rem 1.5rem rgba(0,0,0,.15);border-radius:2rem;padding:.5rem 2.5rem .5rem .7rem;background-color:#fff;border:none;align-items:center;transform:translateY(-50%);transition:box-shadow .2s;transition:all .3s ease}.symptom-check-modal__trigger:focus{outline:none}.symptom-check-modal__trigger--collapsed{transform:translateY(-150%);align-self:flex-end;cursor:pointer}.symptom-check-modal__trigger--collapsed:active,.symptom-check-modal__trigger--collapsed:hover{box-shadow:0 .25rem 2.5rem rgba(0,0,0,.2)}.symptom-check-modal__trigger-icon{height:3rem;width:3rem;margin-right:.75rem;display:inline-block}.symptom-check-modal__trigger-label{text-transform:uppercase;font-family:var(--font-lato),sans-serif;color:#373150;font-size:1.4rem;letter-spacing:.05rem}.symptom-check-modal__close-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;align-self:flex-end;font-size:2.5rem;font-family:var(--font-lato),sans-serif;font-weight:900;color:#9b9b9b;opacity:.7;background-color:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;margin-right:-.5rem;margin-top:-2rem;margin-bottom:1rem}.symptom-check-modal__close-btn:active,.symptom-check-modal__close-btn:focus,.symptom-check-modal__close-btn:hover{opacity:1;outline:none}.symptom-check-modal__title{font-family:var(--font-lato),sans-serif;font-weight:900}.symptom-check-modal__text{font-size:1.7rem}.symptom-check-modal__btn-container{display:flex;max-width:30rem;margin-top:2rem}@media only screen and (max-width:51.25em){.symptom-check-modal__btn-container{max-width:none}}.symptom-check-modal__btn{flex:1 1;padding:1.25rem 4rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:1rem;border:none;cursor:pointer;font-family:var(--font-lato),sans-serif;font-weight:900;font-size:1.7rem}.symptom-check-modal__btn:not(:last-child){margin-right:1rem}.symptom-check-modal__btn--primary{background-color:#50cdb1;color:#fff}.symptom-check-modal__btn--secondary{background-color:#f7f7f7;color:#50cdb1}.symptom-check-modal__btn--secondary:active,.symptom-check-modal__btn--secondary:hover{background-color:hsl(0,0%,93.862745098%)}.symptom-check-modal__radio-form{margin-top:2rem;width:100%}.symptom-check-modal__radio-item{display:flex;width:100%;align-items:center;border:1px solid #e9e9e9;padding:1.4rem 2rem;border-radius:3rem;cursor:pointer;max-width:40rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);font-family:var(--font-lato),sans-serif;font-size:1.7rem;color:#373150;font-weight:400}.symptom-check-modal__radio-item:not(:last-child){margin-bottom:1rem}.symptom-check-modal__radio-button{height:2.5rem;width:2.5rem;border-radius:50%;border:1px solid #e9e9e9;margin-right:2rem}.symptom-check-modal__photo-container{display:flex;flex-direction:row;justify-content:left;margin:2rem 0}.symptom-check-modal__photo{height:6.4rem;width:6.4rem;border-radius:50%;border:3px solid #fff}.symptom-check-modal__photo:not(:first-child){margin-left:-1rem}.symptom-check-modal__download-btn-container{display:flex;align-self:stretch}@media only screen and (max-width:51.25em){.symptom-check-modal__download-btn-container{flex-direction:column}}.symptom-check-modal__download-btn,.symptom-check-modal__download-btn:link,.symptom-check-modal__download-btn:visited{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#50cdb1;padding:1.4rem;border-radius:1.2rem;min-width:30rem;max-width:45rem;font-weight:900;color:#fff}.symptom-check-modal__download-btn:first-child,.symptom-check-modal__download-btn:link:first-child,.symptom-check-modal__download-btn:visited:first-child{margin-bottom:0;margin-right:1rem}@media only screen and (max-width:51.25em){.symptom-check-modal__download-btn:first-child,.symptom-check-modal__download-btn:link:first-child,.symptom-check-modal__download-btn:visited:first-child{margin-bottom:.5rem;margin-right:0}}.symptom-check-modal__download-btn:active,.symptom-check-modal__download-btn:hover{background-color:#42c1b4}.rating{display:flex;align-items:center;line-height:0;margin-top:1rem}@media only screen and (max-width:51.25em){.rating{justify-content:center;align-self:center;margin-bottom:4.5rem}}.rating__icon{height:2rem;width:2rem;fill:#373150}.rating__icon--last{margin-right:1rem;margin-left:-.3rem}.rating__icon--yellow{fill:#f5ba23}.testimonial{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:75%}.testimonial__quotation-mark{font-size:10rem;line-height:0;margin-bottom:2rem;color:#50cdb1}.testimonial__text{margin-bottom:1rem;text-align:center}.testimonial__cta-container{width:100%!important}.pagination{display:flex;justify-content:center;margin-top:5rem}@media only screen and (max-width:51.25em){.pagination{margin-top:0}}.pagination__bullet{color:#e9e9e9;line-height:0;margin:0 .75rem}.faq{border-bottom:1px solid #e9e9e9;margin-top:2rem}.faq:not(:last-child){margin-bottom:2rem}.faq:last-child{margin-bottom:3rem}.faq__main-category-heading{font-size:3.1rem;margin-bottom:5rem!important}@media only screen and (max-width:51.25em){.faq__main-category-heading{margin-bottom:4rem!important}}.faq__subcategory-heading{font-weight:900}.faq__question-text,.faq__subcategory-heading{font-size:2.15rem;color:#373150}.faq__question{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);cursor:pointer;display:flex;font-size:inherit;width:100%;text-align:left;padding:1rem 0}.faq__question h4{font-family:Lato;flex:1 1}.faq__answer{align-self:"stretch";margin-top:2rem;margin-bottom:3rem}.faq__answer ul{margin-left:2rem}.faq__answer p,.faq__answer ul{margin-bottom:1rem}.faq__answer a{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.faq__answer a:active,.faq__answer a:hover{background-color:#f6f7ff;border-radius:2px}.faq__answer--collapsed{overflow:hidden;opacity:0;height:0;margin-top:0;margin-bottom:1rem}.faq__answer--collapsed span{visibility:collapse}.faq__icon{color:rgba(55,49,80,.7);float:right;transform:rotate(0deg);font-size:1.2rem;margin:auto auto auto 2rem;min-width:1.5rem;text-align:center}.faq__icon--collapsed{transform:rotate(180deg)}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{display:none}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel .carousel{position:relative}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#fff}.carousel .control-dots{position:relative;bottom:0;padding:0;text-align:center;width:100%}@media(min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;background:#e9e9e9;border-radius:50%;width:1rem;height:1rem;cursor:pointer;display:inline-block;margin:0 .8rem;position:relative;padding:0}.carousel .control-dots .dot:before{content:"";position:absolute;top:-.75rem;left:-.75rem;right:-.75rem;bottom:-.75rem;border-radius:50%}.carousel .control-dots .dot:focus{outline:none}.carousel .control-dots .dot:focus:not(:focus-visible):before{outline:none}.carousel .control-dots .dot:focus-visible:before{outline:2px solid #373150}.carousel .control-dots .dot.selected{background:#373150}.carousel .control-dots .dot:not(.selected):hover{background:#9b9b9b}.carousel .carousel-status{display:none}.carousel:hover .slide .legend{opacity:1}.carousel-review{max-width:57rem;min-height:44rem;margin:3.6rem auto;background-color:#f6f7ff;display:flex;padding:3.6rem;border-radius:1.2rem;flex-direction:column;align-items:flex-start;text-align:left;font-size:2.4rem}@media only screen and (max-width:56.25em){.carousel-review{max-width:32rem;min-height:33rem;font-size:1.8rem;padding:3.6rem 2.4rem;line-height:1.4}}.carousel-review__icon img{height:3rem!important;margin-bottom:2.4rem!important}@media only screen and (max-width:56.25em){.carousel-review__icon img{height:2.4rem!important;margin-bottom:1.6rem!important}}.carousel-review__name{font-size:2rem;opacity:.7}@media only screen and (max-width:56.25em){.carousel-review__name{font-size:1.5rem}}.carousel-review__name-rating-container{width:100%;margin-top:auto;display:flex;align-items:center;justify-content:space-between}.carousel-review .rating{margin:0}.carousel-review__no-margin-bottom{margin-bottom:0}.slider{position:relative}.slider:before{content:"";position:absolute;top:0;left:100%;width:10000%;height:100%}.carousel .control-dots{display:flex;flex-direction:row;justify-content:center;list-style:none}.news-banner{position:relative;left:0;top:0;width:100%;background-color:#f0f7f9;color:#373150;padding:1.2rem 2rem;z-index:1000}.news-banner.active{display:block}.news-banner__container{margin:0 auto;max-width:100rem;display:flex;justify-content:center;align-items:center}.news-banner__text{font-size:1.5rem;line-height:1.5}@media only screen and (max-width:56.25em){.news-banner__text{font-size:1.5rem;line-height:1.4}}.news-banner__text--bold{font-weight:600}.news-banner__link,.news-banner__link:link,.news-banner__link:visited{font-weight:600;color:#62adbd}.news-banner__btn{border:none;border-radius:2rem;color:#fff;background-color:hsla(0,0%,100%,.3);padding:.7rem 2rem;margin-left:2rem;font-family:var(--font-lato),sans-serif;font-size:1.4rem;cursor:pointer;transition:all .2s}.news-banner__btn:hover{background-color:hsla(0,0%,100%,.45)}@media only screen and (max-width:56.25em){.news-banner__btn{padding:1.4rem 3rem;border-radius:2.4rem;font-size:1.6rem}}@media only screen and (max-width:51.25em){.news-banner__btn{padding:1.2rem 2.5rem;border-radius:2.4rem;font-size:1.4rem}}.collapsible-section__section-container.collapse-desktop{flex-direction:column;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}.collapsible-section__section-container.collapse-desktop.collapsed .collapsible-section__arrow-icon{transform:rotate(180deg)}.collapsible-section__section-container.collapse-desktop.collapsed .collapsible-section__section-col-right{display:none}.collapsible-section__arrow-icon{display:none;color:#9b9b9b;font-size:1.2rem;margin-left:2rem;min-width:1.5rem;text-align:center}@media only screen and (max-width:51.25em){.collapsible-section__arrow-icon{display:block}}.collapsible-section__arrow-icon.collapse-desktop{display:block}.collapsible-section__section-title.collapse-desktop{cursor:pointer}.collapsible-section:last-child{margin-bottom:2rem}.collapsible-section__section-container{display:flex;flex-direction:column;width:100%}@media only screen and (max-width:51.25em){.collapsible-section__section-container{flex-direction:column;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}.collapsible-section__section-container.collapsed .collapsible-section__arrow-icon{transform:rotate(180deg)}.collapsible-section__section-container.collapsed .collapsible-section__section-col-right{display:none}}.collapsible-section__section-col-left{padding-bottom:1rem;text-align:left;background:none;border:0;align-self:flex-start;width:100%;display:flex;align-items:center;justify-content:space-between}.collapsible-section__section-col-left--desktop{cursor:default}@media only screen and (max-width:51.25em){.collapsible-section__section-col-left{flex:1 1;align-items:center;text-align:left;font-family:unset;border:0;background:none;font-size:unset;font-weight:unset;padding:1.5rem 0;margin:-1.5rem 0;align-self:normal;cursor:pointer}.collapsible-section__section-col-left:focus:not(:focus-visible){outline:none}}.collapsible-section__section-title{font-family:var(--font-lato),sans-serif;color:#373150;font-size:2.15rem;margin-top:4px;text-align:left;flex:1 1;font-weight:700}@media only screen and (max-width:51.25em){.collapsible-section__section-title{font-size:2.15rem;font-weight:500;margin-top:0}}.collapsible-section__section-col-right{flex:1 1;padding-bottom:3.5rem;border-bottom:1px solid #e9e9e9;text-align:left;font-family:var(--font-lato),sans-serif;color:#4a4a4a;margin-top:1rem}.collapsible-section__section-col-right h4{font-size:2rem;font-weight:900}.collapsible-section__section-col-right ul{padding:16px 18px}.collapsible-section__section-col-right h5{font-style:italic;font-weight:900;font-size:1.8rem}@media only screen and (max-width:51.25em){.collapsible-section__section-col-right{border:0;padding-bottom:0;margin-bottom:0;margin-top:2.5rem}}.collapsible-section__section-container:last-child .collapsible-section__section-col-right{border-bottom:0}.collapsible-section__section-text:not(:last-child){margin-bottom:3rem}.privacy-policy-app__collapsible-sections .collapsible-section__section-title{font-size:1.9rem!important;font-weight:700!important}.footer{background:#373150;flex-shrink:0}.footer__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.footer__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.footer__container{padding:5rem 3rem}}.footer__container{justify-content:space-between;padding:6rem 0}@media only screen and (max-width:51.25em){.footer__container{flex-direction:column;align-items:flex-start;padding:4.8rem 3rem}}.footer__left{display:flex;flex:0 1 50%;flex-direction:column;align-items:flex-start}.footer__logo img{width:14.2rem!important}@media only screen and (max-width:51.25em){.footer__logo img{width:13rem!important}}.footer__text-container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.footer__text-container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.footer__text-container{padding:5rem 3rem}}.footer__text-container{align-self:stretch;border-top:1px solid #5f5a73;flex-direction:column;padding-top:4.8rem}@media only screen and (max-width:51.25em){.footer__text-container{margin:0 3rem;padding:3.6rem 0}}.footer__text{color:#fff}.footer__text:not(:first-child){margin-top:1.6rem;opacity:.7;max-width:75%;line-height:1.4}.footer__right{display:flex}@media only screen and (max-width:51.25em){.footer__right{flex-direction:column;margin-bottom:3.5rem;margin-top:3.5rem}}.footer__nav-container:not(:last-child){margin-right:5rem}@media only screen and (max-width:51.25em){.footer__nav-container:not(:last-child){margin-right:0;margin-bottom:5rem}}.footer__heading{margin-bottom:1.25rem;color:#fff;opacity:.7;font-weight:400;font-size:1.8rem}.footer__nav-list{list-style:none}.footer__nav-list-item{line-height:normal}.footer__nav-list-item:first-child{margin-top:1.5rem}.footer__nav-list-item:not(:last-child){margin-bottom:1.25rem}.footer__nav-link{font-size:1.6rem}@media only screen and (max-width:51.25em){.footer__nav-link{font-size:1.9rem}}.footer__nav-link,.footer__nav-link:link,.footer__nav-link:visited{color:#fff;font-weight:600}.navbar{position:relative;width:100%;background-color:hsla(0,0%,100%,.97);top:0;z-index:1000}.navbar__container{display:flex;max-width:100rem;align-items:stretch;margin:auto;border-bottom:1px solid #e9e9e9}@media only screen and (max-width:51.25em){.navbar__container.collapsed{border-bottom:none}}@media only screen and (max-width:75em){.navbar__container{padding-left:2rem;padding-right:2rem}}@media only screen and (max-width:51.25em){.navbar__container{flex-direction:column;align-items:flex-start;padding:0}.navbar__logo-link{padding-left:1.5rem}}.navbar__logo{width:15rem;height:4.5rem}.navbar__sub-container{padding:1.4rem 0}.navbar__sub-container a{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:51.25em){.navbar__sub-container{padding:0;display:flex;justify-content:space-between;align-self:stretch;border-bottom:1px solid #e9e9e9}.navbar__sub-container a{display:flex;flex-direction:column}}.navbar__menu-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);display:flex;justify-content:center;padding:1.55rem 1.3rem;border:none;border-left:1px solid #e9e9e9}.navbar__menu-button:focus:not(:focus-visible){outline:none}.navbar__menu-button-container{justify-content:center;align-items:center;display:none}@media only screen and (max-width:51.25em){.navbar__menu-button-container{display:flex}}.navbar__menu-download-button{background:#607bff;border-radius:20px;padding:4px 16px;margin-top:8px;margin-bottom:8px;border:0;margin-right:13px;display:none}@media only screen and (max-width:51.25em){.navbar__menu-download-button{display:block}}.navbar__menu-download-button span{color:#fff;font-size:2.02rem;font-weight:700}.navbar__menu-icon{fill:rgba(0,0,0,0);height:1rem;width:1rem}@media only screen and (max-width:51.25em){.navbar__menu-icon{fill:#373150;height:3rem;width:3rem}}.navbar__link-container{display:flex;flex:1 1;margin-left:4.8rem}@media only screen and (max-width:56.25em){.navbar__link-container{margin-left:2.4rem}}@media only screen and (max-width:51.25em){.navbar__link-container{flex-direction:column;align-items:flex-start;padding-left:3.5rem;margin-left:0;padding-bottom:.8rem}.navbar__link-container.collapsed{display:none;padding-bottom:0}}.navbar__link{transition:color .2s;display:flex;align-items:center;padding:0 1rem}@media only screen and (max-width:75em){.navbar__link{padding:0 .75rem}}.navbar__link,.navbar__link:link,.navbar__link:visited{color:#373150}.navbar__link:active,.navbar__link:hover{background-color:#f6f7ff}@media only screen and (max-width:51.25em){.navbar__link:active,.navbar__link:hover{text-decoration:underline;background-color:rgba(0,0,0,0)}}.navbar__link--left{font-weight:600}@media only screen and (max-width:51.25em){.navbar__link--left{font-weight:400}}.navbar__link--last,.navbar__link--last:not(:last-child){margin-right:auto}@media only screen and (max-width:51.25em){.navbar__link{padding:0;display:block}.navbar__link:not(:last-child){margin-bottom:1.5rem}.navbar__link:first-child{margin-top:1.5rem}.navbar__link:last-child{margin-bottom:.75rem}}.page-text__container{flex-direction:column;max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.page-text__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.page-text__container{padding:5rem 3rem}}.page-text__section{margin-bottom:5rem}.page-text__info-box{background-color:#f6f7ff;padding:2.5rem;border-radius:2rem;margin-bottom:3rem;margin-top:2rem;line-height:1.35;font-size:1.6rem}.page-text__introduction{font-style:oblique}.page-text__heading,.page-text__paragraph{margin-bottom:2rem}.page-text__list-description{margin-top:1rem;margin-bottom:-1rem}.page-text__list{margin-left:3rem;margin-top:2rem;margin-bottom:2rem}.page-text__list--small{margin-left:2rem}.page-text__list-item--small{font-size:1.6rem}.page-text__list-item:not(:last-child){margin-bottom:1rem}.page-text__link{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;-webkit-text-decoration-style:dotted!important;text-decoration-style:dotted!important;text-underline-offset:4px!important}.page-text__link:active,.page-text__link:hover{background-color:#f6f7ff;border-radius:2px}.page-text__table-container{overflow-x:scroll;max-width:100%}.page-text__table{font-size:1.3rem;border-collapse:collapse;background-color:#f7f7f7;width:100%}.page-text__table a:link,.page-text__table a:visited{color:#607bff}.page-text__table a:active,.page-text__table a:hover{color:#50cdb1}.page-text__table td:nth-child(4){width:30%}.page-text__table td,.page-text__table th{border:2px solid #fff;padding:1rem;text-align:left;min-width:10rem}.page-text__table th{font-size:1.5rem}.fact-page{overflow:visible}.fact-page__container{display:flex;max-width:100rem;margin:0 auto}@media only screen and (max-width:75em){.fact-page__container{flex-direction:column;margin:0}}.fact-page__image-container{margin-top:-5rem;margin-bottom:5rem;border-radius:5px;overflow:hidden}.fact-page__image-container img{border-radius:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.fact-page__image-container p{margin-top:.5rem;font-size:1.5rem}@media only screen and (max-width:51.25em){.fact-page__image-container p{font-size:1.4rem}}.fact-page__image-container p{color:#797676}@media only screen and (max-width:75em){.fact-page__image-container{margin-top:-2rem}}@media only screen and (max-width:51.25em){.fact-page__image-container{align-self:stretch;min-width:unset}}.fact-page__container-left{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.fact-page__container-left{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.fact-page__container-left{padding:5rem 3rem}}.fact-page__container-left{max-width:80rem;flex-direction:column;flex:.66 1;margin-left:-.5rem}@media only screen and (max-width:75em){.fact-page__container-left{flex:1 1;padding-bottom:0;margin:0 auto}}@media only screen and (max-width:51.25em){.fact-page__container-left{padding:5rem 3rem;max-width:100rem;margin:0}}.fact-page__container-right{overflow:visible;overflow-y:visible;flex:.33 1}@media only screen and (max-width:75em){.fact-page__container-right{width:100%;height:100%;padding-right:0;padding-left:0;display:flex;justify-content:center}}.fact-page__introduction{font-style:italic;margin-left:15rem;margin-bottom:5rem}@media only screen and (max-width:51.25em){.fact-page__introduction{margin-left:0}}.fact-page__section{display:flex;flex-direction:column}.fact-page__section-text a{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.fact-page__section-text a:active,.fact-page__section-text a:hover{background-color:#f6f7ff;border-radius:2px}.fact-page__section-heading{margin-bottom:3rem}@media only screen and (max-width:51.25em){.fact-page__section-heading{margin-left:0;font-size:2.15rem}}.fact-page-header{background-color:#fff9f9;padding-top:10rem}@media only screen and (max-width:75em){.fact-page-header{align-items:center;padding-bottom:5rem}}@media only screen and (max-width:51.25em){.fact-page-header{padding-bottom:0}}.fact-page-header__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.fact-page-header__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.fact-page-header__container{padding:5rem 3rem}}.fact-page-header__container{padding-top:10rem;padding-bottom:7rem;flex-direction:column;align-items:flex-start;justify-content:flex-end}.fact-page-header__heading{margin-bottom:2rem}@media only screen and (max-width:51.25em){.fact-page-header__heading{font-size:4rem}}.fact-page-header__nav{background-color:rgba(255,249,249,.95)}.short-version__container{padding-right:35%;margin-top:5rem;align-self:stretch;display:flex;flex-direction:column;padding-left:3rem;border-left:3px solid #ef7365}@media only screen and (max-width:51.25em){.short-version__container{display:none}}.short-version__title{font-size:2rem;margin-bottom:2.5rem;line-height:1.2rem}.short-version__list{list-style:none}.short-version__item{display:flex}@media only screen and (max-width:51.25em){.short-version__item{flex-direction:column}}.short-version__item:not(:last-child){margin-bottom:1.5rem}.short-version__subtitle{min-width:10rem;font-size:1.6rem}.short-version__text{font-size:1.6rem;line-height:1.6}.page-form__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.page-form__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.page-form__container{padding:5rem 3rem}}@media only screen and (max-width:56.25em){.page-form__container{flex-direction:column}}.page-form__left{display:flex;flex-direction:column;flex:1 1 auto}.page-form__heading{margin-bottom:2rem}.page-form__paragraph{margin-bottom:3rem}.page-form__right{display:flex;flex-direction:column;flex:0 0 50rem;margin-left:10rem}@media only screen and (max-width:56.25em){.page-form__right{margin-left:0;padding-top:5rem}}.page-form__link{text-decoration:none!important;-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;-webkit-text-decoration-style:dotted!important;text-decoration-style:dotted!important;text-underline-offset:4px!important}.page-form__link:active,.page-form__link:hover{background-color:#f6f7ff;border-radius:2px}.page-form__disclaimer{padding:2.4rem;border-radius:2rem;background-color:#f6f7ff;font-size:1.6rem}.text-page-header{background-color:#f4f8fe}.text-page-header__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.text-page-header__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.text-page-header__container{padding:5rem 3rem}}.text-page-header__container{padding-top:15rem;padding-bottom:7rem;flex-direction:column;min-height:40rem;align-items:flex-start;justify-content:flex-end}.text-page-header__container.shrinkHeaderWidth{padding-right:42rem}@media only screen and (max-width:56.25em){.text-page-header__container{align-items:center;padding-top:10rem;padding-bottom:7rem}}.text-page-header__heading{margin-bottom:2rem;display:inline-block;word-break:break-word;word-wrap:break-word;font-size:5rem}@media only screen and (max-width:56.25em){.text-page-header__heading{text-align:center}}@media only screen and (max-width:51.25em){.text-page-header__heading{font-size:3.5rem}}@media only screen and (max-width:56.25em){.text-page-header__text{text-align:center}}.text-page-header__text a{color:blue}.text-page-header__nav{background-color:rgba(244,248,254,.95)}.text-page-header.category{background:#fff9f9}@media only screen and (max-width:56.25em){.text-page-header.category div{align-items:flex-start}.text-page-header.category div h1,.text-page-header.category div p{text-align:left}}.text-page-header.fakta{background:#fff9f9}@media only screen and (max-width:56.25em){.text-page-header.fakta div{align-items:flex-start}.text-page-header.fakta div h1,.text-page-header.fakta div p{text-align:left}}.text-page-header.barnsjukvard-online,.text-page-header.sa-funkar-det{background:none}.text-page-header.article{background:#fff9f9;display:flex;justify-content:center;width:100%;align-items:center}@media only screen and (max-width:75em){.text-page-header.article .text-page-header__container{padding-right:3rem;max-width:80rem}}@media only screen and (max-width:51.25em){.text-page-header.article .text-page-header__container{padding-top:5rem!important;overflow:hidden}}.text-page-header.article .text-page-header__container .breadcrumbs,.text-page-header.article .text-page-header__container .text-page-header__text{width:100%}@media only screen and (max-width:75em){.text-page-header.article .text-page-header__container .breadcrumbs,.text-page-header.article .text-page-header__container .text-page-header__text{width:unset;max-width:unset}}@media only screen and (max-width:56.25em){.text-page-header.article div{align-items:flex-start}.text-page-header.article div h1,.text-page-header.article div p{text-align:left}}.header-examinator{background-color:#fff9f9}.header-examinator .text-page-header__container{min-height:0}.header-examinator .box{display:flex;width:100%}.header-examinator .box>div{flex:1 1}@media only screen and (max-width:56.25em){.header-examinator .box{flex-direction:column}.header-examinator .text-page-header__heading{text-align:center;width:100%}}.header-examinator .text-page-header__title{color:#727272;margin-top:-1rem;margin-bottom:2rem}@media only screen and (max-width:56.25em){.header-examinator .text-page-header__title{text-align:center}}.header-examinator .text-page-header__image{border-radius:50%;overflow:hidden;margin-left:50%;transform:translateX(-50%)}@media only screen and (max-width:56.25em){.header-examinator .text-page-header__image{margin-top:2rem}}.page-sitemap__container{flex-direction:column;max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.page-sitemap__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.page-sitemap__container{padding:5rem 3rem}}.page-sitemap__list{margin-left:3rem;margin-top:2rem;margin-bottom:3rem}.page-sitemap__list-item:not(:last-child){margin-bottom:1rem}.page-sitemap__link{transition:.2s}.page-sitemap a,.page-sitemap__link{text-decoration:underline}.landing-page-button{align-self:stretch;background-color:#607bff;color:#fff;font-family:var(--font-lato),sans-serif;font-weight:700;font-size:2.02rem;padding:1.4rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:25rem;border:none;margin-top:2.4rem;cursor:pointer;transition:background-color .2s;display:flex;justify-content:center;align-items:center}.landing-page-button,.landing-page-button:link,.landing-page-button:visited{color:#fff}.landing-page-button:hover{background-color:#5f64f9}@media only screen and (max-width:51.25em){.landing-page-button{margin-left:2.4rem;margin-right:2.4rem}}.landing-page-divider{height:.2rem;width:3.6rem;background-color:#d3dbfc;align-self:center;margin-top:2.4rem;margin-bottom:2.4rem}.mobile-only{display:none}@media only screen and (max-width:51.25em){.mobile-only{display:block}}.tab-only{display:none}@media only screen and (max-width:56.25em){.tab-only{display:flex}}.healthcare-section{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.healthcare-section{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.healthcare-section{padding:5rem 3rem;flex-direction:column;padding-top:4.8rem;padding-bottom:4.8rem}}.healthcare-section__left{display:flex;flex-direction:column;flex:2 1;justify-content:center;align-items:stretch}.healthcare-section__label-container{display:flex;align-items:center}.healthcare-section__label-icon{fill:#607bff;width:2.6rem;height:2.6rem}.healthcare-section__label-icon-container{background-color:rgb(240.9,242.4666666667,255);margin-right:.8rem;border-radius:50%;padding:.8rem;display:flex;align-items:center;justify-content:center}.healthcare-section__label{color:#797676;font-size:1.8rem;font-weight:500}.healthcare-section__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.8rem;line-height:1.25}@media only screen and (max-width:56.25em){.healthcare-section__heading{font-size:2.4rem}}.healthcare-section__info-container{display:flex;flex-direction:row;margin-bottom:2.4rem}.healthcare-section__queue-box{background-color:#edfaf8;border-radius:1.2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.8rem;flex-basis:12rem}.healthcare-section__queue-time{font-weight:900;font-size:2.4rem}.healthcare-section__queue-label{font-size:1.3rem;letter-spacing:-.03rem;text-align:center}@media only screen and (max-width:51.25em){.healthcare-section__queue-label{font-size:1.4rem}}.healthcare-section__list{margin-left:1.6rem}.healthcare-section__item{display:flex;align-items:center}.healthcare-section__item:not(:last-child){margin-bottom:.4rem}.healthcare-section__list-text{margin-left:.3rem;font-size:1.6rem;line-height:1.2}.healthcare-section__check-icon{margin-right:.5rem;height:1.5rem;width:1.5rem;fill:#50cdb1;flex-shrink:0}.healthcare-section__link{color:#607bff!important;font-weight:700;font-size:2.02rem;transition:color .2s}.healthcare-section__right{display:flex;justify-content:flex-end;align-items:center;position:relative;flex:1 1}@media only screen and (max-width:56.25em){.healthcare-section__right{justify-content:center}}.healthcare-section__ball{height:30rem;width:30rem;border-radius:15rem;background-color:#607bff;position:absolute;z-index:-1;transform:translateY(-40%) translateX(50%)}@media only screen and (max-width:51.25em){.healthcare-section__ball{transform:translateY(-40%) translateX(50%) scale(1.2)}}.healthcare-section__mobile-nurse-img{margin-top:15rem;border-radius:2rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}@media only screen and (max-width:56.25em){.healthcare-section__mobile-nurse-img{margin-top:10rem}}@media only screen and (max-width:51.25em){.healthcare-section__mobile-nurse-img{margin-right:-2rem}}.healthcare-section__mobile-parent-img{position:absolute;transform:translateY(100%) translateX(-130%)}@media only screen and (max-width:56.25em){.healthcare-section__mobile-parent-img{transform:translateY(90%) translateX(-70%) scale(.7)}}.caregivers-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:56.25em){.caregivers-section{margin:3.6rem;text-align:center}}@media only screen and (max-width:51.25em){.caregivers-section{margin:2rem;align-items:flex-start}}.caregivers-section__heading{font-size:3rem;font-weight:900}@media only screen and (max-width:56.25em){.caregivers-section__heading{font-size:1.9rem}}.caregivers-section__img{width:54rem;margin:3.2rem 0}@media only screen and (max-width:56.25em){.caregivers-section__img{width:32rem;align-self:center;margin:2.4rem 0}}@media only screen and (max-width:51.25em){.caregivers-section__img{width:100%;align-self:stretch}}.caregivers-section__button{width:33rem;align-self:center;margin-top:0}@media only screen and (max-width:51.25em){.caregivers-section__button{margin:0;width:auto;align-self:stretch}}.divider{margin:10rem auto;background-color:#dfe5ff;border-radius:2px;width:9.2rem;height:.2rem}@media only screen and (max-width:56.25em){.divider{width:3.6rem;margin:6rem auto}}.divider.divider-hack{margin:-1rem auto 7rem}@media only screen and (max-width:56.25em){.divider.divider-hack{margin:1rem auto 5rem}}.healthcenter-section{max-width:100rem;display:flex;margin:0 auto 12rem}@media only screen and (max-width:75em){.healthcenter-section{padding:0 5rem}}@media only screen and (max-width:56.25em){.healthcenter-section{padding:0 3rem}}@media only screen and (max-width:51.25em){.healthcenter-section{flex-direction:column}}.healthcenter-section__info-container{display:flex;flex-direction:row;margin-bottom:2.4rem}.healthcenter-section__left,.healthcenter-section__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch}@media only screen and (max-width:51.25em){.healthcenter-section__left{margin-bottom:3rem}}.healthcenter-section__right{margin-left:10rem;position:relative}@media only screen and (max-width:56.25em){.healthcenter-section__right{margin-left:4.2rem}}@media only screen and (max-width:51.25em){.healthcenter-section__right{margin-left:0}}.healthcenter-section__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.healthcenter-section__heading{font-size:2.4rem}}.healthcenter-section__list{margin-left:1.6rem}.healthcenter-section__item{display:flex;align-items:center}.healthcenter-section__item:not(:last-child){margin-bottom:.4rem}.healthcenter-section__list-text{font-size:1.6rem;line-height:1.2}.healthcenter-section__check-icon{margin-right:.5rem;height:1.5rem;width:1.5rem;fill:#50cdb1;flex-shrink:0}.healthcenter-section__link{font-weight:600;font-size:1.8rem;transition:color .2s}.healthcenter-section__link,.healthcenter-section__link:link,.healthcenter-section__link:visited{color:#607bff}.healthcenter-section__link:hover{color:#5f64f9}.home-courses-section{max-width:100rem;display:flex;flex-direction:row-reverse;margin:0 auto}@media only screen and (max-width:75em){.home-courses-section{padding:0 5rem}}@media only screen and (max-width:56.25em){.home-courses-section{padding:0 3rem}}@media only screen and (max-width:51.25em){.home-courses-section{flex-direction:column}}.home-courses-section__label-container{display:flex;align-items:center}.home-courses-section__label-icon{fill:#e97366;width:2.6rem;height:2.6rem}.home-courses-section__label-icon-container{background-color:rgb(255,238.8,238.8);margin-right:.8rem;border-radius:50%;padding:.8rem;display:flex;align-items:center;justify-content:center}.home-courses-section__left,.home-courses-section__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch}.home-courses-section__right{margin-left:10rem;position:relative}@media only screen and (max-width:56.25em){.home-courses-section__right{margin-left:4.2rem}}@media only screen and (max-width:51.25em){.home-courses-section__right{margin-left:0;margin-bottom:3rem}}.home-courses-section__label{color:#797676;font-weight:500;font-size:1.8rem}.home-courses-section__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.8rem;line-height:1.25}@media only screen and (max-width:56.25em){.home-courses-section__heading{font-size:2.4rem}}.home-courses-section__link{margin-top:1.6rem;font-weight:700;font-size:2.02rem;transition:color .2s}.home-courses-section__link,.home-courses-section__link:link,.home-courses-section__link:visited{color:#e9706c}.home-courses-section__ball{height:30rem;width:30rem;border-radius:15rem;background-color:#ffc9c3;position:absolute;z-index:-1;transform:translateX(-20%)}@media only screen and (max-width:56.25em){.home-courses-section__ball{transform:translateX(-50%) scale(.8)}}@media only screen and (max-width:51.25em){.home-courses-section__ball{transform:translateY(-10%) translateX(-60%) scale(.6)}}.home-courses-section__card{width:35rem;overflow:hidden;border-radius:1.2rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}@media only screen and (max-width:56.25em){.home-courses-section__card{width:29rem}}@media only screen and (max-width:51.25em){.home-courses-section__card{width:32rem}}.home-courses-section__card--first{margin-bottom:5rem;margin-left:10rem}@media only screen and (max-width:56.25em){.home-courses-section__card--first{margin-bottom:2.3rem;margin-left:0}}@media only screen and (max-width:51.25em){.home-courses-section__card--first{margin-bottom:5rem}}.home-courses-section__card--second{margin-left:15rem}@media only screen and (max-width:56.25em){.home-courses-section__card--second{margin-left:4rem}}@media only screen and (max-width:51.25em){.home-courses-section__card--second{margin-left:7rem}}.development-section{max-width:100rem;display:flex;position:relative;margin:0 auto 12rem}@media only screen and (max-width:75em){.development-section{padding:0 5rem}}@media only screen and (max-width:56.25em){.development-section{padding:0 3rem;margin-bottom:0}}@media only screen and (max-width:51.25em){.development-section{flex-direction:column}}.development-section__label-container{display:flex;align-items:center}.development-section__label-icon{fill:#50cdb1;width:2.6rem;height:2.6rem}.development-section__label-icon-container{background-color:#edfaf8;margin-right:.8rem;border-radius:50%;padding:.8rem;display:flex;align-items:center;justify-content:center}.development-section__left,.development-section__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch}.development-section__right{margin-left:10rem}@media only screen and (max-width:56.25em){.development-section__right{margin-left:4.2rem}}@media only screen and (max-width:51.25em){.development-section__right{margin-left:0}.development-section__left{margin-bottom:3rem}}.development-section__label{color:#50cdb1;font-size:1.8rem;color:#797676;font-weight:500}.development-section__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.8rem;line-height:1.25}@media only screen and (max-width:56.25em){.development-section__heading{font-size:2.4rem}}.development-section__image-text{font-weight:600;color:#9b9b9b;font-size:1.7rem;margin-left:2rem}@media only screen and (max-width:51.25em){.development-section__image-text{margin-left:6rem}}.development-section__image{width:40rem}@media only screen and (max-width:56.25em){.development-section__image{width:33rem}}@media only screen and (max-width:51.25em){.development-section__image{width:38rem;margin-left:2rem}}.development-section__ball{height:28rem;width:28rem;border-radius:50%;background-color:#50cdb1;position:absolute;z-index:-1;transform:translateX(100%) translateY(5%)}@media only screen and (max-width:56.25em){.development-section__ball{transform:translateX(80%) translateY(5%) scale(.8)}}@media only screen and (max-width:51.25em){.development-section__ball{transform:translateY(-10%) translateX(-65%) scale(.75)}}.development-section__link{font-weight:700;font-size:2.02rem;transition:color .2s;margin-top:1.6rem}.development-section__link,.development-section__link:link,.development-section__link:visited{color:#05a88e}.healthhub-section{max-width:100rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 12rem}@media only screen and (max-width:56.25em){.healthhub-section{margin:6rem 3rem}}@media only screen and (max-width:51.25em){.healthhub-section{margin:3rem;align-items:flex-start;flex-direction:column}}.healthhub-section__heading{font-size:3rem;font-weight:900}@media only screen and (max-width:56.25em){.healthhub-section__heading{font-size:1.9rem}}.healthhub-section__row{display:flex;list-style:none;padding:0;margin:4.8rem 0 0}@media only screen and (max-width:51.25em){.healthhub-section__row{align-items:flex-start;flex-direction:column;margin-top:2rem}}.healthhub-section__item{flex:1 1}.healthhub-section__item:not(:last-child){margin:0 2rem 0 0}.healthhub-section__item p{display:flex}@media only screen and (max-width:51.25em){.healthhub-section__item,.healthhub-section__item:not(:last-child){margin:1.5rem 0}}.healthhub-section__icon{margin-bottom:.75rem}.healthhub-section__icon>div{max-width:100%!important}.healthhub-section__icon img{height:50px!important;width:50px!important}.healthhub-section__link{font-weight:700;font-size:2.02rem;transition:color .2s;margin-top:1.6rem;align-self:flex-start}.healthhub-section__link,.healthhub-section__link:link,.healthhub-section__link:visited{color:#607bff}.mailchimp-form{display:flex;flex-direction:row;justify-content:center;align-items:center}@media only screen and (max-width:56.25em){.mailchimp-form{flex-direction:column;align-items:stretch;margin-top:2.4rem}}.mailchimp-form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32rem;padding:1.7rem 2.3rem;border-radius:1.2rem;color:#373150;font-family:Lato,sans-serif;font-size:1.9rem;border:2px solid #e4e4e4}.mailchimp-form__input:focus{outline:none;border:2px solid #bbb}.mailchimp-form__input::placeholder{color:#9b9b9b}.mailchimp-form__button{margin:0 0 0 1.6rem;padding:1.4rem 2.8rem}@media only screen and (max-width:56.25em){.mailchimp-form__button{margin:1.6rem 0 0}}.mailchimp-form__button--confirmed,.mailchimp-form__button--confirmed:hover{background-color:#50cdb1;cursor:default;opacity:1}.review-section{display:flex;flex-direction:column;margin:12rem auto;align-items:center}@media only screen and (max-width:56.25em){.review-section{margin:6rem auto}}.review-section__heading{font-weight:900;font-size:3.25rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.review-section__heading{font-size:2.4rem}}.home-download-section{background-color:#ffeeed;margin-bottom:8rem}.home-download-section__container{align-items:center;max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.home-download-section__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.home-download-section__container{padding:5rem 3rem}}@media only screen and (max-width:56.25em){.home-download-section__container{padding-top:3.6rem;padding-bottom:3.6rem;flex-direction:column-reverse;align-items:stretch}}.home-download-section__left{padding-right:3.6rem}@media only screen and (max-width:56.25em){.home-download-section__left{padding-right:unset;display:flex;margin-top:2.4rem;justify-content:center}}@media only screen and (max-width:56.25em)and (max-width:51.25em){.home-download-section__left a{flex:1 1}}.home-download-section__right{display:flex;flex-direction:column}@media only screen and (max-width:56.25em){.home-download-section__right{text-align:center;align-items:center}}.home-download-section__heading{font-weight:900;font-size:4.4rem;display:flex;margin-bottom:1.6rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.home-download-section__heading{font-size:2.4rem}}.home-download-section__rating-container{display:flex;align-items:center;margin-top:.6rem}.home-download-section__rating-container .rating{margin-top:0;margin-right:1.2rem}@media only screen and (max-width:56.25em){.home-download-section__rating-container .rating{margin-bottom:0}}.home-article-section{max-width:100rem;margin:0 auto}@media only screen and (max-width:56.25em){.home-article-section{margin:0 3rem}}@media only screen and (max-width:51.25em){.home-article-section{margin:0 3rem}}.home-article-section__heading{font-size:3rem;font-weight:900}@media only screen and (max-width:56.25em){.home-article-section__heading{font-size:2.4rem}}.home-article-section__link{font-weight:600;font-size:1.8rem;transition:color .2s}.home-article-section__link,.home-article-section__link:hover,.home-article-section__link:link,.home-article-section__link:visited{color:#607bff}.home-articles__container{display:flex;flex-direction:row;margin:4.8rem 0}@media only screen and (max-width:56.25em){.home-articles__container{margin:3rem 0}}@media only screen and (max-width:51.25em){.home-articles__container{flex-direction:column}}.home-articles__item{flex:1 1}.home-articles__item:not(:last-child){margin-right:3.6rem}@media only screen and (max-width:56.25em){.home-articles__item:not(:last-child){margin-right:0;margin-bottom:2.4rem}.home-articles__item:first-child{margin-right:2.8rem}}@media only screen and (max-width:51.25em){.home-articles__item:first-child{margin-right:0}}@media only screen and (max-width:56.25em){.home-articles__item:last-child{display:none}}@media only screen and (max-width:51.25em){.home-articles__item:last-child{display:flex}.home-articles__item:not(:first-child){display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1;align-items:center}}@media only screen and (max-width:51.25em)and (max-width:51.25em){.home-articles__item:not(:first-child) .home-articles__image{min-width:7.8rem;height:5.5rem;flex:0 1;border-radius:.8rem;margin-right:1.4rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.home-articles__item:not(:first-child) .home-articles__text{margin-top:0}}.home-articles__image{flex:1 1;height:14rem;min-width:27rem;border:.5px solid #f6f7ff;border-radius:.8rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.home-articles__text{line-height:1.4;margin-top:1.6rem;font-size:1.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-categories-section{max-width:100rem;margin:0 auto 10rem;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:56.25em){.home-categories-section{margin:0 3rem 6rem;align-items:flex-start}}@media only screen and (max-width:51.25em){.home-categories-section{margin:0 3rem 6rem}}.home-categories-section__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.home-categories-section__heading{font-size:2.4rem}}.home-categories-section__heading__no-margin-bottom{margin-bottom:0}.home-categories-section__sa-funkar-det-categories{margin-bottom:4rem}.home-categories-section__container{display:grid;margin-top:3.6rem;grid-gap:2rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:56.25em){.home-categories-section__container{grid-template-columns:repeat(2,1fr);align-self:stretch}}@media only screen and (max-width:51.25em){.home-categories-section__container{grid-template-columns:1fr;grid-gap:1.2rem}}.home-categories-section__cta-container{margin-top:1rem}@media only screen and (max-width:51.25em){.home-categories-section__cta-container{margin-top:0}}.home-categories-section__item{border:2px solid #f6f7ff;border-radius:1.2rem;display:flex;flex-direction:row;overflow:hidden;padding:1.2rem;align-items:center}.home-categories-section__icon{height:3.6rem;width:3.6rem;margin-right:1.6rem}.home-categories-section__chevron{fill:#373150;height:2.4rem;width:2.4rem;margin-left:auto}.course-header{overflow:hidden;background-color:#fff9f9}.course-header__container{max-width:100rem;display:flex;margin:0 auto;flex-direction:row;padding:5rem 0 8rem}@media only screen and (max-width:56.25em){.course-header__container{flex-direction:column-reverse;align-items:center;padding:4rem 0 3rem}}.course-header__left{flex:0 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;margin-top:5.6rem}@media only screen and (max-width:56.25em){.course-header__left{flex:0 1 auto;margin-right:0;margin-top:2.4rem}}.course-header__heading{margin-bottom:2rem;font-size:5rem;max-width:80%}@media only screen and (max-width:56.25em){.course-header__heading{max-width:100%}}@media only screen and (max-width:51.25em){.course-header__heading{max-width:80%;font-size:3.5rem;margin-bottom:2rem}}.course-header__list-holder{width:100%;padding-left:1rem;padding-right:1rem}.course-header__list{margin-top:2rem;margin-left:1.6rem}.course-header__item{display:flex;align-items:flex-start}.course-header__item:not(:last-child){margin-bottom:1rem}.course-header__list-text{font-size:1.6rem;line-height:1.5}.course-header__bullet-icon{display:inline-block;margin-right:1.5rem;width:1rem;height:1rem;border-radius:50%;background-color:#607bff;flex-shrink:0;margin-top:.75rem}.course-header__cta-container{display:flex;align-self:stretch;flex-direction:column;align-items:stretch;padding:1rem 2.4rem 2.4rem}@media only screen and (max-width:51.25em){.course-header__cta-container{flex-direction:column-reverse}}.course-header__img-container{position:relative;flex:0 1 50%;width:100%;display:flex;justify-content:left;align-items:center;padding-left:4rem;padding-right:4rem}@media only screen and (max-width:75em){.course-header__img-container{padding-left:2rem;padding-right:2rem;margin-top:4rem;margin-bottom:4rem}}.course-header__img{position:absolute;width:30vw;z-index:10}@media only screen and (min-width:112.5em){.course-header__img{width:25vw}}@media only screen and (max-width:75em){.course-header__img{width:50vw;position:relative}}@media only screen and (max-width:56.25em){.course-header__img{width:80vw;margin:0 auto}}.course-header__ball{border-radius:50%;position:absolute;z-index:1}.course-header__ball--blue{height:8rem;width:8rem;background-color:#607bff;top:9.25rem;left:1rem}@media only screen and (max-width:75em){.course-header__ball--blue{top:3rem}}@media only screen and (max-width:56.25em){.course-header__ball--blue{top:-2rem;left:12%}}.course-header__ball--green{background-color:#50cdb1;width:92%;top:50%;right:-7.5rem;transform:translateY(-50%)}.course-header__ball--green:after{content:"";display:block;padding-top:100%}@media only screen and (max-width:56.25em){.course-header__ball--green{width:45%;right:5%}}@media only screen and (max-width:51.25em){.course-header__ball--green{width:60%}}.courses-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:8rem 0}@media only screen and (max-width:56.25em){.courses-section{margin:3.6rem;padding:6rem 0 2rem}}@media only screen and (max-width:51.25em){.courses-section{margin:0 3rem;align-items:center}}.courses-section__heading{font-size:3.25rem;font-weight:900;line-height:1.25;text-align:center;margin-bottom:2rem}@media only screen and (max-width:56.25em){.courses-section__heading{font-size:2.4rem;text-align:left;max-width:100%;width:100%}}.courses-section__text{text-align:center}@media only screen and (max-width:56.25em){.courses-section__text{text-align:left}}.courses-section .course-items__container{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4rem;column-gap:4rem;grid-row-gap:5rem;row-gap:5rem;margin:4.8rem 0 2rem}@media only screen and (max-width:56.25em){.courses-section .course-items__container{margin:4rem 0;grid-template-columns:1fr;row-gap:4.5rem}}.courses-section .course-items__item{display:flex;flex-direction:column;border:1px solid #e9e9e9;border-radius:1rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.courses-section .course-items__content{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:0 2.25rem 2.25rem;text-align:left;flex-grow:1;display:flex;flex-direction:column}.courses-section .course-items__content-inner{flex-grow:1}.courses-section .course-items__title{margin-top:2.5rem;margin-bottom:1.5rem;line-height:1.4}.courses-section .course-items__intro,.courses-section .course-items__text:not(:last-of-type){margin:.5rem 0}.courses-section .course-items__text:last-of-type{margin-bottom:2.5rem}.courses-section .course-items__meta{font-weight:700}.courses-section__button{width:30rem;align-self:center;padding:.75rem 1.4rem;margin:0 auto}@media only screen and (max-width:56.25em){.courses-section__button{align-self:stretch}}.about-section{background-color:#f7fbfa;padding:5rem 0}@media only screen and (max-width:56.25em){.about-section{padding:2rem 0 4rem}}.about-section__container{max-width:100rem;display:flex;margin:0 auto}@media only screen and (max-width:75em){.about-section__container{padding:0 5rem}}@media only screen and (max-width:56.25em){.about-section__container{padding:0 3rem}}@media only screen and (max-width:51.25em){.about-section__container{flex-direction:column}}.about-section__left,.about-section__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch}.about-section__right{margin-left:4rem;position:relative}@media only screen and (max-width:56.25em){.about-section__right{margin-left:2rem}}@media only screen and (max-width:51.25em){.about-section__right{margin-left:0;margin-bottom:1rem}}.about-section__heading{font-weight:900;font-size:3.25rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.about-section__heading{font-size:2.4rem}}.about-section__button{width:30rem;align-self:center;margin-top:3rem;margin-right:auto}@media only screen and (max-width:51.25em){.about-section__button{width:auto;align-self:stretch;margin:2rem 0 0}}.specialists-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:10rem 0 2rem}@media only screen and (max-width:56.25em){.specialists-section{margin:3.6rem}}@media only screen and (max-width:51.25em){.specialists-section{margin:0 3rem;align-items:center;padding:6rem 0 2rem}}.specialists-section__heading{text-align:center;font-size:3.25rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.specialists-section__heading{font-size:2.4rem}}.specialists-section__text{text-align:center;max-width:55%}@media only screen and (max-width:51.25em){.specialists-section__text{max-width:100%}}.specialists-section__cards-container{position:relative;display:flex;gap:3rem;margin:7rem 0 5rem}@media only screen and (max-width:56.25em){.specialists-section__cards-container{flex-direction:column;margin:6rem 0 4rem}}.specialists-section__item-card{display:flex;padding:3rem 3.5rem;align-items:center;border-radius:1rem;box-shadow:0 2px 3rem 0 rgba(0,0,0,.1);position:relative;z-index:10;background-color:#fff}.specialists-section__card-avatar,.specialists-section__item-card{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.specialists-section__card-avatar{width:8rem;min-width:8rem;height:8rem;border-radius:50%;margin-right:2rem}.specialists-section__card-text p{font-size:1.5rem}.specialists-section__ball{position:absolute;width:18rem;height:18rem;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#50cdb1}@media only screen and (max-width:56.25em){.specialists-section__ball{width:13rem;height:13rem;left:0}}.specialists-section__button{width:30rem;align-self:center;margin-top:3rem}@media only screen and (max-width:51.25em){.specialists-section__button{margin:0;width:auto;align-self:stretch}}.review-section{overflow:hidden;margin:8rem auto}@media only screen and (max-width:56.25em){.review-section{margin:6rem auto 4rem}.hide-small{display:none}}.pregnancy-child-header{overflow:hidden;background-color:#fff9f9}.pregnancy-child-header__container{max-width:100rem;display:flex;margin:0 auto;flex-direction:row;padding:5rem 0 8rem}@media only screen and (max-width:56.25em){.pregnancy-child-header__container{flex-direction:column-reverse;align-items:center;padding:4rem 0 2.6rem}}.pregnancy-child-header__left{flex:0 1 55%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;margin-top:5.6rem}@media only screen and (max-width:56.25em){.pregnancy-child-header__left{flex:0 1 auto;margin-right:0;margin-top:5rem}}.pregnancy-child-header__heading{margin-bottom:2rem;font-size:5rem;max-width:80%}@media only screen and (max-width:56.25em){.pregnancy-child-header__heading{max-width:100%}}@media only screen and (max-width:51.25em){.pregnancy-child-header__heading{max-width:80%;font-size:3.5rem;margin-bottom:2rem}}.pregnancy-child-header__cta-container{padding-top:1rem}.pregnancy-child-header__img-container{position:relative;flex:0 1 45%;width:100%;display:flex;justify-content:left;align-items:center;padding-left:4rem;padding-right:4rem}@media only screen and (max-width:75em){.pregnancy-child-header__img-container{padding-left:2rem;padding-right:2rem;margin-top:4rem;margin-bottom:3rem}}.pregnancy-child-header__cta{margin-top:3.4rem}.pregnancy-child-header__img{position:absolute;width:30vw;filter:drop-shadow(0 38px 164px rgba(0,0,0,.07)) drop-shadow(0 13.8706px 59.8627px rgba(0,0,0,.0482987)) drop-shadow(0 6.73393px 29.0622px rgba(0,0,0,.0389404)) drop-shadow(0 3.3011px 14.2468px rgba(0,0,0,.0310596)) drop-shadow(0 1.30526px 5.63322px rgba(0,0,0,.0217013));z-index:10}@media only screen and (min-width:112.5em){.pregnancy-child-header__img{width:25vw}}@media only screen and (max-width:75em){.pregnancy-child-header__img{width:50vw;position:relative}}@media only screen and (max-width:56.25em){.pregnancy-child-header__img{width:80vw;margin:0 auto}}.pregnancy-child-header__ball{border-radius:50%;position:absolute;z-index:1}.pregnancy-child-header__ball--blue{height:8rem;width:8rem;background-color:#607bff;top:5rem;left:1rem}@media only screen and (max-width:75em){.pregnancy-child-header__ball--blue{top:3rem}}@media only screen and (max-width:56.25em){.pregnancy-child-header__ball--blue{top:-2rem;left:12%}}.pregnancy-child-header__ball--green{background-color:#50cdb1;width:92%;top:50%;right:-7.5rem;transform:translateY(-50%)}.pregnancy-child-header__ball--green:after{content:"";display:block;padding-top:100%}@media only screen and (max-width:56.25em){.pregnancy-child-header__ball--green{width:45%;right:5%}}@media only screen and (max-width:51.25em){.pregnancy-child-header__ball--green{width:60%}}.section__list-holder{width:100%;padding-left:1rem;padding-right:1rem}.section__list{margin-top:2rem}.section__item{display:flex;align-items:flex-start}.section__item:not(:last-child){margin-bottom:1.25rem}.section__list-text{font-size:1.6rem;line-height:1.5}.section__bullet-icon{display:inline-block;margin-right:1.5rem;width:1rem;height:1rem;border-radius:50%;background-color:#607bff;flex-shrink:0;margin-top:.75rem}.section__cta-container{display:flex;align-self:stretch;flex-direction:column;align-items:stretch;padding:0 2.4rem 2.4rem;max-width:480px}@media only screen and (max-width:51.25em){.section__cta-container{flex-direction:column-reverse}}.section__list-text a{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.section__list-text a:active,.section__list-text a:hover{background-color:#f6f7ff;border-radius:2px}.pregnancy-child-baby-mother{padding:7rem 0;max-width:100rem;margin:0 auto;text-align:center}@media only screen and (max-width:56.25em){.pregnancy-child-baby-mother{padding:6rem 0}}.pregnancy-child-baby-mother__container{display:flex;padding-top:50px}@media only screen and (max-width:51.25em){.pregnancy-child-baby-mother__container{flex-direction:column}}.pregnancy-child-baby-mother__left,.pregnancy-child-baby-mother__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch;text-align:left}.pregnancy-child-baby-mother__right{margin-left:5rem;position:relative}@media only screen and (max-width:56.25em){.pregnancy-child-baby-mother__right{margin-left:2rem}}@media only screen and (max-width:51.25em){.pregnancy-child-baby-mother__right{margin-left:0;margin-bottom:1rem;margin-top:50px}}.pregnancy-child-baby-mother__heading{font-weight:900;font-size:3.5rem;max-width:90%;margin:.5rem auto 2.4rem;line-height:1.25;text-align:center}@media only screen and (max-width:56.25em){.pregnancy-child-baby-mother__heading{font-size:3rem}}.pregnancy-child-baby-mother__text{max-width:75%;margin:0 auto}@media only screen and (max-width:51.25em){.pregnancy-child-baby-mother__text{max-width:100%}}.pregnancy-child-baby-mother__cta-container{margin:0 auto;padding-top:50px}@media only screen and (max-width:56.25em){.pregnancy-child-baby-mother__cta-container{padding-top:2rem;padding-bottom:0}}.pregnancy-child-baby-father{background:#f7fbfa;padding:7rem 0;text-align:center}@media only screen and (max-width:56.25em){.pregnancy-child-baby-father{padding:6rem 0}}.pregnancy-child-baby-father__container{max-width:100rem;margin:0 auto;display:flex;padding-top:50px;flex-direction:row-reverse}@media only screen and (max-width:51.25em){.pregnancy-child-baby-father__container{flex-direction:column}}.pregnancy-child-baby-father__left,.pregnancy-child-baby-father__right{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:stretch;text-align:left}.pregnancy-child-baby-father__right{margin-right:5rem;position:relative}@media only screen and (max-width:56.25em){.pregnancy-child-baby-father__right{margin-right:2rem}}@media only screen and (max-width:51.25em){.pregnancy-child-baby-father__right{margin-right:0;margin-bottom:1rem;margin-top:50px}}.pregnancy-child-baby-father__heading{font-weight:900;font-size:3.5rem;max-width:90%;margin:.5rem auto 2.4rem;line-height:1.25;text-align:center}@media only screen and (max-width:56.25em){.pregnancy-child-baby-father__heading{font-size:3rem}}.pregnancy-child-baby-father__text{max-width:880px;margin:0 auto}.pregnancy-child-baby-father__cta-container{margin:0 auto;padding-top:50px}@media only screen and (max-width:56.25em){.pregnancy-child-baby-father__cta-container{padding-top:2rem;padding-bottom:0}}.pregnancy-child-specialists-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0 10rem}@media only screen and (max-width:56.25em){.pregnancy-child-specialists-section{margin:3.6rem}}@media only screen and (max-width:51.25em){.pregnancy-child-specialists-section{margin:3rem;align-items:center;padding-bottom:3rem}}.pregnancy-child-specialists-section__heading{text-align:center;font-size:3.25rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.pregnancy-child-specialists-section__heading{font-size:2.4rem}}.pregnancy-child-specialists-section__text{text-align:center}.pregnancy-child-specialists-section__cards-container{position:relative;display:flex;gap:3rem;margin:7rem 0 5rem}@media only screen and (max-width:56.25em){.pregnancy-child-specialists-section__cards-container{flex-direction:column;margin:5rem 0 4rem}}.pregnancy-child-specialists-section__item-card{display:flex;padding:3rem 3.5rem;align-items:center;border-radius:1rem;min-width:440px;max-width:470px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);box-shadow:0 2px 3rem 0 rgba(0,0,0,.1);position:relative;z-index:10;background-color:#fff}@media only screen and (max-width:56.25em){.pregnancy-child-specialists-section__item-card{min-width:0;max-width:100%}}.pregnancy-child-specialists-section__card-avatar{width:8rem;min-width:8rem;height:8rem;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);margin-right:2rem}.pregnancy-child-specialists-section__card-text p{font-size:1.5rem}.pregnancy-child-specialists-section__card-text-title{line-height:1.5;margin-bottom:.4rem;margin-top:.4rem}.pregnancy-child-specialists-section__ball{position:absolute;width:18rem;height:18rem;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#50cdb1}@media only screen and (max-width:56.25em){.pregnancy-child-specialists-section__ball{width:13rem;height:13rem;left:0}}.pregnancy-child-specialists-section__button{width:30rem;align-self:center;margin-top:3rem}@media only screen and (max-width:51.25em){.pregnancy-child-specialists-section__button{margin:0;width:auto;align-self:stretch}}.pregnancy-child-review-section{overflow:hidden;margin:9rem auto}@media only screen and (max-width:56.25em){.pregnancy-child-review-section{margin:6rem auto}}.text-left{text-align:left}.section-vision{margin-top:6rem;background-image:url(/_next/static/media/confetti@3x.6417a09f.jpg);background-size:cover;background-position:50%}@media only screen and (max-width:51.25em){.section-vision{background-size:200%}}.section-vision__container{max-width:100rem;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.section-vision__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.section-vision__container{padding:5rem 3rem}}.section-vision__container{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media only screen and (max-width:51.25em){.section-vision__container{margin:1.5rem}}.section-vision__text{margin:0 4rem}.section-vision__text:not(:last-child){margin-bottom:2rem}@media only screen and (max-width:51.25em){.section-vision__text{margin:0}}.section-mission__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.section-mission__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.section-mission__container{padding:5rem 3rem}}.section-mission__container{position:relative;align-items:center;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:56.25em){.section-mission__container{flex-direction:column}}@media only screen and (max-width:51.25em){.section-mission__container{margin:1.5rem}}.section-mission__image-wrapper{position:relative;width:40%}@media only screen and (max-width:56.25em){.section-mission__image-wrapper{width:100%}}.section-mission__img{z-index:100;overflow:hidden;display:flex;border-radius:2rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}@media only screen and (max-width:56.25em){.section-mission__img{width:55%;margin:0 auto}}@media only screen and (max-width:51.25em){.section-mission__img{width:auto}}.section-mission__spot{position:absolute!important;width:130%;top:-25%;left:-50%}@media only screen and (max-width:56.25em){.section-mission__spot{top:-25%;left:-30%;width:70%}}@media only screen and (max-width:51.25em){.section-mission__spot{top:-5rem;left:-7rem;width:115%}}.section-mission__text{font-size:1.9rem;width:60%;padding:8rem}@media only screen and (max-width:56.25em){.section-mission__text{width:100%;padding:16rem 4rem -5rem}}@media only screen and (max-width:51.25em){.section-mission__text{padding:8rem 0 0}}.section-info{margin-top:6rem}@media only screen and (max-width:51.25em){.section-info{margin-top:0}}.section-info__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.section-info__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.section-info__container{padding:5rem 3rem}}.section-info__container{flex-direction:column;border-top:1px solid #e9e9e9}@media only screen and (max-width:51.25em){.section-info__container{margin:1.5rem}}.section-info__text{margin:0 4rem}.section-info__text:not(:last-child){margin-bottom:2rem}@media only screen and (max-width:51.25em){.section-info__text{margin:0}}.barnsjukvard-header{overflow:hidden;background-color:#fff9f9}.barnsjukvard-header__container{max-width:100rem;display:flex;margin:0 auto;flex-direction:row;padding:5rem 0 8rem}@media only screen and (max-width:56.25em){.barnsjukvard-header__container{flex-direction:column-reverse;align-items:center;padding:4rem 0}}@media only screen and (max-width:51.25em){.barnsjukvard-header__container{flex-direction:column-reverse;align-items:center;padding:4rem 0 3rem}}.barnsjukvard-header__left{flex:0 1 55%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;margin-top:5.6rem}@media only screen and (max-width:56.25em){.barnsjukvard-header__left{flex:0 1 auto;margin-right:0;margin-top:5rem}}.barnsjukvard-header__heading{margin-bottom:2rem;font-size:5rem;max-width:80%}@media only screen and (max-width:56.25em){.barnsjukvard-header__heading{max-width:100%}}@media only screen and (max-width:51.25em){.barnsjukvard-header__heading{max-width:80%;font-size:3.5rem;margin-bottom:.8rem}}.barnsjukvard-header__img-container{position:relative;flex:0 1 45%;width:100%;display:flex;justify-content:left;align-items:center;padding-left:4rem;padding-right:4rem}@media only screen and (max-width:75em){.barnsjukvard-header__img-container{padding-left:2rem;padding-right:2rem;margin-top:4rem}}.barnsjukvard-header__img{position:absolute;width:30vw;filter:drop-shadow(0 38px 164px rgba(0,0,0,.07)) drop-shadow(0 13.8706px 59.8627px rgba(0,0,0,.0482987)) drop-shadow(0 6.73393px 29.0622px rgba(0,0,0,.0389404)) drop-shadow(0 3.3011px 14.2468px rgba(0,0,0,.0310596)) drop-shadow(0 1.30526px 5.63322px rgba(0,0,0,.0217013));z-index:10}@media only screen and (min-width:112.5em){.barnsjukvard-header__img{width:25vw}}@media only screen and (max-width:75em){.barnsjukvard-header__img{width:50vw;position:relative}}@media only screen and (max-width:56.25em){.barnsjukvard-header__img{width:80vw;margin:0 auto}}.barnsjukvard-header__ball{border-radius:50%;position:absolute;z-index:1}.barnsjukvard-header__ball--blue{height:8rem;width:8rem;background-color:#607bff;top:7rem;left:1.75rem}@media only screen and (max-width:75em){.barnsjukvard-header__ball--blue{top:3rem}}@media only screen and (max-width:56.25em){.barnsjukvard-header__ball--blue{top:-3rem;left:8%}}.barnsjukvard-header__ball--green{background:linear-gradient(0deg,#43c1b3,#63d9b6);width:92%;top:50%;right:-7.5rem;transform:translateY(-50%)}.barnsjukvard-header__ball--green:after{content:"";display:block;padding-top:100%}@media only screen and (max-width:56.25em){.barnsjukvard-header__ball--green{width:45%;right:5%}}@media only screen and (max-width:51.25em){.barnsjukvard-header__ball--green{width:60%}}.section-instructions__description a{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.section-instructions__description a:active,.section-instructions__description a:hover{background-color:#f6f7ff;border-radius:2px}.section-instructions__label{color:#607bff;font-size:1.8rem}.section-instructions__heading{font-weight:900;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:56.25em){.section-instructions__heading{font-size:2.4rem}.section-instructions{margin-left:2rem;margin-right:2rem}}.section-instructions__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.section-instructions__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.section-instructions__container{padding:5rem 3rem}}.section-instructions__container{flex-direction:column;align-items:center;border-bottom:1px solid #e9e9e9;padding-top:0}@media only screen and (max-width:56.25em){.section-instructions__container{padding-top:0}}.section-instructions__heading{margin-bottom:3rem;font-size:4.4rem}@media only screen and (max-width:56.25em){.section-instructions__heading{max-width:66%;max-width:100%;font-size:2.4rem}}.section-instructions__text{margin-bottom:5rem;text-align:left}@media only screen and (max-width:56.25em){.section-instructions__text{text-align:left;max-width:80%;max-width:100%}}.section-instructions__step-container{display:flex;align-self:stretch;justify-content:space-evenly}@media only screen and (max-width:56.25em){.section-instructions__step-container{flex-direction:column}}.section-instructions__step{display:flex;flex:1 1;flex-direction:column;align-items:center;padding:3.5rem;background:#fff;border-radius:1.5rem;box-shadow:0 10px 40px 0 rgba(0,0,0,.07),0 10px 40px 0 rgba(0,0,0,.07);align-self:flex-start;margin:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}@media only screen and (max-width:56.25em){.section-instructions__step{margin:0}.section-instructions__step:not(:last-child){margin-bottom:5rem}}.section-instructions__image{border-radius:50%;margin-bottom:2rem;height:15rem;width:15rem}@media only screen and (max-width:51.25em){.section-instructions__image{height:20rem;width:20rem}}.section-instructions__title{text-align:left;margin-bottom:.7rem;font-size:1.9rem}@media only screen and (max-width:56.25em){.section-instructions__title{font-size:2rem;align-self:center}}.section-instructions__description{text-align:left;font-size:1.5rem;line-height:1.5}@media only screen and (max-width:56.25em){.section-instructions__description{font-size:1.7rem;line-height:1.7;align-self:center;text-align:center}}@media only screen and (max-width:51.25em){.section-instructions__description{text-align:left}}.section-instructions__last-step{background:none;padding:3.5rem 3.5rem 2rem;align-self:center;flex:1 1}.section-instructions__download-container{margin-top:10rem;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:56.25em){.section-instructions__download-container{margin-top:3rem;font-size:1.7rem;line-height:1.7}.section-instructions__download-container div:first-child{display:flex;margin-bottom:2rem}}.section-instructions__download-text{margin-top:2rem;font-family:Lato-Italic,Arial,Helvetica,sans-serif}@media only screen and (max-width:56.25em){.section-instructions__download-text{margin-top:1rem;text-align:center}}.about-section-big__container{align-items:center;max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.about-section-big__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.about-section-big__container{padding:5rem 3rem;flex-direction:column;padding-top:2rem;padding-bottom:4rem}}.about-section-big__img{flex:50% 1}@media only screen and (max-width:56.25em){.about-section-big__img{margin-left:0}}@media only screen and (max-width:51.25em){.about-section-big__img{margin-top:1rem}}.about-section-big__details{flex:50% 1;margin-left:5rem}@media only screen and (max-width:51.25em){.about-section-big__details{display:flex;flex-direction:column;align-items:flex-start;margin-left:0}}.about-section-big__heading{font-weight:900;font-size:4.4rem;display:flex;max-width:90%;margin-bottom:2.4rem;margin-top:.5rem;line-height:1.25}@media only screen and (max-width:51.25em){.about-section-big__heading{font-size:2.4rem}}.about-section-big__text{margin-bottom:2rem}.about-section-big__list{list-style:none;margin-bottom:3rem}.about-section-big__list-item{display:flex;align-items:center}.about-section-big__list-item:not(:last-child){margin-bottom:1.5rem}@media only screen and (max-width:51.25em){.about-section-big__list-item:not(:last-child){margin-bottom:1rem}}.about-section-big__list-icon{height:2.5rem;width:2.5rem;margin-right:2rem;fill:#50cdb1;flex-shrink:0}.barnsjukvard-specialists-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:8rem 0 0}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section{margin:3.6rem;padding:5rem 0 0}}@media only screen and (max-width:51.25em){.barnsjukvard-specialists-section{margin:3rem;align-items:center}}.barnsjukvard-specialists-section__heading{text-align:center;font-size:4.4rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section__heading{font-size:2.4rem}}.barnsjukvard-specialists-section__text{text-align:center}.barnsjukvard-specialists-section__cards-container{position:relative;display:flex;flex-direction:column;gap:3rem;margin:2rem 0 0}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section__cards-container{margin:2.5rem 0 0;gap:40px}}.barnsjukvard-specialists-section__item-card{display:flex}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section__item-card{flex-direction:column}}.barnsjukvard-specialists-section__card-avatar{flex-shrink:0;margin-right:4rem;width:25rem}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section__card-avatar{margin-right:0}}.barnsjukvard-specialists-section__card-text{padding-top:60px}@media only screen and (max-width:56.25em){.barnsjukvard-specialists-section__card-text{padding-top:20px}}.barnsjukvard-specialists-section__card-text{max-width:800px}.barnsjukvard-specialists-section__card-text p{font-size:1.7rem;padding-top:16px}.barnsjukvard-specialists-section__question-answer{margin-top:30px}.barnsjukvard-specialists-section__info-card{background:#fff;box-shadow:0 4px 227px rgba(21,99,147,.07),0 1.20588px 68.4339px rgba(21,99,147,.0456112),0 .500862px 28.4239px rgba(21,99,147,.035),0 .181152px 10.2804px rgba(21,99,147,.0243888);border-radius:0 15px 15px 0;padding:16px 28px;position:relative;width:-moz-fit-content;width:fit-content}.barnsjukvard-specialists-section__info-card:before{content:"";background:#607bff;position:absolute;left:0;top:0;bottom:0;width:5px}.barnsjukvard-specialists-section__info-card .name{font-size:2rem;font-weight:700}.barnsjukvard-specialists-section__info-card .role{font-size:1.6rem;padding-top:8px}@media only screen and (max-width:51.25em){.barnsjukvard-specialists-section__info-card .role{padding-top:4px}}.barnsjukvard-specialists-section__button{width:30rem;align-self:center;margin-top:3rem}@media only screen and (max-width:51.25em){.barnsjukvard-specialists-section__button{margin:0;width:auto;align-self:stretch}}.mobile-hidden{display:inline-block}@media only screen and (max-width:51.25em){.mobile-hidden{display:none}}.section-testimonials{overflow-x:hidden}.section-testimonials__container{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.section-testimonials__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.section-testimonials__container{padding:5rem 3rem}}.section-testimonials__container{padding-top:0!important;flex-wrap:wrap}@media only screen and (max-width:56.25em){.section-testimonials__container{flex-direction:column;margin-top:0}}@media only screen and (max-width:51.25em){.section-testimonials__container{padding-left:3rem;padding-right:3rem;padding-bottom:4rem}}.section-testimonials .headings{display:flex;flex-direction:column;align-items:center;gap:20px;margin:0 auto}.section-testimonials .rating-container{display:flex;gap:68px}.section-testimonials .rating-container .card h4{color:#05a88e;font-size:4.4rem;text-align:center;font-weight:900;line-height:1}@media only screen and (max-width:56.25em){.section-testimonials .rating-container .card h4{font-size:2.4rem}}.section-testimonials__heading{margin-bottom:1rem;font-size:4.4rem;text-align:center}@media only screen and (max-width:56.25em){.section-testimonials__heading{font-size:2.4rem;margin-bottom:2rem}}.section-testimonials__cards-container{padding:4rem 0 2rem}@media only screen and (max-width:56.25em){.section-testimonials__cards-container{padding:2rem 0 1rem}}.section-testimonials__cards-container .cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px}@media only screen and (max-width:56.25em){.section-testimonials__cards-container .cards-row{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}}.section-testimonials__cards-container .cards-col{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:56.25em){.section-testimonials__cards-container .cards-col{gap:20px}}.section-testimonials__cards-container .testimonial-card{background:#f6f7ff;border-radius:16px;padding:44px 40px}.section-testimonials__cards-container .testimonial-card .testimonial__text{padding-top:1rem;text-align:left}.section-testimonials__cards-container .testimonial-card .testimonial__person{font-size:1.85rem;opacity:75%;font-weight:400;padding-top:2.25rem;margin-bottom:.5rem}.section-testimonials__cards-container .testimonial-card .testimonial__rating{display:flex;gap:5px}.category__container{max-width:100rem;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.category__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.category__container{padding:5rem 3rem}}.category__container{display:flex;flex-wrap:wrap;justify-content:space-between}.category__image{height:10rem;width:10rem;border-radius:50%;flex-shrink:0;margin-left:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.category__item{padding:3rem 0;width:100%;display:flex;justify-content:space-between;align-items:center}.category__item:not(:last-child){border-bottom:1px solid #e9e9e9}.category__item span{color:#797676;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category__item h2{line-height:3rem;margin-bottom:1rem;color:#373150}.category__item:first-child{padding-top:0}.category-card{border-radius:1.2rem;display:flex;flex-direction:row;overflow:hidden;padding:2.25rem 2rem;align-items:flex-start;background:#fff;box-shadow:0 4px 227px rgba(21,99,147,.07),0 1.20588px 68.4339px rgba(21,99,147,.0456112),0 .500862px 28.4239px rgba(21,99,147,.035),0 .181152px 10.2804px rgba(21,99,147,.0243888);text-decoration:none;cursor:pointer}.category-card__title{font-weight:700;margin-bottom:3px}.category-card__body{font-size:16px}.category-card__icon{height:3.6rem;width:3.6rem;margin-right:1.6rem}.fact__container{max-width:100rem;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.fact__container{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.fact__container{padding:5rem 3rem}}.fact__container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:4rem}@media only screen and (max-width:51.25em){.fact__container{padding-bottom:2rem}}.section-how-we-help__symptom-icon{height:3.6rem;width:3.6rem;margin-right:2rem}@media only screen and (max-width:51.25em){.section-how-we-help__symptom-icon{height:4.8rem;width:4.8rem;margin-right:3rem}}.form-feedback__container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-feedback__logo img{height:8rem;width:8rem;margin-bottom:4rem}.form-feedback__heading,.form-feedback__text{margin-bottom:2rem}.form-feedback__link{transition:.2s}.form-feedback__link,.form-feedback__link:link,.form-feedback__link:visited{color:#607bff}.form-feedback__link,.form-feedback__link:active,.form-feedback__link:hover{color:#50cdb1}.press-top-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:8rem 0}@media only screen and (max-width:56.25em){.press-top-section{margin:3.6rem;padding:5rem 0}}@media only screen and (max-width:51.25em){.press-top-section{margin:2rem;align-items:center}}.press-top-section__heading{text-align:center;font-size:4.4rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.press-top-section__heading{font-size:2.4rem}}.press-top-section__text{text-align:center;max-width:45%}@media only screen and (max-width:51.25em){.press-top-section__text{max-width:100%}}.press-top-section__cards-container{position:relative;display:flex;flex-direction:column;gap:3rem;margin:2rem 0 0}@media only screen and (max-width:56.25em){.press-top-section__cards-container{margin:1rem 0 0;gap:40px}}.press-top-section__item-card{display:flex}@media only screen and (max-width:56.25em){.press-top-section__item-card{flex-direction:column}}.press-top-section__card-avatar{flex-shrink:0;margin-right:4rem}@media only screen and (max-width:56.25em){.press-top-section__card-avatar{margin-right:0}}.press-top-section__card-text{padding-top:60px}@media only screen and (max-width:56.25em){.press-top-section__card-text{padding-top:20px}}.press-top-section__card-text{max-width:800px}.press-top-section__card-text p{font-size:1.5rem;padding-top:16px}.press-top-section__button{width:30rem;align-self:center;margin-top:3rem}@media only screen and (max-width:51.25em){.press-top-section__button{margin:0;width:auto;align-self:stretch}}.press-article-section{max-width:100rem;margin:0 auto}@media only screen and (max-width:56.25em){.press-article-section{margin:0 3rem}}@media only screen and (max-width:51.25em){.press-article-section{margin:0 1.6rem}}.press-article-section__heading{text-align:center;font-size:4.4rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.press-article-section__heading{font-size:2.4rem}}.press-article-section__link{font-weight:600;font-size:1.8rem;transition:color .2s}.press-article-section__link,.press-article-section__link:hover,.press-article-section__link:link,.press-article-section__link:visited{color:#607bff}.press-articles__container{display:flex;flex-direction:row;margin:4.8rem 0}@media only screen and (max-width:56.25em){.press-articles__container{margin:3rem 0}}@media only screen and (max-width:51.25em){.press-articles__container{flex-direction:column}}.press-articles__item{flex:1 1}.press-articles__item:not(:last-child){padding-right:3.6rem}@media only screen and (max-width:56.25em){.press-articles__item:not(:last-child){padding-right:0;margin-bottom:2.4rem}.press-articles__item:first-child{padding-right:2.8rem}}@media only screen and (max-width:51.25em){.press-articles__item:first-child{padding-right:0}}.press-articles__image{flex:1 1;min-width:27rem;border:.5px solid #f6f7ff;border-radius:.8rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.press-articles__text{font-weight:900;line-height:1.4;margin-top:1.6rem;font-size:1.8rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.press-section__info-card-section{max-width:100rem;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:8rem 0}@media only screen and (max-width:56.25em){.press-section__info-card-section{margin:3.6rem;padding:5rem 0}}@media only screen and (max-width:51.25em){.press-section__info-card-section{margin:2rem;align-items:center}}.press-section__info-card{position:relative;width:-moz-fit-content;width:fit-content;padding-left:2rem;margin-top:30px}.press-section__info-card:before{content:"";background:#607bff;position:absolute;left:0;top:0;bottom:0;width:5px}.press-section__info-card .name{font-size:2.5rem;font-weight:700}.press-section__info-card .role{font-size:1.75rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px;width:-moz-fit-content;width:fit-content;margin-top:8px}.press-section__info-card .role:active,.press-section__info-card .role:hover{background-color:#f6f7ff;border-radius:2px}@media only screen and (max-width:51.25em){.press-section__info-card .role{padding-top:4px}}.press-specialists-section{background-color:#f7fbfa;display:flex;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:8rem 0}@media only screen and (max-width:56.25em){.press-specialists-section{padding:5rem 0}}@media only screen and (max-width:51.25em){.press-specialists-section{align-items:center}}.press-specialists-section__heading{text-align:center;font-size:4.4rem;font-weight:900;line-height:1.25;margin-bottom:2rem}@media only screen and (max-width:56.25em){.press-specialists-section__heading{font-size:2.4rem}}.press-specialists-section__text{text-align:center}.press-specialists-section__cards-container{position:relative;display:flex;gap:3rem;margin:12rem 0 0}@media only screen and (max-width:56.25em){.press-specialists-section__cards-container{margin:8rem 0 0;gap:90px;flex-direction:column}}.press-specialists-section__item-card{background-color:#fff;box-shadow:0 19px 71px rgba(0,0,0,.1);border-radius:20px;position:relative;padding:2rem 5rem;width:390px;text-align:center}@media only screen and (max-width:56.25em){.press-specialists-section__item-card{width:100%}}.press-specialists-section__card-avatar{position:absolute!important;left:50%;top:0;transform:translate(-50%,-50%);border-radius:50%;border:8px solid #50cdb1}@media only screen and (max-width:56.25em){.press-specialists-section__card-avatar{border:4px solid #50cdb1}}.press-specialists-section__card-text{padding-top:100px}@media only screen and (max-width:56.25em){.press-specialists-section__card-text{padding-top:50px}}.press-specialists-section__card-text p{font-size:1.5rem;padding-top:10px}.press-download-section__container{display:flex;max-width:100rem;padding:8.5rem 0;margin:0 auto;justify-content:space-between}@media only screen and (max-width:56.25em){.press-download-section__container{flex-direction:column;align-items:center;padding:4.8rem 4rem}}.press-download-section__heading{font-size:3rem;line-height:1.2;font-weight:800;margin-bottom:1.2rem}@media only screen and (max-width:56.25em){.press-download-section__heading{font-size:2rem}}.press-download-section__download{display:block;margin-bottom:1rem}.press-download-section__download svg{width:100%}.press-download-section__download.middle{margin:4rem 0}@media only screen and (max-width:56.25em){.press-download-section__download.middle{margin:2rem 0}}.symptom-checker{height:100vh;display:flex;flex-direction:column}.symptom-checker__header{display:flex;flex-shrink:0;flex-direction:column;justify-content:flex-end;min-height:30vh;width:100%;background-image:linear-gradient(#62dbb5,#42c1b4);padding:5rem 4rem;transition:all .6s}@media only screen and (max-width:51.25em){.symptom-checker__header{padding:6rem 2.5rem}.symptom-checker__header--small{min-height:20vh;padding:1.5rem 2.5rem 3.5rem}}.symptom-checker__heading{color:#fff;margin-bottom:2rem}@media only screen and (max-width:51.25em){.symptom-checker__heading{font-size:2.5rem;margin-bottom:1rem}.symptom-checker__heading--small{font-size:2rem;margin-bottom:.8rem}}.symptom-checker__subtitle{color:#fff;opacity:.8}@media only screen and (max-width:51.25em){.symptom-checker__subtitle{font-size:1.8rem;line-height:1.4}}@media only screen and (max-width:51.25em)and (max-width:51.25em){.symptom-checker__subtitle--small{font-size:1.6rem}}.symptom-checker__back-button,.symptom-checker__back-button:active,.symptom-checker__back-button:hover,.symptom-checker__back-button:link,.symptom-checker__back-button:visited{color:#fff;font-weight:900;margin-bottom:.5rem;display:block;font-size:3rem;cursor:pointer;font-family:var(--font-lato),sans-serif;border:none;background-color:rgba(0,0,0,0)}.symptom-checker__back-button:active,.symptom-checker__back-button:hover{text-shadow:0 0 2rem hsla(0,0%,100%,.7)}.symptom-checker__container{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:4rem}@media only screen and (max-width:51.25em){.symptom-checker__container{padding:4rem 2.5rem;overflow:auto}.symptom-checker__container--scroll{justify-content:flex-start}}.symptom-checker__question{margin-bottom:2.5rem;max-width:70rem}.symptom-checker__answer{display:flex;flex-shrink:0;padding-bottom:8rem}@media only screen and (max-width:51.25em){.symptom-checker__answer{padding-bottom:0}}.symptom-checker__answer-button{background-color:#f7f7f7;border:0;display:flex;flex:1 1;padding:1.4rem;border-radius:1rem;align-content:center;justify-content:center;color:#50cdb1;font-size:1.8rem;font-weight:700;font-family:var(--font-lato),sans-serif;max-width:20rem;transition:all .2s;cursor:pointer}.symptom-checker__answer-button:active,.symptom-checker__answer-button:hover{background-color:#e9e9e9}.symptom-checker__answer-button:not(:last-child){margin-right:1rem}.symptom-checker__action-button,.symptom-checker__action-button:link,.symptom-checker__action-button:visited{background-color:#50cdb1;border:0;display:flex;flex:1 1;padding:1.4rem;border-radius:1rem;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700;font-family:var(--font-lato),sans-serif;max-width:50rem;transition:all .2s;cursor:pointer;line-height:normal}.symptom-checker__action-button:active,.symptom-checker__action-button:hover{background-color:#42c1b4}.symptom-checker__radio-form{width:100%}.symptom-checker__radio-item{display:flex;align-items:center;border:1px solid #e9e9e9;padding:1.4rem;border-radius:3rem;cursor:pointer;max-width:40rem}.symptom-checker__radio-item:not(:last-child){margin-bottom:1rem}.symptom-checker__radio-button{height:2.5rem;width:2.5rem;border-radius:50%;border:1px solid #e9e9e9;margin-right:2rem;margin-left:.8rem}.symptom-checker__download-container{display:flex;flex-direction:column;width:100%}.symptom-checker__photo-container{display:flex;flex-direction:row;justify-content:left;margin-top:1rem}@media only screen and (max-width:51.25em){.symptom-checker__photo-container{margin-bottom:-1rem}}.symptom-checker__photo{height:6.4rem;width:6.4rem;border-radius:50%;border:3px solid #fff}.symptom-checker__photo:not(:first-child){margin-left:-1rem}.symptom-checker__download-btn-container{display:flex;align-self:stretch}@media only screen and (max-width:51.25em){.symptom-checker__download-btn-container{flex-direction:column}}.symptom-checker__download-btn,.symptom-checker__download-btn:link,.symptom-checker__download-btn:visited{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#50cdb1;padding:1.4rem;border-radius:1.2rem;min-width:30rem;max-width:45rem}.symptom-checker__download-btn:first-child,.symptom-checker__download-btn:link:first-child,.symptom-checker__download-btn:visited:first-child{margin-bottom:0;margin-right:1rem}@media only screen and (max-width:51.25em){.symptom-checker__download-btn:first-child,.symptom-checker__download-btn:link:first-child,.symptom-checker__download-btn:visited:first-child{margin-bottom:.5rem;margin-right:0}}.symptom-checker__download-btn:active,.symptom-checker__download-btn:hover{background-color:#42c1b4}.symptom-checker__downlad-link{color:#fff}.symptom-checker__download-icon{height:2rem;width:2rem;fill:#fff;margin-right:1rem}.symptom-checker__download-btn-text{color:#fff;font-weight:700;line-height:normal}.errorPage{max-width:100rem;display:flex;margin:0 auto;padding:10rem 0}@media only screen and (max-width:75em){.errorPage{padding:10rem 5rem;padding:10rem 3rem}}@media only screen and (max-width:51.25em){.errorPage{padding:5rem 3rem}}.errorPage{flex-direction:column;padding:16rem}.errorPage h3{font-size:3.2rem}.errorPage span{font-size:2rem}.errorPage a{color:#607bff;text-decoration:underline}.experiment-page__root{overflow:hidden;padding-bottom:6.4rem;height:100vh;display:flex}.experiment-page__main{overflow:auto;display:flex;flex-grow:1;align-items:center;padding:2.4rem 0}.experiment-page__cta-btn-container{position:fixed;left:0;right:0;bottom:0;padding:2.4rem 0 4.8rem;display:flex;flex-direction:column;align-items:stretch;background:#fff;background:linear-gradient(0deg,rgb(255,255,255),rgb(255,255,255) 70%,rgba(255,255,255,0))}.experiment-page__cta-btn{align-self:stretch;background-color:#607bff;color:#fff;font-family:var(--font-lato),sans-serif;font-weight:700;font-size:1.8rem;padding:1.4rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:25rem;border:none;margin-top:2.4rem;cursor:pointer;transition:background-color .2s;display:flex;justify-content:center;align-items:center}.experiment-page__cta-btn,.experiment-page__cta-btn:active,.experiment-page__cta-btn:focus,.experiment-page__cta-btn:hover,.experiment-page__cta-btn:link,.experiment-page__cta-btn:visited{color:#fff}@media only screen and (max-width:51.25em){.experiment-page__cta-btn{margin-left:2.4rem;margin-right:2.4rem}}