:root{--font-body:"Public Sans",sans-serif;--white:#fff;--black:#000;--darkBlue:#2d314d;--grayishBlue:#9698a6;--limeGreen:#31d35c;--brightCyan:#2bb7da;--lightGrayishBlue:#f3f4f6;--veryLightGray:#fafafa}html{font-size:62.25%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;font-family:var(--font-body);font-size:1.4rem;line-height:1.3;font-weight:300;color:var(--grayishBlue);overflow-x:hidden}@media (min-width:71.875em){body{font-size:1.8rem}}body.noscroll{overflow:hidden}.container{max-width:111.3rem;margin:0 auto}.container--pall{padding:7rem 2.4rem}@media (min-width:71.875em){.container--pall{padding-top:9.6rem;padding-bottom:9.6rem}}.container--py{padding-top:7rem;padding-bottom:7rem}@media (min-width:71.875em){.container--py{padding-top:9.6rem;padding-bottom:9.6rem}}.container--px{padding-left:2.4rem;padding-right:2.4rem}.container--pt{padding-top:7rem}@media (min-width:71.875em){.container--pt{padding-top:9.6rem}}.container--pr{padding-right:2.4rem}.container--pb{padding-bottom:7rem}@media (min-width:71.875em){.container--pb{padding-bottom:9.6rem}}.container--pl{padding-left:2.4rem}.flex{display:flex}.flex-jc-sb{justify-content:space-between}.flex-jc-c{justify-content:center}.flex-ai-c{align-items:center}.button,button{position:relative;display:inline-block;padding:1.4rem 3.5rem;background-image:linear-gradient(90deg,var(--limeGreen),var(--brightCyan));border:0;border-radius:5rem;cursor:pointer;font-weight:400;font-size:1.4rem;color:var(--white);transition:opacity .3s ease-in-out}.button:before,button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:hsla(0,0%,100%,.25);opacity:0;transition:opacity .2s ease-in-out;border-radius:inherit}.button:hover:before,button:hover:before{opacity:1}@media (max-width:71.8125em){.hide-for-mobile{display:none}}@media (min-width:71.875em){.hide-for-desktop{display:none}}h1,h2,h3{line-height:1.1}a,a:active,a:visited{text-decoration:none}h1,h2,h3{line-height:1.15;font-weight:300;color:var(--darkBlue);margin-top:0}h1{font-size:3.7rem;margin-bottom:2.4rem}@media (min-width:71.875em){h1{font-size:5.2rem}}h2{font-size:3rem;margin-bottom:2.5rem}@media (min-width:71.875em){h2{font-size:3.6rem;margin-bottom:3.6rem}}p{line-height:1.5;margin-bottom:3.6rem}.has-fade{visibility:hidden}@keyframes fade-in{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}to{opacity:1;visibility:visible}}.fade-in{animation:fade-in .2s ease-in-out forwards}@keyframes fade-out{0%{visibility:visible;opacity:1}99%{visibility:visible;opacity:0}to{visibility:hidden;opacity:0}}.fade-out{animation:fade-out .2s ease-in-out forwards}.header.open .header__toggle>span:first-child{transform:rotate(45deg)}.header.open .header__toggle>span:nth-child(2){opacity:0}.header.open .header__toggle>span:last-child{transform:rotate(-45deg)}.header .overlay{opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--darkBlue),transparent);z-index:1}@media (min-width:71.875em){.header .overlay{display:none}}.header nav{position:relative;background-color:var(--white);padding-top:1.7rem;padding-bottom:1.7rem;z-index:1}.header__logo img{display:block;width:14.1rem;height:2.2rem}.header__toggle>span{transition:all .3s ease-in-out;display:block;width:26px;height:2px;background-color:var(--darkBlue);transform-origin:3px 1px}.header__toggle>span:not(:last-child){margin-bottom:5px}.header__menu{position:absolute;width:calc(100% - 4.8rem);left:50%;transform:translateX(-50%);background:var(--white);padding:2.6rem;border-radius:5px;margin-top:2.4rem;z-index:1}@media (min-width:71.875em){.header__menu{display:none}}.header__menu a{display:block;text-align:center;color:var(--darkBlue);padding:1rem}.header__links a{font-size:1.4rem;position:relative;color:var(--grayishBlue);transition:color .3s ease-in-out}.header__links a:not(:last-child){margin-right:32px}.header__links a:after{content:"";position:absolute;display:block;height:5px;right:0;left:0;bottom:-3.1rem;border-radius:25%;background:linear-gradient(90deg,var(--limeGreen),var(--brightCyan));opacity:0;transition:opacity .3s ease-in-out}.header__links a:hover{color:var(--darkBlue)}.header__links a:hover:after{opacity:1}.hero{background-color:var(--veryLightGray)}@media (min-width:71.875em){.hero>.container{display:flex;align-items:center}}.hero__image{position:relative;background-image:url(bg-intro-mobile.4922628e.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;min-height:28rem}@media (min-width:40em){.hero__image{min-height:40rem;background-position:center 63%}}@media (min-width:71.875em){.hero__image{flex:3;order:2;min-height:65.5rem;background-image:none}}@media (min-width:71.875em){.hero__image:before{content:"";position:absolute;height:100%;width:191%;background-image:url(bg-intro-desktop.2ffe5aae.svg);background-repeat:no-repeat;background-size:96%;background-position:0 83%}}.hero__image:after{content:"";position:absolute;width:100%;height:100%;background-image:url(image-mockups.b85ec0d0.png);background-size:93%;background-repeat:no-repeat;background-position:bottom}@media (min-width:40em){.hero__image:after{background-size:53%}}@media (min-width:71.875em){.hero__image:after{width:147%;height:120%;background-size:76%;background-position:84% 120%;top:0}}.hero__text{text-align:center}@media (min-width:71.875em){.hero__text{flex:2;order:1;text-align:left}}.feature{background-color:var(--lightGrayishBlue);text-align:center}@media (min-width:40em){.feature{text-align:left}}@media (min-width:71.875em){.feature__intro{width:60%}}@media (min-width:40em){.feature__grid{display:flex;flex-wrap:wrap}}.feature__item{padding:1.5rem}@media (min-width:40em){.feature__item{flex:0 0 50%}}@media (min-width:71.875em){.feature__item{flex:1}}.feature__icon{margin-bottom:3rem}@media (min-width:71.875em){.feature__icon{margin-bottom:4.4rem}}.feature__title{font-size:2rem;font-weight:300;line-height:1.15;color:var(--darkBlue);margin-top:0;margin-bottom:1rem}@media (min-width:71.875em){.feature__title{font-size:2.4rem;margin-bottom:2.2rem}}.feature__description{font-size:1.4rem;line-height:1.5}.articles{background-color:var(--veryLightGray)}.article__grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:40em){.article__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:71.875em){.article__grid{grid-template-columns:repeat(4,1fr)}}.article__item{border-radius:.5rem;background-color:var(--white);overflow:hidden;box-shadow:0 .3rem 1.2rem rgba(0,0,0,.15);transition:transform .2s ease-in-out}.article__item:hover{transform:scale(1.05)}.article__image{height:20rem;background-size:cover;background-repeat:no-repeat;background-position:50%}.article__text{padding:3rem 3rem 4rem;color:var(--grayishBlue)}@media (min-width:40em){.article__text{padding:3rem 2.5rem}}.article__author{font-size:1rem;margin-bottom:1.2rem}.article__title{font-size:1.7rem;line-height:1.2;color:var(--darkBlue);margin-bottom:.8rem}.article__description{font-size:1.3rem}.footer{background-color:var(--darkBlue);color:var(--white);padding:4rem;text-align:center}@media (min-width:71.875em){.footer .container{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;grid-template-rows:1fr auto;grid-template-areas:"logo links1 links2 cta" "social links1 links2 copyright";gap:1rem;justify-items:start}}.footer a{color:var(--white)}.footer__logo{display:inline-block}@media (max-width:71.8125em){.footer__logo{margin-bottom:3rem}}@media (min-width:71.875em){.footer__logo{grid-area:logo}}@media (max-width:71.8125em){.footer__social{margin-bottom:2rem}}@media (min-width:71.875em){.footer__social{grid-area:social;align-self:end}}.footer__social a{display:inline-block;height:2rem}.footer__social a:not(:last-child){margin-right:1rem}.footer__social a svg path{transition:fill .2s ease-in-out}.footer__social a:hover svg path{fill:var(--limeGreen)}.footer__links{font-size:1.4rem;display:flex;flex-direction:column;align-items:center}.footer__links a{line-height:2.25;transition:color .2s ease-in-out}.footer__links a:hover{color:var(--limeGreen)}@media (min-width:71.875em){.footer__links{align-items:start;justify-content:space-between}}@media (min-width:71.875em){.footer__links.col1{grid-area:links1}}@media (max-width:71.8125em){.footer__links.col2{margin-bottom:3rem}}@media (min-width:71.875em){.footer__links.col2{grid-area:links2}}@media (min-width:71.875em){.footer__cta{grid-area:cta;text-align:right;justify-self:right}}@media (max-width:71.8125em){.footer__cta a.button{margin-bottom:3rem}}.footer__copyright{font-size:1.4rem;color:var(--grayishBlue)}@media (min-width:71.875em){.footer__copyright{grid-area:copyright;text-align:right;justify-self:end;align-self:end}}
/*# sourceMappingURL=style.251c539a.css.map */