@import url("https://use.typekit.net/xoz1kst.css");@font-face{src:url(../../assets/fonts/KlintRounded/KlintRoundedStd-Black.otf) format("opentype");font-family:KlintRoundedStd;font-weight:900;font-style:normal}@font-face{src:url(../../assets/fonts/KlintRounded/KlintRoundedStd-Bold.otf) format("opentype");font-family:KlintRoundedStd;font-weight:700;font-style:normal}@font-face{src:url(../../assets/fonts/KlintRounded/KlintRoundedStd-Medium.otf) format("opentype");font-family:KlintRoundedStd;font-weight:500;font-style:normal}@font-face{src:url(../../assets/fonts/KlintRounded/KlintRoundedStd-Regular.otf) format("opentype");font-family:KlintRoundedStd;font-weight:400;font-style:normal}@font-face{src:url(../../assets/fonts/KlintRounded/KlintRoundedStd-Light.otf) format("opentype");font-family:KlintRoundedStd;font-weight:300;font-style:normal}:root{--background:s.$white;--foreground:#0a0a0a}body,html{position:relative;max-width:100vw;overflow-x:hidden;font-size:1.1rem}body{height:100%;color:var(--foreground);background:var(--background);font-family:museo-sans,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#container{position:relative;min-height:100vh}#content{padding-bottom:38.55rem}@media screen and (min-width:40em){#content{padding-bottom:33.35rem}}#content a:not(.button){text-decoration:underline}*{box-sizing:border-box;padding:0;margin:0;line-height:1.4}a:not(.button){color:inherit;text-decoration:none}a:not(.button):focus,a:not(.button):hover{text-decoration:underline}hr,p,ul{margin-bottom:1rem}ul>li{margin-left:1rem}ul>li:not(:last-child){margin-bottom:.35rem}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;background:transparent}@media (prefers-color-scheme:light){html{color-scheme:light}}.accent{color:#6fd046;font-weight:700}.center{text-align:center}.margin-center{margin-left:auto;margin-right:auto}.overflow{overflow:auto}hr{border-color:#000;outline-color:#000}main{position:relative;z-index:1;padding:0 1rem;max-width:60rem;margin:0 auto auto}.error404 main,.wp-singular:not(.home) main{margin-top:3rem}.post-width,.single-post main{max-width:70ch}button{cursor:pointer}button.styleless{background:unset;font-size:unset;color:unset;border:unset;font-weight:unset}.button{position:relative;cursor:pointer;width:-moz-fit-content;width:fit-content;background:rgba(38,46,68,.95);border:none;outline:none;text-decoration:none;color:#fff;display:flex;align-self:center;font-size:1rem;padding:.5rem 2rem;font-weight:700;border-radius:1rem;transition-property:background;transition:.3s ease-in-out}.button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1rem;box-shadow:0 0 .5rem 0 rgba(38,46,68,.75);opacity:0;transition:opacity .3s ease-in-out}.button:focus,.button:hover{background:#262e44}.button:focus:after,.button:hover:after{opacity:1}.button--icon{background:none;display:block;border:none;position:relative;width:1.75rem;height:1.75rem}.button--icon-small{padding:0;width:1.5rem;height:1.5rem}.button--icon svg{position:absolute;top:0;left:0;width:100%;height:100%;fill:hsla(0,0%,100%,.75);transition:fill .3s ease-in-out}.button--icon:focus,.button--icon:hover{outline-color:none}.button--icon:focus svg,.button--icon:hover svg{fill:#fff}.button--close{position:absolute;top:.25rem;right:.25rem;width:2rem;height:2rem;border-radius:50%;background:transparent;border:2px solid transparent;transition-property:border;transition:.3s ease-in-out;padding:0;z-index:1}.button--close svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;transform:translate(-50%,-50%) scale(1.15);fill:#6fd046;transition:fill .3s ease-in-out}.button--close:focus,.button--close:hover{border-color:#fff;background:transparent}.button--close--full svg{width:100%;height:100%}.button--close--small{width:1.75rem;height:1.75rem}.button--close--no-border:focus,.button--close--no-border:hover{border-color:transparent}.button--hollow{border:2px solid #fff;background:transparent;transition:all .3s ease-in-out;color:#fff}.button--hollow:after{box-shadow:0 0 .5rem 0 hsla(0,0%,100%,.75)}.button--hollow:focus,.button--hollow:hover{background:transparent;color:#fff}.button--hollow-active{outline-color:#000;font-weight:700}.button--hollow--accent{color:#fff;border-color:#fff}.button--hollow--accent:focus,.button--hollow--accent:hover{outline-color:#fff}.button--hollow--fill,.button--hollow--fill:focus,.button--hollow--fill:hover{background:#262e44}.button--hollow--light{color:hsla(0,0%,100%,.75);border-color:hsla(0,0%,100%,.75)}.button--hollow--light:focus,.button--hollow--light:hover{color:#fff;outline-color:#fff;border-color:#fff}.button--accent{background:rgba(111,208,70,.95);color:#000}.button--accent:after{box-shadow:0 0 .5rem 0 rgba(111,208,70,.75)}.button--accent:focus,.button--accent:hover{background:#6fd046;color:#000}.button--midnight{background:rgba(38,46,68,.95);color:#fff}.button--midnight:after{box-shadow:0 0 .5rem 0 rgba(0,0,0,.75)}.button--midnight:focus,.button--midnight:hover{background:#000;color:#fff}.button--white{background:hsla(0,0%,100%,.95);color:#000}.button--white:after{box-shadow:0 0 .5rem 0 rgba(0,0,0,.75)}.button--white:focus,.button--white:hover{background:#000;color:#fff}.button--slim{font-size:.95rem;padding:.25rem .75rem}.buttons{width:100%;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.buttons.left{justify-content:flex-start}.buttons .button,.buttons button{margin-left:0;margin-right:0}.flex{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.flex--half>*{width:100%}@media screen and (min-width:40em){.flex--half>*{width:calc(50% - .5rem)}}h1{font-family:KlintRoundedStd;font-size:1.875rem;color:#262e44}@media screen and (min-width:40em){h1{font-size:3.25rem}}h2{font-family:KlintRoundedStd;font-size:1.75rem;color:#262e44}@media screen and (min-width:40em){h2{font-size:2.5rem}}h3{font-family:KlintRoundedStd;font-size:1.25rem;color:#262e44}@media screen and (min-width:40em){h3{font-size:1.75rem}}h4{font-family:KlintRoundedStd;font-size:1.15rem;color:#262e44}@media screen and (min-width:40em){h4{font-size:1.5rem}}h5{font-family:KlintRoundedStd;font-size:1rem;color:#262e44}@media screen and (min-width:40em){h5{font-size:1.25rem}}h6{font-family:KlintRoundedStd;font-size:1rem;color:#262e44}@media screen and (min-width:40em){h6{font-size:1.25rem}}h3{font-weight:500;color:#39781e;letter-spacing:.25rem}.heading-small,h3{text-transform:uppercase}.heading-small{font-size:1rem}@media screen and (min-width:40em){.heading-small{font-size:1.15rem}}.login h1 a{background:url(../../assets/icons/JustAskWP_icon-rd-green.svg) no-repeat top;background-size:contain;width:326px;height:67px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block}.space-top-minus{margin-top:-3rem!important}.space-top{margin-top:3rem!important}.space-top-tiny{margin-top:.5rem!important}.space-top-tiny-minus{margin-top:-.5rem!important}.space-top-vsmall{margin-top:1rem!important}.space-top-vsmall-minus{margin-top:-1rem!important}.space-top-small{margin-top:2rem!important}.space-top-small-minus{margin-top:-2rem!important}.space-top-medium{margin-top:3rem!important}.space-top-medium-minus{margin-top:-3rem!important}.space-top-large{margin-top:4rem!important}.space-top-large-minus{margin-top:-4rem!important}.space-top-vlarge{margin-top:6rem!important}.space-top-vlarge-minus{margin-top:-6rem!important}.space-top-none{margin-top:0!important}.space-left-minus{margin-left:-3rem!important}.space-left{margin-left:3rem!important}.space-left-tiny{margin-left:.5rem!important}.space-left-tiny-minus{margin-left:-.5rem!important}.space-left-vsmall{margin-left:1rem!important}.space-left-vsmall-minus{margin-left:-1rem!important}.space-left-small{margin-left:2rem!important}.space-left-small-minus{margin-left:-2rem!important}.space-left-medium{margin-left:3rem!important}.space-left-medium-minus{margin-left:-3rem!important}.space-left-large{margin-left:4rem!important}.space-left-large-minus{margin-left:-4rem!important}.space-left-vlarge{margin-left:6rem!important}.space-left-vlarge-minus{margin-left:-6rem!important}.space-left-none{margin-left:0!important}.space-right-minus{margin-right:-3rem!important}.space-right{margin-right:3rem!important}.space-right-tiny{margin-right:.5rem!important}.space-right-tiny-minus{margin-right:-.5rem!important}.space-right-vsmall{margin-right:1rem!important}.space-right-vsmall-minus{margin-right:-1rem!important}.space-right-small{margin-right:2rem!important}.space-right-small-minus{margin-right:-2rem!important}.space-right-medium{margin-right:3rem!important}.space-right-medium-minus{margin-right:-3rem!important}.space-right-large{margin-right:4rem!important}.space-right-large-minus{margin-right:-4rem!important}.space-right-vlarge{margin-right:6rem!important}.space-right-vlarge-minus{margin-right:-6rem!important}.space-right-none{margin-right:0!important}.space-bottom-minus{margin-bottom:-3rem!important}.space-bottom{margin-bottom:3rem!important}.space-bottom-tiny{margin-bottom:.5rem!important}.space-bottom-tiny-minus{margin-bottom:-.5rem!important}.space-bottom-vsmall{margin-bottom:1rem!important}.space-bottom-vsmall-minus{margin-bottom:-1rem!important}.space-bottom-small{margin-bottom:2rem!important}.space-bottom-small-minus{margin-bottom:-2rem!important}.space-bottom-medium{margin-bottom:3rem!important}.space-bottom-medium-minus{margin-bottom:-3rem!important}.space-bottom-large{margin-bottom:4rem!important}.space-bottom-large-minus{margin-bottom:-4rem!important}.space-bottom-vlarge{margin-bottom:6rem!important}.space-bottom-vlarge-minus{margin-bottom:-6rem!important}.space-bottom-none{margin-bottom:0!important}.pad-top-minus{padding-top:-3rem!important}.pad-top{padding-top:3rem!important}.pad-top-tiny{padding-top:.5rem!important}.pad-top-tiny-minus{padding-top:-.5rem!important}.pad-top-vsmall{padding-top:1rem!important}.pad-top-vsmall-minus{padding-top:-1rem!important}.pad-top-small{padding-top:2rem!important}.pad-top-small-minus{padding-top:-2rem!important}.pad-top-medium{padding-top:3rem!important}.pad-top-medium-minus{padding-top:-3rem!important}.pad-top-large{padding-top:4rem!important}.pad-top-large-minus{padding-top:-4rem!important}.pad-top-vlarge{padding-top:6rem!important}.pad-top-vlarge-minus{padding-top:-6rem!important}.pad-top-none{padding-top:0!important}.pad-left-minus{padding-left:-3rem!important}.pad-left{padding-left:3rem!important}.pad-left-tiny{padding-left:.5rem!important}.pad-left-tiny-minus{padding-left:-.5rem!important}.pad-left-vsmall{padding-left:1rem!important}.pad-left-vsmall-minus{padding-left:-1rem!important}.pad-left-small{padding-left:2rem!important}.pad-left-small-minus{padding-left:-2rem!important}.pad-left-medium{padding-left:3rem!important}.pad-left-medium-minus{padding-left:-3rem!important}.pad-left-large{padding-left:4rem!important}.pad-left-large-minus{padding-left:-4rem!important}.pad-left-vlarge{padding-left:6rem!important}.pad-left-vlarge-minus{padding-left:-6rem!important}.pad-left-none{padding-left:0!important}.pad-right-minus{padding-right:-3rem!important}.pad-right{padding-right:3rem!important}.pad-right-tiny{padding-right:.5rem!important}.pad-right-tiny-minus{padding-right:-.5rem!important}.pad-right-vsmall{padding-right:1rem!important}.pad-right-vsmall-minus{padding-right:-1rem!important}.pad-right-small{padding-right:2rem!important}.pad-right-small-minus{padding-right:-2rem!important}.pad-right-medium{padding-right:3rem!important}.pad-right-medium-minus{padding-right:-3rem!important}.pad-right-large{padding-right:4rem!important}.pad-right-large-minus{padding-right:-4rem!important}.pad-right-vlarge{padding-right:6rem!important}.pad-right-vlarge-minus{padding-right:-6rem!important}.pad-right-none{padding-right:0!important}.pad-bottom-minus{padding-bottom:-3rem!important}.pad-bottom{padding-bottom:3rem!important}.pad-bottom-tiny{padding-bottom:.5rem!important}.pad-bottom-tiny-minus{padding-bottom:-.5rem!important}.pad-bottom-vsmall{padding-bottom:1rem!important}.pad-bottom-vsmall-minus{padding-bottom:-1rem!important}.pad-bottom-small{padding-bottom:2rem!important}.pad-bottom-small-minus{padding-bottom:-2rem!important}.pad-bottom-medium{padding-bottom:3rem!important}.pad-bottom-medium-minus{padding-bottom:-3rem!important}.pad-bottom-large{padding-bottom:4rem!important}.pad-bottom-large-minus{padding-bottom:-4rem!important}.pad-bottom-vlarge{padding-bottom:6rem!important}.pad-bottom-vlarge-minus{padding-bottom:-6rem!important}.pad-bottom-none{padding-bottom:0!important}.wp-block-table,table{overflow:auto;border:none;min-width:45rem}.wp-block-table td,.wp-block-table th,.wp-block-table thead,.wp-block-table tr,table td,table th,table thead,table tr{border:2px solid #fff}.wp-block-table td:not(:first-child),.wp-block-table th:not(:first-child),table td:not(:first-child),table th:not(:first-child){text-align:center}.wp-block-table tbody tr:nth-child(odd),table tbody tr:nth-child(odd){background:rgba(87,91,102,.25)}:root{--cc-btn-primary-bg:#262e44;--cc-btn-primary-hover-bg:#000;--cc-cookie-category-block-bg:#f1faed;--cc-cookie-category-block-hover-bg:#f1faed;--cc-btn-border-radius:1rem}.load-in-view{transform:translateY(1rem);opacity:0;transition-property:transform,opacity;transition:.3s ease-in-out}.load-in-view.loaded{opacity:1;transform:translateY(0)}.header{width:100%;background:#262e44}.header__title{width:10rem;font-weight:700}.header__title img{width:200px}.header__container{position:relative;display:flex;justify-content:space-between;gap:1rem;padding:1rem;z-index:2;align-items:center;max-width:75rem;margin:auto}@media screen and (min-width:40em){.header__container{padding:1.5rem}}.header__get-started{display:none}@media screen and (min-width:64em){.header__get-started{display:block}}.header__mobile{display:block}@media screen and (min-width:64em){.header__mobile{display:none}}.header__mobile-icon{position:relative;display:block;border:none;padding:.5rem 0;background:transparent}.header__mobile-icon>span{display:block;width:1.5rem;height:.15rem;background:#fff}.header__mobile-icon:after,.header__mobile-icon:before{position:absolute;left:0;content:"";width:1.5rem;height:.15rem;background:#fff}.header__mobile-icon:after{top:0}.header__mobile-icon:before{bottom:0}.header__menu{display:none;align-items:center;justify-content:space-between;color:#fff;font-weight:700;gap:1rem}@media screen and (min-width:64em){.header__menu{display:flex;gap:2rem}}.header__menu a:focus,.header__menu a:hover{text-decoration:underline}.header__mobile-menu{padding-top:2rem}.header__mobile-menu__item{display:block;font-weight:700;margin-bottom:2rem}.home .header__container{padding:1rem 1rem 2rem}@media screen and (min-width:40em){.home .header__container{padding:2rem 1rem 3rem}}.footer{position:absolute;bottom:0;left:0;width:100%;height:auto;overflow:hidden;z-index:50;background:#262e44;color:#fff;padding:4rem 3rem 2rem}.footer__logo{margin-left:0}@media screen and (min-width:40em){.footer__logo{margin-left:-3.55rem}}.footer__logo__full{display:none;width:12.5rem}@media screen and (min-width:40em){.footer__logo__full{display:block}}.footer__logo__small{display:block;width:6.25rem;margin-left:-1.5rem}@media screen and (min-width:40em){.footer__logo__small{display:none}}.footer__container{max-width:68rem;margin:auto;padding-left:0}@media screen and (min-width:40em){.footer__container{padding-left:3.55rem}}.footer__menu{display:flex;flex-direction:column;gap:1rem;font-weight:700;margin-top:1rem;margin-bottom:7rem}@media screen and (min-width:40em){.footer__menu{margin-top:2rem}}.footer__group{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;flex-direction:column-reverse;align-items:center}@media screen and (min-width:40em){.footer__group{flex-direction:row}}.footer__copyright{width:100%;text-align:center}@media screen and (min-width:40em){.footer__copyright{width:calc(50% - 1rem);text-align:left}}.footer__social{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;width:100%}@media screen and (min-width:40em){.footer__social{width:calc(50% - 1rem);justify-content:flex-end}}.footer__social__icon{width:2rem;height:2rem;border-radius:50%;background:#6fd046}.sidebar{position:fixed;display:none;top:0;left:0;width:100%;height:101vh;background:rgba(38,46,68,.5);backdrop-filter:blur(2px);opacity:0;transition:opacity .5s ease-in-out;box-shadow:0 0 1.5rem .35rem rgba(0,0,0,.4);z-index:101}.sidebar__close{position:absolute;z-index:1;top:.5rem;right:.5rem}.sidebar__container{position:fixed;top:0;right:0;width:85%;height:101vh;background:#262e44;padding:1rem;overflow-y:auto;transform:translateX(calc(100% + 2rem));color:#fff;transition:transform .5s ease-in-out;box-shadow:0 0 1.5rem .35rem rgba(0,0,0,.4)}.sidebar__container.no-pad{padding:2rem 0 0}@media screen and (min-width:40em){.sidebar__container{width:45%}}.sidebar.open{opacity:1}.sidebar.open .sidebar__container{transform:translateX(0)}.sidebar--menu{overflow:hidden scroll;margin-bottom:5rem}.sidebar--menu .sidebar__container{padding-top:0}.sidebar--menu a{text-decoration:none;color:#fff}.sidebar--menu a:focus{outline:none;color:#262e44}.sidebar--menu a{font-weight:700}.sidebar--menu a,.sidebar--menu a:focus{color:#fff}.sidebar--menu .button{color:#262e44}.sidebar--menu__item{position:relative;padding:1rem 0 1rem 1rem}.sidebar--menu__item.active>a:after{transform:rotate(0deg)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;background:hsla(0,0%,100%,.85);backdrop-filter:blur(.25rem);z-index:101;overflow:auto}.modal__container{position:relative;display:flex;justify-content:center;flex-direction:column;width:calc(100% - 3rem);max-width:65rem;margin:min(15rem,10vh) auto 1rem;height:auto;z-index:2;padding:1rem}.modal__container.content{height:-moz-fit-content;height:fit-content;padding:1rem;background:#fff;max-width:45rem;box-shadow:0 4px 8px 1px rgba(0,0,0,.25)}.modal__container.content-expanded{max-width:55rem}.modal__background{position:absolute;top:0;left:0;width:100%;height:100%;height:98vh;z-index:1}.modal__background svg{width:100%;height:100%}.modal__background svg circle,.modal__background svg path{fill:rgba(38,46,68,.15)}.modal.open{opacity:1}.modal.behind-header{z-index:95}.modal--background-none{background:transparent;backdrop-filter:unset;pointer-events:none}.modal--cover-full{background:#fff}.modal--cover-more{background:hsla(0,0%,100%,.95)}.modal__wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:auto;width:calc(100% - 3rem);max-width:60rem;max-height:calc(100% - 3rem);background:#fff;padding:2rem}.modal__wrap--slim{max-width:40rem}.modal__wrap--primary{background:hsla(0,0%,100%,.95)}.modal__wrap--no-max{max-width:100%}.modal__wrap--center{text-align:center}.modal__wrap--no-background{background:transparent}.modal__wrap--no-pad{padding:0}.modal__wrap--top{top:33%}.modal__close{position:absolute;cursor:pointer;top:.5rem;right:.5rem;z-index:1;background:#262e44}.modal--button-cover:before{content:"";border-radius:1rem;position:absolute;top:0;right:0;width:14rem;height:3rem;z-index:1;background:#fff}.modal--button-cover-small:before{width:8rem}.modal.search .modal__container{top:calc(25% + 1rem);display:flex;max-width:45rem}.modal.search .search-form{padding:1rem}.cd-block{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.cd-block.darkish{background:#2f3954;color:#fff}.cd-block.darkish h2{color:#fff}.cd-block .heading,.cd-block .small,.cd-block>h2{text-align:center;margin-bottom:2rem}.cd-block .heading.small,.cd-block .small.small,.cd-block>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.cd-block .heading,.cd-block .small,.cd-block>h2{margin-bottom:4rem}.cd-block .heading.small,.cd-block .small.small,.cd-block>h2.small{margin-bottom:2rem}}.cd-block .heading.align-left{text-align:left}.cd-block.post .cd-block__container{margin:auto;max-width:70ch;padding-left:1rem;padding-right:1rem}.home-top-promo{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;background:#262e44;color:#fff;overflow:hidden}.home-top-promo img{width:275px}.home-top-promo h1,.home-top-promo h2{color:#fff}.home-top-promo h1{margin-bottom:2rem}.home-top-promo h1 span{font-weight:400;font-size:2rem}.home-top-promo h2{font-size:1.75rem;margin-bottom:.5rem}.home-top-promo .desktop{display:none}@media screen and (min-width:40em){.home-top-promo .desktop{display:block}}.home-top-promo .mobile{display:block}@media screen and (min-width:40em){.home-top-promo .mobile{display:none}}.home-top-promo .mobile h1,.home-top-promo .mobile h1 span{font-weight:700}.home-top-promo .container{position:relative;display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:2rem 1rem 15rem;max-width:75rem;margin:auto}@media screen and (min-width:40em){.home-top-promo .container{padding:3rem 1rem}}.home-top-promo .content{width:100%}@media screen and (min-width:40em){.home-top-promo .content{width:calc(50% - 2rem)}}.home-top-promo .content p{max-width:30rem}.home-top-promo .background{position:absolute;bottom:-1rem;left:50%;width:min(100%,21rem);transform:translateX(-50%);height:auto;z-index:-1}.home-top-promo .background svg{fill:#6fd046;transform:scale(1.02);transform-origin:left}@media screen and (min-width:40em){.home-top-promo .background{position:relative;width:calc(50% - 2rem);transform:translateX(0);left:unset}.home-top-promo .background svg{transform:scale(1.25)}}.home-top-promo .buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:3rem;justify-content:center}.home-top-promo .buttons a{width:100%;max-width:15rem;text-align:center}.home-top-promo .buttons a span{width:100%}@media screen and (min-width:40em){.home-top-promo .buttons{justify-content:flex-start}.home-top-promo .buttons a{width:unset;max-width:unset}}.home-problem{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-problem .heading,.home-problem .small,.home-problem>h2{text-align:center;margin-bottom:2rem}.home-problem .heading.small,.home-problem .small.small,.home-problem>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-problem .heading,.home-problem .small,.home-problem>h2{margin-bottom:4rem}.home-problem .heading.small,.home-problem .small.small,.home-problem>h2.small{margin-bottom:2rem}}.home-problem .heading.align-left{text-align:left}.home-problem{background:linear-gradient(0deg,#fff 20%,#f1faed 90%)}.home-problem__container{display:flex;flex-direction:column;gap:2rem;align-items:center;max-width:43rem;margin:auto}.home-problem .link img{width:17rem}.home-problem .content,.home-problem .headings{text-align:center}.home-problem .headings{max-width:14rem}@media screen and (min-width:40em){.home-problem .headings{max-width:100%}}.home-problem .content{line-height:2rem;font-size:1.05rem}.home-problem .circled{position:relative}.home-problem .circled svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:#6fd046;top:calc(50% + .5rem);z-index:-1;width:7.5rem;height:auto;transform:translate(-50%,-50%) scale(1.25,.85)}@media screen and (min-width:40em){.home-problem .circled svg{width:11rem}}.home-service-rep{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-service-rep .heading,.home-service-rep .small,.home-service-rep>h2{text-align:center;margin-bottom:2rem}.home-service-rep .heading.small,.home-service-rep .small.small,.home-service-rep>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-service-rep .heading,.home-service-rep .small,.home-service-rep>h2{margin-bottom:4rem}.home-service-rep .heading.small,.home-service-rep .small.small,.home-service-rep>h2.small{margin-bottom:2rem}}.home-service-rep .heading.align-left{text-align:left}.home-service-rep{background:#2f3954;color:#fff}.home-service-rep__heading{color:#fff}.home-service-rep__rep{padding-top:0;padding-bottom:0;display:flex;gap:1rem;flex-wrap:wrap;align-items:center;flex-direction:column-reverse}@media screen and (min-width:64em){.home-service-rep__rep{padding-top:2rem;padding-bottom:3rem;flex-direction:row}}.home-service-rep__group{width:100%;max-width:45rem;margin:auto}.home-service-rep__group.large{width:100%}@media screen and (min-width:64em){.home-service-rep__group{width:calc(40% - 1rem)}.home-service-rep__group.large{width:60%}}.home-service-rep__video{width:max(95%,16rem);position:relative;margin:auto auto 3rem}@media screen and (min-width:64em){.home-service-rep__video{margin-bottom:0}}.home-service-rep__video video{width:100%;height:auto;background:#6fd046;border:.25rem solid #6fd046;border-radius:1rem}.home-service-rep__modal-video{position:relative;background:#fff;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;aspect-ratio:16/9;transform:translate(-50%,-50%) scale(1);width:calc(100% - 1.5rem);max-width:50rem;max-height:calc(100% - 1.5rem);transition:opacity .3s ease-in-out;z-index:2}.home-service-rep__modal-video__close{position:absolute;top:-.5rem;right:-.5rem;background:#262e44;z-index:2}.home-service-rep__modal-video__close:focus,.home-service-rep__modal-video__close:hover{background:#262e44}.home-service-rep__modal-video video{width:100%;height:100%;aspect-ratio:16/9}.home-service-rep__banner{position:relative;background:transparent;overflow:hidden;border:.25rem solid #6fd046;border-radius:1rem;width:100%;aspect-ratio:16/9}.home-service-rep__floater{position:absolute;display:flex;flex-direction:column;width:12rem;bottom:-2.25rem;left:50%;gap:.25rem;align-items:center;text-align:center;transform:translateX(-50%);font-size:.85rem;background:transparent;border:none}.home-service-rep__floater__icon{position:relative;display:none}@media screen and (min-width:64em){.home-service-rep__floater__icon{display:block}}.home-service-rep__floater__icon{width:3.5rem;height:3.5rem;background:#262e44;border-radius:50%}.home-service-rep__floater__icon svg{position:absolute;top:50%;left:50%;width:100%;height:auto;fill:#6fd046;transform:translate(-50%,-50%) scale(.65)}@media screen and (min-width:64em){.home-service-rep__floater{width:12rem;bottom:-4rem;right:-1rem;left:unset;transform:translateX(0)}}.home-service-rep__heading{display:none}@media screen and (min-width:64em){.home-service-rep__heading{display:block}}.home-service-rep__heading{font-size:1.75rem;text-align:center;margin-bottom:2rem}@media screen and (min-width:64em){.home-service-rep__heading{text-align:left;font-size:2.25rem;margin-bottom:2rem}.home-service-rep__heading.mobile{display:none}}.home-service-rep__mobile{display:block}@media screen and (min-width:64em){.home-service-rep__mobile{display:none}}.home-service-rep__desktop{display:none}@media screen and (min-width:64em){.home-service-rep__desktop{display:block}}.home-service-rep__items{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}@media screen and (min-width:64em){.home-service-rep__items{padding-left:0}}.home-service-rep__item{position:relative;display:flex;align-items:center;gap:.75rem;font-weight:700}.home-service-rep__icon{position:relative;width:1.5rem;height:1.5rem;border-radius:50%;border:.15rem solid #6fd046}.home-service-rep__icon:after,.home-service-rep__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.15rem;height:.75rem;border-radius:1rem;background:#6fd046;transform-origin:center}.home-service-rep__icon:before{transform:translate(-50%,-50%) rotate(45deg)}.home-service-rep__icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.home-service-rep__content{margin-bottom:2rem;padding:0 1rem}@media screen and (min-width:64em){.home-service-rep__content{margin-bottom:1rem;padding-left:0}}.home-business-built{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-business-built .heading,.home-business-built .small,.home-business-built>h2{text-align:center;margin-bottom:2rem}.home-business-built .heading.small,.home-business-built .small.small,.home-business-built>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-business-built .heading,.home-business-built .small,.home-business-built>h2{margin-bottom:4rem}.home-business-built .heading.small,.home-business-built .small.small,.home-business-built>h2.small{margin-bottom:2rem}}.home-business-built .heading.align-left{text-align:left}.home-business-built{background:#262e44}.home-business-built,.home-business-built h2:not(.small){color:#fff}.home-business-built .small{color:#6fd046}.home-business-built__content{color:#fff}.home-business-built__sections{display:flex;flex-wrap:wrap;gap:1rem;max-width:55rem;margin:auto}@media screen and (min-width:40em){.home-business-built__sections{margin-top:6rem;gap:2rem}}.home-business-built__section{width:100%;padding:.5rem 2rem}@media screen and (min-width:40em){.home-business-built__section{width:calc(50% - 1rem)}}.home-business-built__section.lifted{margin-top:0}@media screen and (min-width:40em){.home-business-built__section.lifted{margin-top:-3rem}}.home-business-built__heading{color:#fff;margin-bottom:1rem;text-align:center}@media screen and (min-width:40em){.home-business-built__heading{text-align:left}}.home-business-built__icon{width:6rem;height:6rem;margin-bottom:1rem;margin-left:auto;margin-right:auto}@media screen and (min-width:40em){.home-business-built__icon{margin-left:0;margin-right:0}}.home-business-built__icon svg{fill:#6fd046;width:100%;height:auto}.home-setup{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-setup .heading,.home-setup .small,.home-setup>h2{text-align:center;margin-bottom:2rem}.home-setup .heading.small,.home-setup .small.small,.home-setup>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-setup .heading,.home-setup .small,.home-setup>h2{margin-bottom:4rem}.home-setup .heading.small,.home-setup .small.small,.home-setup>h2.small{margin-bottom:2rem}}.home-setup .heading.align-left{text-align:left}.home-setup__group{display:flex;align-items:center;flex-direction:row;gap:.5rem}@media screen and (min-width:40em){.home-setup__group{flex-direction:column;gap:0}}.home-setup__steps{display:flex;flex-wrap:wrap;gap:1.5rem;max-width:60rem;margin:auto}.home-setup__step{background:#f1faed;width:100%;border-radius:1rem;padding:1rem}@media screen and (min-width:40em){.home-setup__step{width:calc(33.33333% - 1.5rem);padding:2rem}}.home-setup__icon{position:relative;width:3rem;height:3rem;border-radius:50%;background:#6fd046;margin-bottom:1.5rem}.home-setup__icon span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform:translate(-50%,calc(-50% + .25rem)) scale(.75);color:#fff;font-weight:700;font-family:KlintRoundedStd;font-size:3rem}.home-setup__heading{font-size:1.5rem;margin-bottom:1rem;text-align:center}.home-setup__content{text-align:left}@media screen and (min-width:40em){.home-setup__content{text-align:center}}.home-demo{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-demo .heading,.home-demo .small,.home-demo>h2{text-align:center;margin-bottom:2rem}.home-demo .heading.small,.home-demo .small.small,.home-demo>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-demo .heading,.home-demo .small,.home-demo>h2{margin-bottom:4rem}.home-demo .heading.small,.home-demo .small.small,.home-demo>h2.small{margin-bottom:2rem}}.home-demo .heading.align-left{text-align:left}.home-demo{background:#262e44}.home-demo__container{max-width:68rem;margin:auto}.home-demo .heading{color:#fff}.home-demo .heading-small{color:#6fd046}.home-demo__demo{width:100%}.home-demo video{width:100%;height:auto;border:.25rem solid #6fd046;border-radius:1rem;background:#fff}.home-testimonial{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-testimonial .heading,.home-testimonial .small,.home-testimonial>h2{text-align:center;margin-bottom:2rem}.home-testimonial .heading.small,.home-testimonial .small.small,.home-testimonial>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-testimonial .heading,.home-testimonial .small,.home-testimonial>h2{margin-bottom:4rem}.home-testimonial .heading.small,.home-testimonial .small.small,.home-testimonial>h2.small{margin-bottom:2rem}}.home-testimonial .heading.align-left{text-align:left}.home-testimonial{background:#2f3954;color:#fff}.home-testimonial h2{color:#fff}.home-testimonial__testimonial{position:relative}.home-testimonial__container{display:flex;gap:3rem;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:55rem;margin:auto;padding:0 1rem}@media screen and (min-width:40em){.home-testimonial__container{gap:5rem}}.home-testimonial__content{width:100%;text-align:center}.home-testimonial__title{margin-bottom:1.5rem;text-align:center}.home-testimonial__link{margin:auto}.home-comparison{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-comparison .heading,.home-comparison .small,.home-comparison>h2{text-align:center;margin-bottom:2rem}.home-comparison .heading.small,.home-comparison .small.small,.home-comparison>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-comparison .heading,.home-comparison .small,.home-comparison>h2{margin-bottom:4rem}.home-comparison .heading.small,.home-comparison .small.small,.home-comparison>h2.small{margin-bottom:2rem}}.home-comparison .heading.align-left{text-align:left}.home-comparison__group{display:flex}.home-comparison__table{display:none}@media screen and (min-width:40em){.home-comparison__table{display:block}}.home-comparison__table{max-width:60rem;margin:auto}.home-comparison__item{position:relative;padding:1.5rem 1rem;font-weight:700;width:100%}.home-comparison__item:after{content:"";width:95%;height:1px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:rgba(38,46,68,.5)}.home-comparison__item.last:after{display:none}@media screen and (min-width:40em){.home-comparison__item{width:50%;padding:1.5rem}}.home-comparison__heading{position:relative;font-size:1.75rem;text-align:center;font-weight:700;color:#fff;padding:1rem .5rem;font-family:KlintRoundedStd}.home-comparison__heading:after{display:none}.home-comparison .toggle{display:block}@media screen and (min-width:40em){.home-comparison .toggle{display:none}}.home-comparison .toggle__buttons{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.home-comparison .toggle__button{background:transparent;color:rgba(0,0,0,.5);font-weight:700;border:none;transition:all .3s ease-in-out;font-size:1rem;padding:.25rem 1.25rem;border-radius:.65rem}.home-comparison .toggle__button.active,.home-comparison .toggle__button:focus,.home-comparison .toggle__button:hover{background:#6fd046;color:#fff}.home-comparison .toggle__groups{border:.25rem solid #6fd046;border-radius:1rem;transition:all .3s ease-in-out}.home-comparison .toggle.item{display:none}.home-comparison .toggle.item.active{display:block}.home-comparison__justask.toggle__groups{visibility:visible;background:#f1faed}.home-comparison__justask-item{border-left:.25rem solid #6fd046;border-right:.25rem solid #6fd046;background:#fafdf9}.home-comparison__justask-item.last{border-bottom:.25rem solid #6fd046;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.home-comparison__justask.heading{background:#6fd046;border-top-left-radius:1rem;border-top-right-radius:1rem}.home-comparison__justask.heading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#262e44;border-top-left-radius:2rem;z-index:-1}.home-comparison__competition.toggle__groups{visibility:visible;background:transparent;border-color:#262e44}.home-comparison__competition.heading{background:#262e44;border-top-right-radius:1rem}.home-comparison__competition.toggle__button.active,.home-comparison__competition.toggle__button:focus,.home-comparison__competition.toggle__button:hover{background:#262e44}.home-comparison__competition.toggle__group{border-color:#262e44}.home-comparison .toggle__groups:has(.justask .item.active){background:#f1faed}.home-comparison .toggle__groups:has(.competition .item.active){background:transparent;border-color:#262e44}.home-pricing{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-pricing .heading,.home-pricing .small,.home-pricing>h2{text-align:center;margin-bottom:2rem}.home-pricing .heading.small,.home-pricing .small.small,.home-pricing>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-pricing .heading,.home-pricing .small,.home-pricing>h2{margin-bottom:4rem}.home-pricing .heading.small,.home-pricing .small.small,.home-pricing>h2.small{margin-bottom:2rem}}.home-pricing .heading.align-left{text-align:left}.home-pricing{background:#262e44;color:#fff}.home-pricing__container{max-width:68rem;margin:auto}.home-pricing .heading{color:#fff}.home-pricing .heading-small{color:#6fd046}.home-pricing__pricing{position:relative;max-width:60rem;margin:auto}.home-pricing__plans{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem}.home-pricing__learn{display:block;margin:auto}.home-pricing__plan{position:relative;display:flex;flex-direction:column;gap:2rem;width:calc(100% - 1rem);background:#384465;border-radius:2rem;padding:3rem 2rem 2rem;text-align:center;border:3px solid transparent;transition:border-color .3s ease-in-out}.home-pricing__plan:hover{border-color:#fff}@media screen and (min-width:64em){.home-pricing__plan{width:calc(33.33333% - 1.5rem);padding:3rem 3rem 2rem}}.home-pricing__plan .label{font-size:1.65rem;color:#fff}.home-pricing__plan .cost{font-size:3rem;font-weight:700}.home-pricing__plan .sep{width:100%;height:1px;background:rgba(0,0,0,.25);margin:1rem 0}.home-pricing__plan .icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;margin-bottom:.5rem}.home-pricing__plan .icon svg{width:100%;height:auto;transform:scale(.75)}.home-pricing__plan .content{text-align:left;display:flex;gap:1rem;flex-direction:column}.home-pricing__popular{border:3px solid #6fd046}.home-pricing__popular__label{position:absolute;font-weight:700;font-size:.75rem;padding:.33rem .75rem;top:0;left:50%;transform:translateX(-50%);text-transform:uppercase;color:#000;background:#6fd046;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.home-pricing__after{max-width:40rem;margin-left:auto;margin-right:auto}.cd-faq__sep{width:100%;height:1px;background:rgba(0,0,0,.25);margin:1rem 0}.cd-faq__heading{transform:translateY(1rem);opacity:0;transition-property:transform,opacity;transition:.3s ease-in-out}.cd-faq__questions{display:flex;gap:.5rem;flex-direction:column;max-width:60rem;margin:auto}@media screen and (min-width:40em){.cd-faq__questions{gap:1rem}}.cd-faq__question{padding:0 1rem;background:#fff;transform:translateY(1rem);opacity:0;transition-property:transform,opacity;transition:.3s ease-in-out}.cd-faq__question__heading{font-weight:700;font-size:1rem;transition:transform .3s ease-in-out}@media screen and (min-width:40em){.cd-faq__question__heading{font-size:1.25rem}}.cd-faq__question__heading button{padding:.5rem 0}@media screen and (min-width:40em){.cd-faq__question__heading button{padding:1rem 0}}.cd-faq__loaded,.cd-faq__question__heading.open{transform:translateY(0)}.cd-faq__loaded{opacity:1}.cd-faq__dropdown{position:relative;opacity:0;transform:translateY(1rem);transition-property:transform,opacity;transition:.3s ease-in-out}.cd-faq__dropdown.loaded{opacity:1;transform:translateY(0)}.cd-faq__dropdown__content{position:relative;display:none;margin-bottom:.5rem}.cd-faq__dropdown__content [class^=wp-block-]:last-of-type{margin-bottom:0}.cd-faq__dropdown .arrow{position:relative;width:1.5rem;height:1.25rem;transition:transform .3s ease-in-out}.cd-faq__dropdown .arrow:after,.cd-faq__dropdown .arrow:before{content:"";top:0;position:absolute;width:.15rem;height:1.25rem;background:#000}.cd-faq__dropdown .arrow:before{left:.26rem;transform:rotate(-45deg)}.cd-faq__dropdown .arrow:after{right:.26rem;transform:rotate(45deg)}.cd-faq__dropdown__heading{width:100%;color:#000}.cd-faq__dropdown__heading button{width:100%;position:relative;display:flex;align-items:center;justify-content:space-between}.cd-faq__dropdown__heading button span{width:calc(100% - 3rem);text-align:left}.cd-faq__dropdown__heading.active .arrow{transform:scale(-1)}.home-banner{width:100vw;top:0;left:50%;transform:translate3d(-50%,0,0);position:relative;max-width:160rem;padding:4rem 1rem}.home-banner .heading,.home-banner .small,.home-banner>h2{text-align:center;margin-bottom:2rem}.home-banner .heading.small,.home-banner .small.small,.home-banner>h2.small{margin-bottom:1rem}@media screen and (min-width:40em){.home-banner .heading,.home-banner .small,.home-banner>h2{margin-bottom:4rem}.home-banner .heading.small,.home-banner .small.small,.home-banner>h2.small{margin-bottom:2rem}}.home-banner .heading.align-left{text-align:left}.home-banner{background:#6fd046}.home-banner__height-tall{padding:10rem 0}.home-banner__heading{font-size:2rem;margin-bottom:0}.home-banner__heading--secondary{color:#fff}@media screen and (min-width:40em){.home-banner__heading{font-size:2.65rem}}.home-banner__subheading{font-size:1.25rem;font-weight:500}@media screen and (min-width:40em){.home-banner__subheading{font-size:1.65rem}}.home-banner__content{position:relative;z-index:1;width:100%;max-width:75rem;margin:auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;text-align:center}.modal-image{width:100%}.modal-image__trigger{background:none;border:none;outline:none}.modal-image img{width:100%;height:auto}.modal-image.half-column{display:flex;justify-content:center}.modal-image.half-column img{max-width:21rem;margin:auto}.modal-image__modal{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 2rem);height:calc(100% - 2rem);z-index:1}.modal-image__modal .modal__close{top:-.5rem;right:-.5rem}.modal-image__modal .modal__close:focus,.modal-image__modal .modal__close:hover{background:#262e44;border-color:#6fd046}.modal-image__modal img{width:100%;height:100%}.cd-testimonial__testimonial{position:relative}.cd-testimonial__container{display:flex;gap:3rem;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:55rem;margin:auto;padding:0 1rem}@media screen and (min-width:40em){.cd-testimonial__container{gap:5rem}}.cd-testimonial__content{width:100%;text-align:center}.cd-testimonial__title{margin-bottom:1.5rem;text-align:center}.cd-testimonial__link{margin:auto}
/*# sourceMappingURL=global.css.map */
