@import"https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap";:root{--green1: #6EBE21;--green2:hsla(91,70%,44%,.2);--green3: #508F1C;--green4: #6AB93D;--lightgreen: #EEFAE6;--blue1: #4787CE;--blue2: #4686CE;--lightblue: #F2F6FF;--lightyellow: #FCE9AF;--red1: #e32028;--white: #ffffff;--black: #000000;--grey1: #EFEFEF;--grey2: #C1C1C1;--grey3: #999999;--grey4: #666666;--grey5: #333333;--overlay: rgba(0,0,0,.85);--transition-duration: .3s;--border-radius: 10px;--padding: 1rem;--mobileHeaderLimit: 965px}:root{--color-background: var(--white);--color-nav-text: var(--black);--color-nav-text-hover: var(--blue1);--color-button-text: var(--white);--color-button-text-hover: var(--grey1);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative;font-weight:400}html{height:100%}body{min-height:100%;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.form{width:100%;background:var(--white);border-radius:25px;padding:4rem;box-shadow:2px 2px 8px 0 var(--grey5)}.radios{margin-left:1rem}.label-container{display:flex;align-items:center}.input{margin-top:.5rem}.form .two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem 3rem;margin-bottom:1rem}.form .button{width:fit-content;padding:1rem 2rem;margin-top:2rem}.form h1{font-weight:400;margin-bottom:.5rem}.form p.info{margin-bottom:2rem}@media (max-width: 768px){.form .two{grid-template-columns:1fr}.form{padding:2rem}}@media (max-width: 500px){.form{padding:1rem}}#app{font-family:Figtree,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column;align-items:center;width:100vw;height:100vh;font-weight:400}.view{display:grid}.content-wrapper{width:100%;max-width:1280px;justify-self:center;padding:1rem}a,.green{text-decoration:none;color:var(--green1);transition:.4s}.blue{color:var(--blue1)}.red{color:var(--red1)}.grey,.grey-text{color:var(--grey4)}.button{padding:.5rem 1rem;border-radius:25px;background-color:var(--grey1);color:var(--color-button-text);text-transform:uppercase;text-align:center;cursor:pointer;filter:grayscale(.25);display:inline-flex;align-items:center;justify-content:center;transition:all .3s linear}.button:hover{filter:grayscale(0)}.button.blue{background-color:var(--blue1)}.button.green{background-color:var(--green1)}.button:hover{color:var(--color-button-text-hover)}button{border:none;box-shadow:none}.caps{text-transform:uppercase}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:3rem}h2{font-size:2.6rem}h3{font-size:2.2rem}h4{font-size:1.8rem}h5{font-size:1.4rem}h6{font-size:1rem}.bold{font-weight:600}.top-separator{margin-top:3rem}.top-separator:before{width:3rem;height:4px;background-color:var(--blue1);content:"";position:absolute;top:-1.5rem;left:calc(50% - 1.5rem);display:block}.top-separator.gradient:before{background:linear-gradient(90deg,var(--blue1) 0%,var(--green1) 100%)}input,select{border:none;outline:none;background-color:transparent;font-size:1rem;margin:1rem 0;width:100%;border-bottom:1px solid var(--grey2);padding:.5rem;font-family:Figtree,Arial,sans-serif}input:focus-visible,textarea:focus-visible{outline:none}input[type=radio],input[type=checkbox]{margin:0;width:auto}textarea{width:100%;border:1px solid var(--grey2);border-radius:10px;resize:vertical;margin:1rem 0;height:140px;padding:.5rem;font-size:1rem;font-family:Figtree,Arial,sans-serif}::placeholder{color:var(--grey2);opacity:1}:-ms-input-placeholder{color:var(--grey2)}::-ms-input-placeholder{color:var(--grey2)}form{width:100%;display:flex;flex-direction:column}form .container{position:relative}form .input-errors{position:relative;bottom:calc(1rem + 1px);width:100%}form .input-errors.textarea{bottom:1.5rem}form .error-msg{background:var(--red1);width:100%;padding:.5rem;color:var(--white);font-weight:600}form .input-label{transition:color .3s linear}form .error .input-label{color:var(--red1)}form .error textarea{border-bottom-left-radius:0;border-bottom-right-radius:0}span.form-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;background-color:#000000d9;z-index:1;border-radius:var(--border-radius)}.blur{filter:blur(.25rem)}.radio,.checkbox{display:flex;align-items:center}.radio label,.checkbox label{margin-left:.5rem}.radios{display:flex;align-items:center}.radios .radio+.radio{margin-left:1rem}.checkbox>input{margin-right:1rem}.resp-img{width:100%;height:auto;display:block}.banner-overlay{min-height:80px;width:100vw;position:relative;display:flex;justify-content:center;background:linear-gradient(90deg,var(--blue2) 0%,var(--blue2) 50%,var(--green4) 50%,var(--green4) 100%)}.banner-overlay .overlay-title{width:100%;height:100%;position:absolute;display:flex;align-items:center;justify-content:center;background-color:transparent;top:0;left:0;color:var(--white);text-transform:uppercase}.banner-overlay .banner{max-width:1920px}.v-enter-active,.v-leave-active{transition:opacity var(--transition-duration) linear}.v-enter-from,.v-leave-to{opacity:0}.errors-move,.errors-enter-active,.errors-leave-active{transition:all var(--transition-duration) ease}.errors-enter-from,.errors-leave-to{opacity:0;transform:translateY(-40px)}.errors-leave-active{position:absolute}.mobile-nav-item-move,.mobile-nav-item-enter-active,.mobile-nav-item-leave-active{transition:all .5s ease}.mobile-nav-item-enter-from,.mobile-nav-item-leave-to{opacity:0;transform:translateY(40px)}.mobile-nav-item-leave-active{position:absolute}.vue-notification-wrapper .vue-notification{font-size:1rem;text-align:center}.center-text{text-align:center}.lightblue-background{background-color:var(--lightblue)}.lightgreen-background{background-color:var(--lightgreen)}.lightyellow-background{background-color:var(--lightyellow)}ul.product-list{margin-left:.7rem}ul.product-list li{list-style-type:none;font-size:1.25rem;font-weight:600;color:var(--blue1);position:relative}ul.product-list li:before{content:"";display:block;width:1rem;height:3px;background-color:var(--green1);position:absolute;top:1rem;left:-3rem}ul.squares{margin-left:.7rem}ul.squares li{list-style-type:none;position:relative;margin-bottom:1rem;color:#000}ul.squares li:last-of-type{margin-bottom:none}ul.squares li:before{content:"";display:block;width:.7rem;height:.7rem;background-color:#000;position:absolute;top:.6rem;left:-3rem}ul.squares.red li:before{background-color:var(--red1)}ul.squares.blue li:before{background-color:var(--blue1)}ul.squares.green li:before{background-color:var(--green1)}@media (hover: hover){a:hover{cursor:pointer}}@media (max-width: 1280px){.content-wrapper{max-width:100vw}}@media (max-width: 500px){.overlay-title{font-size:10vw}}img[data-v-dbee6b62]{display:block;margin:0;width:175px;height:auto}img.nocolor[data-v-dbee6b62]{filter:grayscale(1)}.mobile-menu-button[data-v-ec16bc07]{display:none}.mobile-menu-overlay[data-v-ec16bc07]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--overlay);display:flex;justify-content:flex-end;align-items:flex-start}.mobile-menu[data-v-ec16bc07]{overflow-y:auto;width:calc(100vw - 1rem);max-height:calc(100vh - 5rem);display:flex;flex-direction:column;background-color:var(--white);position:absolute;top:.5rem;right:.5rem;z-index:1;border-radius:var(--border-radius)}.header[data-v-ec16bc07]{background-color:var(--blue1);padding:.875rem;color:var(--white);display:flex;align-items:center;font-size:1.25rem}.title[data-v-ec16bc07]{font-weight:600}.close-menu-icon[data-v-ec16bc07]{margin-left:auto}ul[data-v-ec16bc07]{padding:0;margin:0}li.item[data-v-ec16bc07]{background-color:var(--lightblue);border-bottom:1px solid var(--white);display:flex}.inner[data-v-ec16bc07]{display:flex;align-items:center;padding:1rem;flex:1}a[data-v-ec16bc07]{padding:1rem;width:100%;display:flex;align-items:center;color:var(--black)}.back-icon[data-v-ec16bc07]{margin-right:.5rem}.nav-icon[data-v-ec16bc07]{margin-right:.5rem;width:25px;color:var(--blue1)}.children-icon[data-v-ec16bc07]{margin-left:auto}.back-container[data-v-ec16bc07]{display:flex;align-items:center}@media (min-width: 500px){.mobile-menu[data-v-ec16bc07]{width:50%;min-width:400px}}@media (max-width: 965px){.mobile-menu-button[data-v-ec16bc07]{padding:.5rem 1rem;background-color:var(--blue1);border-radius:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-button svg[data-v-ec16bc07]{font-size:18px;color:var(--white)}}nav[data-v-d420c90c]{font-size:14px;margin-left:auto;text-transform:uppercase;position:relative}nav a[data-v-d420c90c],nav .a[data-v-d420c90c]{color:var(--color-nav-text);display:inline-flex;justify-content:center;padding:.5rem 1rem;cursor:pointer;font-weight:800;-webkit-font-smoothing:antialiased;transition:color .3s}nav .sub a[data-v-d420c90c]{padding:0;font-weight:400}nav .a.parent[data-v-d420c90c]{height:83px;align-items:center}nav a.router-link-exact-active[data-v-d420c90c],nav a.router-link-exact-active[data-v-d420c90c]:hover,nav a[data-v-d420c90c]:hover,nav .a[data-v-d420c90c]:hover{color:var(--color-nav-text-hover)}nav .button[data-v-d420c90c]{margin:0 1rem}nav a.button[data-v-d420c90c]{color:var(--color-button-text)}nav a.button[data-v-d420c90c]:hover{color:var(--color-button-text-hover)}.parent[data-v-d420c90c]{position:relative}.popover[data-v-d420c90c]{position:absolute;left:0;right:0;top:83px;opacity:0;transform-origin:center -20px;transform:rotateX(-15deg);transition:transform var(--transition-duration),opacity var(--transition-duration);background:red;display:inline-block}.popover.open[data-v-d420c90c]{opacity:1;transform:rotateX(0);z-index:1}.arrow[data-v-d420c90c]{position:absolute;top:-32px;left:0;margin-left:-13px;transition:transform var(--transition-duration),opacity var(--transition-duration);will-change:transform;color:var(--grey1);font-size:42px}.background[data-v-d420c90c]{position:absolute;top:0;left:0;background:var(--grey1);border-radius:var(--border-radius);box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d;transform-origin:0 0;transition:transform var(--transition-duration),opacity var(--transition-duration);z-index:-1}.content[data-v-d420c90c]{position:absolute;overflow:hidden;top:0;left:0;width:694px;height:376px;transition:transform var(--transition-duration),opacity var(--transition-duration);background:var(--grey1);border-radius:var(--border-radius);box-shadow:0 0 30px 1px var(--grey2);opacity:0}.popover.open .content[data-v-d420c90c]{opacity:1}.section[data-v-d420c90c]{position:absolute;opacity:0;transition:opacity .3s linear;overflow:hidden;border:3px solid var(--grey1);border-radius:var(--border-radius);pointer-events:none}.section.active[data-v-d420c90c]{opacity:1;z-index:1;pointer-events:all}.section-products[data-v-d420c90c]{display:flex}.section-solutions[data-v-d420c90c]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--padding);padding:var(--padding);background:var(--white)}ul.items[data-v-d420c90c]{margin:0;padding:0;display:grid;grid-template-columns:1fr;grid-gap:var(--padding)}ul.items .item[data-v-d420c90c]{width:100%;padding:0;margin:0}.section-solutions ul.items[data-v-d420c90c]{padding:var(--padding)}.section-solutions .item[data-v-d420c90c]{white-space:nowrap}ul.industries[data-v-d420c90c]{background-color:var(--lightblue)}ul.industries h6[data-v-d420c90c]{color:var(--blue1)}ul.audiences[data-v-d420c90c]{background-color:var(--lightgreen)}ul.audiences h6[data-v-d420c90c]{color:var(--green3)}ul.audiences svg[data-v-d420c90c]{color:var(--green3)}.section-company[data-v-d420c90c]{padding:var(--padding);background-color:var(--white)}ul.sub[data-v-d420c90c]{padding:10px}ul.sub li[data-v-d420c90c]{font-weight:500}li[data-v-d420c90c]{list-style-type:none;padding:10px;border-radius:var(--border-radius);white-space:nowrap;margin-bottom:10px;transition:all .3s linear;color:var(--black);cursor:pointer}li[data-v-d420c90c]:last-of-type{margin-bottom:none}li.active[data-v-d420c90c],li.has-kids[data-v-d420c90c]:hover{color:var(--blue1);background-color:var(--white)}li[data-v-d420c90c]:hover{color:var(--blue1)}.items[data-v-d420c90c]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;background-color:var(--white);padding:20px;border-radius:var(--border-radius);font-size:14px}.item[data-v-d420c90c]{display:flex;align-items:center;width:220px;min-height:21px}.item svg[data-v-d420c90c]{margin-right:10px;font-size:20px;color:var(--blue1);width:25px}.item a[data-v-d420c90c]{padding:0;font-size:14px;font-weight:400;width:100%;justify-content:flex-start}a[data-v-d420c90c]{color:var(--black);transition:all .3s linear}a[data-v-d420c90c]:hover{color:var(--blue1)}.mobile-menu-button[data-v-d420c90c]{display:none}.mobile-menu-overlay[data-v-d420c90c]{width:100vw;height:100vh;background-color:var(--overlay);display:flex;justify-content:center;align-items:center}.mobile-menu[data-v-d420c90c]{overflow-y:auto;max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);box-shadow:0 0 2px 2px var(--grey2);display:flex;flex-direction:column}@media (max-width: 965px){nav .a[data-v-d420c90c],nav .button[data-v-d420c90c]{display:none}.mobile-menu-button[data-v-d420c90c]{padding:.5rem 1rem;background-color:var(--blue1);border-radius:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-button svg[data-v-d420c90c]{font-size:18px;color:var(--white)}.popover[data-v-d420c90c]{display:none;max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}}header[data-v-cea48e5a]{line-height:1.5;width:100vw;display:flex;justify-content:center;border-bottom:1px solid var(--grey2);padding:0;min-height:84px}.content-wrapper[data-v-cea48e5a]{display:flex;align-items:center;padding:0}.logo-container[data-v-cea48e5a]{margin:0 var(--padding)}@media (max-width: 965px){header[data-v-cea48e5a]{padding:.5rem}.logo-container[data-v-cea48e5a]{margin:0}}span[data-v-d1726542]{color:var(--blue1)}.newsletter[data-v-aabf6ee6]{display:flex;flex-direction:column;width:100%;position:relative}.center[data-v-aabf6ee6]{align-items:center;text-align:center}h6[data-v-aabf6ee6]{margin-bottom:1rem}button[data-v-aabf6ee6]{width:fit-content}.center form[data-v-aabf6ee6]{text-align:center;align-items:center}.center input[data-v-aabf6ee6]{text-align:center}.green-title h6[data-v-aabf6ee6]{color:var(--green1);font-size:1.4rem;font-weight:600}@media (max-width: 768px){.newsletter[data-v-aabf6ee6]{text-align:center}form[data-v-aabf6ee6]{display:flex;flex-direction:column;align-items:center}input[data-v-aabf6ee6]{text-align:center}}nav[data-v-069274bb]{display:grid;grid-template-columns:repeat(2,1fr)}h6[data-v-069274bb]{margin-bottom:1rem}nav a[data-v-069274bb]{color:var(--black);transition:all .3s linear}nav a[data-v-069274bb]:hover{color:var(--blue1)}ul[data-v-069274bb]{margin-left:0;padding-left:0}li[data-v-069274bb]{list-style-type:none;line-height:2}@media (max-width: 768px){.company[data-v-069274bb]{text-align:center}.solutions[data-v-069274bb]{text-align:right}}@media (max-width: 500px){nav[data-v-069274bb]{grid-template-columns:1fr;grid-gap:var(--padding)}.product[data-v-069274bb],.company[data-v-069274bb],.solutions[data-v-069274bb]{text-align:center}h6[data-v-069274bb]{margin-bottom:.25rem}}.social-container[data-v-6be7289e]{display:flex;align-items:center;justify-content:flex-end}.social-link[data-v-6be7289e]{margin-left:1rem;font-size:20px;color:var(--grey3)}.social-link[data-v-6be7289e]:hover{color:var(--blue1)}select[data-v-8a1a4679]{width:fit-content;font-size:12px;margin:.5rem 0 0}footer[data-v-00aff229]{background-color:var(--grey1);color:#000;width:100vw;margin-top:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--white)}.top[data-v-00aff229]{margin-top:3rem}.top[data-v-00aff229],.bottom[data-v-00aff229]{width:100vw;padding:var(--padding);display:flex;justify-content:center;font-size:12px}.bottom[data-v-00aff229]{border-top:1px solid var(--grey2)}.top .content-wrapper[data-v-00aff229],.bottom .content-wrapper[data-v-00aff229]{display:grid;grid-template-columns:1fr 2fr 1fr;grid-gap:var(--padding)}.top .content-wrapper[data-v-00aff229],.bottom .content-wrapper[data-v-00aff229]{grid-template-columns:repeat(3,1fr)}.privacy-terms[data-v-00aff229]{align-items:center;display:flex}.privacy-terms a[data-v-00aff229]{padding:0 .5rem;border-left:1px solid var(--black);color:var(--black);transition:all .3s linear}.privacy-terms a[data-v-00aff229]:hover{color:var(--blue1)}.privacy-terms a[data-v-00aff229]:first-of-type{border-left:none}.copyright[data-v-00aff229]{text-align:center}.social-container[data-v-00aff229]{display:flex;align-items:center;justify-content:flex-end}.social-link[data-v-00aff229]{margin-left:1rem;font-size:20px;color:var(--grey3)}.social-link[data-v-00aff229]:hover{color:var(--blue1)}.logo-wrapper p[data-v-00aff229]{margin:1rem 0}.buttons[data-v-00aff229]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem}.copyright-container[data-v-00aff229]{display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.top .content-wrapper[data-v-00aff229]{grid-template-columns:1fr}.logo-wrapper[data-v-00aff229]{display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:2px solid var(--white);padding-bottom:var(--padding);margin-bottom:var(--padding)}nav[data-v-00aff229]{border-bottom:2px solid var(--white);padding-bottom:var(--padding);margin-bottom:var(--padding)}.bottom .content-wrapper[data-v-00aff229]{grid-template-areas:"copyright copyright" "links social";grid-template-columns:repeat(2,1fr)}.copyright[data-v-00aff229]{grid-area:copyright;width:100%;text-align:center}.privacy-terms[data-v-00aff229]{grid-area:links;display:flex;align-items:center}.social-container[data-v-00aff229]{grid-area:social}}@media (max-width: 500px){.bottom .content-wrapper[data-v-00aff229]{grid-template-areas:"copyright" "links" "social";grid-template-columns:1fr}.privacy-terms[data-v-00aff229],.social-container[data-v-00aff229]{justify-content:center}}.banner-overlay .text-container[data-v-30a575bd]{width:100%;height:100%;padding:2rem;position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:var(--white)}.text-container .text[data-v-30a575bd]{width:50%}.banner-overlay .text p[data-v-30a575bd]{margin:1rem 0;font-size:1.25rem}.top-text[data-v-30a575bd]{font-size:1.25rem;margin-top:2rem}.features[data-v-30a575bd]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem;margin:4rem 0}.feature[data-v-30a575bd]{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.feature .title[data-v-30a575bd]{margin:2rem 0 1rem;text-align:center}.feature p[data-v-30a575bd]{margin-bottom:1rem;text-align:center}.feature img[data-v-30a575bd]{width:100%;max-width:320px}.more-button[data-v-30a575bd]{display:flex;align-items:center;font-weight:600}.more-icon[data-v-30a575bd]{margin-left:.5rem;color:var(--white);position:relative;top:-.5px}.mobile-only[data-v-30a575bd]{display:none}@media (max-width: 1000px){.banner-overlay h1[data-v-30a575bd]{font-size:3vw}.banner-overlay .text p[data-v-30a575bd]{margin:.5rem 0;font-size:1rem;line-height:1.2}}@media (max-width: 700px){.features[data-v-30a575bd]{grid-template-columns:1fr}.feature .title[data-v-30a575bd]{margin:1rem 0}}@media (max-width: 500px){.banner-overlay .text p[data-v-30a575bd]{display:none}.banner-overlay h1[data-v-30a575bd]{margin-bottom:.5rem;font-size:4vw}}@media (max-width: 400px){.banner-overlay .text-container[data-v-30a575bd]{padding:0}.banner-overlay .text[data-v-30a575bd]{width:100%;height:100%;background-color:#ffffffb3;box-shadow:0 0 10px 10px #ffffffb3}.banner-overlay .text a[data-v-30a575bd]{display:none}.banner-overlay h1[data-v-30a575bd]{font-size:5.55vw;text-align:center;padding:1rem;border-radius:var(--border-radius);margin:0;color:var(--black);height:100%;display:flex;align-items:center}.mobile-only[data-v-30a575bd]{display:block}p.mobile-only[data-v-30a575bd]{margin-bottom:1rem;font-size:1.25rem;text-align:center;color:var(--white);padding:1rem;background-color:var(--blue1);font-weight:600;border-radius:var(--border-radius);background:linear-gradient(135deg,var(--blue1) 0%,var(--green1) 100%)}}.demo[data-v-be6e5345]{background-image:url(/assets/demo-background-77ec7032.jpg);background-size:cover;width:100vw;display:flex;justify-content:center;position:relative}.content-wrapper[data-v-be6e5345]{display:grid;grid-template-columns:2fr .8fr}form[data-v-be6e5345]{margin:3rem 1rem}.blurb[data-v-be6e5345]{color:var(--white);padding:8rem 3rem;background-color:#64646480;border-radius:1rem}.blurb h1[data-v-be6e5345]{margin-bottom:2rem}p+p[data-v-be6e5345]{margin-top:2rem}a[data-v-be6e5345]{color:var(--white);transition:all .3s linear}a[data-v-be6e5345]:hover{color:var(--black)}@media (max-width: 1920px){.content-wrapper[data-v-be6e5345]{grid-template-columns:2fr 1fr}}@media (max-width: 1000px){.content-wrapper[data-v-be6e5345]{grid-template-columns:1fr}.blurb[data-v-be6e5345]{order:1;padding:2rem}form[data-v-be6e5345]{order:2;margin:2rem 0}}.content-wrapper[data-v-0b584b8f]{position:relative}.banner-overlay[data-v-e3c56c43]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.tiles[data-v-e3c56c43]{margin:4rem 0;display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:4rem;border-bottom:1px solid var(--grey1)}.tile[data-v-e3c56c43]{padding:var(--padding);display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s linear;background-color:var(--lightblue);border:1px solid var(--white)}.tile[data-v-e3c56c43]:hover{background-color:var(--blue1);color:var(--white);transform:scale(1.05);z-index:1;border-radius:var(--border-radius)}.tile:hover .button.blue[data-v-e3c56c43]{background-color:var(--green1)}.tile[data-v-e3c56c43]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,var(--blue1) 0%,var(--green1) 100%);z-index:-1;opacity:0;border-radius:var(--border-radius);transition:all .3s linear}.tile[data-v-e3c56c43]:hover:before{opacity:1}.tile .button[data-v-e3c56c43]{font-size:15px;line-height:1.6}.icon[data-v-e3c56c43]{width:100px;height:100px}.tile h6[data-v-e3c56c43]{margin:var(--padding) 0}.button[data-v-e3c56c43]{font-weight:500}.map-container[data-v-e3c56c43]{position:relative}.map[data-v-e3c56c43]{margin:4rem 0}.social-container[data-v-e3c56c43]{display:flex;align-items:center;justify-content:space-around;position:absolute;top:10%;left:0;width:100%}.social-link[data-v-e3c56c43]{font-size:40px;color:var(--grey3)}.social-link[data-v-e3c56c43]:hover{color:var(--green1)}h1.contact[data-v-e3c56c43]{text-align:center}.form-container[data-v-e3c56c43]{margin-bottom:4rem}@media (max-width: 850px){.tiles[data-v-e3c56c43]{margin:2rem 0;grid-template-columns:repeat(2,1fr);padding-bottom:2rem}}@media (max-width: 500px){.tiles[data-v-e3c56c43]{margin:1rem 0;grid-template-columns:1fr;padding-bottom:1rem}}.banner-overlay[data-v-21dca3a1]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.view[data-v-21dca3a1]{background-color:var(--grey1);border-bottom:1px solid var(--white)}.content-wrapper[data-v-21dca3a1]{flex-direction:column;margin:1rem 0}section+section[data-v-21dca3a1]{margin-top:2rem}.title-container[data-v-21dca3a1]{display:flex;align-items:center;color:var(--blue1)}h2[data-v-21dca3a1]{margin-right:1rem}svg[data-v-21dca3a1]{cursor:pointer;margin-left:1rem}.articles[data-v-21dca3a1]{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--padding);margin:2rem 0 4rem}.articles.events[data-v-21dca3a1]{margin-bottom:0}.article[data-v-21dca3a1]{background-color:var(--white);display:flex;flex-direction:column;cursor:pointer;border:1px solid var(--grey1);transition:all .3s linear}.article[data-v-21dca3a1]:hover{border:1px solid var(--blue1);transform:scale(1.025)}.article .info[data-v-21dca3a1]{padding:2rem;flex:1}.title[data-v-21dca3a1]{margin-bottom:1rem}.article .footer[data-v-21dca3a1]{padding:2rem;border-top:1px solid var(--grey1);margin-top:auto}@media (max-width: 1000px){.articles[data-v-21dca3a1]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.articles[data-v-21dca3a1]{grid-template-columns:1fr}}.back-icon[data-v-e8d17fed],.back-container[data-v-e8d17fed]{color:var(--black)}.back-container[data-v-e8d17fed]{display:inline-flex;align-items:center;margin:0;background:var(--white);border-radius:var(--border-radius);color:var(--black);font-weight:600;width:fit-content;position:relative;z-index:1;transition:all .3s linear}.back-container a[data-v-e8d17fed]{color:var(--black);padding:.75rem 1.5rem}.back-container[data-v-e8d17fed]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--blue1),var(--green1),var(--blue1),var(--green1));background-size:400% 400%;animation:gradient-e8d17fed 15s ease infinite;z-index:-1;opacity:0;border-radius:var(--border-radius);transition:all .3s linear}.back-container[data-v-e8d17fed]:hover:before{opacity:1;border-radius:10rem 2rem 2rem 10rem}.back-icon[data-v-e8d17fed]{margin-right:.5rem;transition:all .3s linear}.back-container[data-v-e8d17fed]:hover{border-radius:10rem 1rem 1rem 10rem}.back-container:hover a[data-v-e8d17fed]{color:#fff}.back-container:hover .back-icon[data-v-e8d17fed]{color:var(--white)}@keyframes gradient-e8d17fed{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.banner-overlay[data-v-a5dbbb0a]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.view[data-v-a5dbbb0a]{background-color:var(--grey1)}.content-wrapper[data-v-a5dbbb0a]{display:flex;flex-direction:column}.loader[data-v-a5dbbb0a]{margin-top:2rem;align-self:center}.article-container[data-v-a5dbbb0a],.event-container[data-v-a5dbbb0a]{background-color:var(--white);padding:4rem;margin:0 0 4rem}.article-container img[data-v-a5dbbb0a],.event-container img[data-v-a5dbbb0a]{width:100%;height:auto}.article-container[data-v-a5dbbb0a] *{font-family:Figtree,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.article-container h1[data-v-a5dbbb0a],.article-container h2[data-v-a5dbbb0a],.article-container h3[data-v-a5dbbb0a],.article-container h4[data-v-a5dbbb0a],.article-container h5[data-v-a5dbbb0a]{line-height:1.2}.event[data-v-a5dbbb0a],.article[data-v-a5dbbb0a]{margin-top:2rem}.back-container[data-v-a5dbbb0a]{margin:1rem 0 2rem}@media (max-width: 1000px){.article-container[data-v-a5dbbb0a]{padding:2rem}.back-container[data-v-a5dbbb0a]{margin:0 0 1rem}}@media (max-width: 768px){.article-container[data-v-a5dbbb0a]{padding:1rem}}.back-icon[data-v-9199b15c],.back-container[data-v-9199b15c]{color:var(--black)}.back-container[data-v-9199b15c]{display:inline-flex;align-items:center;margin:0;background:var(--white);border-radius:var(--border-radius);color:var(--black);font-weight:600;width:fit-content;position:relative;z-index:1;transition:all .3s linear}.back-container a[data-v-9199b15c]{color:var(--black);padding:.75rem 1.5rem}.back-container[data-v-9199b15c]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--blue1) 0%,var(--green1) 100%);z-index:-1;opacity:0;border-radius:var(--border-radius);transition:all .3s linear}.back-container[data-v-9199b15c]:hover:before{opacity:1;border-radius:10rem 2rem 2rem 10rem}.back-icon[data-v-9199b15c]{margin-right:.5rem;transition:all .3s linear}.back-container[data-v-9199b15c]:hover{border-radius:10rem 1rem 1rem 10rem}.back-container:hover a[data-v-9199b15c]{color:#fff}.back-container:hover .back-icon[data-v-9199b15c]{color:var(--white)}.banner-overlay[data-v-f72260cd]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.view[data-v-f72260cd]{background-color:var(--grey1)}.content-wrapper[data-v-f72260cd]{display:flex;flex-direction:column}.loader[data-v-f72260cd]{margin-top:2rem;align-self:center}.article-container[data-v-f72260cd],.event-container[data-v-f72260cd]{background-color:var(--white);padding:4rem;margin:0 0 4rem}.article-container img[data-v-f72260cd],.event-container img[data-v-f72260cd]{width:100%;height:auto}.article-container[data-v-f72260cd] *{font-family:Figtree,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.article-container h1[data-v-f72260cd],.article-container h2[data-v-f72260cd],.article-container h3[data-v-f72260cd],.article-container h4[data-v-f72260cd],.article-container h5[data-v-f72260cd]{line-height:1.2}.event[data-v-f72260cd],.article[data-v-f72260cd]{margin-top:2rem}.back-container[data-v-f72260cd]{margin:1rem 0 2rem}@media (max-width: 1000px){.article-container[data-v-f72260cd]{padding:2rem}.back-container[data-v-f72260cd]{margin:0 0 1rem}}@media (max-width: 768px){.article-container[data-v-f72260cd]{padding:1rem}}.when-container[data-v-f72260cd]{display:flex;margin:1rem 0}.when[data-v-f72260cd]{padding:1rem;background-color:var(--blue1);color:var(--white);display:flex;align-items:center;border-top-left-radius:1rem;border-bottom-left-radius:1rem}.date-time[data-v-f72260cd]{padding:.5rem 1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;background-color:var(--lightgreen);color:var(--blue1);font-weight:600}.more-info[data-v-f72260cd]{display:flex;align-items:center}.more-info a[data-v-f72260cd]{margin-left:.5rem}.page-content.view[data-v-f5e4209f]{width:100%}.banner-overlay[data-v-f5e4209f]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-f5e4209f]{margin:3rem 0}.top-info h1[data-v-f5e4209f]{font-size:2.2rem}.top-info p[data-v-f5e4209f]{text-align:center;margin-top:1rem}h2[data-v-f5e4209f]{font-size:2rem}section[data-v-f5e4209f]{padding:var(--padding)}section.no-padding[data-v-f5e4209f]{padding:0}section .content-wrapper[data-v-f5e4209f]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-f5e4209f]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-f5e4209f]{order:2}.info h2[data-v-f5e4209f],.info p[data-v-f5e4209f]{margin-bottom:var(--padding)}.info h3+h5[data-v-f5e4209f]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-f5e4209f]{margin-top:var(--padding)}.feature[data-v-f5e4209f]{display:flex;margin-top:2rem}.feature .text[data-v-f5e4209f]{margin-left:2rem}.feature .icon[data-v-f5e4209f]{align-self:flex-start}.icon[data-v-f5e4209f]{width:80px}@media (max-width: 1000px){.top-info[data-v-f5e4209f]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-f5e4209f]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-f5e4209f]:not(.icon){order:1}section .content-wrapper .info[data-v-f5e4209f]{order:2}.icon[data-v-f5e4209f]{width:65px}.feature .text[data-v-f5e4209f]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-f5e4209f]{padding:0}.top-info[data-v-f5e4209f]{margin:0 0 1rem}.icon[data-v-f5e4209f]{display:none}.feature .text[data-v-f5e4209f]{margin-left:0}}.page-content.view[data-v-1a77bc12]{width:100%}.banner-overlay[data-v-1a77bc12]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-1a77bc12]{margin:3rem 0}.top-info h1[data-v-1a77bc12]{font-size:2.2rem}.top-info p[data-v-1a77bc12]{text-align:center;margin-top:1rem}h2[data-v-1a77bc12]{font-size:2rem}section[data-v-1a77bc12]{padding:var(--padding)}section.no-padding[data-v-1a77bc12]{padding:0}section .content-wrapper[data-v-1a77bc12]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-1a77bc12]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-1a77bc12]{order:2}.info h2[data-v-1a77bc12],.info p[data-v-1a77bc12]{margin-bottom:var(--padding)}.info h3+h5[data-v-1a77bc12]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-1a77bc12]{margin-top:var(--padding)}.feature[data-v-1a77bc12]{display:flex;margin-top:2rem}.feature .text[data-v-1a77bc12]{margin-left:2rem}.feature .icon[data-v-1a77bc12]{align-self:flex-start}.icon[data-v-1a77bc12]{width:80px}@media (max-width: 1000px){.top-info[data-v-1a77bc12]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-1a77bc12]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-1a77bc12]:not(.icon){order:1}section .content-wrapper .info[data-v-1a77bc12]{order:2}.icon[data-v-1a77bc12]{width:65px}.feature .text[data-v-1a77bc12]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-1a77bc12]{padding:0}.top-info[data-v-1a77bc12]{margin:0 0 1rem}.icon[data-v-1a77bc12]{display:none}.feature .text[data-v-1a77bc12]{margin-left:0}}.page-content.view[data-v-dfcbf5db]{width:100%}.banner-overlay[data-v-dfcbf5db]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-dfcbf5db]{margin:3rem 0}.top-info h1[data-v-dfcbf5db]{font-size:2.2rem}.top-info p[data-v-dfcbf5db]{text-align:center;margin-top:1rem}h2[data-v-dfcbf5db]{font-size:2rem}section[data-v-dfcbf5db]{padding:var(--padding)}section.no-padding[data-v-dfcbf5db]{padding:0}section .content-wrapper[data-v-dfcbf5db]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-dfcbf5db]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-dfcbf5db]{order:2}.info h2[data-v-dfcbf5db],.info p[data-v-dfcbf5db]{margin-bottom:var(--padding)}.info h3+h5[data-v-dfcbf5db]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-dfcbf5db]{margin-top:var(--padding)}.feature[data-v-dfcbf5db]{display:flex;margin-top:2rem}.feature .text[data-v-dfcbf5db]{margin-left:2rem}.feature .icon[data-v-dfcbf5db]{align-self:flex-start}.icon[data-v-dfcbf5db]{width:80px}@media (max-width: 1000px){.top-info[data-v-dfcbf5db]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-dfcbf5db]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-dfcbf5db]:not(.icon){order:1}section .content-wrapper .info[data-v-dfcbf5db]{order:2}.icon[data-v-dfcbf5db]{width:65px}.feature .text[data-v-dfcbf5db]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-dfcbf5db]{padding:0}.top-info[data-v-dfcbf5db]{margin:0 0 1rem}.icon[data-v-dfcbf5db]{display:none}.feature .text[data-v-dfcbf5db]{margin-left:0}}.page-content.view[data-v-4ee89fef]{width:100%}.banner-overlay[data-v-4ee89fef]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-4ee89fef]{margin:3rem 0}.top-info h1[data-v-4ee89fef]{font-size:2.2rem}.top-info p[data-v-4ee89fef]{text-align:center;margin-top:1rem}h2[data-v-4ee89fef]{font-size:2rem}section[data-v-4ee89fef]{padding:var(--padding)}section.no-padding[data-v-4ee89fef]{padding:0}section .content-wrapper[data-v-4ee89fef]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-4ee89fef]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-4ee89fef]{order:2}.info h2[data-v-4ee89fef],.info p[data-v-4ee89fef]{margin-bottom:var(--padding)}.info h3+h5[data-v-4ee89fef]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-4ee89fef]{margin-top:var(--padding)}.feature[data-v-4ee89fef]{display:flex;margin-top:2rem}.feature .text[data-v-4ee89fef]{margin-left:2rem}.feature .icon[data-v-4ee89fef]{align-self:flex-start}.icon[data-v-4ee89fef]{width:80px}@media (max-width: 1000px){.top-info[data-v-4ee89fef]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-4ee89fef]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-4ee89fef]:not(.icon){order:1}section .content-wrapper .info[data-v-4ee89fef]{order:2}.icon[data-v-4ee89fef]{width:65px}.feature .text[data-v-4ee89fef]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-4ee89fef]{padding:0}.top-info[data-v-4ee89fef]{margin:0 0 1rem}.icon[data-v-4ee89fef]{display:none}.feature .text[data-v-4ee89fef]{margin-left:0}}.page-content.view[data-v-fc37e0eb]{width:100%}.banner-overlay[data-v-fc37e0eb]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-fc37e0eb]{margin:3rem 0}.top-info h1[data-v-fc37e0eb]{font-size:2.2rem}.top-info p[data-v-fc37e0eb]{text-align:center;margin-top:1rem}h2[data-v-fc37e0eb]{font-size:2rem}section[data-v-fc37e0eb]{padding:var(--padding)}section.no-padding[data-v-fc37e0eb]{padding:0}section .content-wrapper[data-v-fc37e0eb]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-fc37e0eb]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-fc37e0eb]{order:2}.info h2[data-v-fc37e0eb],.info p[data-v-fc37e0eb]{margin-bottom:var(--padding)}.info h3+h5[data-v-fc37e0eb]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-fc37e0eb]{margin-top:var(--padding)}.feature[data-v-fc37e0eb]{display:flex;margin-top:2rem}.feature .text[data-v-fc37e0eb]{margin-left:2rem}.feature .icon[data-v-fc37e0eb]{align-self:flex-start}.icon[data-v-fc37e0eb]{width:80px}@media (max-width: 1000px){.top-info[data-v-fc37e0eb]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-fc37e0eb]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-fc37e0eb]:not(.icon){order:1}section .content-wrapper .info[data-v-fc37e0eb]{order:2}.icon[data-v-fc37e0eb]{width:65px}.feature .text[data-v-fc37e0eb]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-fc37e0eb]{padding:0}.top-info[data-v-fc37e0eb]{margin:0 0 1rem}.icon[data-v-fc37e0eb]{display:none}.feature .text[data-v-fc37e0eb]{margin-left:0}}.page-content.view[data-v-cc0ba6f6]{width:100%}.banner-overlay[data-v-cc0ba6f6]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-cc0ba6f6]{margin:3rem 0}.top-info h1[data-v-cc0ba6f6]{font-size:2.2rem}.top-info p[data-v-cc0ba6f6]{text-align:center;margin-top:1rem}h2[data-v-cc0ba6f6]{font-size:2rem}section[data-v-cc0ba6f6]{padding:var(--padding)}section.no-padding[data-v-cc0ba6f6]{padding:0}section .content-wrapper[data-v-cc0ba6f6]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-cc0ba6f6]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-cc0ba6f6]{order:2}.info h2[data-v-cc0ba6f6],.info p[data-v-cc0ba6f6]{margin-bottom:var(--padding)}.info h3+h5[data-v-cc0ba6f6]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-cc0ba6f6]{margin-top:var(--padding)}.feature[data-v-cc0ba6f6]{display:flex;margin-top:2rem}.feature .text[data-v-cc0ba6f6]{margin-left:2rem}.feature .icon[data-v-cc0ba6f6]{align-self:flex-start}.icon[data-v-cc0ba6f6]{width:80px}@media (max-width: 1000px){.top-info[data-v-cc0ba6f6]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-cc0ba6f6]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-cc0ba6f6]:not(.icon){order:1}section .content-wrapper .info[data-v-cc0ba6f6]{order:2}.icon[data-v-cc0ba6f6]{width:65px}.feature .text[data-v-cc0ba6f6]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-cc0ba6f6]{padding:0}.top-info[data-v-cc0ba6f6]{margin:0 0 1rem}.icon[data-v-cc0ba6f6]{display:none}.feature .text[data-v-cc0ba6f6]{margin-left:0}}.page-content.view[data-v-558fa6e4]{width:100%}.banner-overlay[data-v-558fa6e4]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-558fa6e4]{margin:3rem 0}.top-info h1[data-v-558fa6e4]{font-size:2.2rem}.top-info p[data-v-558fa6e4]{text-align:center;margin-top:1rem}h2[data-v-558fa6e4]{font-size:2rem}section[data-v-558fa6e4]{padding:var(--padding)}section.no-padding[data-v-558fa6e4]{padding:0}section .content-wrapper[data-v-558fa6e4]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-558fa6e4]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-558fa6e4]{order:2}.info h2[data-v-558fa6e4],.info p[data-v-558fa6e4]{margin-bottom:var(--padding)}.info h3+h5[data-v-558fa6e4]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-558fa6e4]{margin-top:var(--padding)}.feature[data-v-558fa6e4]{display:flex;margin-top:2rem}.feature .text[data-v-558fa6e4]{margin-left:2rem}.feature .icon[data-v-558fa6e4]{align-self:flex-start}.icon[data-v-558fa6e4]{width:80px}@media (max-width: 1000px){.top-info[data-v-558fa6e4]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-558fa6e4]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-558fa6e4]:not(.icon){order:1}section .content-wrapper .info[data-v-558fa6e4]{order:2}.icon[data-v-558fa6e4]{width:65px}.feature .text[data-v-558fa6e4]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-558fa6e4]{padding:0}.top-info[data-v-558fa6e4]{margin:0 0 1rem}.icon[data-v-558fa6e4]{display:none}.feature .text[data-v-558fa6e4]{margin-left:0}}.page-content.view[data-v-7834e3ae]{width:100%}.banner-overlay[data-v-7834e3ae]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-7834e3ae]{margin:3rem 0}.top-info h1[data-v-7834e3ae]{font-size:2.2rem}.top-info p[data-v-7834e3ae]{text-align:center;margin-top:1rem}h2[data-v-7834e3ae]{font-size:2rem}section[data-v-7834e3ae]{padding:var(--padding)}section.no-padding[data-v-7834e3ae]{padding:0}section .content-wrapper[data-v-7834e3ae]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-7834e3ae]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-7834e3ae]{order:2}.info h2[data-v-7834e3ae],.info p[data-v-7834e3ae]{margin-bottom:var(--padding)}.info h3+h5[data-v-7834e3ae]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-7834e3ae]{margin-top:var(--padding)}.feature[data-v-7834e3ae]{display:flex;margin-top:2rem}.feature .text[data-v-7834e3ae]{margin-left:2rem}.feature .icon[data-v-7834e3ae]{align-self:flex-start}.icon[data-v-7834e3ae]{width:80px}@media (max-width: 1000px){.top-info[data-v-7834e3ae]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-7834e3ae]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-7834e3ae]:not(.icon){order:1}section .content-wrapper .info[data-v-7834e3ae]{order:2}.icon[data-v-7834e3ae]{width:65px}.feature .text[data-v-7834e3ae]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-7834e3ae]{padding:0}.top-info[data-v-7834e3ae]{margin:0 0 1rem}.icon[data-v-7834e3ae]{display:none}.feature .text[data-v-7834e3ae]{margin-left:0}}.page-content.view[data-v-5b681c8b]{width:100%}.banner-overlay[data-v-5b681c8b]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-5b681c8b]{margin:3rem 0}.top-info h1[data-v-5b681c8b]{font-size:2.2rem}.top-info p[data-v-5b681c8b]{text-align:center;margin-top:1rem}h2[data-v-5b681c8b]{font-size:2rem}section[data-v-5b681c8b]{padding:var(--padding)}section.no-padding[data-v-5b681c8b]{padding:0}section .content-wrapper[data-v-5b681c8b]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-5b681c8b]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-5b681c8b]{order:2}.info h2[data-v-5b681c8b],.info p[data-v-5b681c8b]{margin-bottom:var(--padding)}.info h3+h5[data-v-5b681c8b]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-5b681c8b]{margin-top:var(--padding)}.feature[data-v-5b681c8b]{display:flex;margin-top:2rem}.feature .text[data-v-5b681c8b]{margin-left:2rem}.feature .icon[data-v-5b681c8b]{align-self:flex-start}.icon[data-v-5b681c8b]{width:80px}@media (max-width: 1000px){.top-info[data-v-5b681c8b]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-5b681c8b]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-5b681c8b]:not(.icon){order:1}section .content-wrapper .info[data-v-5b681c8b]{order:2}.icon[data-v-5b681c8b]{width:65px}.feature .text[data-v-5b681c8b]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-5b681c8b]{padding:0}.top-info[data-v-5b681c8b]{margin:0 0 1rem}.icon[data-v-5b681c8b]{display:none}.feature .text[data-v-5b681c8b]{margin-left:0}}.page-content.view[data-v-901b7db0]{width:100%}.banner-overlay[data-v-901b7db0]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-901b7db0]{margin:3rem 0}.top-info h1[data-v-901b7db0]{font-size:2.2rem}.top-info p[data-v-901b7db0]{text-align:center;margin-top:1rem}h2[data-v-901b7db0]{font-size:2rem}section[data-v-901b7db0]{padding:var(--padding)}section.no-padding[data-v-901b7db0]{padding:0}section .content-wrapper[data-v-901b7db0]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-901b7db0]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-901b7db0]{order:2}.info h2[data-v-901b7db0],.info p[data-v-901b7db0]{margin-bottom:var(--padding)}.info h3+h5[data-v-901b7db0]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-901b7db0]{margin-top:var(--padding)}.feature[data-v-901b7db0]{display:flex;margin-top:2rem}.feature .text[data-v-901b7db0]{margin-left:2rem}.feature .icon[data-v-901b7db0]{align-self:flex-start}.icon[data-v-901b7db0]{width:80px}@media (max-width: 1000px){.top-info[data-v-901b7db0]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-901b7db0]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-901b7db0]:not(.icon){order:1}section .content-wrapper .info[data-v-901b7db0]{order:2}.icon[data-v-901b7db0]{width:65px}.feature .text[data-v-901b7db0]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-901b7db0]{padding:0}.top-info[data-v-901b7db0]{margin:0 0 1rem}.icon[data-v-901b7db0]{display:none}.feature .text[data-v-901b7db0]{margin-left:0}}.page-content.view[data-v-c6b5640c]{width:100%}.banner-overlay[data-v-c6b5640c]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-c6b5640c]{margin:3rem 0}.top-info h1[data-v-c6b5640c]{font-size:2.2rem}.top-info p[data-v-c6b5640c]{text-align:center;margin-top:1rem}h2[data-v-c6b5640c]{font-size:2rem}section[data-v-c6b5640c]{padding:var(--padding)}section.no-padding[data-v-c6b5640c]{padding:0}section .content-wrapper[data-v-c6b5640c]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-c6b5640c]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-c6b5640c]{order:2}.info h2[data-v-c6b5640c],.info p[data-v-c6b5640c]{margin-bottom:var(--padding)}.info h3+h5[data-v-c6b5640c]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-c6b5640c]{margin-top:var(--padding)}.feature[data-v-c6b5640c]{display:flex;margin-top:2rem}.feature .text[data-v-c6b5640c]{margin-left:2rem}.feature .icon[data-v-c6b5640c]{align-self:flex-start}.icon[data-v-c6b5640c]{width:80px}@media (max-width: 1000px){.top-info[data-v-c6b5640c]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-c6b5640c]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-c6b5640c]:not(.icon){order:1}section .content-wrapper .info[data-v-c6b5640c]{order:2}.icon[data-v-c6b5640c]{width:65px}.feature .text[data-v-c6b5640c]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-c6b5640c]{padding:0}.top-info[data-v-c6b5640c]{margin:0 0 1rem}.icon[data-v-c6b5640c]{display:none}.feature .text[data-v-c6b5640c]{margin-left:0}}.page-content.view[data-v-44790524]{width:100%}.banner-overlay[data-v-44790524]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-44790524]{margin:3rem 0}.top-info h1[data-v-44790524]{font-size:2.2rem}.top-info p[data-v-44790524]{text-align:center;margin-top:1rem}h2[data-v-44790524]{font-size:2rem}section[data-v-44790524]{padding:var(--padding)}section.no-padding[data-v-44790524]{padding:0}section .content-wrapper[data-v-44790524]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-44790524]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-44790524]{order:2}.info h2[data-v-44790524],.info p[data-v-44790524]{margin-bottom:var(--padding)}.info h3+h5[data-v-44790524]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-44790524]{margin-top:var(--padding)}.feature[data-v-44790524]{display:flex;margin-top:2rem}.feature .text[data-v-44790524]{margin-left:2rem}.feature .icon[data-v-44790524]{align-self:flex-start}.icon[data-v-44790524]{width:80px}@media (max-width: 1000px){.top-info[data-v-44790524]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-44790524]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-44790524]:not(.icon){order:1}section .content-wrapper .info[data-v-44790524]{order:2}.icon[data-v-44790524]{width:65px}.feature .text[data-v-44790524]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-44790524]{padding:0}.top-info[data-v-44790524]{margin:0 0 1rem}.icon[data-v-44790524]{display:none}.feature .text[data-v-44790524]{margin-left:0}}.page-content.view[data-v-69ed40b1]{width:100%}.banner-overlay[data-v-69ed40b1]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-69ed40b1]{margin:3rem 0}.top-info h1[data-v-69ed40b1]{font-size:2.2rem}.top-info p[data-v-69ed40b1]{text-align:center;margin-top:1rem}h2[data-v-69ed40b1]{font-size:2rem}section[data-v-69ed40b1]{padding:var(--padding)}section.no-padding[data-v-69ed40b1]{padding:0}section .content-wrapper[data-v-69ed40b1]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-69ed40b1]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-69ed40b1]{order:2}.info h2[data-v-69ed40b1],.info p[data-v-69ed40b1]{margin-bottom:var(--padding)}.info h3+h5[data-v-69ed40b1]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-69ed40b1]{margin-top:var(--padding)}.feature[data-v-69ed40b1]{display:flex;margin-top:2rem}.feature .text[data-v-69ed40b1]{margin-left:2rem}.feature .icon[data-v-69ed40b1]{align-self:flex-start}.icon[data-v-69ed40b1]{width:80px}@media (max-width: 1000px){.top-info[data-v-69ed40b1]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-69ed40b1]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-69ed40b1]:not(.icon){order:1}section .content-wrapper .info[data-v-69ed40b1]{order:2}.icon[data-v-69ed40b1]{width:65px}.feature .text[data-v-69ed40b1]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-69ed40b1]{padding:0}.top-info[data-v-69ed40b1]{margin:0 0 1rem}.icon[data-v-69ed40b1]{display:none}.feature .text[data-v-69ed40b1]{margin-left:0}}section[data-v-b28de72a]{width:100%}h1[data-v-b28de72a]{margin:1rem 0 .5rem;color:var(--blue1);font-size:1.65rem;font-weight:600}p+p[data-v-b28de72a]{margin-top:1rem}.last-updated[data-v-b28de72a]{font-size:.875rem;color:var(--grey4);margin-bottom:1.5rem}h2[data-v-b28de72a]{color:var(--blue1);font-weight:400;font-size:1.5rem;margin-bottom:1rem;margin-top:1rem;padding-top:1rem;position:relative}h2[data-v-b28de72a]:before{content:"";width:100%;height:3px;background-color:var(--lightgreen);position:absolute;top:-.1rem;left:0}ul[data-v-b28de72a],ol[data-v-b28de72a]{margin:1rem 0}ol[data-v-b28de72a],ol li[data-v-b28de72a]{padding-left:1rem}section[data-v-fa1cafbe]{width:100%}h1[data-v-fa1cafbe]{margin:1rem 0 .5rem;color:var(--blue1);font-size:1.65rem;font-weight:600}p+p[data-v-fa1cafbe]{margin-top:1rem}.last-updated[data-v-fa1cafbe]{font-size:.875rem;color:var(--grey4);margin-bottom:1.5rem}h2[data-v-fa1cafbe]{color:var(--blue1);font-weight:400;font-size:1.5rem;margin-bottom:1rem;margin-top:1rem;padding-top:1rem;position:relative}h2[data-v-fa1cafbe]:first-of-type:before{content:none}h2[data-v-fa1cafbe]:before{content:"";width:100%;height:3px;background-color:var(--lightgreen);position:absolute;top:-.1rem;left:0}ul[data-v-fa1cafbe]{margin:1rem 0}.page-content.view[data-v-cf6c86d8]{width:100%}.banner-overlay[data-v-cf6c86d8]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-cf6c86d8]{margin:3rem 0}.top-info h1[data-v-cf6c86d8]{font-size:2.2rem}.top-info p[data-v-cf6c86d8]{text-align:center;margin-top:1rem}h2[data-v-cf6c86d8]{font-size:2rem}section[data-v-cf6c86d8]{padding:var(--padding)}section.no-padding[data-v-cf6c86d8]{padding:0}section .content-wrapper[data-v-cf6c86d8]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-cf6c86d8]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-cf6c86d8]{order:2}.info h2[data-v-cf6c86d8],.info p[data-v-cf6c86d8]{margin-bottom:var(--padding)}.info h3+h5[data-v-cf6c86d8]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-cf6c86d8]{margin-top:var(--padding)}.feature[data-v-cf6c86d8]{display:flex;margin-top:2rem}.feature .text[data-v-cf6c86d8]{margin-left:2rem}.feature .icon[data-v-cf6c86d8]{align-self:flex-start}.icon[data-v-cf6c86d8]{width:80px}@media (max-width: 1000px){.top-info[data-v-cf6c86d8]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-cf6c86d8]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-cf6c86d8]:not(.icon){order:1}section .content-wrapper .info[data-v-cf6c86d8]{order:2}.icon[data-v-cf6c86d8]{width:65px}.feature .text[data-v-cf6c86d8]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-cf6c86d8]{padding:0}.top-info[data-v-cf6c86d8]{margin:0 0 1rem}.icon[data-v-cf6c86d8]{display:none}.feature .text[data-v-cf6c86d8]{margin-left:0}}.page-content.view[data-v-88beecfa]{width:100%}.banner-overlay[data-v-88beecfa]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-88beecfa]{margin:3rem 0}.top-info h1[data-v-88beecfa]{font-size:2.2rem}.top-info p[data-v-88beecfa]{text-align:center;margin-top:1rem}h2[data-v-88beecfa]{font-size:2rem}section[data-v-88beecfa]{padding:var(--padding)}section.no-padding[data-v-88beecfa]{padding:0}section .content-wrapper[data-v-88beecfa]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-88beecfa]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-88beecfa]{order:2}.info h2[data-v-88beecfa],.info p[data-v-88beecfa]{margin-bottom:var(--padding)}.info h3+h5[data-v-88beecfa]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-88beecfa]{margin-top:var(--padding)}.feature[data-v-88beecfa]{display:flex;margin-top:2rem}.feature .text[data-v-88beecfa]{margin-left:2rem}.feature .icon[data-v-88beecfa]{align-self:flex-start}.icon[data-v-88beecfa]{width:80px}@media (max-width: 1000px){.top-info[data-v-88beecfa]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-88beecfa]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-88beecfa]:not(.icon){order:1}section .content-wrapper .info[data-v-88beecfa]{order:2}.icon[data-v-88beecfa]{width:65px}.feature .text[data-v-88beecfa]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-88beecfa]{padding:0}.top-info[data-v-88beecfa]{margin:0 0 1rem}.icon[data-v-88beecfa]{display:none}.feature .text[data-v-88beecfa]{margin-left:0}}.content-wrapper.comprehensive_api[data-v-88beecfa]{grid-template-columns:1fr 2fr}.info[data-v-88beecfa]{display:flex;align-items:center}.info p[data-v-88beecfa]{margin-bottom:0}.icon[data-v-88beecfa]{margin-right:1rem}section .content-wrapper.current_integrations[data-v-88beecfa],section .content-wrapper.get_started[data-v-88beecfa]{grid-template-columns:1fr;text-align:center}.contact-button[data-v-88beecfa]{justify-self:center}.feature[data-v-88beecfa]{display:block;margin:0;align-self:flex-start}.feature .text[data-v-88beecfa]{margin:1rem 0 0}ul[data-v-88beecfa]{margin-top:1rem}.content-wrapper.benefits_partner[data-v-88beecfa]{grid-gap:4rem}.carousel__item[data-v-88beecfa]{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo[data-v-88beecfa]{width:250px}.integration-name[data-v-88beecfa]{padding:.5rem;text-align:center;color:var(--grey2);font-weight:600;width:100%;order:2;border-radius:5px;margin-top:1rem}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover: hover){.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover:after{background-color:var(--vc-pgn-active-color)}}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.page-content.view[data-v-09319106]{width:100%}.banner-overlay[data-v-09319106]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-09319106]{margin:3rem 0}.top-info h1[data-v-09319106]{font-size:2.2rem}.top-info p[data-v-09319106]{text-align:center;margin-top:1rem}h2[data-v-09319106]{font-size:2rem}section[data-v-09319106]{padding:var(--padding)}section.no-padding[data-v-09319106]{padding:0}section .content-wrapper[data-v-09319106]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-09319106]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-09319106]{order:2}.info h2[data-v-09319106],.info p[data-v-09319106]{margin-bottom:var(--padding)}.info h3+h5[data-v-09319106]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-09319106]{margin-top:var(--padding)}.feature[data-v-09319106]{display:flex;margin-top:2rem}.feature .text[data-v-09319106]{margin-left:2rem}.feature .icon[data-v-09319106]{align-self:flex-start}.icon[data-v-09319106]{width:80px}@media (max-width: 1000px){.top-info[data-v-09319106]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-09319106]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-09319106]:not(.icon){order:1}section .content-wrapper .info[data-v-09319106]{order:2}.icon[data-v-09319106]{width:65px}.feature .text[data-v-09319106]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-09319106]{padding:0}.top-info[data-v-09319106]{margin:0 0 1rem}.icon[data-v-09319106]{display:none}.feature .text[data-v-09319106]{margin-left:0}}.page-content.view[data-v-0473cd5c]{width:100%}.banner-overlay[data-v-0473cd5c]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-0473cd5c]{margin:3rem 0}.top-info h1[data-v-0473cd5c]{font-size:2.2rem}.top-info p[data-v-0473cd5c]{text-align:center;margin-top:1rem}h2[data-v-0473cd5c]{font-size:2rem}section[data-v-0473cd5c]{padding:var(--padding)}section.no-padding[data-v-0473cd5c]{padding:0}section .content-wrapper[data-v-0473cd5c]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-0473cd5c]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-0473cd5c]{order:2}.info h2[data-v-0473cd5c],.info p[data-v-0473cd5c]{margin-bottom:var(--padding)}.info h3+h5[data-v-0473cd5c]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-0473cd5c]{margin-top:var(--padding)}.feature[data-v-0473cd5c]{display:flex;margin-top:2rem}.feature .text[data-v-0473cd5c]{margin-left:2rem}.feature .icon[data-v-0473cd5c]{align-self:flex-start}.icon[data-v-0473cd5c]{width:80px}@media (max-width: 1000px){.top-info[data-v-0473cd5c]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-0473cd5c]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-0473cd5c]:not(.icon){order:1}section .content-wrapper .info[data-v-0473cd5c]{order:2}.icon[data-v-0473cd5c]{width:65px}.feature .text[data-v-0473cd5c]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-0473cd5c]{padding:0}.top-info[data-v-0473cd5c]{margin:0 0 1rem}.icon[data-v-0473cd5c]{display:none}.feature .text[data-v-0473cd5c]{margin-left:0}}.page-content.view[data-v-bd9949a5]{width:100%}.banner-overlay[data-v-bd9949a5]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-bd9949a5]{margin:3rem 0}.top-info h1[data-v-bd9949a5]{font-size:2.2rem}.top-info p[data-v-bd9949a5]{text-align:center;margin-top:1rem}h2[data-v-bd9949a5]{font-size:2rem}section[data-v-bd9949a5]{padding:var(--padding)}section.no-padding[data-v-bd9949a5]{padding:0}section .content-wrapper[data-v-bd9949a5]:not(.top-info){display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:center}section:nth-of-type(2n) img[data-v-bd9949a5]:not(.icon){order:1}section:nth-of-type(2n) .info[data-v-bd9949a5]{order:2}.info h2[data-v-bd9949a5],.info p[data-v-bd9949a5]{margin-bottom:var(--padding)}.info h3+h5[data-v-bd9949a5]{margin-top:-1rem;margin-bottom:var(--padding)}.product-list+p[data-v-bd9949a5]{margin-top:var(--padding)}.feature[data-v-bd9949a5]{display:flex;margin-top:2rem}.feature .text[data-v-bd9949a5]{margin-left:2rem}.feature .icon[data-v-bd9949a5]{align-self:flex-start}.icon[data-v-bd9949a5]{width:80px}@media (max-width: 1000px){.top-info[data-v-bd9949a5]{margin:1rem 0}}@media (max-width: 768px){section .content-wrapper[data-v-bd9949a5]:not(.top-info){grid-template-columns:1fr;grid-gap:1rem}section .content-wrapper img[data-v-bd9949a5]:not(.icon){order:1}section .content-wrapper .info[data-v-bd9949a5]{order:2}.icon[data-v-bd9949a5]{width:65px}.feature .text[data-v-bd9949a5]{margin-left:1.5rem}}@media (max-width: 500px){section[data-v-bd9949a5]{padding:0}.top-info[data-v-bd9949a5]{margin:0 0 1rem}.icon[data-v-bd9949a5]{display:none}.feature .text[data-v-bd9949a5]{margin-left:0}}.top-info[data-v-bd9949a5]{text-align:center}.top-info .button[data-v-bd9949a5]{margin-top:1rem}section .content-wrapper.why_choose_tpb[data-v-bd9949a5]{grid-template-columns:1fr}.feature.align-center[data-v-bd9949a5]{align-items:center}.feature .text[data-v-bd9949a5]{margin-left:.5rem}.why_choose_tpb .info[data-v-bd9949a5]{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}.why_choose_tpb .info .feature[data-v-bd9949a5]{margin-top:0}@media (max-width: 1000px){.why_choose_tpb .info[data-v-bd9949a5]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.why_choose_tpb .info[data-v-bd9949a5]{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem}}@media (max-width: 500px){.why_choose_tpb .info[data-v-bd9949a5]{grid-template-columns:1fr;grid-gap:1rem;margin-top:2rem}}.banner-overlay[data-v-4c741432]{background:linear-gradient(90deg,var(--green4) 0%,var(--green4) 50%,var(--blue2) 50%,var(--blue2) 100%)}.top-info[data-v-4c741432]{margin:2rem 0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}p+p[data-v-4c741432]{margin-top:1rem}.facts[data-v-4c741432]{padding:2rem;background-color:var(--black);color:var(--white);display:flex;flex-direction:column;align-items:center;background-image:url(/assets/facts-21482ff2.jpg);background-size:cover}.facts-grid[data-v-4c741432]{display:grid;grid-template-columns:repeat(4,1fr)}.fact[data-v-4c741432]{display:flex;flex-direction:column;padding:1.5rem;align-items:center;text-align:center;font-weight:600}.fact-title[data-v-4c741432],.fact-text[data-v-4c741432]{font-weight:800}.fact.a[data-v-4c741432],.fact.b[data-v-4c741432],.fact.c[data-v-4c741432],.fact.d[data-v-4c741432]{border-bottom:1px solid var(--grey5)}.fact.a[data-v-4c741432],.fact.b[data-v-4c741432],.fact.c[data-v-4c741432],.fact.e[data-v-4c741432],.fact.f[data-v-4c741432],.fact.g[data-v-4c741432]{border-right:1px solid var(--grey5)}.fact-icon[data-v-4c741432]{width:60px;margin-bottom:var(--padding)}.our-mission[data-v-4c741432]{display:flex;justify-content:center}.our-mission .content-wrapper[data-v-4c741432],.our-mission .content-wrapper .inner[data-v-4c741432]{margin-top:2rem}.mission[data-v-4c741432]{display:grid;grid-template-columns:1fr 1.5fr;align-items:center}.mission[data-v-4c741432]:nth-of-type(2n){grid-template-columns:1.5fr 1fr}.info[data-v-4c741432]{padding:1rem 2rem}.info h5[data-v-4c741432]{margin-bottom:1rem}.mission:nth-of-type(2n) .info[data-v-4c741432]{order:1}.mission:nth-of-type(2n) img[data-v-4c741432]{order:2}.mission p+p[data-v-4c741432]{margin-top:.5rem}.newsletter-wrapper[data-v-4c741432]{display:flex;flex-direction:column;align-items:center;margin:4rem 0}@media (max-width: 965px){.facts-grid[data-v-4c741432]{grid-template-columns:repeat(2,1fr)}.mission[data-v-4c741432],.mission[data-v-4c741432]:nth-of-type(2n){grid-template-columns:1fr}.mission .info[data-v-4c741432]{order:1;padding:1rem 0}.mission img[data-v-4c741432]{order:2;margin-bottom:2rem}}@media (max-width: 600px){.facts-grid[data-v-4c741432],.top-info[data-v-4c741432]{grid-template-columns:1fr}}
