@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap";*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}:focus{outline:3px dotted var(--prim-color)}:root{--nav-shadow: 0 1px 4px rgba(178, 178, 178, .25);--black: #000;--black-light: #050505;--black-lighter: #4d4d4d;--white: #fff;--prim-color: #f1892d;--prim-color-shade1: #f19A2d;--prim-color-shade2: #f1AB2d;--border-radius: 4px;--grey-background: #f1ecec;--prim-color-1: #f1e5e3;--tablet: 769px;--small-laptop: 1024px;--laptop: 1336px;--large-laptop: 1920px}html{font-size:16px;color:#333;font-family:Rubik,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}a{text-decoration:underline;color:var(--prim-color);position:relative;display:inline-block;transition:.25s transform}a:hover{text-decoration:underline}a.btn:hover,a.btn:focus{transform:translateY(-2px);box-shadow:0 4px 4px #0000001f}.with-arrow,.with-arrow:hover{text-decoration:none}.with-arrow:after{content:"";background-image:url(./imgs/chevrons-right.svg);height:20px;width:20px;position:absolute;display:inline-block;transition:.25s transform}.with-arrow:hover:after{transform:translate(5px)}p,ul,ol,li{margin-bottom:1em}h1,h2,h3,h4{font-weight:900;line-height:1.13;margin-bottom:.2em;color:currentColor}h1{font-size:2.5em;letter-spacing:0}h2{font-size:1.88em}img{width:100%}body{margin-top:4em;overflow-x:hidden}.logo-image img{width:14.6875rem;height:1.875rem}hr{border:0;border-bottom:1px solid #ffe4df}.container{padding:0 3%;max-width:1400px;margin:0 auto}.nav{padding:.625rem 0;box-shadow:var(--nav-shadow);position:fixed;width:100%;z-index:3;background:var(--white);top:0}.nav__container{display:flex;justify-content:space-between;max-width:1800px}.nav__right{display:flex;justify-content:center;align-items:center}.nav__left a{display:flex;text-decoration:none;align-items:center}.nav__left a:hover,.nav__left a:active{text-decoration:underline}.nav__logo{margin-right:4px}.nav__hamburger{height:30px;width:30px;border:0;position:relative;cursor:pointer;background:inherit}.nav__hamburger:after,.nav__hamburger:before{content:"";position:absolute;height:2px;display:block;width:100%;margin-right:1px;background:var(--black)}.nav__hamburger:after{top:30%}.nav__hamburger:before{bottom:30%}.nav__mobile-nav{display:none}.nav__mobiile-item{list-style-type:none;margin:.5em 0 0;text-align:center}.nav__mobiile-item:last-child{margin-bottom:0}.nav__mobile-link{text-decoration:none}.nav__mobile-link:hover,.nav__mobile-link:active{text-decoration:underline}.nav__nav-desktop{display:none}.nav__desktop-link{text-decoration:none}body.mobile-nav-open .nav__mobile-nav{display:block}.privacy{background-color:#fff}.header__container{display:flex;flex-direction:column;padding-top:3.125em;padding-bottom:2em}.header{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23f15c41' fill-opacity='0.06'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.highlighted{color:var(--prim-color)}.grey-background{background:var(--grey-background)}.text-centered{text-align:center}.prim-background{background:var(--prim-color);color:var(--white)}.btn{background:var(--prim-color);color:var(--white);border:0;font:inherit;text-decoration:none;border-radius:var(--border-radius);padding:.6em .8em;display:block;line-height:1;cursor:pointer}.btn:hover{text-decoration:none}.btn-group{display:flex;justify-content:space-between;margin-bottom:1em;max-width:13.7em}.patterns-left:after,.patterns-left:before,.patterns-right:after,.patterns-right:before{content:"";position:absolute;top:50%;left:0;transform-origin:left center;width:10em;height:6.25em;z-index:-10}.patterns-left,.patterns-right{position:absolute;height:6em;width:12.5em;top:50%;transform:translateY(-50%);right:-10%;display:block}.patterns-left{left:-10%}.patterns-right{transform:translateY(-50%) rotate(180deg)}.patterns-right:after,.patterns-right:before{background:#fff}.patterns-left:before,.patterns-right:before{background:var(--prim-color-shade1);transform:translateY(-50%) rotate(35deg)}.patterns-left:after,.patterns-right:after{background:var(--prim-color-shade2);transform:translateY(-50%) rotate(-35deg)}.cta .btn-group{margin:0 auto}.cta .btn{border:1px solid #fff}.btn-group>.btn:not(:last-child){margin-right:.5em}.btn.btn-secondary{color:var(--prim-color);border:1px solid var(--prim-color);background:var(--white)}.section{padding:3em 0 2em}.section__heading-small{font-size:.88rem;display:block;text-transform:uppercase;font-weight:400;margin-bottom:.62em}.section__text-content{margin-bottom:1.25em}.cta__container{z-index:1;position:relative}.section__text{margin-bottom:.5em}.section__text__italic{margin-bottom:.5em;font-style:italic}.section__container{display:flex;flex-direction:column}.features{display:flex;margin:0 auto;flex-direction:column}.features .section__heading{margin-bottom:1.5em}.features__feature-text{margin-bottom:.5em;color:#4d4d4d}.features__feature{max-width:350px;margin:0 auto 3em}.features__icon{background:var(--prim-color-1);height:50px;width:50px;display:flex;border-radius:100%;margin:0 auto .75em}.features .section__container{display:block}.features__feather-video{margin:auto;stroke-width:2px;color:var(--prim-color)}.header__text-text,.section__text{max-width:400px}.section__text__italic{max-width:400px;font-style:italic}.cta{color:#fff;padding:4em 0;overflow:hidden;position:relative}.footer ul,.footer ol{list-style:none}.footer__links-heading{font-weight:700}.footer__links-item{margin-bottom:.5em}.footer__container{display:flex;flex-wrap:wrap}.footer__links{flex:1 1 150px;margin-bottom:2.5em}.footer__links-heading{margin-bottom:.3em}.footer__link{font-size:.88em;text-decoration:none;color:var(--black-light)}.footer__links-list{margin-bottom:.2em}.hidden-seo{position:absolute;left:-9999px}@media screen and (min-width: 769px){.header__container{align-items:center}.header__container div:first-child{margin-right:1em}.header__container,.section__container{flex-direction:row}.header__container>*,.section__container>*{flex:1}.section__container{align-items:center}.features{flex-direction:row;justify-content:space-around;flex-wrap:wrap}.features__feature{flex:0 45%}.nav__hamburger{display:none}.nav__nav-desktop{display:flex;align-items:center;list-style-type:none;margin-bottom:0}.nav__desktop-item{margin:0 .25em}.speed .section__text-content{order:2}.speed .section__img{margin-right:1.5em}.img-screen-ui{width:500px;display:block;margin:0 auto}.patterns-left{left:0}.patterns-right{right:0}}@media screen and (min-width: 1024px){.features__feature{flex:0 30%}h1{font-size:3.8em}h2{font-size:3em}}@media screen and (min-width: 1366px){:root{font-size:18px}}#app canvas{display:block;margin:0 auto;max-width:100%;background:transparent;touch-action:auto}
