.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.uppercase{text-transform:uppercase}.hyphenate{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrap{white-space:nowrap}.max-w-col-10,.max-w-col-4,.max-w-col-6,.max-w-col-8{width:100%}.max-w-col-4{max-width:24rem}.max-w-col-6{max-width:36.75rem}.max-w-col-8{max-width:49.5rem}.max-w-col-10{max-width:62.25rem}.animated{animation-duration:1s;animation-fill-mode:both}.animated--lay-in{animation-name:layIn}.animated--shake{animation-name:shake}.animated-fade-in{animation-name:fadeIn}.animated-fade-in-down{animation-name:fadeInDown}.animated-flash{animation-name:flash}.animated--spin{animation-name:spin}@media print,percy,screen and (prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1}}@keyframes homeTextFadesIn{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes homeTextFadesOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50%)}}.hero{overflow:hidden}.hero ::selection,.hero::selection{background-color:#ffe8db}.hero br{display:none}@media screen and (min-width:768px){.hero br{display:block}}@media screen and (min-width:768px){.hero{padding-top:2rem}}@media screen and (min-width:1024px){.hero{padding-top:0}}.hero__content{overflow:hidden;max-width:36rem}@media screen and (min-width:1024px){.hero__content{max-width:50rem}}.hero__title{font-size:2.75rem;line-height:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.25rem}@media screen and (min-width:768px){.hero__title{font-size:3.5rem;line-height:3.5rem}}@media screen and (min-width:1024px){.hero__title{font-size:4.75rem;line-height:4.75rem;letter-spacing:-1.5px}}.hero__title__rotating-copy{display:inline-block;position:relative;vertical-align:top;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.hero__title__rotating-copy__placeholder{visibility:hidden;white-space:nowrap}.hero__title__rotating-copy__item{position:absolute;top:0;left:0;white-space:nowrap;z-index:1;opacity:0;transform:translateY(100%);animation-timing-function:cubic-bezier(.19,1,.22,1)}.hero__title__rotating-copy__item.is-visible{animation-name:homeTextFadesIn;animation-delay:250ms;animation-duration:.4s}.hero__title__rotating-copy__item.was-visible{animation-name:homeTextFadesOut;animation-duration:.4s}.hero__lead{font-size:1.25rem;line-height:1.75rem;font-weight:300}@media screen and (min-width:1024px){.hero__lead{font-size:1.5rem;line-height:2rem}}.hero__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}@media screen and (min-width:768px){.hero__actions{flex-wrap:nowrap;gap:1.5rem}}.hero__action__label:not(.is-active){display:none}.hero__action:not(.has-dynamic-copy) .hero__action__label:first-child{display:inline}@keyframes changePagerSelectorWidth{0%{width:0}100%{width:100%}}@keyframes fillBulletProgressCircle{0%{stroke-dashoffset:50}100%{stroke-dashoffset:6}}@keyframes fillButtonProgressCircle{0%{stroke-dashoffset:150}100%{stroke-dashoffset:0}}.hero-slider{--animation-duration:5s;--animation-delay:1s;margin-top:4rem;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}@media screen and (min-width:768px){.hero-slider{margin-top:2rem}}@media screen and (min-width:1024px){.hero-slider{margin-top:4rem}}.hero-slider__slides{position:relative}.hero-slider__slide{--index-from-selected:0;--scale:1;--blur:10px;--opacity:1;--z-index:100;position:relative;width:100%;transform:translateX(calc(-8vw * var(--index-from-selected))) scale(var(--scale));filter:blur(var(--blur));transition:transform .8s cubic-bezier(.19,1,.22,1),filter .8s cubic-bezier(.19,1,.22,1);z-index:var(--z-index)}.hero-slider__slide:not(:first-child){position:absolute;left:0;top:0}.was-shown .hero-slider__slide{transition-delay:0s}.hero-slider__slide__image{max-width:100%;height:auto;display:block}.hero-slider__slide__animation{position:absolute;left:0;top:0;width:100%;height:100%}.hero-slider__slide__animation>.hero-slider__slide__image{visibility:hidden;position:absolute;left:0;top:0}.hero-slider__slide__animation--design{transform:translateX(-7%)}@keyframes slideDesign2{10%{visibility:hidden;transform:scale(.8);transform-origin:33% 75%;opacity:0}25%{visibility:visible;transform-origin:33% 75%;transform:scale(1);opacity:1}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-design-2{animation:slideDesign2 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideDesign3{0%{opacity:0}65%{visibility:visible;opacity:0;transform:translate(-18%,22%) scale(.25)}80%{visibility:visible;opacity:1;transform:translate(0,0) scale(1)}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-design-3{animation:slideDesign3 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideDesignPointer{30%{opacity:0;transform:translate(-60%,50%) scale(0)}50%{visibility:visible;opacity:1;transform:translate(-12%,25%) scale(1)}65%{opacity:1;transform:translate(-12%,25%) scale(1)}80%{visibility:visible;opacity:1;transform:translate(10%,8%) scale(1)}100%{visibility:visible;opacity:1;transform:translate(10%,8%) scale(1)}}.hero-slider__slide.is-selected #slide-design-pointer{animation:slideDesignPointer var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slidePrototype1{0%{visibility:visible}20%{visibility:visible}20.01%{visibility:hidden}100%{visibility:hidden}}.hero-slider__slide.is-selected #slide-prototype-1{animation:slidePrototype1 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slidePrototype2{0%{visibility:hidden}20%{visibility:hidden}20.01%{visibility:visible}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-prototype-2{animation:slidePrototype2 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slidePrototype3{0%{opacity:0}22%{opacity:0;transform:translate(0,5%) scale(.6)}30%{visibility:visible;opacity:1;transform:translate(0,0) scale(1)}70%{visibility:visible}70.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-prototype-3{animation:slidePrototype3 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slidePrototype4{70%{visibility:hidden}70.01%{visibility:visible}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-prototype-4{animation:slidePrototype4 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slidePrototypePointer{0%{opacity:0}5%{opacity:0}15%{visibility:visible;opacity:1;transform:translate(36.5%,-43.5%)}40%{opacity:1;transform:translate(36.5%,-43.5%)}55%{opacity:1;transform:translate(.5%,38%)}90%{opacity:1;transform:translate(.5%,38%)}95%{opacity:0;transform:translate(10%,50%)}100%{opacity:0;transform:translate(10%,50%)}}.hero-slider__slide.is-selected #slide-prototype-pointer{animation:slidePrototypePointer var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff1{0%{visibility:visible}40%{visibility:visible}40.01%{visibility:hidden}100%{visibility:hidden}}.hero-slider__slide.is-selected #slide-handoff-1{animation:slideHandoff1 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff2{0%{opacity:0}28%{opacity:0}32%{visibility:visible;opacity:1}40%{opacity:1}40.01%{opacity:0}100%{opacity:0}}.hero-slider__slide.is-selected #slide-handoff-2{animation:slideHandoff2 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff3{0%{visibility:hidden}40%{visibility:hidden}40.01%{visibility:visible}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-handoff-3{animation:slideHandoff3 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff4{0%{visibility:hidden}40%{visibility:hidden}40.01%{visibility:visible}63%{opacity:1}66%{opacity:0}100%{opacity:0}}.hero-slider__slide.is-selected #slide-handoff-4{animation:slideHandoff4 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff5{0%{opacity:0}74%{opacity:0}78%{visibility:visible;opacity:1}92%{opacity:1}94%{opacity:1}100%{opacity:0}}.hero-slider__slide.is-selected #slide-handoff-5{animation:slideHandoff5 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoff6{0%{opacity:0}94%{opacity:0}96%{visibility:visible;opacity:1}100%{visibility:visible;opacity:1}}.hero-slider__slide.is-selected #slide-handoff-6{animation:slideHandoff6 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideHandoffPointer{0%{opacity:0;transform:translate(20%,20%)}5%{opacity:0;transform:translate(20%,20%)}20%{visibility:visible;opacity:1;transform:translate(-5%,-3%)}60%{opacity:1;transform:translate(-5%,-3%)}74%{opacity:1;transform:translate(28%,20%)}96%{opacity:1;transform:translate(28%,20%)}100%{opacity:0;transform:translate(40%,50%)}}.hero-slider__slide.is-selected #slide-handoff-pointer{animation:slideHandoffPointer var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate1a{0%{visibility:visible;opacity:0;transform:translate(15%,15%)}20%{visibility:visible;opacity:0;transform:translate(15%,15%)}30%{opacity:1;visibility:visible;transform:translate(-2%,0)}55%{opacity:1;visibility:visible;transform:translate(-2%,0)}65%{opacity:1;visibility:visible;transform:translate(-8%,5%)}100%{opacity:1;visibility:visible;transform:translate(-8%,5%)}}.hero-slider__slide.is-selected #slide-collaborate-1a{animation:slideCollaborate1a var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate1b{0%{visibility:visible}35%{visibility:visible}35.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-collaborate-1b{visibility:visible;animation:slideCollaborate1b var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate1c{40%{visibility:hidden}40.01%{visibility:visible}45%{visibility:visible}45.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-collaborate-1c{animation:slideCollaborate1c var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate1d{45%{visibility:hidden}45.01%{visibility:visible}50%{visibility:visible}50.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-collaborate-1d{animation:slideCollaborate1d var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate1e{50%{visibility:hidden}50.01%{visibility:visible}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-collaborate-1e{animation:slideCollaborate1e var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate2a{0%{visibility:visible;opacity:0;transform:translate(15%,15%)}40%{visibility:visible;opacity:0;transform:translate(15%,15%)}60%{opacity:1;visibility:visible;transform:translate(-4%,-10%)}100%{opacity:1;visibility:visible;transform:translate(-4%,-10%)}}.hero-slider__slide.is-selected #slide-collaborate-2a{animation:slideCollaborate2a var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate2b{0%{opacity:0}62%{opacity:0}70%{visibility:visible;opacity:1}100%{opacity:1}}.hero-slider__slide.is-selected #slide-collaborate-2b{animation:slideCollaborate2b var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate3{0%{opacity:0}85%{opacity:0}91%{visibility:visible;opacity:1}91.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-collaborate-3{animation:slideCollaborate3 var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate3a{91%{visibility:hidden}91.01%{visibility:visible}92%{visibility:visible}92.01%{visibility:hidden}}.hero-slider__slide.is-selected #slide-collaborate-3a{animation:slideCollaborate3a var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaborate3b{92%{visibility:hidden}92.01%{visibility:visible}100%{visibility:visible}}.hero-slider__slide.is-selected #slide-collaborate-3b{animation:slideCollaborate3b var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}@keyframes slideCollaboratePointer{0%{visibility:visible;transform:translate(0,20%)}70%{visibility:visible;transform:translate(0,20%)}85%{visibility:visible;transform:translate(43%,-43.5%)}90%{visibility:visible;transform:translate(43%,-43.5%)}95%{visibility:visible;transform:translate(43%,-37.5%)}100%{visibility:visible;transform:translate(43%,-37.5%)}}.hero-slider__slide.is-selected #slide-collaborate-pointer{visibility:visible;transform:translate(0,20%);animation:slideCollaboratePointer var(--animation-duration) cubic-bezier(.19,1,.22,1) forwards var(--animation-delay)}.hero-slider__pager-wrapper{display:flex;justify-content:center}@media screen and (min-width:1400px){.hero-slider__pager-wrapper{display:none}}.hero-slider__pager{position:relative;z-index:100;display:flex;justify-content:center;font-size:.75rem;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-top:1rem;padding:.5rem;border-radius:12px;background-color:rgba(0,0,0,.1)}.hero-slider__pager>:not(:last-child){margin-right:.5rem}@media screen and (min-width:390px){.hero-slider__pager{font-size:.875rem}}.hero-slider__pager__item__trigger{-webkit-appearance:none;appearance:none;border:0;margin:0;padding:0;border-radius:0;line-height:normal;background-color:transparent;width:.5rem;height:.5rem;border-radius:50%;background-color:rgba(0,0,0,.2);display:block;text-indent:-200vw;position:relative}@media (pointer:none){.hero-slider__pager__item__trigger{pointer-events:none}}.hero-slider__pager__item__trigger__progress{display:block;width:1rem;height:1rem;border-radius:50%;position:absolute;top:-50%;left:-50%;transform:rotate(-90deg)}.hero-slider__pager__item__trigger__progress__circle{stroke:rgba(0,0,0,.3);stroke-width:2;fill:transparent;stroke-dasharray:50;animation-duration:calc(var(--animation-duration) + (var(--animation-delay) * 2));animation-timing-function:linear;animation-fill-mode:forwards;opacity:0}.hero-slider__pager__item__trigger.is-selected{background-color:#212123}.hero-slider__pager__item__trigger.is-selected .hero-slider__pager__item__trigger__progress__circle{opacity:1;animation-name:fillBulletProgressCircle}.hero-slider__button{-webkit-appearance:none;appearance:none;border:0;margin:0;padding:0;border-radius:0;line-height:normal;background-color:transparent;position:absolute;top:calc(50% - 2.5rem);z-index:1000;display:flex;flex-direction:column;align-items:center;min-width:5rem}.hero-slider__button:hover .hero-slider__button__label{opacity:1;transform:translateY(-2.3125rem)}@media screen and (max-width:1399px){.hero-slider__button{display:none}}.hero-slider__button__circle__wrapper{transform:rotate(-90deg)}.hero-slider__button--previous{left:-3.5rem}.hero-slider__button--previous .hero-slider__button__circle{transform:rotate(180deg)}.hero-slider__button--previous .hero-slider__button__circle__progress{display:none}.hero-slider__button--next{right:-3.5rem}.hero-slider__button__label{font-size:.75rem;color:#fff;font-weight:400;text-transform:capitalize;padding:.5rem .625rem;border-radius:8px;background-color:rgba(0,0,0,.85);position:absolute;transform:translateY(-1.5rem);opacity:0;transition:transform 250ms cubic-bezier(.165,.84,.44,1),opacity 125ms cubic-bezier(.165,.84,.44,1);pointer-events:none}.hero-slider__button__circle{display:flex;align-items:center;justify-content:center;position:relative}.hero-slider__button__circle__arrow{stroke:#fff;position:absolute}.hero-slider__button__circle__fill{fill:#212123}.hero-slider__button__circle__progress{position:absolute;left:0;top:0;stroke:rgba(0,0,0,.3);stroke-width:2;fill:transparent;stroke-dasharray:150;animation-duration:calc(var(--animation-duration) + (var(--animation-delay) * 2));animation-timing-function:linear;animation-fill-mode:backwards;stroke-dashoffset:150}.hero-slider__button__circle.is-active .hero-slider__button__circle__progress{animation-name:fillButtonProgressCircle}.company-logos{margin-top:4rem;margin-bottom:2rem}@media screen and (min-width:768px){.company-logos{margin-top:2.5rem;margin-bottom:4.75rem}}.company-logos__title{font-size:.875rem;line-height:1.3125rem;font-weight:300;font-weight:600;text-transform:uppercase;text-align:center}.company-logos__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1rem;opacity:.55}@media screen and (min-width:390px){.company-logos__logos{max-width:22.5rem;margin-left:auto;margin-right:auto}}@media screen and (min-width:640px){.company-logos__logos{max-width:none}}.company-logos__logo{margin:.75rem 1rem}@media screen and (min-width:768px){.company-logos__logo{margin:1rem 1.5rem}}.features-section{position:relative;padding-top:4rem;padding-bottom:4rem;display:grid;row-gap:3.5rem;grid-template-areas:'a' 'b' 'c' 'd' 'e'}@media screen and (min-width:768px){.features-section{row-gap:5rem}}@media screen and (min-width:1024px){.features-section{padding-left:1.5rem;padding-right:1.5rem;margin-top:6.25rem;column-gap:5.5rem;grid-template-columns:1fr 1fr;grid-template-areas:'a b' 'a c' 'd e'}}@media screen and (min-width:1024px) and (max-width:639px){.features-section{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width:1024px){.home-features-section--reverse .features-section{grid-template-areas:'b a' 'c a' 'd e'}}.features-section__illustration{position:absolute;width:33.125rem;left:1rem;top:5.5rem;z-index:-1;transform:translateY(var(--parallax-y))}@media screen and (min-width:768px){.features-section__illustration{width:49.6875rem;right:-13.875rem;left:auto}}@media screen and (min-width:1024px){.features-section__illustration{width:75rem;left:calc(32% - 64rem);top:5rem}}@media screen and (min-width:1220px){.features-section__illustration{width:127.5rem;left:-123%;top:1rem}}.home-features-section--reverse .features-section__illustration{width:28.125rem;left:-10rem;top:3.5rem;transform:rotate(180deg) translateY(calc(var(--parallax-y) * -1))}@media screen and (min-width:768px){.home-features-section--reverse .features-section__illustration{width:42.5rem;left:-6.875rem;top:-1rem}}@media screen and (min-width:1024px){.home-features-section--reverse .features-section__illustration{width:65.5rem;transform:rotate(280deg) translateX(calc(var(--parallax-y) * -1));left:auto;right:-48vw;top:4.5rem}}@media screen and (min-width:1220px){.home-features-section--reverse .features-section__illustration{right:-28vw;top:6rem}}.features-section__header{padding-left:1.25rem;padding-right:1.25rem}@media screen and (min-width:768px){.features-section__header{padding-left:7.75rem;padding-right:7.75rem;align-self:end}}@media screen and (min-width:1024px){.features-section__header{padding-left:0;padding-right:0}}.features-section__heading{font-size:2.25rem;line-height:2.5rem;font-weight:900;letter-spacing:-.5px;margin-bottom:1.5rem}@media screen and (min-width:768px){.features-section__heading{font-size:2.75rem;line-height:3rem;letter-spacing:-1px}}@media screen and (min-width:1024px){.features-section__heading{font-size:3.5rem;line-height:3.5rem;letter-spacing:-1.5px}}.features-section__blurb{font-size:1.0625rem;line-height:1.5rem;font-weight:300}@media screen and (min-width:768px){.features-section__blurb{font-size:1.25rem;line-height:1.75rem}}.features-section__media{grid-area:a;display:flex;justify-content:flex-end;margin-left:-1.5rem;width:calc(100% + 1rem)}@media screen and (min-width:768px){.features-section__media{margin-left:-8.25rem}}@media screen and (min-width:1024px){.features-section__media{width:100%;margin-bottom:1.25rem;margin-left:0}}@media screen and (min-width:1220px){.features-section__media{margin-left:-4.5rem}}.home-features-section--reverse .features-section__media{justify-content:flex-start;margin-left:.5rem}@media screen and (min-width:768px){.home-features-section--reverse .features-section__media{margin-left:7.25rem}}@media screen and (min-width:1024px){.home-features-section--reverse .features-section__media{margin-left:0}}@media screen and (min-width:1220px){.home-features-section--reverse .features-section__media{margin-left:4.5rem}}.features-section__video{background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:calc(100% + 4.5rem);background-color:#fff}@media screen and (min-width:768px){.features-section__video{border-radius:12px}}@media screen and (min-width:1024px){.features-section__video{min-width:290%}}@media screen and (min-width:1220px){.features-section__video{min-width:250%}}@media screen and (min-width:768px){.features-section__feature{padding-left:7.75rem;padding-right:7.75rem}}@media screen and (min-width:1024px){.features-section__feature{padding-left:0;padding-right:0}}@media screen and (min-width:1024px){.home-features-section--1 .features-section__feature:nth-of-type(3){order:4}}.features-section__feature-image-wrapper{background-color:rgba(0,0,0,.02);box-shadow:0 4px 8px rgba(0,0,0,.02),0 1px 2px rgba(0,0,0,.08);border-radius:12px;overflow:hidden;display:flex;height:12.5rem;margin-bottom:2rem}@media screen and (min-width:768px){.features-section__feature-image-wrapper{height:14.5rem}}@media screen and (min-width:1024px){.features-section__feature-image-wrapper{height:auto}}.features-section__feature-image{max-width:100%}.features-section__text{padding-left:1.25rem;padding-right:1.25rem}@media screen and (min-width:768px){.features-section__text{padding-left:0;padding-right:0}}.features-section__feature-heading{font-size:1.25rem;line-height:1.5rem;font-weight:600;color:#212123;margin-bottom:.5rem}.features-section__feature-blurb{font-size:1.0625rem;line-height:1.5rem;font-weight:300;color:#212123;margin-bottom:1.5rem}.features-section__feature-action{color:#000;font-weight:500;transition:color 125ms ease-out;text-decoration:none;font-size:1.0625rem;line-height:1.5rem;font-weight:300;font-weight:600}.features-section__feature-action:active,.features-section__feature-action:hover{text-decoration:underline;color:rgba(0,0,0,.55)}.features-section__feature-action::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.features-section__feature-action--external::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3;transform:rotate(-45deg);vertical-align:-.4375em}@media screen and (min-width:1024px){.features-section__actions{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (min-width:1220px){.features-section__actions{flex-direction:row;align-items:center}}.features-section__action-item:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:1220px){.features-section__action-item:not(:last-child){margin-right:1.75rem;margin-bottom:0}}.whats-new{position:relative;padding-top:6.25rem}@media screen and (min-width:768px){.whats-new{padding-bottom:4rem}}@media screen and (min-width:1024px){.whats-new{padding-top:7.8125rem;padding-bottom:4rem}}.whats-new__header{padding-left:1.25rem;padding-right:1.25rem;margin-bottom:3rem}@media screen and (min-width:768px){.whats-new__header{padding-left:8.25rem;padding-right:8.25rem;text-align:center}}@media screen and (min-width:1400px){.whats-new__header{padding-left:25.625rem;padding-right:25.625rem}}.whats-new__illustration{width:10rem;position:absolute;top:2rem;right:-5rem;transform:translateY(var(--parallax-y)) scaleX(-1)}@media screen and (min-width:768px){.whats-new__illustration{transform:translateY(var(--parallax-y));right:auto;left:-4.25rem}}@media screen and (min-width:1024px){.whats-new__illustration{width:18.75rem;left:-9.0625rem;top:4.625rem}}.whats-new__heading{font-size:2.25rem;line-height:2.5rem;font-weight:900;letter-spacing:-.5px;margin-bottom:1.5rem}@media screen and (min-width:768px){.whats-new__heading{font-size:2.75rem;line-height:3rem;letter-spacing:-1px}}@media screen and (min-width:1024px){.whats-new__heading{font-size:3.5rem;line-height:3.5rem;letter-spacing:-1.5px}}.whats-new__blurb{font-size:1.0625rem;line-height:1.5rem;font-weight:300;margin-bottom:1.5rem}@media screen and (min-width:768px){.whats-new__blurb{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:1024px){.whats-new__actions{display:flex;align-items:center;justify-content:center;gap:1.8125rem}}.whats-new__action{color:#000;font-weight:500;transition:color 125ms ease-out;text-decoration:none;font-size:1.0625rem;line-height:1.5rem;font-weight:300;font-weight:600}.whats-new__action:active,.whats-new__action:hover{text-decoration:underline;color:rgba(0,0,0,.55)}.whats-new__action::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.whats-new__highlights{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(auto-fill,5rem);gap:1rem}@media screen and (min-width:768px){.whats-new__highlights{grid-template-rows:repeat(6,5rem);grid-template-columns:repeat(auto-fill,11.5%);gap:.5rem}}@media screen and (min-width:1220px){.whats-new__highlights{grid-template-rows:repeat(13,2rem);grid-template-columns:repeat(auto-fill,7.7%)}}.whats-new__highlight-item{grid-column:var(--card-size-viewport-s-w);grid-row:var(--card-size-viewport-s-h)}@media screen and (min-width:768px){.whats-new__highlight-item{grid-column:var(--card-size-viewport-m-w);grid-row:var(--card-size-viewport-m-h)}}@media screen and (min-width:1220px){.whats-new__highlight-item{grid-column:var(--card-size-viewport-l-w);grid-row:var(--card-size-viewport-l-h)}}.whats-new__item-wrapper{background-color:rgba(0,0,0,.04);border-radius:20px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.75rem;transition:background-color 125ms cubic-bezier(.785,.135,.15,.86),transform 125ms cubic-bezier(.785,.135,.15,.86),box-shadow 125ms cubic-bezier(.785,.135,.15,.86);height:100%}@media screen and (min-width:1220px){.whats-new__item-wrapper{flex-direction:column;gap:1.25rem}}.whats-new__highlight-item--has-link .whats-new__item-wrapper:hover{background-color:#fafafa;transform:scale(1.02);box-shadow:0 2px 2px rgba(0,0,0,.08),0 4px 8px rgba(0,0,0,.02)}.whats-new__link{position:absolute;top:0;left:0;width:100%;height:100%;text-indent:-100vw;color:transparent;z-index:1}.whats-new__image{max-width:100%}.whats-new__image--cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.whats-new__icon{width:2rem}@media screen and (min-width:1220px){.whats-new__icon{width:3rem;transform:translateY(-.625rem)}}.whats-new__label{font-size:1rem;line-height:1.5rem;font-weight:300;color:#212123;font-weight:400}@media screen and (min-width:1220px){.whats-new__label{position:absolute;bottom:1.5rem}}.whats-new__image+.whats-new__label{color:#fff;position:absolute;bottom:1.5rem}.whats-new__image+.whats-new__label::after{opacity:.55;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cg stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpolyline transform='translate(15.000000, 12.000000) scale(-1, 1) translate(-15.000000, -12.000000) ' points='17 8 13 12 17 16'/%3E %3Cline x1='6.5' y1='12' x2='15.5' y2='12' transform='translate(11.000000, 12.000000) scale(-1, 1) translate(-11.000000, -12.000000) '/%3E %3C/g%3E %3C/svg%3E")}.whats-new__label--has-link::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.whats-new__label--is-hidden{opacity:0;pointer-events:none}.pill-prism{font-size:.6875rem;line-height:.75rem;color:rgba(0,0,0,.7);background-color:rgba(0,0,0,.08);padding:.375rem .5rem;text-transform:uppercase;font-weight:600;border-radius:6px}.extensions{overflow:hidden;display:flex;flex-direction:column;align-items:center;margin-top:6rem;padding-top:3rem;transform:translateY(-3rem)}@media screen and (min-width:768px){.extensions{margin-top:4.5rem}}@media screen and (min-width:1024px){.extensions{margin-top:5.5rem}}.extensions__icons{display:flex;column-gap:2rem;margin-bottom:-1.875rem}@media screen and (min-width:1024px){.extensions__icons{margin-bottom:-.625rem}}@media screen and (min-width:1220px){.extensions__icons::after,.extensions__icons::before{content:'';width:25vw;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%);position:absolute;top:0;pointer-events:none;z-index:1}.extensions__icons::before{left:0;transform:rotate(180deg)}.extensions__icons::after{right:0}}.extensions__link:hover .extensions__name{transform:translateY(calc(-100% - .5rem));opacity:1}.extensions__item:nth-child(11),.extensions__item:nth-child(15),.extensions__item:nth-child(17),.extensions__item:nth-child(2),.extensions__item:nth-child(4),.extensions__item:nth-child(8){margin-top:2rem}.extensions__item:nth-child(1),.extensions__item:nth-child(12),.extensions__item:nth-child(14),.extensions__item:nth-child(18),.extensions__item:nth-child(5),.extensions__item:nth-child(7){margin-top:4rem}.extensions__item:nth-child(13),.extensions__item:nth-child(6){margin-top:6rem}.extensions__link{display:flex;flex-direction:column;align-items:center}.extensions__icon{width:6rem;height:6rem;border-radius:12px;box-shadow:0 2px 5px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1)}.extensions__name{font-size:.75rem;line-height:1rem;color:#fff;padding:.5rem .625rem;background-color:rgba(0,0,0,.85);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.08);pointer-events:none;white-space:nowrap;opacity:0;transform:translateY(-100%);transition:opacity 125ms cubic-bezier(.25,.46,.45,.94),transform 250ms cubic-bezier(.19,1,.22,1);position:absolute}.extensions__text{padding-left:2.25rem;padding-right:2.25rem;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width:768px){.extensions__text{padding-left:9.25rem;padding-right:9.25rem}}@media screen and (min-width:1024px){.extensions__text{padding-left:0;padding-right:0;max-width:36.75rem}}.extensions__label{margin-bottom:1rem}.extensions__heading{font-size:2.25rem;line-height:2.5rem;font-weight:900;letter-spacing:-.5px;color:#212123;margin-bottom:1.5rem}@media screen and (min-width:768px){.extensions__heading{font-size:2.75rem;line-height:3rem;letter-spacing:-1px}}@media screen and (min-width:1024px){.extensions__heading{font-size:3.5rem;line-height:3.5rem;letter-spacing:-1.5px}}.extensions__lead{font-size:1.0625rem;line-height:1.5rem;font-weight:300;color:#212123;margin-bottom:1.5rem}@media screen and (min-width:768px){.extensions__lead{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:1024px){.extensions__lead{font-size:1.25rem;line-height:1.75rem;font-weight:500;font-weight:300}}.extensions__action-item:not(:last-child){margin-bottom:1rem}.extensions__action{color:#000;font-weight:500;transition:color 125ms ease-out;text-decoration:none;font-size:1.0625rem;line-height:1.5rem;font-weight:300;font-weight:600}.extensions__action:active,.extensions__action:hover{text-decoration:underline;color:rgba(0,0,0,.55)}.extensions__action::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.thumbnail-title-link{display:flex;flex-direction:row;align-items:center;gap:1.5rem;color:#212123}.thumbnail-title-link:hover{color:rgba(33,33,35,.7)}@media screen and (min-width:1024px){.thumbnail-title-link{padding-left:2.75rem;padding-right:2.75rem}}.thumbnail-title-link__image{border-radius:6px}.thumbnail-title-link__heading{font-size:1.0625rem;line-height:1.5rem;font-weight:300;transition:.4s cubic-bezier(.455,.03,.515,.955)}.thumbnail-title-link__heading::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.thumbnail-title-link__heading strong{font-weight:600}.thumbnail-title-link__heading::after{margin-right:-1.625rem}.thumbnail-title-link[target='_blank'] .thumbnail-title-link__heading::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3;transform:rotate(-45deg);vertical-align:-.4375em}.pill-prism{font-size:.6875rem;line-height:.75rem;color:rgba(0,0,0,.7);background-color:rgba(0,0,0,.08);padding:.375rem .5rem;text-transform:uppercase;font-weight:600;border-radius:6px}.blog-latest{padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:639px){.blog-latest{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width:768px){.blog-latest{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}}@media screen and (min-width:1024px){.blog-latest{grid-template-columns:calc(50% - 1.5rem) 50%;align-items:center}}@media screen and (min-width:1220px){.blog-latest{grid-template-columns:calc(50% - 2.25rem) calc(50% + .75rem);padding-right:0}}.blog-latest__header{padding-left:1.25rem;padding-right:1.25rem;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width:768px){.blog-latest__header{padding-right:0}}@media screen and (min-width:1220px){.blog-latest__header{padding-left:0}}.blog-latest__label{margin-bottom:1rem}.blog-latest__heading{font-size:2.25rem;line-height:2.5rem;font-weight:900;letter-spacing:-.5px;color:#212123;margin-bottom:1.5rem}@media screen and (min-width:768px){.blog-latest__heading{font-size:2.75rem;line-height:3rem;letter-spacing:-1px}}@media screen and (min-width:1024px){.blog-latest__heading{font-size:3.5rem;line-height:3.5rem;letter-spacing:-1.5px}}.blog-latest__blurb{font-size:1.0625rem;line-height:1.5rem;font-weight:300;color:#212123;margin-bottom:1.5rem}@media screen and (min-width:768px){.blog-latest__blurb{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:1024px){.blog-latest__blurb{font-size:1.25rem;line-height:1.75rem;font-weight:500;font-weight:300}}.blog-latest__action-item:not(:last-child){margin-bottom:1rem}.blog-latest__action{color:#000;font-weight:500;transition:color 125ms ease-out;text-decoration:none;font-size:1.0625rem;line-height:1.5rem;font-weight:300;font-weight:600}.blog-latest__action:active,.blog-latest__action:hover{text-decoration:underline;color:rgba(0,0,0,.55)}.blog-latest__action::after{content:'';display:inline-block;width:1.5rem;height:1.5rem;margin-left:.125rem;vertical-align:-.375em;background-image:url(/images/icons-prism/24x24/arrow.right.24.svg);background-size:contain;opacity:.3}.blog-latest__posts{display:flex;flex-direction:column;gap:1.5rem;padding-left:1.25rem;padding-right:1.25rem}@media screen and (min-width:768px){.blog-latest__posts{width:100%;padding-left:0}}@media screen and (min-width:1024px){.blog-latest__posts{padding-top:5rem;padding-bottom:5rem;padding-right:0;border-left:1px solid rgba(0,0,0,.1)}}.blog-latest__post-item{padding-bottom:1.5rem}.blog-latest__post-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.blog-latest,.company-logos,.extensions,.hero,.home__cta{position:relative}.home{overflow:hidden;position:relative;margin-top:-6.5rem;padding-top:10.5rem}@media screen and (min-width:850px){.home{margin-top:-7.5rem;padding-top:13rem}}.home::before{content:'';display:block;width:100%;min-height:260vw;background-image:url(/images/pages/home/hero-background-s.svg);background-size:116%;background-position:top calc(24rem - 100vw) center;background-repeat:no-repeat;position:absolute;pointer-events:none;top:0;left:0}@media screen and (min-width:390px){.home::before{min-height:230vw;background-size:100%;background-position:top calc(22rem - 100vw) center}}@media screen and (min-width:640px){.home::before{background-position:top calc(6rem - 100vw) center}}@media screen and (min-width:768px){.home::before{background-position:top -100vw center}}@media screen and (min-width:1024px){.home::before{background-position:top calc(-8rem - 100vw) center}}@media screen and (min-width:1220px){.home::before{background-position:top calc(-16rem - 100vw) center}}@media screen and (min-width:1400px){.home::before{background-image:url(/images/pages/home/hero-background-l.svg);background-position:top center;transform:translateY(calc(33rem - 40vw))}}.home__bg.is-faded-out{opacity:0}.home__bg__inner{position:absolute;right:0;top:0}.home__bg__inner--hero{width:120%;height:auto;--hero-bg-top:0px;transform:translateY(var(--hero-bg-top));will-change:transform}@media screen and (min-width:768px){.home__bg__inner--hero{width:80%;max-width:1440px;min-width:720px}}.hero-section{overflow:hidden;position:relative}.hero-section__illustration{width:93.75rem;position:absolute;top:-23rem;right:-77rem;transform:translateY(var(--parallax-y))}@media screen and (min-width:768px){.hero-section__illustration{top:-15rem;right:-80rem}}@media screen and (min-width:1024px){.hero-section__illustration{top:-17rem;right:-70rem}}@media screen and (min-width:1400px){.hero-section__illustration{top:-15rem;right:-60rem}}.hero-slider-section{overflow:hidden}@media screen and (min-width:768px){.home-features-section--1{margin-top:6.875rem}}@media screen and (min-width:1024px){.home-features-section--1{margin-top:0}}.home-features-section--2{padding-top:2rem;margin-top:-1rem}.home-extensions-section{padding-bottom:3rem}@media screen and (min-width:768px){.home-extensions-section{margin-top:2rem}}@media screen and (min-width:1024px){.home-extensions-section{margin-top:4.5rem;padding-bottom:6.25rem}}.home-blog-section{padding-top:4rem;border-top:1px solid rgba(0,0,0,.1);background:linear-gradient(180deg,rgba(0,0,0,.02) 0,rgba(0,0,0,0) 100%)}@media screen and (min-width:768px){.home-blog-section{padding-top:6rem;padding-bottom:1.75rem}}@media screen and (min-width:1024px){.home-blog-section{padding-top:2.5rem;padding-bottom:0}}@media screen and (min-width:1220px){.home-blog-section{padding-left:2rem;padding-right:2rem}}.home-get-started .get-started{margin-top:2.5rem}