@charset "UTF-8";body{margin-top:70px}body *{scroll-margin-top:130px}body>header{box-shadow:0 0 clamp(0px,0 / 100,10px) #0000001a;box-shadow:0 0 clamp(0px,var(--scroll-y, 0) / 100,10px) #0000001a;background:white;position:fixed;top:0;left:0;right:0;z-index:1000}body>header nav{color:#000}body>header nav .container{display:flex;align-items:center;flex-direction:row;padding:clamp(0px,15px - 0,15px) 6%;padding:clamp(0px,15px - var(--scroll-y, 0),15px) 6%}body>header nav .container .icon{font-size:1.33333em!important;vertical-align:-.225em!important;line-height:.75em!important}body>header nav .container .icon{color:inherit}body>header nav a{color:inherit;display:inline-block}body>header nav a.button{font-size:inherit;padding:.9em 1.8em}body>header nav .brand{margin-left:-11px}body>header nav .brand a{padding:11px;color:inherit}body>header nav .brand a:hover{color:inherit}body>header nav ul{list-style:none;padding:0}body>header nav ul a{padding:11px}body>header nav .container>ul{margin:0 -11px 0 auto}body>header nav .container>ul li:last-child a:not(.button){padding-right:0}body>header nav.desktop ul>li{margin:0 3px 0 0;display:inline-block}body>header nav.desktop ul>li:last-child{margin:0 0 0 8px}body>header nav.desktop ul>li .icon{color:inherit}body>header nav.desktop ul>li .icon:first-child{margin-right:10px}body>header nav.desktop ul>li .icon:last-child{margin-left:10px}body>header nav.desktop ul>li .icon.icon-angle-down{margin-left:2px}body>header nav.desktop .menu{display:grid}body>header nav.desktop .menu.one-column{width:355px;grid-template-columns:repeat(1,1fr)}body>header nav.desktop .menu.two-columns{width:670px;grid-template-columns:repeat(2,1fr)}body>header nav.desktop .menu .item{display:block;padding:20px;color:#000;transition-duration:.2s;transition-timing-function:ease-in-out;transition-property:background-color;will-change:background-color;display:flex}body>header nav.desktop .menu .item:hover{background:#F9F9F9}body>header nav.desktop .menu .item header{display:inline-block;margin-bottom:6px}body>header nav.desktop .menu .item .content{margin-left:15px;font-size:1.1428571429rem}body>header nav.desktop .menu .item .description{color:#505050;font-weight:400;font-size:.9285714286rem}body>header nav.desktop .menu .item .icon{color:#000;font-size:1.6em}body>header nav.mobile .toggle{display:inline-block;padding:11px;font-size:18px;cursor:pointer}body>header nav.mobile .toggle[aria-expanded=true] .closed{display:none}body>header nav.mobile .toggle[aria-expanded=true] .opened{display:inline-block}body>header nav.mobile .toggle[aria-expanded=false] .closed{display:inline-block}body>header nav.mobile .toggle[aria-expanded=false] .opened{display:none}body>header nav.mobile[data-expanded=true] .toggle[aria-expanded=false]{display:none}body>header nav.mobile .search .results ul{margin-top:20px}body>header nav.mobile .menu{text-align:center;font-size:1.1428571429rem}body>header nav.mobile .menu a{display:block;padding:8px}body>header nav.mobile .menu a[aria-controls] .icon-angle-down{display:inline-block;margin-left:5px;margin-right:-24px;transition:transform .1s ease-in-out;transform-origin:center;transform:rotate(-90deg);will-change:transform}body>header nav.mobile .menu a[aria-expanded=true] .icon-angle-down{transform:rotate(0)}body>header nav.mobile .menu .navigation{margin-bottom:40px}body>header nav.mobile .menu .navigation .icon{display:none}body>header nav.mobile .menu .navigation ul{font-size:1rem;margin:10px 0;display:none}body>header nav.mobile .menu .navigation ul.visible{display:block}body>header nav.mobile .menu .navigation ul a{color:#505050;padding:4px}body>header nav.mobile .menu .navigation ul a:hover{color:#4b9eff}body>header nav.mobile .menu .navigation ul a[aria-current=page]{font-weight:600}@media (max-width: 768px){body>header nav.mobile{display:block}body>header nav.desktop{display:none}}@media (min-width: 768px){body>header nav.mobile{display:block}body>header nav.desktop{display:none}}@media (min-width: 1024px){body>header nav.desktop{display:block}body>header nav.mobile{display:none}}body>header+main{margin-top:95px}body.podcast>header{background-color:#000}body.podcast>header nav{color:#fff}body>footer{border-top:solid 1px #e5e5e5;background-color:#fff;color:#000}body>footer .container{display:grid;grid-gap:40px;padding:60px 6% 120px}@media (min-width: 768px){body>footer .container{grid-template-columns:repeat(4,1fr)}}body>footer a{color:#505050}body>footer ul{list-style:none;margin:20px 0 30px;padding:0}body>footer ul li{margin:4px 0;line-height:1.5}body>footer ul.icons li{display:inline;margin:5px 1em 5px 0;font-size:1.2857142857rem;color:#000}body>footer ul:last-child{margin-bottom:0}body>footer .tagline{font-size:1rem;color:#848484}body>footer address{font-style:normal;margin:20px 0 30px}.menu-container{width:100%;position:absolute;top:70px;left:0;right:0;opacity:0;z-index:1000;transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:ease-in-out;transform:translateY(5px)}[data-expanded=true] .menu-container{opacity:1;transform:translate(0)}.menu{background:#ffffff;max-width:100%;box-sizing:border-box;color:#000;position:absolute;top:0;left:0;right:0;z-index:5;padding:20px;pointer-events:none;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.menu .arrow{position:absolute;top:0;left:calc(50% + var(--arrow-offset));margin:0 -10px;z-index:10;transition-property:transform;transition-duration:.2s;transition-timing-function:ease-in-out;transform:translate(0)}.menu.visible{pointer-events:auto;opacity:1}[data-expanded=true] .menu .arrow{transform:translateY(-9px)}@media (max-width: 768px){.menu{box-shadow:0 32px 32px #0000001a;transform:translateY(-5px)}}@media (min-width: 1024px){.menu{border-radius:5px;box-shadow:0 16px 64px #0000001a;transform:translate(-50%);top:8px;left:50%}.menu.visible{transform:translate(-50%)}}.button{display:inline-flex;line-height:1;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;flex-direction:row;align-items:center;font-size:1.1428571429rem;font-family:DM Mono,sans-serif;letter-spacing:-.01em;padding:1.2rem 2.2rem;border-radius:4px;border:none;margin:0;transition-property:box-shadow,color,border-color,background-color;transition-duration:.2s;transition-timing-function:ease-in-out;will-change:box-shadow,color,border-color,background-color;text-decoration:none;box-shadow:2px 4px 16px #0000001a}.button .icon{margin-right:12px}.button:hover{box-shadow:2px 4px 16px #0000001a,2px 4px 30px #0000000d}.button.primary{background-color:#3793ff;border-color:#3793ff;color:#fff}.button.primary:hover{border-color:#4b9eff;background-color:#4b9eff}.button.primary-navigation{background-color:#3793ff;border-color:#3793ff;color:#fff;padding:12px 22px;font-size:13px}.button.primary-navigation .icon{margin-right:-5px}.button.primary-navigation:hover{border-color:#4b9eff;background-color:#4b9eff}.button.secondary{background-color:#fff;border-color:#fff;color:#261744}.button.tertiary{background-color:#f9f9f9;transition:.2s ease-in-out background-color;will-change:background-color;padding:6px 22px;border-radius:20px;box-shadow:none;font-size:1rem;line-height:1.7;color:#505050;border:none}.button.tertiary .icon{margin-right:5px}.button.tertiary.active,.button.tertiary:hover{background-color:#e5e5e5}.button.tertiary.icon-right .icon{margin-left:5px;margin-right:0}.button.outline{border:solid 1px currentColor}.button.outline:hover{border-color:#4b9eff;background-color:#4b9eff}figure{margin:2em 0}figure figcaption{margin-top:10px;color:#848484;font-size:.8571428571rem;text-align:center}section.light{background-color:#fff}section.toned{background-color:#f9f9f9}section.light-blue{background-color:#d2e4f1}section.dark{background-color:#000}section.dark h1,section.dark h2,section.dark section.customers .company header,section.customers .company section.dark header,section.dark h3,section.dark section.team .member header,section.team .member section.dark header,section.dark h4,section.dark section.founders .founders header,section.founders .founders section.dark header,section.dark section.customers .founder header,section.customers .founder section.dark header,section.dark section.podcasts .podcast header,section.podcasts .podcast section.dark header,section.dark section.content-grid .item header,section.content-grid .item section.dark header,section.dark section.features-grid .feature header,section.features-grid .feature section.dark header,section.dark .card.small header,.card.small section.dark header,section.dark h5,section.dark h6,section.dark section.features-alternating .tagline,section.features-alternating section.dark .tagline,section.dark header{color:#fff!important}section.dark .description{color:gray!important}section.dark .description a{color:#fff!important}section.dark .outline{background-color:transparent;border:solid 1px current;color:#fff}section.dark .outline:hover{background-color:#3793ff;border-color:#3793ff}section.bordered{border-bottom:solid 1px #e5e5e5}.pagination{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #e5e5e5;box-sizing:border-box;border-radius:4px;display:block;font-size:1.2857142857rem;line-height:1.3;padding:15px 15px 13px;color:#000}input::-moz-placeholder{color:#b5b5b5}input::placeholder{color:#b5b5b5}input:focus{outline:none;border:solid 1px #3793ff}form{display:flex;flex-direction:column;margin:-10px}form>button,form>input{margin:10px!important}form input{flex:1}@media (min-width: 768px){form{flex-direction:row}}div.video{position:relative;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:4px;z-index:1;box-shadow:2px 4px 40px #00000026;margin:20px 0}div.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.avatar{width:100px;height:100px;border-radius:100%;overflow:hidden;display:block}.avatar img{display:block;width:100%}.notification{flex:0!important}.notification{position:relative;color:#fff;color:var(--text-color, #ffffff);background-color:#3793ff;background-color:var(--background-color, #3793ff);text-align:center;padding:.6em;display:none;align-self:flex-start;justify-content:flex-start;width:100%;box-sizing:border-box;z-index:10000}.notification.visible{display:flex}.notification a,.notification a:hover{color:#fff;opacity:1;border-bottom:1px dashed currentColor}.notification .container{color:#ffffffe6}.notification .close{position:absolute;right:.6em;top:.6em;cursor:pointer}.cookie-consent{position:fixed;z-index:1000;bottom:0;left:0;right:0;font-size:.8571428571rem;background-color:#fff;box-shadow:2px 4px 32px #0003;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;transition-property:transform,opacity;transition-duration:.2s;transition-timing-function:ease-in-out;will-change:transform,opacity;transform:translateY(10px);opacity:0;pointer-events:none}.cookie-consent.visible{opacity:1;transform:translate(0);pointer-events:auto}.cookie-consent .message{padding:1rem 1rem 1rem 2rem;align-self:center}.cookie-consent .actions{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;flex-grow:1}.cookie-consent .button{font-size:inherit;flex:1;border-color:#e5e5e5;border-style:solid;border-width:0 0 0 1px;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:1rem 1.42rem}.cookie-consent .button:hover{background-color:#f9f9f9}.cookie-consent .button:first-child{border-bottom-width:1px}@media (min-width: 768px){.cookie-consent{border-radius:4px;bottom:2rem;left:2rem;right:auto;width:450px;max-width:calc(100vw - 4rem)}}template{display:none}.prose{font-size:1.1428571429rem;line-height:1.6;color:#000}.prose h1{font-size:3.5714285714rem;line-height:1.2;letter-spacing:-.02em}.prose h2,.prose section.customers .company header,section.customers .company .prose header,.prose .card header,.card .prose header{font-size:2rem;line-height:1.2;letter-spacing:-.01em;margin-top:40px}.prose h3,.prose section.team .member header,section.team .member .prose header,.prose section.screenshots header,section.screenshots .prose header,.prose h4,.prose section.founders .founders header,section.founders .founders .prose header,.prose section.customers .founder header,section.customers .founder .prose header,.prose section.podcasts .podcast header,section.podcasts .podcast .prose header,.prose section.content-grid .item header,section.content-grid .item .prose header,.prose section.features-grid .feature header,section.features-grid .feature .prose header,.prose .card.small header,.card.small .prose header{line-height:1.3;letter-spacing:-.01em;margin-top:35px}.prose h3,.prose section.team .member header,section.team .member .prose header,.prose section.screenshots header,section.screenshots .prose header{font-size:1.5714285714rem}.prose h4,.prose section.founders .founders header,section.founders .founders .prose header,.prose section.customers .founder header,section.customers .founder .prose header,.prose section.podcasts .podcast header,section.podcasts .podcast .prose header,.prose section.content-grid .item header,section.content-grid .item .prose header,.prose section.features-grid .feature header,section.features-grid .feature .prose header,.prose .card.small header,.card.small .prose header{font-size:1.2857142857rem}.prose img,.prose figure{margin:25px 0}.prose figure img{margin:0}.prose img{max-width:100%}.prose img.screenshot{box-shadow:#0003 2px 4px 10px;border-radius:4px;overflow:hidden}.prose figure.screenshot img{box-shadow:#0003 2px 4px 10px;border-radius:4px;overflow:hidden}.prose blockquote{background-color:#f9f9f9;padding:2em;margin:40px 0;font-size:1.2857142857rem;border-left:solid 5px #e5e5e5}.prose .callout{background-color:#f9f9f9;padding:2em;margin:40px 0;font-size:1rem;border-left:solid 5px #e5e5e5}.prose .callout.info{border-left-color:#3793ff;background-color:#e8f2ff}.prose .callout.warning{border-left-color:#ff3900}.prose .callout ul:first-child{margin-top:0}.prose .callout ul:last-child{margin-bottom:0}.prose>table{width:100%;border-collapse:collapse;margin:40px 0;font-size:1rem}.prose>table th,.prose>table td{padding:.5em 1em;border-bottom:solid 1px #e5e5e5}.prose>table th{font-weight:400;text-align:left;color:#848484}.prose code{display:inline-block;padding:0 .3em;border:solid 1px #e5e5e5;border-radius:4px;font-size:.9em}.prose div.highlight{width:100%;border-radius:4px;padding:.5em;margin:40px 0;max-width:100%;overflow-x:auto;-webkit-text-size-adjust:100%;font-size:1rem;box-sizing:border-box}.prose div.highlight code{display:block;padding:0;border:none;border-radius:0;font-size:inherit}.prose div.highlight pre{margin:0}.prose div.highlight .gl{background:transparent;opacity:.5}.prose iframe{box-shadow:#0003 2px 4px 10px;border-radius:4px;z-index:1;overflow:hidden}.prose .card,.prose .grid{margin:40px 0 60px}.prose .card+.card,.prose .card+.grid,.prose .grid+.card,.prose .grid+.grid{margin-top:-20px}@media (min-width: 768px){.prose .grid{display:grid;grid-gap:30px}}@media (min-width: 768px) and (min-width: 768px){.prose .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.prose .grid .card{margin:0}}.prose ul,.prose ol{margin:16px 0}.prose ul li,.prose ol li{padding:3px 0}.prose ul.steps,.prose ol.steps{list-style:none;counter-reset:steps-counter;padding-left:55px}.prose ul.steps li,.prose ol.steps li{counter-increment:steps-counter;position:relative;padding-top:.4em;padding-bottom:1em}.prose ul.steps li:before,.prose ol.steps li:before{content:counter(steps-counter);position:absolute;top:0;left:-55px;color:#3793ff;background-color:#e8f2ff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:100%}.prose nav{margin-bottom:40px;margin-top:40px}.prose nav header{margin-bottom:20px!important}.prose nav ul{list-style:none;padding:0;margin:0}.prose nav li{padding:4px 0}.prose nav li:first-child{padding-top:0}.prose nav li:last-child{padding-bottom:0}.prose nav a{position:relative}.prose nav a[href^="/docs/"]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23B5B5B5'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M365.3 125.3l-106.5-106.5C246.7 6.742 230.5 0 213.5 0L64-.0001c-35.35 0-64 28.65-64 64l.0065 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64v-277.5C384 153.5 377.3 137.3 365.3 125.3zM224 34.08c4.477 1.566 8.666 3.846 12.12 7.299l106.5 106.5C346.1 151.3 348.4 155.5 349.9 160H240C231.2 160 224 152.8 224 144V34.08zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112C192 170.5 213.5 192 240 192H352V448zM96 272C96 280.8 103.2 288 112 288h160C280.8 288 288 280.8 288 272S280.8 256 272 256h-160C103.2 256 96 263.2 96 272zM272 320h-160C103.2 320 96 327.2 96 336S103.2 352 112 352h160c8.838 0 16-7.164 16-16S280.8 320 272 320zM272 384h-160C103.2 384 96 391.2 96 400S103.2 416 112 416h160c8.838 0 16-7.164 16-16S280.8 384 272 384z'/%3E%3C/svg%3E");display:inline-block;margin-right:.5em;width:1rem;top:.125em;left:-1.5em;position:absolute}.prose nav.table-of-contents{font-size:1rem}.prose nav.related-articles ul{margin-left:1.5em}.viewport-transition{transition:.5s ease-in-out}.viewport-transition.viewport-visible{outline:solid red 5px}.viewport-transition.fade-in{transition-property:opacity;opacity:0}.viewport-transition.fade-in.viewport-entered{opacity:1}.viewport-transition.fade-in-up{transition-property:opacity,transform;opacity:0;transform:translateY(40px)}.viewport-transition.fade-in-up.viewport-entered{opacity:1;transform:translateY(0)}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight{color:#faf6e4;background-color:#122b3b}.highlight .gl{color:#dee5e7;background-color:#4e5d62}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#6c8b9f;font-style:italic}.highlight .cp{color:#b2fd6d;font-weight:700;font-style:italic}.highlight .err,.highlight .gr{color:#fefeec;background-color:#c00}.highlight .k,.highlight .kd,.highlight .kv{color:#f6dd62;font-weight:700}.highlight .o,.highlight .ow,.highlight .p,.highlight .pi{color:#4df4ff}.highlight .gd{color:#c00}.highlight .gi{color:#b2fd6d}.highlight .ge{font-style:italic}.highlight .gs{font-weight:700}.highlight .gt{color:#dee5e7;background-color:#4e5d62}.highlight .kc{color:#f696db;font-weight:700}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .gh,.highlight .gu{color:#ffb000;font-weight:700}.highlight .kt,.highlight .no,.highlight .nc,.highlight .nd,.highlight .nn,.highlight .bp,.highlight .ne{color:#b2fd6d;font-weight:700}.highlight .nl,.highlight .nt{color:#ffb000;font-weight:700}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx,.highlight .ld,.highlight .ss{color:#f696db;font-weight:700}.highlight .s,.highlight .sb,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .sr,.highlight .s1{color:#fff0a6;font-weight:700}.highlight .se,.highlight .sc,.highlight .si{color:#4df4ff;font-weight:700}.highlight .nb{font-weight:700}.highlight .ni{color:#999;font-weight:700}.highlight .w{color:#bbb}.highlight .nf,.highlight .py,.highlight .na{color:#a8e1fe}.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:#a8e1fe;font-weight:700}ul.breadcrumbs{padding:0;margin:0;font-size:1rem}ul.breadcrumbs li{display:inline-block;color:#000}ul.breadcrumbs li:after{content:"/";display:inline-block;margin:0 .5em;color:#848484}ul.breadcrumbs li:last-child{color:#848484}ul.breadcrumbs li:last-child:after{display:none}ul.breadcrumbs li a{border:none;color:inherit}ul.breadcrumbs li a:hover{color:#4b9eff}.card{background:white;box-shadow:0 4px 25px #00000026;border-radius:4px;font-size:1rem;border:none;box-shadow:0 4px 20px #0000001a;transition-duration:.1s;transition-property:opacity,box-shadow;transition-timing-function:ease-in-out;will-change:opacity,box-shadow}.card:hover{box-shadow:0 4px 25px #00000026}.card,.card a{padding:30px 40px;display:flex;flex-direction:column;align-items:center;text-align:center}.card a{margin:-30px -40px;width:100%;border:none;color:inherit}.card a:hover{color:inherit}.card header{margin:0 0 10px!important}.card .description{color:#848484}.card div.icon{font-size:2.5714285714rem;width:100px;height:100px;border-radius:100%;flex-shrink:0;flex-grow:0;flex-basis:100px;margin:0 0 30px;display:flex;justify-content:center;align-items:center;color:#3793ff;background-color:#e8f2ff}.card div.icon.green{color:#00d281;background-color:#e5faf2}.card div.icon.orange{color:#ff8f00;background-color:#fff3e5}.card.small header{margin:0 0 5px!important}.card.small div.icon{font-size:30px;color:#000;background-color:transparent;display:inline-block;flex-basis:auto;width:1em;height:1em}@media (min-width: 768px){.card:not(.small),.card:not(.small) a{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left}.card:not(.small) div.icon{margin:0 30px 0 0}}.sidebar{max-width:300px;flex:1;padding-top:20px;padding-bottom:40px}.sidebar nav ul{margin:0;padding:0;list-style:none;color:#000;font-size:1.1428571429rem}.sidebar nav ul a{border:none;color:inherit}.sidebar nav ul a .icon{font-size:1.2857142857rem;color:#000;margin-right:15px}.sidebar nav ul a .icon-angle-down{color:inherit;margin-left:5px;transition-property:transform,opacity;transition-duration:.1s;transition-timing-function:ease-in-out;transform-origin:center,opacity;transform:rotate(-90deg);opacity:0;will-change:transform}.sidebar nav ul a[aria-expanded=true] .icon-angle-down{opacity:1;transform:rotate(0)}.sidebar nav ul li{padding:0 0 15px}.sidebar nav ul li>a{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.sidebar nav ul ul{flex-basis:100%;font-size:1rem;color:#505050;margin-top:15px;padding-left:calc(1.2857142857rem + 15px);display:none}.sidebar nav ul ul.visible{display:block}.sidebar nav ul ul .icon{display:none}.sidebar nav ul ul li{line-height:1.5;padding-bottom:10px}.sidebar nav ul ul a[aria-current=page]{font-weight:600;color:#000}.sidebar nav ul ul a:hover{color:#4b9eff}.sidebar .search{margin-bottom:40px}.sidebar .search .results{position:absolute;z-index:10000;top:40px;border-radius:5px;box-shadow:0 16px 64px #0000001a;padding:20px;width:800px;max-width:calc(100vw - 12%);overflow-y:auto;max-height:500px}.search{margin:0;position:relative}.search input{font-family:inherit;color:#000;padding:8px 31px 8px 15px;font-size:1.1428571429rem;width:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23B5B5B5'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M507.3 484.7l-141.5-141.5C397 306.8 415.1 259.7 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c51.68 0 98.85-18.96 135.2-50.15l141.5 141.5C487.8 510.4 491.9 512 496 512s8.188-1.562 11.31-4.688C513.6 501.1 513.6 490.9 507.3 484.7zM208 384C110.1 384 32 305 32 208S110.1 32 208 32S384 110.1 384 208S305 384 208 384z'/%3E%3C/svg%3E");background-size:18px auto;background-position:right 8px center;background-repeat:no-repeat}.search input ::-moz-placeholder{color:#848484}.search input ::placeholder{color:#848484}.search .results{background:#ffffff;max-width:100%;box-sizing:border-box;display:none;text-align:left}.search .results.visible{display:block}.search .results ul{list-style:none;margin:0;padding:0}.search .results ul:empty{display:none}.search .results li:hover{background-color:#f9f9f9}.search .results a{display:block;border:none;transition-property:background-color;transition-duration:.1s;transition-timing-function:ease-in-out;padding:10px}.search .results a .title{color:#3793ff;font-size:1.1428571429rem}.search .results a .description{color:#848484;font-size:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search .results mark{background-color:#e8f2ff}.badge{display:inline-block;background:#F4F4F4;padding:4px 8px;margin-left:4px;margin-right:4px;border:solid 0px #B5B5B5;border-radius:4px;color:#000;font-weight:400;font-style:normal;font-size:.8571428571rem;font-family:DM Mono,sans-serif;line-height:1em;vertical-align:middle;text-transform:lowercase;text-decoration:none}.badge:hover{color:#000}a.badge:hover{border-color:#3793ff;color:#3793ff}[data-scroller] .scroll-container{-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);overflow:hidden;padding:0}[data-scroller] .scroll-group{width:-moz-max-content;width:max-content;display:flex;flex-wrap:nowrap;gap:10px;animation:scroll 120s forwards linear infinite}[data-scroller] .scroll-group[data-scroller-direction=reverse]{animation-direction:reverse}[data-scroller] .scroll-group[data-scroller-direction=forwards]{animation-direction:forwards}@keyframes scroll{to{transform:translate3d(calc(-50% - 5px),0,0)}}section.hero .container{padding-top:100px;padding-bottom:120px}section.hero .content{display:flex;flex-direction:column;align-items:center;text-align:center}section.hero h1{max-width:900px}section.hero .description{font-size:1.2857142857rem;font-weight:400;margin:30px 0 60px;max-width:640px}section.hero .description:last-child{margin-bottom:0}section.hero .description .caption{font-size:1rem;margin-top:45px}section.hero .actions{margin:-10px -5px}section.hero .actions>*{margin:10px 5px}section.hero form{width:100%;max-width:735px}body.dark section.hero h1{color:#fff}section.landing-page-hero .container{padding-top:300px;padding-bottom:120px;background-position:top center;background-repeat:no-repeat;background-size:auto 300px}@media (min-width: 768px){section.landing-page-hero .container{background-size:auto 500px;padding-top:500px}}@media (min-width: 1024px){section.landing-page-hero .container{padding-top:100px;background-position:center right;background-repeat:no-repeat;background-size:600px}}section.landing-page-hero .brand{margin-bottom:30px}section.landing-page-hero .brand .logo{width:140px;height:41.51px}section.landing-page-hero .brand a{color:inherit;border:none}@media (min-width: 1024px){section.landing-page-hero .brand .logo{width:160px;height:47.44px}}section.landing-page-hero .content{align-items:flex-start;text-align:left;max-width:650px}section.landing-page-hero .description{font-size:1.2857142857rem;font-weight:400;margin:30px 0 60px;max-width:530px}section.landing-page-hero .description:last-child{margin-bottom:0}section.landing-page-hero .caption{color:#50505099;margin-top:45px;max-width:530px}section.landing-page-hero .caption a{color:inherit}section.landing-page-hero .caption a:hover{color:#505050cc}section.landing-page-hero .actions{margin:-10px -5px}section.landing-page-hero .actions>*{margin:10px 5px}@media (max-width: 768px){section.landing-page-hero h1{font-size:2.8571428571rem}}@media (min-width: 768px){section.landing-page-hero h1{font-size:3.5714285714rem}}section.landing-page-hero.dark .brand{color:#938ba2}section.landing-page-hero.dark .caption{color:#505050}section.landing-page-hero.dark .caption a:hover{color:#848484}section.landing-page-hero.custom{background-color:var(--background-color)}section.landing-page-hero.custom h1{color:var(--title-color)}section.landing-page-hero.custom .brand{color:var(--brand-color)}section.landing-page-hero.custom .description{color:var(--description-color)}section.landing-page-hero.custom .caption{color:var(--caption-color)}section.podcast-hero{background-color:#000;color:#fff;margin-top:-96px}section.podcast-hero .container{padding-top:120px;padding-bottom:120px;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}section.podcast-hero .content{align-items:flex-start;text-align:left;max-width:650px}section.podcast-hero .description{font-size:1.2857142857rem;font-weight:400;color:gray;margin:30px 0 60px;max-width:530px}section.podcast-hero .description:last-child{margin-bottom:0}section.podcast-hero .caption{color:#9a9a9a99;margin-top:45px;max-width:530px}section.podcast-hero .caption a{color:inherit}section.podcast-hero .caption a:hover{color:#fff}section.podcast-hero .meta{margin-bottom:15px;color:#9a9a9a99}section.podcast-hero .meta a{color:inherit}section.podcast-hero .meta a:hover{color:#fff}section.podcast-hero .meta>a,section.podcast-hero .meta span{margin:0 5px}section.podcast-hero .meta>a:first-child,section.podcast-hero .meta span:first-child{margin-left:0}section.podcast-hero .meta>a:last-child,section.podcast-hero .meta span:last-child{margin-right:0}section.podcast-hero .player{max-width:530px;color:#9a9a9a99}section.podcast-hero .player iframe{margin-bottom:10px}section.podcast-hero .player a{color:inherit}section.podcast-hero .player a:hover{color:#fff}section.podcast-hero .actions{margin:-10px -5px}section.podcast-hero .actions>*{margin:10px 5px}section.podcast-hero .actions .button{color:#fff;background-color:#333}section.podcast-hero .actions .button:hover{background-color:#444}section.podcast-hero .logo{margin:20px 30px 50px}section.podcast-hero .logo img{width:100%;max-width:400px}section.podcast-hero h1{color:#fff}@media (max-width: 768px){section.podcast-hero h1{font-size:2.8571428571rem}}@media (min-width: 768px){section.podcast-hero h1{font-size:3.5714285714rem}}@media (min-width: 1024px){section.podcast-hero .logo{margin:0}section.podcast-hero .container{padding-top:216px;flex-direction:row}}.podcast-intro .container,.podcast-recap .container,.podcast-shownotes .container,.podcast-subscribe .container{max-width:650px;padding-top:70px;padding-bottom:100px}.podcast-intro h2,.podcast-intro section.customers .company header,section.customers .company .podcast-intro header,.podcast-intro .card header,.card .podcast-intro header,.podcast-recap h2,.podcast-recap section.customers .company header,section.customers .company .podcast-recap header,.podcast-recap .card header,.card .podcast-recap header,.podcast-shownotes h2,.podcast-shownotes section.customers .company header,section.customers .company .podcast-shownotes header,.podcast-shownotes .card header,.card .podcast-shownotes header,.podcast-subscribe h2,.podcast-subscribe section.customers .company header,section.customers .company .podcast-subscribe header,.podcast-subscribe .card header,.card .podcast-subscribe header{margin-bottom:20px;font-size:2.2857142857rem}.podcast-subscribe{text-align:center}.podcast-subscribe .container{padding-top:100px}.podcast-intro+.podcast-subscribe .container{margin-top:-40px;padding-top:0}.podcast-subscribe .actions{margin:-5px}.podcast-subscribe .button{background-color:#e5e5e5;color:#505050;box-shadow:none;margin:5px}.podcast-subscribe .button:hover{background-color:#dfdbe4}.podcast-subscribe .caption{color:#848484;margin-top:20px}.podcast-subscribe .caption a{color:inherit}.podcast-subscribe .caption a:hover{color:#3793ff}.podcast-intro{text-align:center}.podcast-intro .container{padding-top:100px}.podcast-intro .prose{font-size:1.2857142857rem}.podcast-intro .avatar{width:240px;height:240px;margin:0 auto 40px}section.service{display:flex;flex-direction:column;align-items:center;justify-content:center}section.service .container{display:flex;flex-direction:column;text-align:center;padding-top:100px;padding-bottom:120px}section.service h1{max-width:550px;font-size:2.2857142857rem}section.service .description{font-size:1.2857142857rem;font-weight:400;margin:30px 0 60px;max-width:550px}section.service .description:last-child{margin-bottom:0}section.service .description blockquote{padding:35px;background-color:#f9f9f9;border-radius:4px;font-size:1rem;max-width:800px;margin:40px 0 0;letter-spacing:-.01em}section.service .actions{margin:-10px -5px}section.service .actions>*{margin:10px 5px}section.testimonial .container{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:100px;padding-bottom:100px}section.testimonial blockquote{line-height:1.3;max-width:800px;margin:40px 0 0;letter-spacing:-.01em;color:#000;font-size:1.8571428571rem;font-weight:300}section.testimonial blockquote footer{color:#000;font-size:1rem;font-family:DM Mono,sans-serif;letter-spacing:-.01em;margin-top:30px}section.testimonial blockquote footer:before{content:"\2013  "}section.features-grid .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}section.features-grid h2,section.features-grid section.customers .company header,section.customers .company section.features-grid header,section.features-grid .card header,.card section.features-grid header{text-align:center;margin-bottom:80px}section.features-grid .features{display:grid;grid-gap:70px}@media (min-width: 768px){section.features-grid .features{grid-template-columns:repeat(3,1fr)}}section.features-grid.two-columns .features{display:grid;grid-gap:50px}@media (min-width: 768px){section.features-grid.two-columns .features{grid-template-columns:repeat(2,1fr)}}section.features-grid.four-columns .features{display:grid;grid-gap:50px}@media (min-width: 768px){section.features-grid.four-columns .features{grid-template-columns:repeat(4,1fr)}}section.features-grid .feature{display:flex}section.features-grid .feature header{margin-bottom:10px!important}section.features-grid .feature .icon{font-size:1.8rem;color:#000;width:40px;text-align:center}section.features-grid .feature .icon .icon{vertical-align:top}section.features-grid .feature .content{margin-left:10px;flex:1}section.features-grid .feature .description{color:#505050}section.features-grid .icon{color:#b5b5b5}section.features-alternating .container{padding-top:100px;padding-bottom:100px}section.features-alternating .feature{margin-bottom:80px}section.features-alternating .feature:nth-child(2n) .image{order:1}section.features-alternating .feature:nth-child(2n) .content{order:2}section.features-alternating .feature:nth-child(2n+1) .image{order:2}section.features-alternating .feature:nth-child(2n+1) .content{order:1}section.features-alternating .feature:last-child{margin-bottom:0}@media (min-width: 768px){section.features-alternating .feature{display:flex;flex-direction:row;justify-content:flex-start}section.features-alternating .feature .image,section.features-alternating .feature .content{width:calc(50% - 20px);flex:1}section.features-alternating .feature .content{margin:40px}}section.features-alternating .image{margin-bottom:40px}section.features-alternating .image img{display:block;max-width:100%}section.features-alternating .tagline{margin-bottom:30px!important}section.features-alternating .tagline{padding-bottom:15px;border-bottom:solid 1px #e5e5e5}section.features-alternating h3,section.features-alternating section.team .member header,section.team .member section.features-alternating header,section.features-alternating section.screenshots header,section.screenshots section.features-alternating header{margin-bottom:10px!important}section.features-alternating h2,section.features-alternating section.customers .company header,section.customers .company section.features-alternating header,section.features-alternating .card header,.card section.features-alternating header{margin-bottom:80px;text-align:center}section.features-alternating .description{color:#505050}section.features-mini .container{display:flex;flex-direction:column;align-items:center;padding-top:90px;padding-bottom:90px;margin:-10px auto}section.features-mini .container .feature{margin:10px;display:flex;flex-direction:row;align-items:center;width:370px;max-width:100%}@media (min-width: 768px){section.features-mini .container{flex-direction:row;align-items:center;justify-content:center}}section.features-mini .icon{color:#000;width:60px;font-size:32px;flex:0 1 60px}section.features-mini .content{color:#000;padding-top:15px;padding-left:5px}section.comparison-table .container{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:100px;padding-bottom:120px}section.comparison-table .scroll-container{max-width:100%;overflow:auto}section.comparison-table h2,section.comparison-table section.customers .company header,section.customers .company section.comparison-table header,section.comparison-table .card header,.card section.comparison-table header{margin-bottom:20px}section.comparison-table .description{max-width:720px;font-size:1.1428571429rem}section.comparison-table .actions{margin-top:60px;flex-wrap:wrap;display:flex;gap:10px;align-items:center;justify-content:center}section.comparison-table table{border-collapse:collapse;width:100%;max-width:720px;margin:60px 0}section.comparison-table table td,section.comparison-table table th{border-bottom:solid 1px #e5e5e5;padding:10px 20px}section.comparison-table table td:first-child,section.comparison-table table th:first-child{text-align:left;position:sticky;left:0;z-index:2;background:white}section.comparison-table table th{font-weight:400;color:#848484}section.comparison-table table .icon{font-size:1.2857142857rem}section.comparison-table table .icon.icon-circle-check{color:#00d281}section.comparison-table table .icon.icon-horizontal-rule{color:#b5b5b5}section.call-to-action{text-align:center}section.call-to-action .container{padding-top:110px;padding-bottom:120px}section.call-to-action .content .icon{color:#fff;width:80px;height:80px;margin-bottom:20px}section.call-to-action .content h2,section.call-to-action .content section.customers .company header,section.customers .company section.call-to-action .content header,section.call-to-action .content .card header,.card section.call-to-action .content header{max-width:900px;margin:0 auto 20px}section.call-to-action .description{max-width:640px;margin:20px auto 60px;font-size:1.1428571429rem;color:#848484;line-height:1.7}section.call-to-action form{max-width:756px;margin-left:auto;margin-right:auto}section.call-to-action .caption{font-size:1rem;margin:45px auto 0;max-width:640px}section.call-to-action .caption a{color:inherit}section.call-to-action .caption a:hover{color:#848484}section.lead-magnet .container{padding-left:0;padding-right:0;display:flex;flex-direction:column;align-items:center}section.lead-magnet .container .image img{max-width:100%;display:block}section.lead-magnet .container .content{padding:50px 6%}@media (min-width: 768px){section.lead-magnet .container{flex-direction:row;justify-content:space-between;align-items:flex-start;padding-left:6%;padding-right:6%}section.lead-magnet .container>img{max-width:50%;margin:0}section.lead-magnet .container .content{padding:100px 0;max-width:530px}}section.lead-magnet form{flex-wrap:wrap}section.lead-magnet form input{flex:1 0 100%}section.lead-magnet h2,section.lead-magnet section.customers .company header,section.customers .company section.lead-magnet header,section.lead-magnet .card header,.card section.lead-magnet header{font-size:2.2857142857rem!important}section.lead-magnet .description{margin:20px 0 40px}section.lead-magnet.bottom-aligned .container .image{padding:30px 20px 0}section.lead-magnet.bottom-aligned .container .content{order:1}section.lead-magnet.bottom-aligned .container .image{order:2}@media (min-width: 768px){section.lead-magnet.bottom-aligned .container{align-items:flex-end}section.lead-magnet.bottom-aligned .container .content{order:2}section.lead-magnet.bottom-aligned .container .image{order:1}}section.lead-magnet-hero{display:flex;flex-direction:column}section.lead-magnet-hero .container{padding-top:40px;padding-bottom:120px;background:black;margin-left:0;flex:1}section.lead-magnet-hero .image{background-size:cover;background-position:center center;min-height:500px;flex:1}section.lead-magnet-hero .brand{margin-bottom:30px}section.lead-magnet-hero .brand .logo{width:140px;height:41.51px}section.lead-magnet-hero .brand a{color:inherit;border:none}@media (min-width: 1024px){section.lead-magnet-hero .brand .logo{width:160px;height:47.44px}}section.lead-magnet-hero h1{font-size:2.8571428571rem}section.lead-magnet-hero .description{max-width:500px;margin:30px 0 50px;font-size:1.1428571429rem}section.lead-magnet-hero .caption{opacity:.6;margin-top:30px;max-width:530px}section.lead-magnet-hero .caption a{color:inherit}section.lead-magnet-hero .caption a:hover{opacity:.8}@media (min-width: 1024px){section.lead-magnet-hero{flex-direction:row}section.lead-magnet-hero .container{max-width:calc(50vw + 12%);min-height:100vh;padding-top:80px;box-sizing:border-box}section.lead-magnet-hero .content{max-width:840px}}section.lead-magnet-hero.black{color:#9a9a9a}section.lead-magnet-hero.black .brand{color:#9a9a9a}section.lead-magnet-hero.black h1{color:#fff}section.image .container{text-align:center;display:flex;justify-content:center;align-items:flex-start}section.image img{max-width:100%;flex:0 1 auto}@media (max-width: 768px){section.image img.breakpoint-desktop,section.image img.breakpoint-tablet{display:none}section.image img.breakpoint-mobile{display:inline-block}}@media (min-width: 768px){section.image img.breakpoint-desktop,section.image img.breakpoint-mobile{display:none}section.image img.breakpoint-tablet{display:inline-block}}@media (min-width: 1024px){section.image img.breakpoint-mobile,section.image img.breakpoint-tablet{display:none}section.image img.breakpoint-desktop{display:inline-block}}section.image.full-width img{width:100%}section.logos .container{text-align:center;padding-top:80px;padding-bottom:80px}section.logos .logos{margin:-20px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}section.logos .logo{margin:20px;text-align:center;text-transform:uppercase;letter-spacing:.3em;color:#b5b5b5;font-size:.8571428571rem}section.logos .logo img{height:40px;margin:12px 0 0}section.logos h6,section.logos body>footer header,body>footer section.logos header,section.logos .prose nav header,.prose nav section.logos header,section.logos section.features-alternating .tagline,section.features-alternating section.logos .tagline{margin-bottom:10px}section.logos.fixed-spacing .container{padding-top:50px;padding-bottom:50px}@media (min-width: 1024px){section.logos.fixed-spacing .logos{justify-content:space-around}}section.screenshots{padding:50px 0}section.screenshots .container{padding-top:100px;padding-bottom:100px}@media (min-width: 1024px){section.screenshots .container{background-image:url(/images/dot-pattern.svg);background-position:top center;background-repeat:repeat-y;background-attachment:fixed}}section.screenshots .screenshot{margin:0 0 150px}section.screenshots .screenshot:nth-child(2n){margin-left:auto}section.screenshots .screenshot:nth-child(2n+1){margin-right:auto}section.screenshots .screenshot:last-child{margin-bottom:0}@media (min-width: 1024px){section.screenshots .screenshot{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;max-width:970px}section.screenshots .screenshot .content{margin-left:50px;flex-shrink:0;max-width:210px}}section.screenshots .image{box-shadow:2px 4px 40px #00000026;overflow:hidden;border-radius:4px;width:720px;max-width:100%}section.screenshots .image img{display:block;width:100%}section.screenshots .content{padding-top:50px}section.screenshots .item{display:flex;margin-bottom:20px}section.screenshots .item .icon{color:#000;width:40px;text-align:center;font-size:1.145em}section.screenshots .item .description{color:#505050;margin-left:10px;flex:1}section.screenshots header{margin-bottom:15px!important}section.screenshots header+.item{margin-top:30px}section.screenshots .description{color:#505050}section.feature .container{text-align:center;padding-top:100px;padding-bottom:120px}section.feature img{max-width:100%;margin:40px 0}section.feature .description{max-width:720px;margin:0 auto}section.feature .tagline{margin:30px auto;font-size:1.2857142857rem;max-width:640px}section.video-message .container{max-width:720px;text-align:center;padding-top:100px;padding-bottom:120px}section.video-message .tagline{margin-top:20px}section.video-message .video{box-shadow:2px 4px 40px #00000026;margin-top:60px}section.video-message .description{margin:60px auto 0;max-width:600px;font-size:1.1428571429rem;text-align:left}section.content-grid .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}section.content-grid.dark .container{padding-top:80px;padding-bottom:90px}section.content-grid h2,section.content-grid section.customers .company header,section.customers .company section.content-grid header,section.content-grid .card header,.card section.content-grid header{text-align:center;margin-bottom:80px}section.content-grid .contents{display:grid;grid-gap:50px}@media (min-width: 768px){section.content-grid .contents{grid-template-columns:repeat(3,1fr)}}section.content-grid.two-columns .contents{display:grid;grid-gap:50px}@media (min-width: 768px){section.content-grid.two-columns .contents{grid-template-columns:repeat(2,1fr)}}section.content-grid.four-columns .contents{display:grid;grid-gap:50px}@media (min-width: 768px){section.content-grid.four-columns .contents{grid-template-columns:repeat(4,1fr)}}section.content-grid .item header{margin-bottom:10px!important}section.content-grid .item .description{color:#505050}section.checklist .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}section.checklist h2,section.checklist section.customers .company header,section.customers .company section.checklist header,section.checklist .card header,.card section.checklist header{text-align:center;margin-bottom:80px}section.checklist .checklist{display:grid;grid-gap:20px 40px;max-width:720px;width:100%}@media (min-width: 768px){section.checklist .checklist{grid-template-columns:repeat(2,1fr)}}section.checklist.three-columns .checklist{max-width:100%;display:grid;grid-gap:20px 40px}@media (min-width: 768px){section.checklist.three-columns .checklist{grid-template-columns:repeat(3,1fr)}}section.checklist .item{display:flex;align-items:flex-start}section.checklist .item .icon{color:#b5b5b5;text-align:center;margin-right:8px;margin-top:-3px;font-size:18px;width:30px;flex:0 1 auto}section.checklist .item .description{color:#505050}section.pricing .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}.hero+section.pricing .container{padding-top:0}section.pricing .tagline{max-width:640px;margin:20px auto 70px;font-size:1.2857142857rem;line-height:1.7}section.pricing .pricing-switcher{display:flex;flex-direction:row;justify-content:space-around;box-shadow:2px 4px 16px #0000001a;border-radius:20px;font-size:1rem;margin-top:40px}section.pricing .pricing-switcher a{display:block;color:#848484;padding:8px 20px;transition:none;border:none}section.pricing .pricing-switcher a+a{border-left-color:transparent}section.pricing .pricing-switcher a:first-child{border-radius:20px 0 0 20px}section.pricing .pricing-switcher a:last-child{border-radius:0 20px 20px 0}section.pricing .pricing-switcher a.active{background-color:#f9f9f9;color:#000}section.pricing .plans{display:flex;flex-direction:column;padding:40px 0;margin:70px 0 50px;width:100%;max-width:1100px}@media (min-width: 1024px){section.pricing .plans{flex-direction:row;justify-content:space-around}}section.pricing .plan{position:relative;background-color:#f9f9f9;box-sizing:border-box;border-radius:4px;margin:20px 0;padding:50px;z-index:10;max-width:100%;flex:1}section.pricing .plan:nth-child(2){background-color:#fff;z-index:100;box-shadow:2px 4px 40px #00000026}section.pricing .plan header{font-size:2.2857142857rem;line-height:1.3;letter-spacing:-.01em;color:#000;display:flex;flex-direction:column}section.pricing .plan header .icon{font-size:50px;line-height:1.2;margin-bottom:.5em}section.pricing .plan .description{color:#505050;line-height:1.5;margin:15px 0}section.pricing .plan .price{margin:30px 0;color:#000;font-size:1.5714285714rem;font-weight:300}section.pricing .plan .price .interval,section.pricing .plan .price .label{color:#848484}section.pricing .plan .features{margin:40px 0;display:flex;flex-direction:column;color:#505050;line-height:1.5;gap:5px}section.pricing .plan .features .item{display:flex;flex-direction:row}section.pricing .plan .features .item .icon{margin-right:10px;color:#b5b5b5}section.pricing .plan .features .item .description{margin:0}section.pricing .plan .actions{margin-top:30px}section.pricing .plan .actions .button{font-size:.9285714286rem;padding:1em 2em}section.pricing .plan .actions .button .icon{font-size:1.2em}@media (min-width: 1024px){section.pricing .plan{margin:0;border-radius:0;width:255px;flex-grow:1;flex-shrink:0}section.pricing .plan:first-child{border-radius:4px 0 0 4px}section.pricing .plan:last-child{border-radius:0 4px 4px 0}section.pricing .plan:nth-child(2){margin:-20px 0;padding:70px 50px;z-index:100;border-radius:4px}}section.pricing .slider{width:100%;max-width:790px;margin:20px auto;color:#505050;font-size:1.1428571429rem}section.pricing .slider span{color:#000;font-size:3rem;font-weight:300}section.pricing .slider .preview{max-width:300px;text-align:center;margin:0 auto}@media (min-width: 768px){section.pricing .slider .preview{max-width:none}}section.pricing .slider input[type=range]{border:none;width:100%;margin:40px 0;padding:0}section.pricing .slider input[type=range]::-webkit-slider-runnable-track{box-sizing:border-box;border:none;background-color:#e5e5e5;width:calc(100% - 34px);height:6px;border-radius:3px}section.pricing .slider input[type=range]::-moz-range-track{box-sizing:border-box;border:none;background-color:#e5e5e5;width:calc(100% - 34px);height:6px;border-radius:3px}section.pricing .slider input[type=range]::-ms-track{box-sizing:border-box;border:none;background-color:#e5e5e5;width:calc(100% - 34px);height:6px;border-radius:3px}section.pricing .slider input[type=range]::-moz-range-progress{box-sizing:border-box;border:none;background-color:#3793ff;width:calc(100% - 34px);height:6px;border-radius:3px}section.pricing .slider input[type=range]::-ms-fill-lower{box-sizing:border-box;border:none;background-color:#3793ff;width:calc(100% - 34px);height:6px;border-radius:3px}section.pricing .slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;box-sizing:border-box;box-shadow:2px 4px 16px #0000001a;width:40px;height:40px;border-radius:100%;border:solid 12px #3793ff;background-color:#fff;margin:-17px 0}section.pricing .slider input[type=range]::-moz-range-thumb{-moz-appearance:none;appearance:none;box-sizing:border-box;box-shadow:2px 4px 16px #0000001a;width:40px;height:40px;border-radius:100%;border:solid 12px #3793ff;background-color:#fff;margin:-17px 0}section.pricing .slider input[type=range]::-ms-thumb{appearance:none;box-sizing:border-box;box-shadow:2px 4px 16px #0000001a;width:40px;height:40px;border-radius:100%;border:solid 12px #3793ff;background-color:#fff;margin:-17px 0}section.pricing .features{list-style:none;padding:0;margin:20px auto 40px;max-width:320px;width:100%}section.pricing .features .feature{display:flex;align-items:flex-start;margin:15px 0}section.pricing .features .feature .icon{color:#b5b5b5;text-align:center;margin-top:-3px;margin-right:8px;font-size:18px;width:30px;flex:0 1 auto}section.pricing .features .feature .description{color:#505050;margin:0;max-width:auto}section.pricing .container>.description{margin:30px 0 60px;max-width:460px;text-align:center}section.pricing .container>.description:last-child{margin-bottom:0}section.pricing .actions{margin:-10px -5px}section.pricing .actions>*{margin:10px 5px}section.articles .container{padding-top:100px;padding-bottom:120px}section.articles h1{margin:40px 0 20px}section.articles .container>.description{font-size:1.2857142857rem;max-width:640px;margin:30px 0}section.articles .articles{display:grid;grid-gap:80px 60px;padding:60px 0}@media (min-width: 768px){section.articles .articles{grid-template-columns:repeat(2,1fr)}}section.articles .articles h3,section.articles .articles section.team .member header,section.team .member section.articles .articles header,section.articles .articles section.screenshots header,section.screenshots section.articles .articles header{margin-bottom:1rem;font-size:1.2857142857rem}section.articles .articles .cover{margin-bottom:30px;text-decoration:none;border:none;display:block}section.articles .articles .cover img{max-width:100%}section.articles .placeholder{text-align:center}section.articles.featured .articles{display:grid;grid-gap:80px 60px}@media (min-width: 768px){section.articles.featured .articles{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){section.articles.featured .articles article:first-child{display:grid;grid-template-columns:inherit;grid-gap:inherit;grid-column:1/span 3}section.articles.featured .articles article:first-child h3,section.articles.featured .articles article:first-child section.team .member header,section.team .member section.articles.featured .articles article:first-child header,section.articles.featured .articles article:first-child section.screenshots header,section.screenshots section.articles.featured .articles article:first-child header{font-size:1.5714285714rem}section.articles.featured .articles article:first-child .cover{grid-column:1/span 2;display:block;margin:0}section.articles.featured .articles article:first-child .meta:before{content:"Featured Article";text-transform:uppercase;color:#848484;font-size:.8571428571rem;font-family:DM Mono,sans-serif;letter-spacing:3px;line-height:1.75;font-weight:400;margin:20px 0;display:inline-block}}section.articles.compact .articles,section.articles.compact .container{padding-top:0}section.article .container{display:block;flex-wrap:wrap;flex-direction:column;justify-content:space-between;max-width:none;padding:60px max(5px,min(3%,6%)) 70px}section.article .container>header{max-width:820px;display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;margin:80px auto 40px}section.article .container>header h1,section.article .container>header .description{text-align:center}section.article .container>header h1{margin:0;line-height:1.2}@media (min-width: 768px){section.article .container>header h1{font-size:3.5714285714rem}}section.article .container>header .description{font-size:1.2857142857rem;line-height:1.5;color:#505050;max-width:620px;margin:0 auto}section.article .container>header .cover{margin-top:20px;max-width:820px}section.article .container>header .cover img{max-width:100%}section.article .container>header .meta{color:#848484;font-family:DM Mono,sans-serif;font-size:1rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:30px}section.article .container>header .meta .author{display:flex;flex-direction:row;align-items:center;gap:10px}section.article .container>header .meta .author .avatar{width:40px;height:40px}section.article .container>header .meta .date{display:flex;flex-direction:row;align-items:center;gap:10px}section.article .container>header .meta .date .icon{width:16px;height:16px}section.article .container>header .meta .tags{display:flex;flex-direction:row;gap:5px}section.article .container>header .meta .tags .tag{font-size:.8571428571rem;background-color:#f9f9f9;border-radius:4px;border:none;padding:4px 8px;color:#000;text-decoration:none}section.article article{width:100%;margin:0 auto 40px}@media (min-width: 1024px){section.article article{max-width:620px;display:block}}section.article .table-of-contents{position:sticky;display:none;top:110px;left:20px;max-width:220px;float:left}@media (min-width: 1200px){section.article .table-of-contents{display:block}}section.article .table-of-contents header{font-family:DM Mono,sans-serif;color:#848484;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23848484'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 80C0 71.16 7.164 64 16 64H432C440.8 64 448 71.16 448 80C448 88.84 440.8 96 432 96H16C7.164 96 0 88.84 0 80zM0 240C0 231.2 7.164 224 16 224H432C440.8 224 448 231.2 448 240C448 248.8 440.8 256 432 256H16C7.164 256 0 248.8 0 240zM432 416H16C7.164 416 0 408.8 0 400C0 391.2 7.164 384 16 384H432C440.8 384 448 391.2 448 400C448 408.8 440.8 416 432 416z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:center left;margin-bottom:30px;padding-left:30px}section.article .table-of-contents ul{list-style:none;margin:0;padding:0}section.article .table-of-contents li{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e5e5e5'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:0 2px;padding-left:30px;padding-bottom:10px}section.article .table-of-contents a{color:#000;border:none}section.article .table-of-contents li.viewed,section.article .table-of-contents li.visible{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%233793ff'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M235.3 331.3C229.1 337.6 218.9 337.6 212.7 331.3L148.7 267.3C142.4 261.1 142.4 250.9 148.7 244.7C154.9 238.4 165.1 238.4 171.3 244.7L224 297.4L340.7 180.7C346.9 174.4 357.1 174.4 363.3 180.7C369.6 186.9 369.6 197.1 363.3 203.3L235.3 331.3zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z'/%3E%3C/svg%3E")}section.article section.inline{max-width:650px;margin:0 auto 40px;padding:0 0 60px;border-top:solid 1px #e5e5e5}section.article section.inline header{margin-bottom:20px!important}section.article section.inline header{font-size:2rem;font-weight:300;line-height:1.25;margin-top:40px;color:#000}section.article section.inline .description{margin-bottom:30px}section.article .about-author,section.article .share{display:flex;flex-direction:column;gap:30px;width:620px;max-width:100%;margin:0 auto 40px}section.article .about-author header,section.article .share header{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:1rem;font-family:DM Mono,sans-serif;color:#848484}section.article .about-author header .icon,section.article .share header .icon{height:18px;width:18px}section.article .about-author .avatar{width:60px;height:60px}section.article .about-author .author{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-grow:0;flex-shrink:0;gap:20px}section.article .about-author p{color:#000;line-height:1.5;flex:1;margin:0}section.article .share .links{display:flex;flex-direction:row;gap:20px}section.article .share .links a{text-decoration:none;color:#848484;border:none}section.article .share .links .icon{height:20px;width:20px}section.more-articles{border-top:solid 1px #e5e5e5}section.more-articles .container{padding-top:100px;padding-bottom:120px}section.more-articles .articles{display:grid;grid-gap:60px;padding:60px 0}@media (min-width: 768px){section.more-articles .articles{grid-template-columns:repeat(3,1fr)}}section.more-articles .articles h4,section.more-articles .articles section.founders .founders header,section.founders .founders section.more-articles .articles header,section.more-articles .articles section.customers .founder header,section.customers .founder section.more-articles .articles header,section.more-articles .articles section.podcasts .podcast header,section.podcasts .podcast section.more-articles .articles header,section.more-articles .articles .card.small header,.card.small section.more-articles .articles header,section.more-articles .articles section.features-grid .feature header,section.features-grid .feature section.more-articles .articles header,section.more-articles .articles section.content-grid .item header,section.content-grid .item section.more-articles .articles header{margin-bottom:10px}section.more-articles .articles img{max-width:100%;display:block;margin-bottom:30px}section.more-articles time{display:inline-block;margin-bottom:10px;color:#848484}section.updates .container{padding-top:100px;padding-bottom:120px}section.updates .updates{display:grid;grid-gap:80px 60px;padding:60px 0}@media (min-width: 768px){section.updates .updates{grid-template-columns:repeat(3,1fr)}}section.updates time{display:inline-block;margin-bottom:10px;color:#848484}section.gallery .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}section.gallery h2,section.gallery section.customers .company header,section.customers .company section.gallery header,section.gallery .card header,.card section.gallery header{text-align:center;margin-bottom:80px}section.gallery .images{margin:-10px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;white-space:nowrap;overflow:auto}section.gallery .images .image{margin:10px;max-width:calc(33.3333% - 20px);flex-shrink:0}section.gallery .images .image img{display:block;width:100%}section.podcasts .container{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:120px}section.podcasts h2,section.podcasts section.customers .company header,section.customers .company section.podcasts header,section.podcasts .card header,.card section.podcasts header{text-align:center;margin-bottom:80px}section.podcasts .podcasts{display:grid;grid-gap:100px 80px}@media (min-width: 768px){section.podcasts .podcasts{grid-template-columns:repeat(3,1fr)}}section.podcasts .podcast{text-align:center}section.podcasts .podcast header{margin:30px 0 20px!important}section.podcasts .image{max-width:100%;box-shadow:2px 4px 40px #00000026;overflow:hidden;border-radius:4px}section.podcasts .image img{display:block;width:100%}section.podcasts .image a{text-decoration:none}section.podcasts .slots{color:#848484}section.customers .customer .container{padding-top:100px;padding-bottom:120px}section.customers .customer:nth-child(2n+1){background-color:#f9f9f9}@media (min-width: 768px){section.customers .customer .container{display:flex;flex-direction:row;justify-content:space-between}section.customers .customer .meta{width:calc(33.3333% - 30px)}section.customers .customer .content{width:calc(66.6667% - 30px)}}section.customers .image{box-shadow:2px 4px 40px #00000026;overflow:hidden;border-radius:4px}section.customers .image img{display:block;width:100%}section.customers .company{margin-bottom:40px}section.customers .company header{font-size:2.2857142857rem!important;margin-bottom:20px!important}section.customers .company .description{margin-bottom:10px}section.customers .founder{margin-bottom:40px}section.customers .founder .avatar{margin-bottom:20px}section.customers .role{color:#848484;margin-top:4px}section.customers .content blockquote{font-size:1.1428571429rem;margin:0 0 60px}section.founders .container{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:100px;padding-bottom:120px}section.founders h2,section.founders .card header,.card section.founders header,section.founders section.customers .company header,section.customers .company section.founders header{margin-bottom:20px}section.founders .description{font-size:1.2857142857rem;font-weight:400;margin:0 0 60px;max-width:640px}section.founders .avatar{width:80px;height:80px}section.founders .founders{display:grid;grid-gap:40px 30px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));align-items:start;margin-top:60px;width:100%;max-width:720px}section.founders .founders .founder{display:flex;flex-direction:column;align-items:center;justify-content:center}section.founders .founders header{font-size:1rem!important;margin:20px 0 0!important}section.founders .founders header{font-weight:400}section.founders .founders .company{color:#848484;font-size:.9285714286rem}section.team .container{padding-bottom:120px}section.team .avatar{width:120px;height:120px;margin-bottom:35px}section.team .members{display:grid;grid-gap:80px}@media (min-width: 768px){section.team .members{grid-template-columns:repeat(3,1fr)}}section.team .member{display:flex;flex-direction:column;align-items:center;text-align:center}section.team .member .description{margin:25px 0}section.team .member .role{color:#848484}section.team .member .social a{color:#000;border:none;margin:5px}section.team .member .social a:hover{color:#4b9eff}section.team .member .tags{margin-bottom:20px;margin-top:-10px}section.team .member .tags .tag{display:inline-block;background:#F4F4F4;padding:4px 8px;border:solid 0px #B5B5B5;border-radius:4px;color:#000;font-weight:400;font-style:normal;font-size:.8571428571rem;font-family:DM Mono,sans-serif;line-height:1em;vertical-align:middle;text-transform:lowercase;text-decoration:none}section.documentation .sidebar{display:none}section.documentation article{padding-bottom:120px;max-width:650px}section.documentation article .breadcrumbs{margin-bottom:45px}section.documentation article h1{margin-bottom:40px;font-size:3.1428571429rem}section.documentation article footer{border-top:solid 1px #e5e5e5;padding:20px 0;margin-top:45px;font-size:1rem;display:flex;flex-direction:row;align-items:flex-start}section.documentation article footer .icon{color:#b5b5b5;font-size:1.2857142857rem;margin-right:.5em;margin-top:.1em}body.docs_index section.documentation article .breadcrumbs{visibility:hidden;margin-bottom:0}body.docs_index section.documentation article footer{display:none}@media (min-width: 1024px){section.documentation .container{display:flex;flex-direction:row}section.documentation .sidebar{box-sizing:border-box;display:block;flex:0 0 250px;min-width:290px;padding-right:40px}section.documentation article{max-width:650px;width:100%;background-color:#fff;z-index:1000;margin-top:-116px;padding:36px 0 120px 80px;flex:1}}section.divider .container{position:relative;max-width:150px;height:0;margin:-1px auto;border:solid 1px #3793ff;z-index:10;padding:0}section.simple-copy .container{max-width:900px;text-align:center;padding-top:100px;padding-bottom:120px}section.simple-copy .tagline{max-width:640px;margin:30px auto 0;font-size:1.2857142857rem;line-height:1.7}section.simple-copy .description{margin:30px auto 0;max-width:640px;font-size:1.1428571429rem;text-align:left}section.episodes .container{padding-top:140px;padding-bottom:120px}section.episodes .episodes{display:grid;grid-gap:80px 60px;padding:60px 0}@media (min-width: 768px){section.episodes .episodes{grid-template-columns:repeat(2,1fr)}}section.episodes .episodes img{max-width:100%;display:block;margin-bottom:30px}section.episodes h2,section.episodes .card header,.card section.episodes header,section.episodes section.customers .company header,section.customers .company section.episodes header{text-align:center;margin-bottom:30px}section.episodes .description{text-align:center;max-width:640px;margin:0 auto 20px;font-size:1.2857142857rem}section.episodes .pagination{justify-content:center}section.testimonials{padding-top:100px;padding-bottom:120px}section.testimonials .container{display:flex;flex-direction:column;align-items:center;text-align:center}section.testimonials h2,section.testimonials .card header,.card section.testimonials header,section.testimonials section.customers .company header,section.customers .company section.testimonials header{margin-bottom:20px}section.testimonials .description{font-size:1.2857142857rem;font-weight:400;margin:0 0 90px;max-width:640px}section.testimonials .scroll-group{display:flex;flex-wrap:wrap;gap:10px}section.testimonials .scroll-container{display:flex;flex-direction:column;gap:10px;max-width:none;-webkit-mask:none;mask:none}section.testimonials .testimonial{padding:40px;background-color:#f9f9f9;border-radius:20px;width:350px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}section.testimonials .testimonial:nth-child(3n){background-color:#000;color:#fff}section.testimonials .testimonial blockquote{margin:0;font-size:18px;line-height:1.5}section.testimonials .testimonial .author{display:flex;flex-direction:row;align-items:center;justify-self:flex-end;gap:20px;font-family:DM Mono,sans-serif;font-size:.8571428571rem}section.testimonials .testimonial .avatar{width:50px;height:50px}section.savvycal{padding-bottom:50px}section.savvycal iframe{border-radius:4px!important}section.savvycal iframe{box-shadow:none;border:solid 1px #e5e5e5}body.minimal>header nav{color:#fff;background-color:#000}body.minimal section.hero{background:black;color:gray}body.minimal section.hero .container{padding-bottom:max(350px,min(20vw,400px))}body.minimal section.hero h1{color:#fff}body.minimal section.image{background:transparent;margin-top:max(-250px,min(-20vw,-150px))}body.minimal>footer{border-top:none}body.minimal>footer .container{display:block;padding-top:20px;padding-bottom:80px}body.minimal>footer ul.centered{text-align:center;margin:0 auto}body.minimal>footer ul.centered li{display:inline-block;margin-left:5px;margin-right:5px}body.minimal>footer ul.centered li a{text-decoration:underline;color:#848484}html{font-family:Roboto,sans-serif;font-style:normal;font-size:14px;letter-spacing:.01em;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;color:#505050;background-color:#fff}body.dark{background-color:#000}body.light-blue{background-color:#d2e4f1}body.centered{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}body.centered>*{flex:1}@media (min-width: 1024px){body.docs>header,body.docs>main{background-image:linear-gradient(to right,#F9F9F9,#F9F9F9 50%,white 50%,white)}}body.docs>header{position:static;position:initial;box-shadow:none}body.docs>main{margin-top:0}body.landing-page>header,body.landing-page>footer,body.lead-magnet>header,body.lead-magnet>footer{display:none}body.landing-page>main,body.lead-magnet>main{margin-top:0}.container{max-width:1100px;margin:0 auto;padding:0 6%}h1,h2,.card header,section.customers .company header,h3,section.screenshots header,section.team .member header,h4,.card.small header,section.features-grid .feature header,section.content-grid .item header,section.podcasts .podcast header,section.customers .founder header,section.founders .founders header,h5,h6,body>footer header,.prose nav header,section.features-alternating .tagline{margin:0;color:#000}h1>a,h2>a,.card header>a,section.customers .company header>a,h3>a,section.screenshots header>a,section.team .member header>a,h4>a,.card.small header>a,section.features-grid .feature header>a,section.content-grid .item header>a,section.podcasts .podcast header>a,section.customers .founder header>a,section.founders .founders header>a,h5>a,h6>a,body>footer header>a,.prose nav header>a,section.features-alternating .tagline>a{text-decoration:none;border:none;color:inherit}h1,h2,.card header,section.customers .company header,h3,section.screenshots header,section.team .member header{font-weight:400}h4,.card.small header,section.features-grid .feature header,section.content-grid .item header,section.podcasts .podcast header,section.customers .founder header,section.founders .founders header,h5{line-height:1.5}h5,h6,body>footer header,.prose nav header,section.features-alternating .tagline{text-transform:uppercase}h1{font-size:4.2857142857rem;line-height:1;letter-spacing:-.02em}@media (max-width: 768px){h1{font-size:2.8571428571rem}}h2,.card header,section.customers .company header{font-size:3rem;line-height:1.2;letter-spacing:-.01em}h3,section.screenshots header,section.team .member header{font-size:1.5714285714rem;line-height:1.3;letter-spacing:-.01em}h4,.card.small header,section.features-grid .feature header,section.content-grid .item header,section.podcasts .podcast header,section.customers .founder header,section.founders .founders header{font-size:1.2857142857rem;font-weight:300;letter-spacing:0;line-height:1.4}h5{font-weight:300;font-size:.8571428571rem;letter-spacing:.01em}h6,body>footer header,.prose nav header,section.features-alternating .tagline{color:#b5b5b5;font-family:DM Mono,sans-serif;font-size:.8571428571rem;letter-spacing:3px;line-height:1.75;font-weight:400}a{border-bottom:1px dashed currentColor;transition:.2s ease-in-out;transition-property:color,border-color;text-decoration:none;color:#3793ff;will-change:border-color,color}a:hover{color:#4b9eff}a.read_more{border-bottom:none;color:#848484;font-family:DM Mono,sans-serif;letter-spacing:-.01em}a.read_more svg{font-size:1.2857142857rem;margin-right:.6em;vertical-align:-.25em}.icon{display:inline-block;font-size:inherit;height:1em;width:1em;color:inherit;overflow:visible;vertical-align:-.125em}.icon path,.icon use{fill:currentColor}svg.logo{color:inherit;fill:currentColor}body>header a,body>footer a{border-bottom:none;color:inherit}p:first-child{margin-top:0}p:last-child{margin-bottom:0}.results{padding:20px;border-radius:5px;box-shadow:0 16px 64px #0000001a;background:#ffffff;max-width:100%;box-sizing:border-box;position:absolute;z-index:10000;top:50px}
/*# sourceMappingURL=site.css.map */
