:root{--color-primary-text:#333;--color-white:#fff;--color-lighter-gray:#f6f6f6;--color-light-gray:#e6e6e6;--color-mid-gray:#ccc;--color-dark-gray:#444;--color-darker-gray:#15171a;--color-black:#000;--font-sans:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Georgia,serif;--font-mono:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--head-nav-gap:2.8rem;--h1-size:4.6rem;--gap:3.6rem;--header-spacing:80px}@media (max-width:767px){:root{--h1-size:3.2rem!important;--gap:2rem;--header-spacing:48px}}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizespeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}html{font-size:62.5%}body{background-color:var(--color-white);color:var(--color-primary-text);font-family:var(--font-sans);font-size:1.6rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}a{color:var(--color-darker-gray);text-decoration:none}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{color:var(--color-darker-gray);letter-spacing:-.02em;line-height:1.15}h1{font-size:var(--h1-size)}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2.2rem}h5{font-size:2rem}h6{font-size:1.8rem}hr{background-color:var(--color-light-gray);border:0;height:1px;width:100%}blockquote:not([class]){border-left:4px solid var(--ghost-accent-color);padding-left:2rem}figcaption{color:var(--color-secondary-text);font-size:1.4rem;line-height:1.4;margin-top:1.6rem;text-align:center}.kg-width-full figcaption{padding:0 1.6rem}.gh-content figcaption a{color:var(--color-darker-gray);text-decoration:none}pre{background-color:var(--color-lighter-gray);-webkit-hyphens:none;hyphens:none;line-height:1.5;overflow-x:scroll;padding:1.6rem 2.4rem;white-space:pre;-webkit-overflow-scrolling:touch}code{font-family:var(--font-mono);font-size:15px}:not(pre)>code{background-color:var(--color-lighter-gray);border-radius:3px;color:var(--ghost-accent-color);padding:.4rem}iframe{border:0;display:block;overflow:hidden;width:100%}@media (max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}.gh-site{display:flex;flex-direction:column;min-height:100vh}.gh-main{flex-grow:1;padding-bottom:8rem;padding-top:8rem}.page-template .gh-main{padding-block:0}.gh-outer{padding-left:var(--gap);padding-right:var(--gap)}.gh-inner{margin:0 auto;max-width:var(--container-width,1200px)}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(var(--content-width,720px),100% - var(--gap) * 2);--wide:minmax(0,calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));--full:minmax(var(--gap),1fr);display:grid;grid-template-columns:[full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]}.gh-canvas>*{grid-column:main}.kg-content-wide>div,.kg-width-wide{grid-column:wide}.kg-width-full{grid-column:full}.kg-width-full img{width:100%}@media (max-width:767px){#gh-main{padding-bottom:4.8rem;padding-top:4.8rem}}.gh-head{background-color:var(--color-white);height:100px}.gh-head-inner{align-items:center;-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);display:grid;grid-auto-flow:row dense;grid-template-columns:1fr auto auto;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{align-items:center;display:flex}.gh-head-logo{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;position:relative}.gh-head-logo img{max-height:40px}.gh-head-logo img:nth-child(2){left:0;opacity:0;position:absolute;top:0}.gh-head-menu{display:flex}.gh-head .nav,.gh-head-menu{align-items:center;gap:var(--head-nav-gap)}.gh-head .nav{display:inline-flex;list-style:none;margin:0;padding:0;white-space:nowrap}.gh-head .nav-more-toggle{font-size:inherit;margin:0 -6px;position:relative;text-transform:inherit}.gh-head .nav-more-toggle svg{height:24px;width:24px}.gh-head-actions{align-items:center;display:flex;gap:var(--head-nav-gap);justify-content:flex-end}.gh-head-members{align-items:center;display:flex;gap:20px;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){align-items:center;color:var(--ghost-accent-color);display:inline-flex}.gh-head-btn svg{height:1.3em;width:1.3em}.gh-search{margin-left:-6px;margin-right:-6px}.gh-search:hover{opacity:.9}.gh-head-brand .gh-search{margin-right:8px}@media (max-width:767px){.gh-head-members{flex-direction:column-reverse;gap:16px;width:100%}.gh-head-actions .gh-search{display:none}}@media (min-width:768px){.gh-head-brand .gh-search{display:none}body:not(.is-dropdown-loaded) .gh-head-menu .nav>li{opacity:0}}.is-head-left-logo .gh-head-inner{grid-template-columns:auto 1fr auto}@media (min-width:992px){.is-head-left-logo .gh-head-menu{margin-left:16px;margin-right:64px}}.is-head-middle-logo .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-middle-logo .gh-head-brand{grid-column-start:2}.is-head-middle-logo .gh-head-actions{gap:28px}@media (min-width:992px){.is-head-middle-logo .gh-head-menu{margin-right:64px}}.is-head-stacked .gh-head{height:auto;position:relative}.is-head-stacked .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .gh-head-brand{display:flex;grid-column-start:2;grid-row-start:1;min-height:80px}@media (max-width:767px){.is-head-stacked .gh-head-brand{min-height:unset}}@media (min-width:992px){.is-head-stacked .gh-head-inner{padding:0}.is-head-stacked .gh-head-brand{align-items:center;display:flex;height:80px}.is-head-stacked .gh-head-menu{grid-column:1/4;grid-row-start:2;height:56px;justify-content:center;margin:0 48px}.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before{background-color:var(--color-light-gray);content:"";height:1px;left:0;position:absolute;top:80px;width:100%}.is-head-stacked .gh-head-menu:after{top:136px}.is-head-stacked .gh-head-actions{grid-column:1/4;grid-row-start:1;justify-content:space-between}}.is-head-transparent .gh-head{background-color:transparent;left:0;position:absolute;right:0;z-index:90}.is-head-transparent .gh-head .nav>li a,.is-head-transparent .gh-head-description,.is-head-transparent .gh-head-link,.is-head-transparent .gh-head-logo,.is-head-transparent .gh-head-logo a,.is-head-transparent .gh-search,.is-head-transparent .gh-social,.is-head-transparent .nav-more-toggle{color:var(--color-white)}.is-head-transparent .gh-burger:after,.is-head-transparent .gh-burger:before{background-color:var(--color-white)}.is-head-transparent .gh-head-btn{background-color:#fff;color:#15171a}.is-head-transparent .gh-head-menu:after,.is-head-transparent .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-transparent #announcement-bar-root{left:0;position:absolute;right:0}.is-head-transparent #announcement-bar-root:not(:empty)+:is(.site,.gh-site) .gh-head{margin-top:48px}.is-head-dark:not(.is-head-transparent) .gh-head{background-color:var(--color-darker-gray)}.is-head-dark:not(.is-head-transparent) .gh-head .nav a,.is-head-dark:not(.is-head-transparent) .gh-head-description,.is-head-dark:not(.is-head-transparent) .gh-head-link,.is-head-dark:not(.is-head-transparent) .gh-head-logo,.is-head-dark:not(.is-head-transparent) .gh-head-logo a,.is-head-dark:not(.is-head-transparent) .gh-search,.is-head-dark:not(.is-head-transparent) .gh-social,.is-head-dark:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-burger:after,.is-head-dark:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,.is-head-dark:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-brand:not(.is-head-transparent) .gh-head{background-color:var(--ghost-accent-color)}.is-head-brand:not(.is-head-transparent) .gh-head .nav a,.is-head-brand:not(.is-head-transparent) .gh-head-description,.is-head-brand:not(.is-head-transparent) .gh-head-link,.is-head-brand:not(.is-head-transparent) .gh-head-logo,.is-head-brand:not(.is-head-transparent) .gh-head-logo a,.is-head-brand:not(.is-head-transparent) .gh-search,.is-head-brand:not(.is-head-transparent) .gh-social,.is-head-brand:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-burger:after,.is-head-brand:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,.is-head-brand:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.3)}.gh-dropdown{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);margin-top:24px;opacity:0;padding:12px 0;position:absolute;right:-16px;text-align:left;top:100%;transform:translate3d(0,6px,0);transition:opacity .3s,transform .2s;visibility:hidden;width:200px;z-index:90}.is-head-middle-logo .gh-dropdown{left:-24px;right:auto}.is-dropdown-mega .gh-dropdown{-moz-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;padding:20px 32px;width:auto}.is-dropdown-open .gh-dropdown{opacity:1;transform:translateY(0);visibility:visible}.gh-dropdown li a{color:#15171a!important;display:block;padding:6px 20px}.is-dropdown-mega .gh-dropdown li a{padding:8px 0}.gh-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;display:none;height:30px;margin-right:-3px;padding:0;position:relative;width:30px}.gh-burger:after,.gh-burger:before{background-color:var(--color-darker-gray);content:"";height:1px;left:3px;position:absolute;transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s;width:24px}.gh-burger:before{top:11px}.gh-burger:after{bottom:11px}.is-head-open .gh-burger:before{top:15px;transform:rotate(45deg)}.is-head-open .gh-burger:after{bottom:14px;transform:rotate(-45deg)}@media (max-width:767px){#gh-head{height:64px}#gh-head .gh-head-inner{gap:48px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#gh-head .gh-head-brand{align-items:center;display:grid;grid-column-start:1;grid-template-columns:1fr auto auto;height:64px}#gh-head .gh-head-logo{font-size:2.2rem}.gh-burger{display:block}#gh-head .gh-head-actions,#gh-head .gh-head-menu{justify-content:center;opacity:0;position:fixed;visibility:hidden}#gh-head .gh-head-menu{transform:translateY(0);transition:none}#gh-head .nav{align-items:center;gap:20px;line-height:1.4}#gh-head .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#gh-head .nav li{opacity:0;transform:translateY(-4px)}#gh-head .gh-head-actions{text-align:center}#gh-head :is(.gh-head-btn,.gh-head-link){opacity:0;transform:translateY(8px)}#gh-head .gh-head-btn{font-size:1.8rem;text-transform:none;width:100%}#gh-head .gh-head-btn:not(.gh-btn){font-size:2rem}#gh-main{transition:opacity .4s}.is-head-open #gh-head{height:100%;inset:0;overflow-y:scroll;position:fixed;z-index:3999999;-webkit-overflow-scrolling:touch}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background-color:var(--color-white)}.is-head-open.is-head-transparent #gh-head,.is-head-open:is(.is-head-transparent,.is-head-brand) #gh-head .gh-head-actions{background-color:var(--ghost-accent-color)}.is-head-open.is-head-dark #gh-head,.is-head-open.is-head-dark #gh-head .gh-head-actions{background-color:var(--color-darker-gray)}.is-head-open #gh-head .gh-head-actions,.is-head-open #gh-head .gh-head-menu{opacity:1;position:static;visibility:visible}.is-head-open #gh-head .nav{display:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}.is-head-open #gh-head .gh-head-actions{align-items:center;background-color:var(--color-white);bottom:0;display:inline-flex;flex-direction:column;gap:12px;left:0;padding:var(--gap) 0 calc(var(--gap) + 8px);position:sticky;right:0}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;transform:translateY(0);transition:transform .4s,opacity .4s;transition-delay:.2s}.is-head-open #gh-head .gh-head-link{transition-delay:.4s}.is-head-open #gh-main{opacity:0}}.gh-cover{min-height:var(--cover-height,50vh);padding-bottom:6.4rem;padding-top:6.4rem;position:relative}.gh-cover-image{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:-1}.has-serif-title .gh-cover-title{font-family:var(--font-serif)}.has-serif-title .gh-card-title{font-family:var(--font-serif);letter-spacing:-.01em}.has-serif-body .gh-card-excerpt{font-family:var(--font-serif)}.gh-card{word-break:break-word}.page-template .gh-article-header{margin-top:var(--header-spacing,80px)}.gh-article-tag{color:var(--ghost-accent-color)}.gh-article-title{word-break:break-word}.has-serif-title .gh-article-title{font-family:var(--font-serif);letter-spacing:-.01em}.gh-article-excerpt{color:var(--color-secondary-text);font-size:2.1rem;line-height:1.5;margin-top:2rem}.has-serif-body .gh-article-excerpt{font-family:var(--font-serif)}.gh-article-image{grid-column:wide-start/wide-end;margin-top:4rem}.gh-article-image img{width:100%}@media (max-width:767px){.gh-article-excerpt{font-size:1.9rem}.gh-article-image{margin-top:2.4rem}}.gh-content{font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);margin-top:4rem;word-break:break-word}.gh-content>*+*{margin-bottom:0;margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]{margin:0}.gh-content>.kg-card+[id]{margin-top:calc(2em*var(--content-spacing-multiplier, 1))!important}.has-serif-title .gh-content>[id]{font-family:var(--font-serif);letter-spacing:-.01em}.gh-content>[id]:not(:first-child){margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]+*{margin-top:calc(.8em*var(--content-spacing-multiplier, 1))}.gh-content>blockquote,.gh-content>hr{position:relative}.gh-content>blockquote,.gh-content>blockquote+*,.gh-content>hr,.gh-content>hr+*{margin-top:calc(2.4em*var(--content-spacing-multiplier, 1))}.gh-content h2{font-size:1.6em}.gh-content h3{font-size:1.4em}.gh-content a{color:var(--ghost-accent-color);text-decoration:underline;word-break:break-word}.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>p,.gh-content .kg-toggle-card .kg-toggle-content>ul{font-size:.95em}.has-serif-body .gh-content .kg-callout-text,.has-serif-body .gh-content .kg-toggle-content>ol,.has-serif-body .gh-content .kg-toggle-content>p,.has-serif-body .gh-content .kg-toggle-content>ul,.has-serif-body .gh-content>blockquote,.has-serif-body .gh-content>dl,.has-serif-body .gh-content>ol,.has-serif-body .gh-content>p,.has-serif-body .gh-content>ul{font-family:var(--font-serif)}.gh-content dl,.gh-content ol,.gh-content ul{padding-left:2.8rem}.gh-content :is(li+li,li :is(ul,ol)){margin-top:.8rem}.gh-content ol ol li{list-style-type:lower-alpha}.gh-content ol ol ol li{list-style-type:lower-roman}.gh-content table:not(.gist table){border-collapse:collapse;border-spacing:0;display:inline-block;font-family:var(--font-sans);font-size:1.6rem;max-width:100%;overflow-x:auto;vertical-align:top;white-space:nowrap;width:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-attachment:scroll,scroll;background-repeat:no-repeat;background-size:10px 100%,10px 100%}.gh-content table:not(.gist table) td:first-child{background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) td:last-child{background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-position:100% 0;background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) th{background-color:var(--color-white);color:var(--color-darkgrey);font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{border:1px solid var(--color-light-gray);padding:6px 12px}.page-template .gh-content:only-child{margin-top:0!important}.page-template .gh-content:only-child>:first-child:not(.kg-width-full){margin-top:var(--header-spacing,80px)}.page-template .gh-content>:last-child:not(.kg-width-full){margin-bottom:var(--footer-spacing,0)}@media (max-width:767px){.gh-content{font-size:1.7rem;margin-top:3.2rem}}.gh-comments{margin-bottom:-24px;margin-top:64px}.gh-comments-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.gh-comments .gh-comments-title{margin-bottom:28px}.gh-comments-header .gh-comments-title{margin-bottom:0}.gh-comments-count{color:var(--color-secondary-text)}.gh-cta-gradient{background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white));content:"";grid-column:full-start/full-end;height:160px;margin-bottom:4rem;margin-top:-16rem;position:relative}.gh-cta-gradient:first-child{display:none}.gh-cta{display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.gh-cta-title{font-size:2.2rem;letter-spacing:-.02em;margin-bottom:3.2rem}.gh-cta-actions{align-items:center;display:flex;flex-direction:column}.gh-cta-link{color:var(--color-secondary-text);cursor:pointer;font-size:1.4rem;margin-top:.8rem;text-decoration:none}.gh-cta-link:hover{color:var(--color-darker-gray)}@media (max-width:767px){.gh-cta-actions{-moz-column-gap:.8rem;column-gap:.8rem}}.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card,table){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content :is(.kg-card,table)+:not(.kg-card):not(table):not([id]){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full){margin-top:0}.kg-image{margin-left:auto;margin-right:auto}.kg-embed-card{align-items:center;display:flex;flex-direction:column;width:100%}.kg-gallery-image,.kg-image[width][height]{cursor:pointer}.kg-gallery-image a:hover,.kg-image-card a:hover{opacity:1!important}.kg-card.kg-toggle-card .kg-toggle-heading-text{font-size:2rem;font-weight:700}.has-serif-title .kg-toggle-card .kg-toggle-heading-text{font-family:var(--font-serif)}.kg-callout-card.kg-card{border-radius:.25em}.kg-callout-card-accent a{text-decoration:underline}blockquote.kg-blockquote-alt{color:var(--color-secondary-text);font-style:normal;font-weight:400}.kg-card.kg-button-card .kg-btn{font-size:1em}.has-serif-body .kg-header-card h3.kg-header-card-subheader,.has-serif-title .kg-card.kg-header-card h2.kg-header-card-header{font-family:var(--font-serif)}.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover{background:var(--background-color,#fff)!important;color:var(--color-darker-gray,#222)!important}.kg-bookmark-card .kg-bookmark-container{border-radius:.25em!important}.kg-bookmark-card .kg-bookmark-content{padding:1.15em}.kg-bookmark-card .kg-bookmark-title{font-size:.9em}.kg-bookmark-card .kg-bookmark-description{font-size:.8em;margin-top:.3em;max-height:none}.kg-bookmark-card .kg-bookmark-metadata{font-size:.8em}.kg-bookmark-card .kg-bookmark-thumbnail img{border-radius:0 .2em .2em 0}.has-light-text .kg-audio-card button{color:#fff}.has-light-text .kg-audio-card .kg-audio-volume-slider{color:hsla(0,0%,100%,.3)}.pagination{display:grid;grid-template-columns:1fr auto 1fr;margin-top:6.4rem}.page-number{grid-column-start:2}.older-posts{text-align:right}.gh-navigation{align-items:center;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr auto 1fr}.gh-navigation>div{align-items:center;display:flex}.gh-navigation-next{justify-content:flex-end}.gh-navigation-link{align-items:center;display:inline-flex}.gh-navigation-link svg{height:16px;width:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}@media (max-width:767px){.gh-navigation-hide{display:none}}.gh-btn{align-items:center;background-color:var(--color-darker-gray);border:0;border-radius:100px;color:var(--color-white);cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:700;gap:.4em;justify-content:center;letter-spacing:inherit;line-height:1;padding:calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1))}.gh-btn:hover{opacity:.95}.gh-post-upgrade-cta .gh-btn{line-height:inherit}.gh-primary-btn{background-color:var(--ghost-accent-color)}.gh-outline-btn{background-color:transparent;border:1px solid var(--color-light-gray);color:var(--color-darker-gray);text-decoration:none}.gh-outline-btn:hover{border-color:var(--color-mid-gray);opacity:1}.gh-icon-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}.gh-icon-btn svg{height:20px;width:20px}.gh-text-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;justify-content:center;letter-spacing:inherit;margin:0;outline:none;padding:0;will-change:opacity}.gh-text-btn:hover{opacity:.8}.gh-foot{color:var(--color-secondary-text);padding-bottom:8rem;padding-top:8rem;white-space:nowrap}.gh-foot-inner{display:grid;font-size:1.3rem;gap:40px;grid-template-columns:1fr auto 1fr}.no-menu .gh-foot-inner{align-items:center;display:flex;flex-direction:column;gap:24px}.gh-foot-menu .nav{align-items:center;display:inline-flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;row-gap:4px}.gh-foot-menu .nav li{align-items:center;display:flex}.gh-foot-menu .nav li+li:before{content:"•";font-size:.9rem;line-height:0;padding:0 1.2rem}.gh-powered-by{text-align:right}.gh-foot a{color:var(--color-secondary-text)}.gh-foot a:hover{color:var(--color-darker-gray);opacity:1}@media (max-width:767px){.gh-foot{padding-bottom:12rem;padding-top:6.4rem}.gh-foot-inner{grid-template-columns:1fr;text-align:center}.gh-foot-menu .nav{flex-direction:column}.gh-foot-menu .nav li+li{margin-top:.4rem}.gh-foot-menu .nav li+li:before{display:none}.gh-powered-by{text-align:center}}.pswp{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;width:100%;z-index:3999999;-webkit-text-size-adjust:100%}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{backface-visibility:hidden;background-color:rgba(0,0,0,.85);opacity:0;transform:translateZ(0);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0;touch-action:none}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:var(--color-secondary-text);font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:var(--color-secondary-text);text-decoration:underline}.pswp__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;overflow:visible;padding:0;position:relative;transition:opacity .2s;width:44px}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{opacity:.9;outline:none}.pswp__button::-moz-focus-inner{border:0;padding:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;height:44px;width:44px}@media (-webkit-min-device-pixel-ratio:1.09375),(-webkit-min-device-pixel-ratio:1.1),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{background-position:-88px 0;display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;height:100px;margin-top:-50px;position:absolute;top:50%;width:70px}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";height:30px;position:absolute;top:35px;width:32px}.pswp__button--arrow--left:before{background-position:-138px -44px;left:6px}.pswp__button--arrow--right:before{background-position:-94px -44px;right:6px}.pswp__counter{color:var(--color-white);font-size:11px;font-weight:700;height:44px;left:0;line-height:44px;padding:0 15px;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption__center{color:var(--color-white);font-size:11px;line-height:1.6;margin:0 auto;max-width:420px;padding:25px 15px 30px;text-align:center}.pswp__caption__center .post-caption-title{font-size:15px;font-weight:500;margin-bottom:7px;text-transform:uppercase}.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before{content:"\02022";padding:0 4px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{direction:ltr;height:44px;left:50%;margin-left:-22px;opacity:0;position:absolute;top:0;transition:opacity .25s ease-out;width:44px;will-change:opacity}.pswp__preloader__icn{height:20px;margin:12px;width:20px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;height:14px;left:15px;margin:0;opacity:.75;position:absolute;top:15px;width:14px}.pswp--css_animation .pswp__preloader__cut{height:14px;overflow:hidden;position:relative;width:7px}.pswp--css_animation .pswp__preloader__donut{background:none;border-bottom:2px solid transparent;border-left:2px solid transparent;border-radius:50%;border-right:2px solid var(--color-white);border-top:2px solid var(--color-white);box-sizing:border-box;height:14px;left:0;margin:0;position:absolute;top:0;width:14px}@media screen and (max-width:1024px){.pswp__preloader{float:right;left:auto;margin:0;position:relative;top:auto}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{opacity:1;visibility:visible;z-index:1550;-webkit-font-smoothing:auto}.pswp__top-bar{height:44px;left:0;position:absolute;top:0;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{backface-visibility:hidden;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}:root{--dark:#0b151e;--white:#fff;--transparent:#fff0;--light-green:#85e0ca;--dark-green:#0c3036;--light-green-hover:#a3ffe9;--black:#161814;--dark-green-2:#0c3b43;--light:#f4f7f2;--purple:#d9c0f9;--yellow:#f9f5a6;--color-secondary-text:#999;--wp--preset--spacing--10:var(--wp--style--block-gap)!important}*{box-sizing:border-box}.gh-article-title{font-family:Bricolage Grotesque,sans-serif}.post-meta{margin-top:20px}.w-form-formrecaptcha{margin-bottom:8px}.w-layout-blockcontainer{display:block;margin-left:auto;margin-right:auto;max-width:940px}.w-embed-youtubevideo{background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg);background-position:50%;background-size:cover;padding-bottom:0;padding-left:0;padding-right:0;position:relative;width:100%}.w-embed-youtubevideo:empty{min-height:75px;padding-bottom:56.25%}@media screen and (max-width:991px){.w-layout-blockcontainer{max-width:728px}}@media screen and (max-width:767px){.w-layout-blockcontainer{max-width:none}}.navbar{background-color:var(--dark);background-image:linear-gradient(#0c303633,#0c303633);padding-bottom:10px;padding-top:10px;position:sticky;top:0;z-index:10}.container{max-width:1080px;padding-left:20px;padding-right:20px}.brand-logo{background-image:url(https://cdn.prod.website-files.com/665ab0daac869acad030a349/666c450d9d94389d4219bf75_logo-white.svg);background-position:0;background-repeat:no-repeat;background-size:contain;height:60px;width:130px}.brand-logo.brand-logo-nav.w--current{align-self:center;display:block;flex:0 auto;margin-right:18px;margin-top:2px;order:0;padding-top:0}.navmenu{padding-bottom:0;padding-top:10px}.menu-btn{height:60px;padding:0;width:60px}.navlink{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-weight:600;padding:10px 14px}.navlink,.navlink-btn{font-size:14px;line-height:20px;transition:all .3s}.navlink-btn{padding:10px 20px}.navlink.w--current,.navlink:hover{color:var(--light-green)}.navlink-divider{background-image:url(../images/icon-1.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;display:inline-block;height:40px;margin-left:10px;margin-right:30px;width:14px}.navlink-btn-border{border:1px solid var(--light-green);border-radius:6px;color:var(--light-green);font-family:Bricolage Grotesque,sans-serif;font-weight:600;margin-left:14px;margin-right:14px;text-align:center;transition:all .3s;width:auto}.navlink-btn-border:hover{border-color:var(--light-green-hover);color:var(--light-green-hover)}.navlink-btn-fill{background-color:var(--light-green);border:1px solid var(--light-green);border-radius:6px;color:var(--dark-green);font-family:Bricolage Grotesque,sans-serif;font-weight:600;margin-left:10px;text-align:center;transition:all .3s;width:auto}.navlink-btn-fill:hover{background-color:var(--light-green-hover);border-color:var(--light-green-hover)}.body{background-color:var(--dark);background-image:linear-gradient(#0c303633,#0c303633)}.section-home-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:200px;padding-top:80px}.home-hero-wrapper{text-align:center}.announcement-box{align-items:center;display:flex;flex-flow:column;justify-content:center;margin-bottom:30px}.announcement-box-inner{background-color:#234043;border-radius:60px;cursor:pointer;overflow:hidden;padding:1px;position:relative;text-decoration:none}.announcement-text-box{background-color:#182e34;background-image:url(../images/icon-2.svg);background-position:96%;background-repeat:no-repeat;background-size:auto;border:1px solid #ffffff0d;border-radius:30px;color:var(--white);cursor:pointer;display:block;font-family:Bricolage Grotesque,sans-serif;font-weight:400;line-height:110%;padding:9px 30px 9px 16px;position:relative;transition:all .3s;z-index:2}.announcement-text-box:hover{background-position:98%}.announcement-gradient{background-image:radial-gradient(circle at 0 0,#85e0ca00,#85e0ca00 50%,#85e0ca);border-radius:250px;height:340px;inset:-160px 0 0 -80px;position:absolute;width:450px}.home-hero-content-box{margin-left:auto;margin-right:auto;width:85%}.h1{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:80px;font-weight:400;letter-spacing:-1px;line-height:100%;margin-bottom:20px;margin-top:0}.h1.semibold{font-size:52px}.home-hero-subtext.width-80{margin-left:auto;margin-right:auto;width:80%}.home-hero-subtext.opacity-80{opacity:.8}.wordbreak-desktop{display:block;height:0}.style-box{padding-bottom:60px;padding-top:60px}.home-hero-button-row{grid-column-gap:30px;grid-row-gap:30px;display:flex;justify-content:center;margin-top:40px}.button-green{background-color:var(--light-green);border:1px solid var(--light-green);border-radius:8px;color:var(--dark-green);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:600;line-height:100%;min-width:200px;padding:18px 32px;text-align:center;transition:all .3s}.button-green:hover{background-color:var(--light-green-hover);border-color:var(--light-green-hover)}.button-green.mlr10{margin-left:10px;margin-right:10px}.button-white-border{background-color:var(--transparent);border:1px solid var(--light-green);border-radius:8px;color:var(--light-green);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:600;line-height:100%;min-width:200px;padding:18px 32px;text-align:center;transition:all .3s}.button-white-border:hover{border-color:var(--white);color:var(--white)}.button-white-border.mlr10{margin-left:10px;margin-right:10px}.section-home{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.home-wrapper{padding:0}.home-title-box{margin-bottom:60px;text-align:center}.h3{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:40px;font-weight:400;letter-spacing:-1px;line-height:120%;margin-bottom:8px;margin-top:0}.h2,.h3.dark.semibold.mb16{margin-bottom:16px}.h2{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:52px;font-weight:400;line-height:120%;margin-top:0}.h2.semibold.mb0{margin-bottom:0}.h4{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:32px;font-weight:400;line-height:120%;margin-top:0}.h4.light{font-weight:300}.h5{font-size:26px}.h5,.h6{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-weight:400;line-height:120%;margin-top:0}.h6{font-size:18px}.h6.mb5{margin-bottom:5px}.h6.mb0{margin-bottom:0}.h6.fs16{font-size:16px}.dark{color:var(--black)}.medium{font-weight:500}.semibold{font-weight:600}.bold{font-weight:700}.home-box{background-color:#0000;border-radius:24px;padding:0}.home-item{margin-bottom:60px}.home-item-line-box{align-items:center;display:flex;justify-content:center;margin-bottom:40px;min-height:112px;text-align:center}.home-item-line-box.mtb40{margin-bottom:40px;margin-top:40px}.home-item-heading-box{margin-bottom:40px;margin-left:auto;margin-right:auto;text-align:center;width:84%}.home-item-tag-row{margin-bottom:30px}.home-item-tag{background-color:var(--dark-green-2);border-radius:40px;color:var(--white);display:inline-block;font-weight:600;letter-spacing:.5px;padding:8px 20px}.home-item-img-box{background-color:var(--light);border-radius:16px;margin-bottom:35px;padding:24px 20px;text-align:center}.home-item-point-box{display:flex;flex-flow:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;width:55%}.home-item-point{margin-bottom:25px;margin-top:25px;position:relative;width:45%}.p{color:var(--dark);font-family:Inter,sans-serif;font-size:16px;line-height:160%}.p.fs14{font-size:14px;font-weight:300;line-height:140%}.p.fs12{font-size:12px}.p.fs12.mb5{margin-bottom:5px}.p.fs12.free-trial{margin-top:5px;text-align:center}.p.white.light{color:#ffffffb3}.p.light{font-weight:300}.bold-left-spacing{display:inline-block;font-weight:600;padding-left:20px}.home-item-point-icon-box{height:18px;inset:2px auto auto 0;position:absolute;width:18px}.home-item-point-icon{margin-left:-1px}.section-benefits{background-color:var(--light);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:140px;padding-top:100px}.benefits-title-box{margin-bottom:60px;text-align:center}.benefits-title-subtext{font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:140%}.benefits-row{display:flex;justify-content:space-between;margin-bottom:16px}.benefits-item{background-color:var(--white);border-radius:16px;min-height:300px;overflow:hidden;width:32%}.benefits-item.width-49{width:49%}.benefits-item-img-box{align-items:center;display:flex;justify-content:center;min-height:180px}.benefits-item-img{width:100%}.benefits-item-info-box{padding:30px}.section-enterprise{background-color:var(--dark);background-image:linear-gradient(#0c303633,#0c303633),url(../images/gradient-top.png);background-position:0 0,50% 0;background-repeat:repeat,no-repeat;background-size:auto,auto;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:40px;padding-top:100px}.enterprise-title-box{margin-bottom:48px;text-align:center}.white{color:var(--white)}.enterprise-title-subtext{color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:300}.enterprise-item-tag-row{margin-bottom:30px}.enterprice-tag{background-color:#ffffff1a;border-radius:40px;color:var(--white);display:inline-block;font-weight:400;letter-spacing:.5px;padding:8px 20px}.light-green{color:var(--light-green)}.enterprice-box{display:flex;flex-flow:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;width:80%}.enterprise-item{align-items:center;background-color:#85e0ca12;border:1px solid #ffffff0d;border-radius:8px;display:flex;justify-content:flex-start;margin-bottom:5px;margin-top:5px;min-height:120px;padding:20px 30px;width:49.3%}.enterprise-item-icon-box{height:40px;min-width:40px;width:40px}.enterprise-item-info-box{flex:1;padding-left:16px}.enterprise-item-subtext{color:#ffffff80;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:140%}.section-footer{background-image:url(../images/hero-gradient.png);background-position:50% 100%;background-repeat:no-repeat;background-size:auto;padding-bottom:100px;padding-top:100px}.strip-wrapper{background-color:var(--purple);background-image:linear-gradient(45deg,var(--purple),#d9c0f999),url(../images/strip-bg.svg);background-position:0 0,100% 0;background-repeat:repeat,no-repeat;background-size:auto,auto;border-radius:16px;margin-bottom:100px;padding:60px}.strip-wrapper.ptblr{background-color:var(--light-green);background-image:none;background-position:0 0;padding-bottom:60px;padding-left:80px;padding-top:60px}.strip-top-row{margin-bottom:32px}.strip-bottom-row{text-align:left}.strip-bottom-row.mt40{margin-top:40px}.button-dark{background-color:var(--dark-green);border:1px solid var(--dark-green);border-radius:8px;color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:600;line-height:100%;min-width:200px;padding:18px 32px;text-align:center;transition:all .3s}.button-dark:hover{background-color:#154249;border-color:#154249}.button-dark.mlr10{margin-left:10px;margin-right:10px}.button-dark.ml20{margin-left:20px}.button-dark.full{min-width:auto;width:100%}.button-dark-border{align-items:center;background-color:var(--transparent);border:1px solid var(--dark-green);border-radius:6px;color:var(--dark-green);display:flex;font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;justify-content:center;line-height:100%;padding:16px;text-align:center;text-decoration:none;transition:all .3s;width:50%}.button-dark-border:hover{background-color:var(--white);border-color:var(--white)}.button-dark-border.mlr10{margin-left:10px;margin-right:10px}.footer-wrapper{display:flex;justify-content:space-between;padding-bottom:4px}.container-1240{max-width:1240px;padding-left:20px;padding-right:20px}.footer-left{flex-flow:column;width:35%}.footer-left,.footer-right{display:flex;justify-content:space-between}.footer-right{width:40%}.footer-left-top,.footer-logo{margin-bottom:20px}.footer-logo{width:129px}.copyright-text{color:#ffffff80;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:100%}.footer-social-link{background-color:#85e0ca0d;border-radius:4px;height:40px;margin-right:10px;transition:all .3s;width:40px}.footer-social-link:hover{background-color:#85e0ca33}.footer-social-link.twitter{background-image:url(../images/s-1.svg)}.footer-social-link.linkedin,.footer-social-link.twitter{background-position:50%;background-repeat:no-repeat;background-size:auto}.footer-social-link.linkedin{background-image:url(../images/s-2.svg)}.footer-social-link.youtube{background-image:url(../images/s-3.svg)}.footer-social-link.instagram,.footer-social-link.youtube{background-position:50%;background-repeat:no-repeat;background-size:auto}.footer-social-link.instagram{background-image:url(../images/s-4.svg)}.footer-link-title{color:var(--white);font-size:14px;font-weight:600;margin-bottom:16px}.footer-link{color:var(--light-green);display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:150%;margin-bottom:6px;text-decoration:none;transition:all .3s}.footer-link:hover{color:var(--light-green-hover)}.section-pricing-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:200px;padding-top:80px}.pricing-hero-wrapper{margin-left:auto;margin-right:auto;text-align:center}.section-pricing{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:120px}.pricing-wrapper{border:1px solid var(--dark);border-radius:16px;display:flex;justify-content:space-between;margin-bottom:120px;margin-top:-82px;overflow:hidden}.pricing-item{border-right:1px solid var(--dark);width:33.33%}.pricing-item.last{border-right-width:0}.pricing-item-title-box{background-color:var(--light);border-bottom:1px solid var(--dark);padding:20px 30px}.pricing-box{min-height:105px;padding:30px 30px 15px}.pricing-list-box{min-height:260px;padding:15px 30px 20px}.pricing-button-box{min-height:110px;padding:20px 30px}.pricing-box-text{color:var(--black);font-size:30px;font-weight:600;line-height:100%;margin-right:5px}.pricing-box-row{align-items:center;display:flex;justify-content:flex-start;margin-bottom:6px}.pricing-box-month{font-weight:300;line-height:140%}.pricing-box-discount{border:1px solid #0baf43;border-radius:30px;color:#0baf43;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:100%;padding:3px 6px}.pricing-list-title{font-size:12px;font-weight:600;line-height:140%;margin-bottom:10px}.pricing-list-item{background-image:url(../images/tick-1.svg);background-position:0 3px;background-repeat:no-repeat;background-size:auto;font-family:Inter,sans-serif;font-size:12px;line-height:140%;margin-bottom:5px;padding-left:16px}.button-pricing-border{background-color:var(--transparent);border:1px solid var(--dark-green);border-radius:8px;color:var(--dark-green);display:block;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700;line-height:100%;min-width:200px;padding:14px 32px;text-align:center;transition:all .3s}.button-pricing-border:hover{background-color:var(--light);border-color:var(--dark-green)}.button-pricing-border.mlr10{margin-left:10px;margin-right:10px}.button-pricing-border.small{font-size:12px;min-width:auto;padding:10px}.button-pricing-dark{background-color:var(--dark-green-2);border:1px solid var(--dark-green);border-radius:8px;color:var(--white);display:block;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700;line-height:100%;min-width:200px;padding:14px 32px;text-align:center;transition:all .3s}.button-pricing-dark:hover{background-color:#154249;border-color:#154249}.button-pricing-dark.mlr10{margin-left:10px;margin-right:10px}.button-pricing-dark.small{font-size:12px;min-width:auto;padding:10px}.compare-title-box{margin-bottom:40px;text-align:center}.compare-header{background-color:var(--white);display:flex;justify-content:space-between;position:sticky;top:66px;z-index:2}.compare-header-col-1{background-color:var(--white);border-bottom:1px solid #e5e5e7;width:40%}.compare-header-col-2{background-color:var(--white);border:1px solid #e5e5e7;border-right-width:0;border-top-left-radius:16px;border-top-right-radius:16px;min-height:150px;padding:20px;text-align:center;width:16%}.compare-header-btn-box{margin-top:20px}.compare-header-col-3,.compare-header-col-4{border:1px solid #e5e5e7;border-right-width:0;border-top-left-radius:16px;border-top-right-radius:16px}.compare-header-col-3,.compare-header-col-4,.compare-header-col-5{background-color:var(--white);min-height:150px;padding:24px 20px 20px;text-align:center;width:20%}.compare-header-col-5{border:1px solid #e5e5e7;border-top-left-radius:16px;border-top-right-radius:16px}.compare-table{position:relative;z-index:1}.compare-table-item-trigger{align-items:center;background-color:var(--light);border-bottom:1px solid #e5e5e7;cursor:pointer;display:flex;justify-content:space-between;padding:20px;position:relative}.compare-table-item-content{overflow:hidden}.compare-table-item-trigger-icon-box{background-image:url(../images/pricing-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;height:20px;min-width:20px;width:20px}.pricing-table-row{align-items:stretch;background-color:var(--white);border-bottom:1px solid #e5e5e7;display:flex;justify-content:space-between;transition:all .3s}.pricing-table-row:hover{background-color:#f4f7f280}.pricing-table-row-col-1{align-items:center;color:var(--black);display:flex;font-weight:400;justify-content:flex-start;padding-bottom:20px;padding-left:20px;padding-top:20px;width:40%}.pricing-table-row-col-2{font-size:14px;width:16%}.pricing-table-row-col-2,.pricing-table-row-col-3,.pricing-table-row-col-4,.pricing-table-row-col-5{align-items:center;border-left:1px solid #e5e5e7;display:flex;font-weight:300;justify-content:center;padding:20px;text-align:center}.pricing-table-row-col-3,.pricing-table-row-col-4,.pricing-table-row-col-5{width:20%}.section-faq{background-color:var(--light);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:140px;padding-top:100px}.faq-title-box{margin-bottom:60px;text-align:center}.faq-item{background-color:var(--white);border-radius:8px;margin-bottom:5px}.faq-item-trigger{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:24px 20px}.faq-item-content{overflow:hidden}.faq-item-trigger-left{flex:1;padding-right:20px}.faq-item-trigger-right{background-image:url(../images/faq-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;height:16px;min-width:16px;width:16px}.faq-item-content-inner{padding-bottom:20px;padding-left:20px;padding-right:20px}.footer-badge-box{display:none;margin-bottom:40px}.section-careers-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:160px;padding-top:80px}.careers-hero-wrapper{margin-left:auto;margin-right:auto;text-align:center}.careers-hero-subtext{color:var(--white);font-family:Inter,sans-serif;font-size:18px;font-weight:300;line-height:150%}.careers-hero-subtext.width-80{margin-left:auto;margin-right:auto;width:80%}.careers-hero-subtext.opacity-80{opacity:.8}.careers-hero-subtext.width-75{margin-left:auto;margin-right:auto;width:75%}.careers-hero-button-row{margin-top:40px}.section-careers{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:140px;padding-top:100px}.c-about-box{background-color:#f4f7f2;border-radius:16px;margin-bottom:50px;padding:80px 16% 100px;text-align:center}.c-about-logo{margin-bottom:30px;width:40px}.c-about-text{font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:160%}.c-about-button-row{margin-top:40px}.c-list-box{display:flex;flex-flow:wrap;justify-content:space-between}.c-list-item{display:flex;margin-bottom:30px;margin-top:30px;max-width:310px;padding-left:10px;padding-right:10px;width:33.33%}.c-list-item-icon-box{height:20px;min-width:20px;width:20px}.c-list-item-info-box{flex:1;padding-left:10px}.c-culture-box{align-items:center;display:flex;justify-content:space-between;margin-bottom:80px}.c-culture-box-left{width:42%}.c-culture-box-right{width:48%}.c-culture-img{border-radius:16px}.c-stats-box{display:flex;justify-content:space-between;margin-bottom:140px}.c-stats-number{color:var(--black);font-size:50px;font-weight:500;line-height:100%;margin-bottom:5px}.c-benefits-title-box{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:60px}.c-benefits-title-box-left{width:65%}.c-benefits-title-box-right{text-align:right;width:25%}.c-benefits-row{-moz-column-count:4;column-count:4;-moz-column-gap:15px;column-gap:15px;flex-flow:wrap;justify-content:flex-start}.c-benefits-item{background-color:var(--white);border:1px solid #d9d9d9;border-radius:8px;margin-bottom:15px;padding:30px 20px}.section-jobs{background-color:#f4f7f2;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.jobs-title-box{margin-bottom:60px;text-align:center}.job-anchor-link{color:var(--dark-green);font-weight:500;text-decoration:none}.job-anchor-link:hover{text-decoration:underline}.jobs-item{align-items:center;background-color:var(--white);border-radius:8px;color:var(--black);display:flex;justify-content:space-between;margin-bottom:10px;padding:34px 40px;text-decoration:none;transition:all .3s}.jobs-item:hover{color:#177282}.jobs-item-tag-box{width:100px}.jobs-item-info-box{flex:1;padding-left:30px;padding-right:30px}.jobs-item-btn-box{text-align:right;width:150px}.jobs-item-tag{border:1px solid #177282;border-radius:30px;color:#177282;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.jobs-item-title{font-size:20px;font-weight:600;line-height:120%;margin-bottom:6px}.jobs-item-btn{font-weight:500}.jobs-item-subtext{color:#16181499;font-weight:400}.section-job-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:120px;padding-top:80px}.job-back-btn-box{margin-bottom:40px}.job-back-btn{color:#fff9;font-weight:400;text-decoration:none;transition:all .3s}.job-back-btn:hover{color:var(--white)}.job-hero-subtext{color:#ffffffb3;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:150%}.job-hero-subtext.width-80{margin-left:auto;margin-right:auto;width:80%}.job-hero-subtext.opacity-80{opacity:.8}.job-hero-subtext.width-75{margin-left:auto;margin-right:auto;width:75%}.job-hero-btn-box{margin-top:40px}.button-pricing-secondary-green{background-color:var(--transparent);border:1px solid var(--light-green);border-radius:8px;color:var(--light-green);display:inline-block;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700;line-height:100%;padding:14px 24px;text-align:center;transition:all .3s}.button-pricing-secondary-green:hover{background-color:var(--light-green);color:var(--dark-green)}.button-pricing-secondary-green.mlr10{margin-left:10px;margin-right:10px}.button-pricing-secondary-green.small{font-size:12px;min-width:auto;padding:10px}.section-jd{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.jd-rich-text{color:var(--black)}.jd-rich-text h1,.jd-rich-text h2{font-weight:600;line-height:120%}.jd-rich-text h2{font-size:30px}.jd-rich-text h3{font-weight:600;line-height:120%;margin-bottom:20px}.jd-rich-text h4{font-size:16px;font-weight:600;line-height:120%}.jd-rich-text h5,.jd-rich-text h6{font-weight:600}.jd-rich-text p{font-family:Inter,sans-serif;line-height:150%;margin-bottom:40px}.jd-rich-text ol{margin-bottom:30px;padding-left:0}.jd-rich-text li{background-image:url(../images/green-tick-3.svg);background-position:0 1px;background-repeat:no-repeat;background-size:auto;font-family:Inter,sans-serif;line-height:150%;list-style-type:none;margin-bottom:8px;padding-left:28px}.jd-rich-text ul{margin-bottom:30px;padding-left:0}.jd-form-box{background-color:#f4f7f2;border-radius:16px;padding:60px 50px}.form-block{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:500px;width:100%}.field-label,.input{color:var(--black);font-weight:500}.input{background-color:var(--white);border:1px solid #0b151e4d;border-radius:10px;display:flex;margin-bottom:0;min-height:54px}.input:hover{border-color:#0b151e80}.input:focus{border-color:#0b151e}.input::-moz-placeholder{color:var(--dark)}.input::placeholder{color:var(--dark)}.input.textarea{min-height:250px}.input.textarea.height-150{min-height:150px}.form{display:flex;flex-flow:column}.success-msg{background-color:var(--transparent)}.error-msg{border-radius:8px;color:red;text-align:center}.form-row{margin-bottom:20px}.form-row.center{text-align:center}.form-row.width-48{width:48%}.success-icon{margin-bottom:40px}.section-popup{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0b151ee6;display:none;inset:0;justify-content:center;padding-left:16px;padding-right:16px;position:fixed;z-index:9999}.section-popup.display{display:block}.popup-wrapper{background-color:var(--white);border-radius:16px;max-width:600px;padding:50px;position:relative;text-align:center;width:100%}.popup-title-box{margin-bottom:40px;margin-left:auto;margin-right:auto;text-align:center;width:70%}.form-box{text-align:left}.popup-close-btn{background-image:url(../images/icon-close.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;height:24px;inset:10px 10px auto auto;opacity:.2;position:absolute;transition:all .3s;width:24px}.popup-close-btn:hover{opacity:.4}.section-demo{display:flex;justify-content:space-between}.demo-left{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:no-repeat,no-repeat;background-size:auto,auto;flex:1}.demo-left,.demo-right{align-items:center;display:flex;justify-content:center}.demo-right{background-color:var(--white);border-bottom-left-radius:0;border-top-left-radius:0;height:100vh;min-width:640px}.demo-right-inner{width:70%}.demo-left-inner{display:flex;flex-flow:column;height:100vh;justify-content:space-between;max-width:780px;padding-bottom:40px;padding-top:40px;width:75%}.demo-left-logo-box{margin-bottom:40px}.demo-logo{width:129px}.demo-form-title{margin-bottom:40px;margin-left:auto;margin-right:auto;text-align:center}.demo-form-link{color:var(--dark)}.demo-form-link:hover{text-decoration:none}.form-col{display:flex;justify-content:space-between}.section-contact{background-image:url(../images/contact-bg.png);background-position:50%;background-repeat:no-repeat;background-size:auto;padding-bottom:100px;padding-top:100px}.contact-wrapper{align-items:flex-start;display:flex;justify-content:space-between}.contact-left{width:45%}.contact-right{background-color:var(--white);border-radius:16px;padding:60px 40px;width:500px}.contact-left-row.mb80{margin-bottom:80px}.contact-left-row.mb60{margin-bottom:60px}.contact-link{background-image:url(../images/icon-email.svg);background-position:0;background-repeat:no-repeat;background-size:auto;color:var(--light-green);display:inline-block;font-family:Inter,sans-serif;font-size:14px;line-height:150%;padding-left:30px;text-decoration:none;transition:all .3s}.contact-link:hover{text-decoration:underline}.contact-link.mt20,.social-link-box{margin-top:20px}.section-legal-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:120px;padding-top:80px}.legal-hero-wrapper{text-align:center}.section-legal-content{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.legal-rich-text{color:var(--black)}.legal-rich-text h1,.legal-rich-text h2{font-weight:600;line-height:120%}.legal-rich-text h2{font-size:30px;margin-top:40px}.legal-rich-text h3{font-weight:600;line-height:120%;margin-bottom:20px;margin-top:30px}.legal-rich-text h4{font-size:16px;font-weight:600;line-height:120%;margin-top:20px}.legal-rich-text h5,.legal-rich-text h6{font-weight:600}.legal-rich-text p{font-family:Inter,sans-serif;line-height:150%;margin-bottom:16px}.legal-rich-text ol{margin-bottom:30px;padding-left:0}.legal-rich-text li{font-family:Inter,sans-serif;line-height:150%;list-style-type:disc;margin-bottom:3px}.legal-rich-text ul{margin-bottom:24px;padding-left:14px}.old-price-box{align-items:center;display:flex;justify-content:flex-start}.pricing-old{color:#0b151e80;font-weight:400;line-height:140%;margin-right:6px;text-decoration:line-through}.home-item-line-box-inner{height:112px;position:relative;width:32px}.utility-page-wrap{align-items:center;display:flex;height:100vh;justify-content:center;max-height:100%;max-width:100%;width:100vw}.utility-page-wrap.hide{display:none}.utility-page-content{display:flex;flex-direction:column;text-align:center;width:260px}.home-item-line-box-inner-img{position:relative;z-index:2}.home-item-line-box-inner-line{background-color:#0c3b43;height:100%;inset:0 auto 0 50%;margin-left:-1px;position:absolute;width:2px;z-index:1}.emailerror,.hidden,.text-block{display:none}.hidden{color:red;margin-bottom:5px;margin-top:5px}.code-embed{margin-bottom:20px;margin-top:20px}.invalidemail{line-height:120%;margin-top:5px}.invalidemail,.nonworkemail{color:red;font-size:12px}.box-white{background-color:#fff;padding-bottom:60px;padding-top:60px}.bar-box{flex-flow:wrap;height:112px}.bar-box,.bar-box-top{display:flex;justify-content:center;position:relative;width:32px}.bar-box-top{height:40px}.bar-box-middle{align-items:center;background-color:var(--white);border-radius:40px;height:32px}.bar-box-bottom,.bar-box-middle{display:flex;justify-content:center;width:32px}.bar-box-bottom{height:40px;position:relative}.bar-box-top-line{background-image:linear-gradient(180deg,var(--white),#0c3b43);height:40px;width:2px}.bar-box-bottom-line{background-image:linear-gradient(180deg,#0c3b43,var(--white));height:40px;width:2px}.calendly-inline-widget{align-items:stretch;display:block;height:90vh;justify-content:space-between;margin-bottom:40px;margin-top:40px;min-width:400px;-o-object-fit:fill;object-fit:fill;padding-top:0;position:static}.text-block-2{margin-bottom:5px;margin-top:5px}.text-block-3,.text-block-4{margin-bottom:5px;margin-top:5px;padding-top:0}.text-block-4{color:red;display:block}.recaptcha,.recaptcha-2,.recaptcha-3{align-self:center;margin-bottom:15px}.section-featured{grid-column-gap:0;grid-row-gap:0;display:flex;flex-flow:column;margin-top:20px}.clients-tag{font-size:14px;line-height:20px;margin-bottom:32px;text-align:center}.clients-tag.enterprise-title-subtext{color:#ffffff80;font-size:16px;font-weight:300;margin-bottom:24px}.section{display:flex;left:auto;overflow:hidden;position:relative}.div-block{grid-column-gap:32px;grid-row-gap:32px;margin-left:0;min-width:100%;padding-left:30px;padding-right:0}.div-block,.link-block{align-items:center;display:flex;justify-content:space-between}.link-block{-o-object-fit:fill;object-fit:fill}.clients-image-three{margin-bottom:0;margin-left:0;margin-right:0}.youtube-container{-webkit-text-fill-color:inherit;background-clip:border-box;background-color:#f4f7f2;border-radius:24px;box-shadow:0 0 28px #a7aca980;padding:24px}.section-preview{margin-top:64px;text-align:center;text-decoration:none}.outline-button{background-color:#fff;border:1px solid #0c3036;border-radius:8px;color:#0b2f36;font-size:16px;font-weight:700;padding:16px 32px}.image{height:92px;margin-bottom:0;max-width:none;width:92px}.complience-box{align-items:center;display:flex;flex:none;margin-bottom:15px}.image-2{flex:none;height:92px;width:92px}.div-block-2{align-items:center;display:flex;margin-bottom:15px}.image-3{height:64px;max-width:none;width:64px}.image-4{height:65px;max-width:none;width:65px}.image-5{height:64px;margin-left:0;max-width:none;width:64px}.compliance-box-landing{grid-column-gap:32px;grid-row-gap:32px;display:flex;justify-content:center;margin-bottom:48px}.modal-wrapper{z-index:99;grid-column-gap:16px;grid-row-gap:16px;align-items:center;background-color:#00000052;display:none;grid-auto-columns:1fr;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;height:100vh;justify-content:center;opacity:1;overflow:hidden;position:absolute;width:100vw}.modal{background-color:#fff;border-radius:16px;margin-left:auto;margin-right:auto;max-width:500px;padding:40px}.ph-modal-title{font-size:24px;font-weight:600;line-height:26px}.div-block-3{align-items:stretch}.div-block-3,.modal-content{grid-column-gap:24px;grid-row-gap:24px;display:flex;flex-flow:column;justify-content:flex-start}.ph-form-container{grid-column-gap:16px;grid-row-gap:16px}.form-2,.ph-form,.ph-form-container{display:flex;flex-flow:column}.ph-form{grid-column-gap:16px;grid-row-gap:16px}.modal-background{align-items:stretch;display:flex;flex-flow:column;height:100%;justify-content:center;pointer-events:none;position:fixed;width:100%}.error-message,.success-message{border-radius:10px}.recaptcha-4{align-self:center;margin-bottom:0}.ph-mascot{display:flex;justify-content:center;position:absolute}.ph-mascot-img{padding-bottom:40px}.section-lw-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:120px;padding-top:80px}.lw-hero-subtext{color:#ffffffb3;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:150%}.lw-hero-subtext.width-80{margin-left:auto;margin-right:auto;width:80%}.lw-hero-subtext.opacity-80{opacity:.8}.lw-hero-subtext.width-75{margin-left:auto;margin-right:auto;width:75%}.section-lw{border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.lw-navbar,.section-lw{background-color:var(--white)}.lw-navbar{display:none;padding-bottom:10px;padding-top:10px;position:sticky;top:80px}.lw-navbar-link{border-radius:6px;color:var(--dark);display:inline-block;font-weight:500;margin-right:5px;padding:5px 10px;text-decoration:none;transition:all .3s}.lw-navbar-link:hover{background-color:var(--light-green)}.lw-item{background-color:var(--light);border-radius:16px;margin-bottom:40px}.lw-item,.lw-item-left{display:flex;justify-content:space-between}.lw-item-left{flex-flow:column-reverse wrap-reverse;padding:40px;width:50%}.lw-item-right{align-items:center;background-color:var(--white);border:1px solid #e5e5e7;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:center;margin-right:20px;margin-top:20px;min-height:340px;padding:20px;width:45%}.lw-item-left-top{color:var(--dark);text-decoration:none;width:100%}.lw-item-left-top:hover{color:var(--dark-green-2)}.lw-item-left-bottom{order:-1;width:100%}.lw-item-title{color:var(--black);font-size:26px;font-weight:700;line-height:150%;margin-bottom:10px}.lw-item-subtext{font-size:18px;font-weight:300;line-height:140%}.lw-links{border:1px solid #0c30364d;border-radius:10px;color:var(--black);margin-right:10px;padding:7px 13px 7px 7px;text-decoration:none;transition:all .3s}.lw-links:hover{border-color:#0c3036}.lw-links-icon{height:20px;margin-right:10px;min-width:20px;width:20px}.lw-links-text{font-size:12px;font-weight:500}.lw-links-inner{align-items:center;display:flex;justify-content:flex-start}.section-bs{background-color:var(--light);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:140px;padding-top:100px}.bs-title-box{margin-bottom:60px;text-align:center}.bs-box{grid-column-gap:20px;grid-row-gap:20px;flex-flow:wrap}.bs-item{background-color:var(--white);border-radius:16px;color:var(--dark);display:flex;flex-flow:column;justify-content:space-between;min-height:220px;padding:20px;text-decoration:none}.bs-item,.bs-item-icon-box{width:100%}.bs-item-icon{height:24px;width:24px}.bs-item-info-box{width:100%}.bs-item-tag{background-color:var(--light);border:1px solid #0c30364d;border-radius:6px;display:inline-block;font-size:12px;margin-top:20px;padding:4px 7px}.collection-list{align-content:flex-start;display:flex;flex-flow:wrap}.collection-item{padding-bottom:20px;padding-left:10px;padding-right:10px;width:33.33%}.bs-item-info-box-inner{overflow:hidden}.footer-left-bottom-betterstack{display:flex;margin-top:10px}.code-embed-2{margin-top:0}.lw-tabs{display:none}.lw-tabs-menu{background-color:var(--white);margin-bottom:60px;padding-bottom:10px;padding-top:10px;position:sticky;top:80px;z-index:9}.lw-tabs-content{z-index:8}.lw-tab-link{background-color:var(--white);border-radius:8px;color:var(--dark);font-weight:500;margin-right:5px;padding-left:20px;padding-right:20px;transition:all .3s}.lw-tab-link:hover{background-color:var(--light)}.lw-tab-link.w--current{background-color:var(--light-green)}.home-video-box{margin-bottom:80px;overflow:hidden}.home-video-box,.youtube-video{border-radius:10px}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding-left:20px;padding-right:20px}.nav-container,.top-navmenu{align-items:center;display:flex}.top-navmenu{align-self:center;flex:1;justify-content:flex-start;order:0;padding-bottom:0;padding-left:10px;padding-top:0;width:auto}.separator{align-self:flex-start;display:flex;flex:1;min-height:1px}.button-green-border{background-color:var(--transparent);border:1px solid var(--light-green);color:var(--light-green);text-align:center;-webkit-text-stroke-color:var(--light-green);border-radius:6px;font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;line-height:100%;min-width:190px;padding:16px;transition:all .3s}.button-green-border:hover{background-color:var(--transparent);border-color:var(--light-green-hover)}.button-green-border.mlr10{margin-left:10px;margin-right:10px}.button-green-icon{align-self:auto;background-color:var(--light-green);border:1px solid var(--light-green);border-radius:6px;color:var(--dark-green);font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;line-height:100%;min-width:190px;padding:16px;text-align:center;transition:all .3s}.button-green-icon:hover{background-color:var(--light-green-hover);border-color:var(--light-green-hover)}.button-green-icon.mlr10{margin-left:10px;margin-right:10px}.strip-bottom-row-v2{grid-column-gap:15px;grid-row-gap:15px;display:flex;text-align:left;width:100%}.strip-bottom-row-v2.mt40{margin-top:40px}.button-dark-icon{align-items:center;background-color:var(--dark-green);border:1px solid var(--dark-green);border-radius:6px;color:var(--white);display:flex;font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;justify-content:center;line-height:100%;padding:16px;text-align:center;text-decoration:none;transition:all .3s;width:50%}.button-dark-icon:hover{background-color:var(--dark-green-2);border-color:var(--dark-green-2)}.button-dark-icon.mlr10{margin-left:10px;margin-right:10px}.compliances{display:flex;margin-bottom:15px}.hippa{height:64px;margin-left:3px;min-height:64px;min-width:64px;width:64px}.section-lp-hero{background-image:url(../images/hero-pattern.svg),url(../images/hero-gradient.png);background-position:50% 100%,50% 100%;background-repeat:repeat-x,no-repeat;background-size:auto,auto;padding-bottom:270px;padding-top:180px}.lp-hero-wrapper{margin-left:auto;margin-right:auto;max-width:820px;text-align:center;width:100%}.lp-hero-content-box{margin-left:auto;margin-right:auto;width:85%}.lp-hero-button-row{grid-column-gap:20px;grid-row-gap:20px;display:flex;justify-content:center;margin-top:40px}.lp-word-break-desktop{display:block;height:0}.section-lp-bento{background-color:var(--white);border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:180px;padding-top:120px}.lp-bento-block.mb0{margin-bottom:0}.lp-bento-title-box{margin-bottom:60px;margin-left:auto;margin-right:auto;text-align:center;width:50%}.lp-bento-box{grid-column-gap:20px;grid-row-gap:20px;display:flex;flex-flow:wrap;place-content:flex-start space-between}.lp-bento-item{align-items:stretch;background-color:var(--light);background-image:url(../images/box-pattern.svg);background-position:0 0;background-repeat:repeat-x;background-size:auto;border-radius:16px;display:flex;flex-flow:column;justify-content:space-between;min-height:300px;width:32%}.lp-bento-item.width-100{width:100%}.lp-bento-item.width-100.flex{flex-flow:row;justify-content:space-between}.lp-bento-item.width-49{width:49%}.lp-bento-item.width-49.flex{flex-flow:row;justify-content:space-between}.lp-bento-item.width-63{width:63%}.lp-bento-item.width-63.flex{flex-flow:row;justify-content:space-between}.lp-bento-item.width-35{width:35%}.lp-bento-item.width-35.flex{flex-flow:row;justify-content:space-between}.lp-bento-item.width-54{width:54%}.lp-bento-item.width-44{width:44%}.lp-bento-item-content-box{padding-left:30px;padding-right:30px;padding-top:30px}.lp-bento-item-content-box.w220{max-width:310px;position:relative;width:100%}.lp-bento-item-img-box{padding-bottom:30px;text-align:center}.lp-bento-item-img-box.full{align-items:flex-end;display:flex;flex:1;justify-content:center;margin-left:-110px;padding-right:20px;position:relative}.lp-bento-item-img.mobile{display:none}.lp-bento-item-title{font-family:Inter,sans-serif;font-weight:600;margin-bottom:5px}.lp-bento-item-subtext{font-size:13px;font-weight:300;line-height:140%}.section-library{background-color:var(--dark);background-image:none;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:120px;padding-top:120px}.library-wrapper{margin-left:auto;margin-right:auto;max-width:800px;width:100%}.library-title-box{margin-bottom:60px;position:sticky;text-align:center;top:120px}.library-item{align-items:center;background-color:#0c2830;background-image:url(../images/dark-box-pattern.svg);background-position:100% 100%;background-repeat:repeat-x;background-size:auto;border:1px solid #ffffff0d;border-radius:16px;box-shadow:none;display:flex;justify-content:space-between;margin-bottom:20px;min-height:260px;padding:30px 30px 30px 60px;position:sticky;top:270px}.library-item.last{margin-bottom:0}.library-item-content-box{max-width:330px;width:100%}.library-item-img-box{max-width:270px;text-align:center;width:100%}.library-item-title{color:var(--white);font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:100%;margin-bottom:10px}.library-item-subtext{color:var(--light);font-family:Inter,sans-serif;font-size:13px;font-weight:300}.section-agent{background-color:var(--white);padding-bottom:180px;padding-top:120px}.agent-title-box{margin-bottom:60px;text-align:center}.agent-box,.agent-item{display:flex;justify-content:space-between}.agent-item{background-color:var(--light);background-image:url(../images/box-pattern.svg);background-position:0 100%;background-repeat:repeat-x;background-size:auto;border-radius:16px;flex-flow:column;min-height:380px;padding:40px;width:49%}.agent-item-title{font-size:18px;font-weight:600;line-height:100%;margin-bottom:10px}.agent-item-subtext,.agent-item-title{color:var(--black);font-family:Inter,sans-serif}.agent-item-subtext{font-size:13px;font-weight:300}.agent-item-img-box{text-align:center}.agent-item-img.mobile{display:none}.section-built{background-color:var(--white);padding-bottom:80px;padding-top:80px}.built-wrapper{margin-left:auto;margin-right:auto;max-width:940px;width:100%}.built-title-box{margin-bottom:60px;text-align:center}.built-box{grid-column-gap:50px;grid-row-gap:50px;display:flex;flex-flow:wrap;place-content:flex-start space-between}.built-item{max-width:280px;text-align:center;width:100%}.built-item-img-box{margin-bottom:10px}.built-item-title{font-size:16px;font-weight:600;line-height:100%;margin-bottom:5px}.built-item-subtext,.built-item-title{color:var(--black);font-family:Inter,sans-serif}.built-item-subtext{font-size:13px;font-weight:300}.section-testimonial{background-color:var(--white);padding-bottom:120px;padding-top:80px}.testimonial-title-box{margin-bottom:60px;text-align:center}.testimonial-box{display:flex;justify-content:space-between}.testimonial-col{grid-column-gap:20px;grid-row-gap:20px;display:flex;flex-flow:column;width:49%}.testimonial-item{background-color:var(--light);border-radius:8px;display:flex;flex-flow:column;justify-content:space-between;min-height:200px;padding:30px}.testimonial-item-author-box{align-items:center;display:flex;justify-content:flex-start}.testimonial-item-text{color:var(--black);font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:140%}.testimonial-item-author-img-box{border-radius:60px;height:40px;margin-right:10px;min-width:40px;overflow:hidden;width:40px}.testimonial-item-author-info-box{flex:1}.testimonial-item-author-name{color:var(--black);font-family:Inter,sans-serif;font-size:12px;font-weight:600}.testimonial-item-author-designation{color:var(--black);font-family:Inter,sans-serif;font-size:12px;font-weight:300}.testimonial-cs-box{background-color:var(--light-green);background-image:url(../images/cs-pattern.svg);background-position:100% 0;background-repeat:no-repeat;background-size:auto;border-radius:8px;display:flex;flex-flow:column;justify-content:space-between;min-height:420px;padding:30px}.testimonial-cs-info-text{color:var(--black);font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:400;line-height:150%;margin-bottom:30px}.h1-heading{color:var(--white);font-size:52px;font-weight:600;line-height:110%;margin-bottom:20px}.lp-hero-subtext{color:var(--white);font-family:Inter,sans-serif;font-size:18px;font-weight:300;line-height:150%}.lp-hero-subtext.width-80{margin-left:auto;margin-right:auto;width:80%}.lp-hero-subtext.opacity-80{opacity:.8}.section-enterprise-2{background-color:var(--dark);background-image:linear-gradient(#0c303633,#0c303633),url(../images/gradient-top.png);background-position:0 0,50% 0;background-repeat:repeat,no-repeat;background-size:auto,auto;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-40px;padding-bottom:100px;padding-top:100px}.strip-box{align-items:center;display:flex;justify-content:space-between}.strip-left{width:45%}.strip-right{display:flex;text-align:right;width:45%}.strip-right-img-lightbox{background-color:#5bd6b8;border-radius:12px;display:block;margin-left:auto;margin-right:0;max-height:300px;max-width:420px;padding:24px;position:relative;transition:all .3s;width:100%}.strip-right-img-lightbox .strip-right-img{display:inline-block;max-width:100%;vertical-align:middle}.strip-right-img-lightbox:hover{background-color:#47c2a4}.strip-play-btn{background-image:url(../images/icon-play.svg),linear-gradient(to bottom,var(--dark-green),var(--dark-green));background-position:50%,0 0;background-repeat:no-repeat,repeat;background-size:auto,auto;border-radius:100px;height:100px;inset:50% auto auto 50%;margin-left:-50px;margin-top:-60px;position:absolute;width:100px}.mobile-navigation,.mobile-navigation .menu-toggle{display:none}.mobile-navigation .menu-icon{cursor:pointer;display:block;font-size:24px}.mobile-navigation .menu-items{background:#fff;left:0;padding:30px 20px 60px;position:absolute;right:0;top:100%;width:100%}.mobile-navigation .menu-items,.mobile-navigation .menu-toggle:checked~.menu-items{display:flex;flex-direction:column}.mobile-navigation .navlink-btn-border{margin:10px 0 0}.mobile-navigation .menu-icon{background-image:url(https://cdn.prod.website-files.com/665ab0daac869acad030a349/665abeedcf1a6fb4bd4c6f85_menu-open.svg);background-position:50%;background-repeat:no-repeat;background-size:24px;height:40px;width:40px}.mobile-navigation .menu-toggle:checked~.menu-icon{background-color:var(--transparent);background-image:url(https://cdn.prod.website-files.com/665ab0daac869acad030a349/665abeed22404117b377d6f5_menu-close.svg);background-size:20px}.mobile-navigation .menu-items{animation:fade .2s ease-out;display:none;z-index:10}@keyframes fade{0%{opacity:0}to{opacity:1}}@media screen and (max-width:991px){.navbar{padding-bottom:10px;padding-top:10px}.navmenu{background-color:var(--white);box-shadow:0 2px 30px #0006;padding:30px 20px 60px}.desktop-navigation{display:none}.mobile-navigation{all:unset!important;display:block;z-index:2!important}.mobile-navigation .menu-toggle>.menu-items{display:none}.mobile-navigation .menu-toggle:checked>.menu-items{display:flex}.navlink{color:var(--dark-green);font-size:16px;line-height:140%;padding-left:0;padding-right:0}.navlink-divider{margin-left:0;margin-right:0;width:100%}.navlink-btn-border{font-size:16px;margin-left:0}.navlink-btn-border:hover{border-color:var(--dark-green);color:var(--dark-green)}.navlink-btn-fill{font-size:16px;margin-left:0;margin-top:20px}.navlink-btn-fill:hover{background-color:var(--dark-green);border-color:var(--dark-green);color:var(--white)}.section-home-hero{padding-bottom:140px}.home-hero-content-box{width:100%}.h1{font-size:70px}.wordbreak-desktop{display:inline}.home-hero-button-row{grid-column-gap:10px;grid-row-gap:10px;align-items:center;flex-flow:column}.h3{font-size:38px}.h2{font-size:48px}.h4{font-size:28px}.h5{font-size:22px}.home-item-heading-box,.home-item-point-box{width:100%}.home-item-point{margin-bottom:10px;margin-top:10px;width:100%}.benefits-row{flex-flow:wrap;margin-bottom:0}.benefits-item{margin-bottom:20px;width:100%}.benefits-item.width-49{width:100%}.enterprice-box{width:70%}.enterprise-item{width:100%}.strip-wrapper.ptblr{padding-left:60px}.strip-bottom-row,.strip-top-row{text-align:center}.footer-wrapper{flex-flow:wrap-reverse;margin-left:auto;margin-right:auto;width:70%}.container-1240.mlrp0{padding-left:0;padding-right:0}.footer-left{margin-top:60px;width:100%}.footer-right{width:100%}.footer-left-top{margin-bottom:40px}.pricing-wrapper{border-radius:0;border-width:0;flex-flow:wrap;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;width:80%}.pricing-item{border:1px solid var(--dark);border-radius:16px;margin-bottom:20px;overflow:hidden;width:100%}.pricing-item.last{border-right-width:1px}.pricing-box,.pricing-list-box{min-height:auto}.button-pricing-border{min-width:auto}.button-pricing-border.small{padding-left:5px;padding-right:5px}.button-pricing-dark{min-width:auto}.button-pricing-dark.small{padding-left:5px;padding-right:5px}.compare-header-col-1{display:none}.compare-header-col-2{width:25%}.compare-header-col-3,.compare-header-col-4,.compare-header-col-5{width:33.33%}.pricing-table-row{flex-flow:wrap}.pricing-table-row-col-1{border-bottom:1px solid #e5e5e7;font-size:14px;width:100%}.pricing-table-row-col-2{padding-bottom:16px;padding-top:16px;width:25%}.pricing-table-row-col-3,.pricing-table-row-col-4,.pricing-table-row-col-5{padding-bottom:16px;padding-top:16px;width:33.33%}.pricing-table-row-col-5{border-right:1px solid #e5e5e7}.careers-hero-subtext.width-75{width:100%}.c-about-box{padding-left:5%;padding-right:5%}.c-list-item{max-width:100%;padding-left:20px;padding-right:20px;width:50%}.c-culture-box{flex-flow:wrap}.c-culture-box-left{margin-bottom:40px;text-align:center;width:100%}.c-culture-box-right,.c-culture-img{width:100%}.c-stats-box{flex-flow:wrap}.c-stats-item{margin-bottom:20px;text-align:center;width:50%}.c-benefits-title-box{flex-flow:wrap;text-align:center}.c-benefits-title-box-left{width:100%}.c-benefits-title-box-right{margin-top:20px;text-align:center;width:100%}.c-benefits-row{-moz-column-count:0;column-count:0;-moz-column-gap:0;column-gap:0;display:flex;justify-content:space-between}.c-benefits-item{width:49%}.jobs-item{flex-flow:wrap;padding-left:30px;padding-right:30px}.jobs-item-tag-box{margin-bottom:20px;width:100%}.jobs-item-info-box{flex:0 auto;padding-left:0;padding-right:0;width:100%}.jobs-item-btn-box{margin-top:20px;text-align:left;width:100%}.jobs-item-btn{text-align:right}.job-hero-subtext.width-75{width:100%}.button-pricing-secondary-green.small{padding-left:5px;padding-right:5px}.form-block{max-width:100%}.section-demo{flex-flow:wrap}.demo-left{padding:60px 20px}.demo-right{height:auto;min-width:auto;padding:60px;width:100%}.demo-right-inner{width:100%}.demo-left-inner{height:auto;max-width:100%;padding-bottom:0;padding-top:0;text-align:center;width:100%}.section-contact{padding-bottom:60px;padding-top:60px}.contact-wrapper{flex-flow:wrap}.contact-left{margin-bottom:60px;width:100%}.contact-right{width:100%}.contact-left-row.mb60,.contact-left-row.mb80{margin-bottom:40px}.div-block{min-width:200%}.clients-image-three{margin-bottom:30px}.lw-hero-subtext.width-75{width:100%}.lw-item{flex-flow:wrap}.lw-item-left{padding:30px 30px 20px;width:100%}.lw-item-right{margin-left:20px;width:100%}.lw-item-left-top{margin-bottom:40px}.collection-item{width:50%}.top-navmenu{background-color:var(--white);box-shadow:0 2px 30px #0006;padding:30px 20px 60px}.button-green-icon{flex:0 auto}.strip-bottom-row-v2{align-items:center;justify-content:center;text-align:center}.section-lp-hero{padding-bottom:160px;padding-top:80px}.lp-hero-wrapper{max-width:100%;width:80%}.lp-hero-content-box{width:100%}.lp-word-break-desktop{display:inline}.lp-bento-wrapper{margin-left:auto;margin-right:auto;width:70%}.lp-bento-title-box{margin-bottom:40px;width:100%}.lp-bento-item{grid-column-gap:40px;grid-row-gap:40px;width:100%}.lp-bento-item.width-100.flex{align-content:flex-start;flex-flow:wrap}.lp-bento-item.width-35,.lp-bento-item.width-44,.lp-bento-item.width-49,.lp-bento-item.width-54,.lp-bento-item.width-63{width:100%}.lp-bento-item-content-box.w220{max-width:100%}.lp-bento-item-img-box.full{flex:0 auto;margin-left:0;width:100%}.lp-bento-item-img.desktop{display:none}.lp-bento-item-img.mobile{display:block;margin-left:auto;margin-right:auto}.library-wrapper{max-width:100%;width:70%}.library-title-box{top:80px}.library-item{grid-column-gap:40px;grid-row-gap:40px;align-content:space-between;flex-flow:wrap;min-height:380px;padding-left:30px;top:180px}.library-item-content-box,.library-item-img-box{max-width:100%}.agent-wrapper{margin-left:auto;margin-right:auto;width:70%}.agent-box{grid-column-gap:20px;grid-row-gap:20px;align-content:flex-start;flex-flow:wrap}.agent-item{width:100%}.built-wrapper{max-width:100%;width:70%}.built-box{grid-column-gap:40px;grid-row-gap:40px}.built-item{grid-column-gap:10px;grid-row-gap:10px;align-items:center;display:flex;justify-content:flex-start;max-width:100%;text-align:left}.testimonial-wrapper{margin-left:auto;margin-right:auto;width:70%}.testimonial-box{grid-column-gap:20px;grid-row-gap:20px;align-content:flex-start;flex-flow:wrap}.testimonial-col{width:100%}.strip-box{grid-column-gap:40px;grid-row-gap:40px;align-content:flex-start;flex-flow:wrap}.strip-left{text-align:center;width:100%}.strip-right{width:100%}.strip-right-img-lightbox{align-items:center;display:flex;justify-content:center;max-height:none;max-width:none}}@media screen and (max-width:767px){.h1{font-size:60px}.home-hero-button-row{align-items:stretch;flex-flow:column-reverse}.h3{font-size:26px}.h2{font-size:44px}.h6{font-size:16px}.h6.fs16.dark.bold.mb5.mobile{font-size:14px}.home-item-img-box{padding:10px}.p.light{font-size:14px}.enterprice-box{width:90%}.strip-wrapper{padding:40px}.strip-wrapper.ptblr{padding-left:40px}.strip-top-row{margin-bottom:40px}.footer-wrapper{width:90%}.footer-right{flex-flow:wrap}.footer-link-box{margin-bottom:40px;width:50%}.compare-header-col-2{min-height:100px;padding-left:10px;padding-right:10px}.compare-header-btn-box{display:none}.compare-header-col-3{border-radius:10px 0 0}.compare-header-col-3,.compare-header-col-4{min-height:100px;padding-left:10px;padding-right:10px}.compare-header-col-4{border-radius:0}.compare-header-col-5{border-radius:0 10px 0 0;min-height:100px;padding-left:10px;padding-right:10px}.pricing-table-row-col-1{font-weight:500;padding-bottom:10px;padding-top:10px}.pricing-table-row-col-2,.pricing-table-row-col-3,.pricing-table-row-col-4,.pricing-table-row-col-5{font-size:12px;line-height:120%}.c-list-item{padding-left:0;padding-right:0;width:100%}.demo-form-title,.form-row.width-48,.popup-title-box{width:100%}.form-col{flex-flow:wrap}.contact-right{padding-left:30px;padding-right:30px}.div-block{min-width:300%;padding-left:30px}.clients-image-three{margin-bottom:30px;margin-left:20px;margin-right:20px}.compliance-box-landing{grid-column-gap:16px;grid-row-gap:16px}.collection-item{padding-left:0;padding-right:0;width:100%}.button-green-border{padding-left:55px;padding-right:55px}.button-green-border,.button-green-icon{align-self:center;font-size:16px;max-width:300px;width:230px}.strip-bottom-row-v2{flex-flow:column}.lp-hero-wrapper{width:90%}.lp-hero-button-row{align-content:flex-start;flex-flow:column}.section-lp-bento{padding-bottom:100px;padding-top:100px}.lp-bento-wrapper{width:90%}.lp-bento-block{margin-bottom:100px}.lp-bento-title-box{margin-bottom:40px}.section-library{padding-bottom:100px;padding-top:100px}.library-wrapper{width:90%}.library-title-box{margin-bottom:40px}.library-item-title{font-size:16px}.section-agent{padding-bottom:60px;padding-top:100px}.agent-wrapper{width:90%}.agent-title-box{margin-bottom:40px}.agent-item-title{font-size:16px}.section-built{padding-bottom:60px;padding-top:60px}.built-wrapper{width:90%}.built-title-box{margin-bottom:40px}.built-box{grid-column-gap:30px;grid-row-gap:30px}.section-testimonial{padding-bottom:100px;padding-top:60px}.testimonial-wrapper{width:90%}.testimonial-title-box{margin-bottom:40px}.testimonial-cs-info-text{font-size:16px}.h1-heading{font-size:34px}.lp-hero-subtext{font-size:16px}}@media screen and (max-width:479px){.navlink-btn-border{margin-right:0;margin-top:20px}.h1{font-size:56px}.button-green.mlr10,.button-white-border.mlr10{margin-left:0;margin-right:0}.button-white-border.mlr10{margin-bottom:20px}.h6.fs16.dark.bold.mb5.mobile{font-size:12px}.enterprice-box{width:100%}.enterprise-item{padding-left:20px;padding-right:20px}.strip-wrapper.ptblr{padding:40px 30px}.button-dark.ml20{margin-left:0;margin-top:20px}.footer-wrapper{width:100%}.pricing-wrapper{width:90%}.c-stats-item{width:48%}.c-benefits-item{width:100%}.jd-form-box{padding:40px 30px}.demo-right,.popup-wrapper{padding-left:30px;padding-right:30px}.div-block{flex:0 auto;min-width:400%}.clients-image-three{margin-bottom:0;margin-left:0;margin-right:0}.image-3,.image-4{height:60px;width:60px}.image-5{height:60px}.compliance-box-landing{grid-column-gap:8px;grid-row-gap:8px}.button-green-border{padding-left:40px;padding-right:40px}.button-green-border.mlr10,.button-green-icon.mlr10{margin-left:0;margin-right:0}.strip-bottom-row-v2{align-content:center;flex-flow:wrap}.button-dark-icon.mlr10{margin-left:0;margin-right:0}.agent-wrapper,.library-wrapper,.lp-bento-wrapper,.lp-hero-wrapper{width:100%}.agent-item-img.desktop{display:none}.agent-item-img.mobile{display:block}.built-wrapper,.testimonial-wrapper{width:100%}}.wp-block-post-content>h2,.wp-block-post-content>h3{margin-top:56px!important}:root :where(.wp-block-post-content a:where(:not(.wp-element-button))){color:#0b151e!important}.taxonomy-post_tag{color:var(--color-secondary-text)!important}.taxonomy-post_tag>a{text-decoration:none!important}.taxonomy-post_tag>a:hover{color:var(--dark)!important}.wp-block-post-title{color:#000}.wp-block-post-title,.wp-block-post-title>a,.wp-block-post-title>a:active{text-decoration:none!important}.wp-block-post-title:hover{color:#0b151e}.wp-block-post-title:hover a{opacity:80%}.w-nav-link,.wx-nav-link{text-decoration:none!important}.w-nav-button{cursor:pointer;float:right;-webkit-tap-highlight-color:#0000;tap-highlight-color:#0000;display:none;font-size:24px;padding:18px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styled-text{background-color:#d9f1ff;border:1px solid #b3e0f6;border-radius:10px;color:#333;font-size:16px;line-height:1.5;margin-left:auto!important;margin-right:auto!important;max-width:var(--wp--style--global--content-size)!important;padding:15px}figure figcaption.wp-element-caption{color:var(--color-secondary-text);font-size:14px!important;margin-top:5px;text-align:center;white-space:pre-wrap}:root{--font-sans:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Inter,Georgia,Times,serif;--head-nav-gap:32px;--color-primary-text:var(--color-darker-gray);--h1-size:4.4rem;--footer-spacing:120px}@media (max-width:767px){:root{--footer-spacing:64px}}figcaption{font-size:1.3rem}.has-full-image figcaption{padding:0 16px}.gh-btn{font-weight:500}body:not(.is-head-stacked) .gh-head{height:88px}body:not(.is-head-stacked) .gh-head-inner{border-bottom:1px solid var(--color-light-gray)}.nav{letter-spacing:-.006em}body:not(.is-head-transparent):not(.is-head-brand):not(.is-head-dark) .gh-head-logo img+img{display:none}body:is(.is-head-transparent,.is-head-brand,.is-head-dark) .gh-head-logo img+img{opacity:1}.is-head-transparent .gh-head-logo img:first-of-type:not(:only-child){display:block;opacity:0}.gh-topic-grid+.gh-topic-grid{margin-top:80px}.gh-topic-grid .gh-topic-name{font-size:2.4rem;letter-spacing:-.01em;margin-bottom:40px;text-transform:uppercase}.gh-topic-grid .gh-topic-content{display:grid;gap:32px 40px;grid-template-columns:1fr 1fr}body:not(.home-template) .gh-topic-grid .gh-topic-content{justify-items:center;row-gap:48px}.gh-topic-footer{border-top:1px solid var(--color-light-gray);margin-top:48px;padding-top:20px;text-align:right}.gh-topic-grid .gh-card.large,body:not(.home-template) .gh-topic-grid .gh-card{grid-column:1/3}.gh-topic-grid .gh-card.large{width:100%}.gh-topic-grid .gh-card:not(.large){max-width:720px;width:100%}.gh-topic-grid .gh-card:not(:only-child).large{border-bottom:1px solid var(--color-light-gray);margin-bottom:16px;padding-bottom:48px}.gh-topic-grid .gh-card-link{display:flex;gap:24px}.gh-topic-grid .gh-card-link:hover{opacity:1!important}.gh-topic-grid .gh-card-link:hover .gh-card-title{opacity:.8}.gh-topic-grid .gh-card.large .gh-card-link{gap:40px}.gh-topic-grid .gh-card.featured.large .gh-card-link{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);min-height:600px;padding:48px 40px;position:relative}.gh-topic-grid .gh-card.featured.no-image.large .gh-card-link{background:var(--ghost-accent-color);min-height:400px}.gh-topic-grid .gh-card.large .gh-card-link>*{flex:1}.gh-topic-grid .gh-card-image{flex-shrink:0;height:100%;position:relative;width:128px}.gh-topic-grid .gh-card-image:before{content:"";display:block;padding-bottom:70%}.gh-topic-grid .gh-card.large .gh-card-image:before{padding-bottom:60%}.gh-topic-grid .gh-card.featured.large .gh-card-image{inset:0;position:absolute;width:100%;z-index:-1}.gh-topic-grid .gh-card-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.gh-topic-grid .gh-card-wrapper{margin-top:-3px}.gh-topic-grid .gh-card.featured.large .gh-card-wrapper{max-width:560px}.gh-topic-grid .gh-card-title{font-size:2rem;letter-spacing:-.015em;line-height:1.3;word-break:break-word}.gh-topic-grid .gh-card.large .gh-card-title{font-size:2.8rem;letter-spacing:-.02em}.gh-topic-grid .gh-card.no-image.large .gh-card-title{font-size:4.2rem;line-height:1.2}.gh-topic-grid .gh-card.featured.large .gh-card-title{color:var(--color-white);font-size:4.2rem;line-height:1.2}.gh-topic-grid .gh-card.featured.large .gh-card-link:hover .gh-card-title{opacity:.9}.gh-topic-grid .gh-card-excerpt{font-size:1.7rem;margin-top:12px;word-break:break-word}.gh-topic-grid .gh-card.no-image.large .gh-card-excerpt{max-width:720px}.gh-topic-grid .gh-card:not(.large) .gh-card-excerpt{display:-webkit-box;font-size:1.6rem;margin-top:4px;overflow-y:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gh-topic-grid .gh-card.featured.large .gh-card-excerpt{display:none}.gh-card-footer{align-items:center;color:var(--color-secondary-text);display:flex;font-size:1.1rem;font-weight:500;gap:6px;margin-top:16px;text-transform:uppercase}.gh-card:not(.large) .gh-card-footer{margin-top:12px}.gh-topic-grid .gh-card.featured.large .gh-card-footer{color:var(--color-white);margin-top:20px}.gh-card-footer>*+*{align-items:center;display:flex;gap:6px}.gh-card-footer>*+:not(script):before{background-color:currentColor;border-radius:50%;content:"";display:block;height:2px;width:2px}.gh-topic-list{display:grid;gap:80px 48px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:120px}.gh-topic-header{align-items:center;border-bottom:1px solid var(--color-light-gray);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.gh-topic-header .gh-topic-name{font-size:2rem;letter-spacing:-.015em}.gh-topic-header .gh-topic-link{color:var(--color-secondary-text)}.gh-topic-minimal .gh-card{max-width:720px}.gh-topic-minimal .gh-card-link{display:block}.gh-topic-minimal .gh-card-title{font-size:1.6rem;font-weight:400;letter-spacing:-.01em;line-height:1.6;word-break:break-word}.gh-topic-minimal .gh-card+.gh-card{margin-top:16px}.gh-topic-link{align-items:center;display:inline-flex;font-weight:600;letter-spacing:-.011em}.gh-topic-link svg{height:16px;margin-left:4px;width:16px}.gh-article-header{justify-items:start;position:relative}.gh-article-tag{font-size:1.2rem;font-weight:600;letter-spacing:.01em;margin-bottom:12px;text-transform:uppercase}.gh-article-excerpt{font-size:1.9rem}.has-full-image .gh-article-excerpt{margin-bottom:-8px}.gh-article-image{border-radius:10px;grid-column:main-start/main-end;width:100%}.has-wide-image .gh-article-image{grid-column:wide-start/wide-end}.gh-article-sidebar{grid-column:wide-start/main-start;left:0;padding-right:32px;position:absolute}.has-wide-image .gh-article-sidebar{top:calc(100% + 40px)}.gh-author-image-list{display:flex;margin-left:-2px}.gh-author-image{border-radius:50%;height:64px;margin-bottom:20px;overflow:hidden;position:relative;width:64px}.gh-author-image-list .gh-author-image{border:2px solid var(--color-white);margin-bottom:16px}.gh-author-image-list .gh-author-image:only-child{height:68px;width:68px}.gh-author-image-list .gh-author-image:hover{opacity:1}.gh-author-image-list .gh-author-image+.gh-author-image{margin-left:-20px}.gh-author-image-list .gh-author-image:first-child{z-index:30}.gh-author-image-list .gh-author-image:nth-child(2){z-index:20}.gh-author-image-list .gh-author-image:nth-child(3){z-index:10}.gh-author-image img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.gh-author-icon{background-color:var(--color-light-gray)}.gh-author-name-list{display:flex;flex-wrap:wrap;font-weight:800;line-height:1.35}.gh-author-name{display:flex;font-size:1.8rem;letter-spacing:-.01em;line-height:1.35}.gh-article-meta{color:var(--color-secondary-text);font-size:1.3rem;letter-spacing:-.003em;margin-top:3px}.gh-article-meta-inner{align-items:center;display:flex}.gh-article-meta-sep{background-color:currentColor;border-radius:50%;height:2px;margin:0 6px;width:2px}.gh-read-next{margin-top:80px}.gh-read-next .gh-pagehead{margin-bottom:48px;max-width:none}.gh-read-next .gh-pagehead-title{align-items:center;display:flex;font-size:1.8rem}.gh-read-next .gh-pagehead-title:after{background-color:var(--color-light-gray);content:"";flex-grow:1;height:1px;margin-left:1.6rem}.gh-cover{--cover-height:50vh;align-items:center;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;margin-bottom:-16px}.post-template .gh-cover{--cover-height:100vh;align-items:flex-end;background-color:transparent;margin-bottom:-56px;padding-bottom:0;padding-top:120px}.post-template .gh-cover:before{background-color:var(--color-black);content:"";inset:0;opacity:.3;position:absolute;transition:opacity 1.5s ease}.post-template .gh-cover.loading:before{opacity:1}.post-template .gh-cover-image{transform:scale(1);transition:transform 1.5s ease}.post-template .gh-cover.loading .gh-cover-image{transform:scale(1.02)}.gh-cover-content{display:flex;flex-direction:column;margin-top:100px;max-width:720px;text-align:center;width:100%}.post-template .gh-cover-content{align-items:flex-start;bottom:80px;margin-bottom:64px;max-width:1200px;position:sticky;text-align:left}.gh-cover-content .gh-article-tag,.gh-cover-title{color:var(--color-white)}.gh-cover-title{font-size:7.2rem;text-transform:uppercase;word-break:break-word}.tag-template .gh-cover-title{font-family:var(--font-sans);letter-spacing:-.01em}.post-template .gh-cover-title{text-transform:none}.gh-cover-description{color:var(--color-white);font-size:1.9rem;margin-top:20px}.has-serif-body .gh-cover-description{font-family:var(--font-serif)}.gh-pagehead{display:flex;flex-direction:column;margin-bottom:40px;max-width:560px}.gh-pagehead-title{font-size:2.4rem;letter-spacing:-.01em;text-transform:uppercase}.gh-pagehead-description{color:var(--color-secondary-text);font-size:1.7rem;margin-top:12px}.has-serif-body .gh-pagehead-description{font-family:var(--font-serif)}.gh-subscribe{margin-bottom:80px;margin-top:100px;text-align:center}.gh-subscribe-title{color:var(--color-white);font-size:4.4rem;white-space:break-spaces}.has-serif-title .gh-subscribe-title{font-family:var(--font-serif)}.gh-subscribe-description{font-size:2rem;margin-top:16px;white-space:break-spaces}.has-serif-body .gh-subscribe-description{font-family:var(--font-serif)}.gh-subscribe-btn{background-color:var(--color-white);color:var(--color-darker-gray);letter-spacing:-.011em;margin-top:40px}.gh-subscribe-btn:hover{opacity:.9}.gh-subscribe-btn svg{margin-right:6px}.gh-foot{background-color:var(--color-darker-gray);margin-top:120px;padding-bottom:120px;padding-top:80px}.page-template .gh-foot{margin-top:0}.gh-foot,.gh-foot a,.gh-foot a:hover{color:var(--color-white)}.gh-foot-inner{align-items:center;display:flex;flex-direction:column;font-size:1.4rem}.gh-foot-menu{border-bottom:1px solid hsla(0,0%,100%,.15);padding-bottom:32px;text-align:center;width:100%}.gh-subscribe~.gh-foot-menu{border-top:1px solid hsla(0,0%,100%,.15);padding:16px 0}.gh-foot-menu .nav{font-weight:500;gap:32px}.gh-foot-menu .nav li+li:before{display:none}.gh-copyright{color:var(--color-secondary-text);letter-spacing:-.006em;margin-top:32px}.gh-subscribe~.gh-copyright{margin-top:64px}@media (max-width:767px){.gh-main{padding-bottom:6.4rem;padding-top:6.4rem}.gh-cover-content{margin-top:40px}.post-template .gh-cover-content{bottom:32px;margin-bottom:32px}.gh-cover-title{font-size:3.2rem}.gh-cover-description{font-size:1.7rem}.gh-topic-grid .gh-topic-content{row-gap:32px!important}.gh-topic-grid .gh-card:not(:only-child).large{margin-bottom:4px;padding-bottom:36px}.gh-topic-grid .gh-card-link{gap:16px}.gh-topic-grid .gh-card.large .gh-card-link{gap:32px}.gh-topic-grid .gh-card.featured.large a.gh-card-link{min-height:400px;padding:32px 24px}.gh-topic-grid .gh-card-image{width:100px}.gh-topic-grid .gh-card-title{font-size:1.6rem}.gh-topic-grid .gh-card.featured.large .gh-card-title{font-size:3.2rem}.gh-topic-grid .gh-card:not(.large) .gh-card-excerpt{display:none}.gh-card:not(.large) .gh-card-footer{margin-top:8px}.gh-topic-grid .gh-card:not(.large) :where(.gh-card-author,.gh-card-footer-sep){display:none}.gh-topic-minimal .gh-card+.gh-card{margin-top:12px}.gh-topic-minimal .gh-card-title{font-size:1.5rem}.gh-foot,.gh-read-next{margin-top:64px}.gh-foot{padding-bottom:160px;padding-top:64px}.gh-subscribe{margin-bottom:32px}.gh-subscribe-title{font-size:3.2rem}.gh-subscribe-description{font-size:1.7rem}.gh-foot-menu{padding:24px 0}.gh-foot-menu .nav{gap:12px}.gh-copyright{margin-top:32px}}@media (min-width:768px){body:not(.home-template) .gh-topic-grid .gh-card:not(.large) .gh-card-image{width:160px}}@media (max-width:991px){.gh-topic-grid .gh-topic-content{grid-template-columns:1fr}.gh-topic-grid .gh-card.large{grid-column:auto}.gh-topic-grid .gh-card:not(.featured).large .gh-card-link{flex-direction:column}.gh-topic-grid .gh-card.featured.large .gh-card-link{min-height:480px}.gh-topic-grid .gh-card.large .gh-card-link>*{width:100%}}@media (min-width:992px){.gh-head{font-size:1.4rem;font-weight:500}.has-full-image .gh-article-excerpt{font-size:2.4rem;margin-top:36px}}@media (max-width:1199px){.gh-article-sidebar{align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-column:main-start/main-end;grid-template-columns:auto 1fr;margin-top:24px;padding-right:0;position:static}.gh-article-sidebar .gh-author-image-list{grid-row:1/3}.gh-article-sidebar .gh-author-image{height:48px;margin-bottom:0;width:48px}.gh-author-image-list .gh-author-image+.gh-author-image{margin-left:-16px}.gh-author-name-list{font-weight:600}.gh-author-name{font-size:1.7rem;font-weight:600}.gh-article-meta{line-height:1;margin-top:-6px}}/*# sourceMappingURL=screen.css.map */
