:root{--reach-ml:translate3d(220px,0,0);--reach-mm:translate3d(245.5px,0,0);--reach-mr:translate3d(270px,0,0);--reach-tl:translate3d(233px,-20px,0);--reach-tr:translate3d(258px,-20px,0);--reach-bl:translate3d(233px,19px,0);--reach-br:translate3d(258px,19px,0);--hex-width:35px}main{top:28px}section{padding:0 20px}.nav-btn-home:hover{color:var(--white);border-color:var(--white)}section>div:first-of-type{display:flex;align-items:baseline;gap:20px;padding-top:30px}#intro{position:relative;background-color:var(--black);color:var(--white);padding-top:55px;margin-top:-95px;padding-bottom:35px;overflow:clip}.big-banner-container{width:100%}.big-banner{display:none;width:-moz-fit-content;width:fit-content;height:106%;position:absolute;top:-3%;right:-345px}.counter{font-size:20px;font-style:normal;font-weight:400;line-height:39px;min-width:25px;text-align:end}.counter+div{display:flex;flex-direction:column;align-items:start;width:100%}.content-bar{margin-bottom:28px}.content{display:flex;gap:10px;margin-bottom:7px}.content>svg{max-width:36px}.bar{display:none;height:5px}.bar,.content-bar-container{width:100%}.content-bar:first-of-type>.bar{background:#4A6AFF;box-shadow:0 3px 2px 1px rgba(74,106,255,.66)}.content-bar:nth-of-type(2)>.bar{background:#FFD54F;box-shadow:0 3px 2px 1px rgba(249,219,122,.66)}.content-bar:nth-of-type(3)>.bar{background:#FF924C;box-shadow:0 3px 2px 1px rgba(255,146,76,.66)}.content-bar:nth-of-type(4)>.bar{background:#F4F7F9;box-shadow:0 3px 2px 1px rgba(244,247,249,.66)}.nav-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:60px}.nav-cta>div{display:flex;justify-content:space-between;gap:10px;margin-top:1rem}h1.section-title{line-height:27px;margin-bottom:20px}h1.section-title,h2.section-title{font-family:var(--font-source-serif);font-size:24px;font-style:normal}h2.section-title{margin-bottom:30px;font-weight:400;line-height:normal}p.subtitle{margin-bottom:45px;color:#F4F7F9;font-size:20px;font-style:normal;font-weight:400;line-height:23px}h2{font-size:16px}.card{display:flex;flex-direction:row-reverse;gap:5px;padding:20px;border:2px solid var(--blue);min-height:150px;justify-content:center;align-items:center;margin:0 8px;min-width:80%;scroll-snap-align:start;flex:0 0 100%;& svg,& svg *{fill:var(--blue);stroke:var(--white)}}.card-text>p{font-size:14px}.card>svg{min-width:75px}.card-count{text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:39px}.outcome-container{width:100%;display:flex;flex-direction:column;align-items:center}.outcome{margin-bottom:13px}.outcome *{max-width:100%}.outcome>h3{border-bottom:2px solid var(--black);margin-top:3px;margin-bottom:13px}.outcome .svg-container{justify-content:center;width:100%;display:flex}.banner-row:nth-of-type(3){transform:translate3d(var(--hex-width),58px,0)}.banner-row:nth-of-type(2){transform:translate3d(calc(var(--hex-width) / 2),calc(var(--hex-width) *.82),0)}.banner-container{position:relative;z-index:10;height:105px;transform:translateX(calc(-1 * var(--hex-width)))}.process-container{flex-direction:column;align-items:center}.process-container,.pyramid{display:flex;justify-content:center}svg#pyramid>path{cursor:pointer}svg#pyramid>path:not([id]){pointer-events:none}svg#pyramid>path[id]:hover{fill:var(--blue)}.card-container{margin-top:45px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.card-container,.pyramid-btn-container{display:flex;width:100%;max-width:500px}.pyramid-btn-container{align-items:center;justify-content:space-around;margin-top:17px;margin-bottom:33px}.pyramid-btn{cursor:pointer;width:30px;height:30px;background:none;border:none}.pyramid-btn:not(:disabled):hover{fill:var(--blue)}.pyramid-btn:disabled{opacity:30%}.reach-animating-hex{z-index:10;fill:var(--blue);stroke:var(--white);--midpoint:var(--reach-mm);animation-name:moveHexReach;animation-duration:2.5s;animation-timing-function:cubic-bezier(.45,.05,.55,.95);animation-fill-mode:forwards;animation-iteration-count:infinite;animation-delay:.5s}#reach-svg.off>.reach-animating-hex,#reach-svg.paused>.reach-animating-hex{animation-play-state:paused}.mr{--endpoint:var(--reach-mr);animation-delay:0}.ml{--endpoint:var(--reach-ml);animation-delay:.25s}.tr{--endpoint:var(--reach-tr);animation-delay:.33s}.tl{--endpoint:var(--reach-tl);animation-delay:.55s}.br{--endpoint:var(--reach-br);animation-delay:.66s}.bl{--endpoint:var(--reach-bl);animation-delay:.75s}@keyframes moveHexReach{0%{transform:translate(0);opacity:0}10%{transform:translate(0);opacity:1}50%{transform:var(--midpoint)}80%{transform:var(--endpoint);opacity:1}to{transform:var(--endpoint);opacity:0}}.consistency-animating-hex{z-index:10;fill:var(--blue);stroke:var(--white);--midpoint:var(--reach-mm);animation-name:moveHexConsistency;animation-duration:2.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}#consistency-svg.off>.consistency-animating-hex,#consistency-svg.paused>.consistency-animating-hex{animation-play-state:paused}.consistency-animating-hex:nth-child(3){animation-delay:0}.consistency-animating-hex:nth-child(4){animation-delay:.25s}.consistency-animating-hex:nth-child(5){animation-delay:.5s}.consistency-animating-hex:nth-child(6){animation-delay:.75s}.consistency-animating-hex:nth-child(7){animation-delay:1s}.consistency-animating-hex:nth-child(8){animation-delay:1.25s}@keyframes moveHexConsistency{0%{transform:translate(0);opacity:0}10%{transform:translate(0);opacity:1}80%{transform:var(--midpoint);opacity:1}to{transform:var(--midpoint);opacity:0}}.analytics-animating-hex{fill:var(--blue);animation-name:moveHexAnalytics;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}.analytics-animating-hex,.analytics-animating-hex.top{z-index:10;stroke:var(--white);--midpoint:var(--reach-mm);animation-duration:2.5s}.analytics-animating-hex.top{fill:var(--black);animation-name:moveHexAnalyticsTop;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}.analytics-animating-hex>.top-hex{fill:var(--black)}#analytics-svg.off>.analytics-animating-hex,#analytics-svg.paused>.analytics-animating-hex{animation-play-state:paused}.analytics-animating-hex:nth-child(3){animation-delay:0}.analytics-animating-hex:nth-child(4){animation-delay:.25s}.analytics-animating-hex:nth-child(5){animation-delay:.5s}.analytics-animating-hex:nth-child(6){animation-delay:.75s}.analytics-animating-hex:nth-child(7){animation-delay:1s}.analytics-animating-hex:nth-child(8){animation-delay:1.25s}.analytics-animating-hex:nth-child(9){animation-delay:0}.analytics-animating-hex:nth-child(10){animation-delay:.25s}.analytics-animating-hex:nth-child(11){animation-delay:.5s}.analytics-animating-hex:nth-child(12){animation-delay:.75s}.analytics-animating-hex:nth-child(13){animation-delay:1s}.analytics-animating-hex:nth-child(14){animation-delay:1.25s}@keyframes moveHexAnalytics{0%{transform:translate(0);opacity:0}10%{transform:translate(0);opacity:1}80%{transform:var(--midpoint);opacity:1}to{transform:var(--midpoint);opacity:0}}@keyframes moveHexAnalyticsTop{0%{transform:translate(0);opacity:0}10%{transform:translate(0);opacity:1}40%{opacity:1}55%{opacity:0}80%{transform:var(--midpoint);opacity:0}to{transform:var(--midpoint);opacity:0}}.systems-animating-hex{z-index:10;fill:var(--black);stroke:var(--white);--midpoint:var(--reach-mm);animation-name:moveHexSystems;animation-duration:2.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}#systems-svg{min-height:130px}#systems-svg.off>.systems-animating-hex,#systems-svg.paused>.systems-animating-hex{animation-play-state:paused}.systems-animating-hex:nth-child(3){animation-delay:0}.systems-animating-hex:nth-child(4){animation-delay:.25s}.systems-animating-hex:nth-child(5){animation-delay:.5s}.systems-animating-hex:nth-child(6){animation-delay:.75s}.systems-animating-hex:nth-child(7){animation-delay:1s}.systems-animating-hex:nth-child(8){animation-delay:1.25s}@keyframes moveHexSystems{0%{transform:translate(0);opacity:0}10%{transform:translate(0);opacity:1}30%{transform:translate(85px)}40%{transform:translate3d(85px,50px,0)}50%{transform:translate3d(175px,50px,0)}60%{transform:translate3d(175px,0,0)}80%{transform:var(--midpoint)}to{transform:var(--midpoint)}}@media (min-width:600px){h2{font-size:18px}#intro h2{display:flex;align-items:center;margin-left:10px;text-align:center}h1.section-title,h2.section-title{font-size:28px}.card-text>p{font-size:16px}.counter{font-size:24px}.outcome>h3{font-size:22px}.card-text>h3{font-size:20px}.card-text,.outcome>p{font-size:18px}div.outcome:first-child>div:nth-child(3){width:100%;display:flex;justify-content:center}}@media (prefers-color-scheme:dark){.logo{filter:invert()}}@media (min-width:767px) and (max-width:1200px){section{padding:0 40px}.content-bar-container{width:100%;display:grid;grid-template-columns:1fr 1fr;margin-bottom:40px}.counter+div{width:100%}.content{flex-direction:column;justify-content:center;align-items:center}.content-bar{flex:1 1;padding:10px 20px;border:1px solid rgba(255,255,255,.3);min-height:135px;margin-bottom:0}.content>svg{max-width:56px;margin-top:10px}div.content-bar:first-child{border-top:none;border-left:none}div.content-bar:nth-child(2){border-top:none;border-right:none}div.content-bar:nth-child(3){border-bottom:none;border-left:none}div.content-bar:nth-child(4){border-bottom:none;border-right:none}.nav-cta{margin-left:72px}.outcome{min-height:175px;max-width:500px}}@media (min-width:1200px){.banner-container{z-index:-2}h2{font-size:20px}#intro h2{text-align:center;align-items:center;margin-left:10px;display:flex}h1.section-title,h2.section-title{font-size:31px}.card-text>p{font-size:16px}.counter{font-size:28px}.outcome>h3{font-size:22px}.card-text>h3{font-size:20px}.card-text,.outcome>p{font-size:18px}.content>svg{max-width:40px}section{padding:5% 10%}.big-banner{display:block}#intro+.hexbanner,.banner-row{display:none}.top-div{padding-top:0!important}.nav-cta{margin-left:55px;align-items:start}.content-bar-container{width:50%}.process-container{flex-direction:row-reverse;justify-content:space-between}.card-container{position:relative;flex-direction:column;max-height:200px;scroll-snap-type:y mandatory;margin-top:0;gap:20px}.card-container-cover{background:linear-gradient(to bottom,transparent 60%,var(--white) 100%);bottom:-600px;display:block;max-width:500px;height:200px;z-index:30;width:100%;pointer-events:none;touch-action:none;position:-webkit-sticky;position:sticky;top:0;min-height:200px}.card-container .card:last-of-type{margin-bottom:40px}p.subtitle{font-size:22px}.pyramid{margin-left:30px;margin-bottom:30px}.pyramid-btn-container{transform:rotate(90deg);width:100px}.pyramid-btn-container .card-count{transform:rotate(-90deg)}.outcome-container{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:50px;column-gap:50px}.outcome{height:200px}}