.LogoCarousel{overflow:hidden;display:flex;align-items:center;height:8.25em;background:linear-gradient(270deg,#2e2b52a3 42.71%,#378a5aa3)}.LogoCarousel .LogoCarousel__wrapper{flex-shrink:0;display:flex;align-items:center;gap:4em;padding-left:4em}.LogoCarousel .LogoCarousel__wrapper.LogoCarousel__wrapper--1{order:1;animation:slide 20s linear infinite,order1 80s linear infinite}.LogoCarousel .LogoCarousel__wrapper.LogoCarousel__wrapper--2{order:2;animation:slide 20s linear infinite,order2 80s linear infinite}.LogoCarousel .LogoCarousel__wrapper.LogoCarousel__wrapper--3{order:3;animation:slide 20s linear infinite,order3 80s linear infinite}.LogoCarousel .LogoCarousel__wrapper.LogoCarousel__wrapper--4{order:4;animation:slide 20s linear infinite,order4 80s linear infinite}.LogoCarousel img{flex-shrink:0;max-width:11.4em;filter:brightness(0) invert(1)}.LogoCarousel svg{flex-shrink:0;width:2em;fill:#fff}.LogoCarousel svg path{stroke:#fff}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes order1{0%,24.99%{order:1}25%,49.99%{order:4}50%,74.99%{order:3}75%,99.99%{order:2}}@keyframes order2{0%,24.99%{order:2}25%,49.99%{order:1}50%,74.99%{order:4}75%,99.99%{order:3}}@keyframes order3{0%,24.99%{order:3}25%,49.99%{order:2}50%,74.99%{order:1}75%,99.99%{order:4}}@keyframes order4{0%,24.99%{order:4}25%,49.99%{order:3}50%,74.99%{order:2}75%,99.99%{order:1}}.SolutionCard{overflow:hidden;border-radius:8px;border:1px solid #cecbd6;background-color:#fefefe}.SolutionCard .SolutionCard__img{display:none}@media (min-width: 57.5em){.SolutionCard .SolutionCard__img{display:block}}.SolutionCard .SolutionCard__content{padding:1.2em}.SolutionCard .SolutionCard__content__tag{display:inline-block;width:max-content;padding:.5em 1em;border-radius:4em;background-color:#d3d8f2;font-weight:600;color:#201e24;text-decoration:none;transition:opacity .2s ease}.SolutionCard .SolutionCard__content__tag:hover{opacity:.8}.SolutionCard .SolutionCard__content__title{margin:1em 0;font-size:1.25em;color:#201e24}.SolutionCard .SolutionCard__content__text{color:#4c4856}.InteractivePyramid{display:flex;flex-direction:column}@media (min-width: 64em){.InteractivePyramid{flex-direction:row;justify-content:center;align-items:center}}.InteractivePyramid .InteractivePyramid__pyramid{overflow:hidden;position:relative;z-index:0;flex-grow:0;flex-shrink:0;width:41em;height:20em;margin:0 auto 2em;font-size:.4em}@media (min-width: 30em){.InteractivePyramid .InteractivePyramid__pyramid{font-size:.6em}}@media (min-width: 64em){.InteractivePyramid .InteractivePyramid__pyramid{font-size:.8em;margin:0 auto}}@media (min-width: 75em){.InteractivePyramid .InteractivePyramid__pyramid{font-size:1em}}.InteractivePyramid .InteractivePyramid__pyramid__top{width:12.8em;height:12.8em;margin:3.6em auto 0;transform:rotate(135deg);transition:transform .2s ease-in-out}.InteractivePyramid .InteractivePyramid__pyramid__top:before{content:"";display:block;width:100%;height:100%;background-color:#fff;clip-path:polygon(0% 0%,0% 100%,0 92%,92% 0,100% 0,100% 8%,8% 100%,100% 100%,100% 0);transition:all .2s ease-in-out}.InteractivePyramid .InteractivePyramid__pyramid__top.onClickIsActive--true{cursor:pointer}.InteractivePyramid .InteractivePyramid__pyramid__top.onClickIsActive--true:hover:before{background-color:#72e3a1}.InteractivePyramid .InteractivePyramid__pyramid__top.active--true{transform:rotate(135deg) translate(-1em,1em)}.InteractivePyramid .InteractivePyramid__pyramid__top.active--true:before{background-color:#72e3a1}.InteractivePyramid .InteractivePyramid__pyramid__left{position:absolute;z-index:0;bottom:-6.8em;width:13em;height:13em;background-color:#fff;transform:rotate(45deg);transition:all .2s ease-in-out;left:4em}.InteractivePyramid .InteractivePyramid__pyramid__left.onClickIsActive--true{cursor:pointer}.InteractivePyramid .InteractivePyramid__pyramid__left.onClickIsActive--true:hover,.InteractivePyramid .InteractivePyramid__pyramid__left.active--true{background-color:#72e3a1}.InteractivePyramid .InteractivePyramid__pyramid__left.active--true{transform:rotate(45deg) translate(-1em,1em)}.InteractivePyramid .InteractivePyramid__pyramid__right{position:absolute;z-index:0;bottom:-6.8em;width:13em;height:13em;background-color:#fff;transform:rotate(45deg);transition:all .2s ease-in-out;right:4em}.InteractivePyramid .InteractivePyramid__pyramid__right.onClickIsActive--true{cursor:pointer}.InteractivePyramid .InteractivePyramid__pyramid__right.onClickIsActive--true:hover,.InteractivePyramid .InteractivePyramid__pyramid__right.active--true{background-color:#72e3a1}.InteractivePyramid .InteractivePyramid__pyramid__right.active--true{transform:rotate(45deg) translate(1em,-1em)}.InteractivePyramid .InteractivePyramid__content{overflow:hidden;height:0;color:#e4e4e9;transition:all .3s ease-in-out}@media (min-width: 30em){.InteractivePyramid .InteractivePyramid__content{width:23em;margin:0 auto}}@media (min-width: 64em){.InteractivePyramid .InteractivePyramid__content{width:0;height:auto;margin:0}}.InteractivePyramid.open--true .InteractivePyramid__content{height:22em}@media (min-width: 24em){.InteractivePyramid.open--true .InteractivePyramid__content{height:16em}}@media (min-width: 64em){.InteractivePyramid.open--true .InteractivePyramid__content{width:100%;height:auto}}.InteractivePyramid .InteractivePyramid__content__text{display:none}@media (min-width: 64em){.InteractivePyramid .InteractivePyramid__content__text{width:27em;margin-left:auto;padding:0 .2em}}.InteractivePyramid .InteractivePyramid__content__text.display--true{display:block}.InteractivePyramid .InteractivePyramid__content__text .Button{display:inline-block}.InteractivePyramid .InteractivePyramid__content__text__title{font-size:2.5em}.InteractivePyramid .InteractivePyramid__content__text__title:after{content:"";display:block;margin-top:.3em;height:2px;background:linear-gradient(270deg,#72e3a1 .03%,#72e3a100 99.97%)}.InteractivePyramid .InteractivePyramid__content__text__paragraph{margin:1.5em 0;color:#e4e4e9;line-height:1.6}.Home{background-color:#211f35;color:#fefefe}.Home .Home__hero{margin-top:4em;margin-bottom:6em}.Home .Home__hero img{border-radius:1em;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 48em){.Home .Home__hero img{border-radius:1.5em}}@media (min-width: 64em){.Home .Home__hero img{border-radius:2em}}.Home .Home__hero__content__text{margin-bottom:2em;font-size:1em;font-weight:600;color:#e4e4e9;white-space:pre-line}@media (min-width: 64em){.Home .Home__hero__content__text{font-size:1.125em}}@media (min-width: 48em){.Home .Home__hero__content__cta{display:inline-block}}.Home .Home__solutions{padding-top:8em;padding-bottom:8em}.Home .Home__solutions__content{display:grid;grid-template-columns:1fr;gap:1.2em;max-width:24em;margin:0 auto}@media (min-width: 57.5em){.Home .Home__solutions__content{grid-template-columns:repeat(3,1fr);max-width:none}}.Home .Home__features{padding:4em 0;background-color:#292645}.Home .Home__features__text{margin-bottom:1.5em;color:#e4e4e9}@media (min-width: 48em){.Home .Home__features__cta{display:inline-block}}.Home .Home__productAndServices{padding:8em 0}.Home .Home__productAndServices .Title__supTitle{text-align:center}.Home .Home__productAndServices .Title__title{max-width:20em;margin-left:auto;margin-right:auto;text-align:center}.Home .Home__productAndServices__stickyWrapper{height:3500px}@media (min-width: 64em){.Home .Home__productAndServices__stickyWrapper{height:auto}}.Home .Home__productAndServices__stickyWrapper .InteractivePyramid{position:sticky;top:7em}@media (min-width: 64em){.Home .Home__productAndServices__stickyWrapper .InteractivePyramid{position:static;top:auto}}.Home .Home__productAndServices__subTitle{max-width:60em;margin:0 auto 4em;text-align:center}.Home .Home__calculator{padding:4em 0;background-color:#292645}.Home .Home__calculator__text{margin-bottom:2em;color:#e4e4e9}.Home .Home__why{align-items:flex-start;padding-top:8em;padding-bottom:8em}@media (min-width: 48em){.Home .Home__why{grid-template-columns:1fr 1.5fr}}@media (min-width: 64em){.Home .Home__why>div{margin-top:4em}}@media (min-width: 75em){.Home .Home__why>div{margin-top:6em}}.Home .Home__why img{display:none}@media (min-width: 48em){.Home .Home__why img{display:block;align-self:center}}.Home .ProductAgencies__comments{margin-bottom:8em}.Home .ProductAgencies__comments .Title__title{margin:3em 0 1em;text-align:center}
