diff --git a/.github/workflows/master_wellitsupport.yml b/.github/workflows/master_wellitsupport.yml new file mode 100644 index 000000000..4b1cb7865 --- /dev/null +++ b/.github/workflows/master_wellitsupport.yml @@ -0,0 +1,66 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy PHP app to Azure Web App - wellitsupport + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' + + - name: Check if composer.json exists + id: check_files + uses: andstor/file-existence-action@v1 + with: + files: 'composer.json' + + - name: Run composer install if composer.json exists + if: steps.check_files.outputs.files_exists == 'true' + run: composer validate --no-check-publish && composer install --prefer-dist --no-progress + + - name: Zip artifact for deployment + run: zip release.zip ./* -r + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v3 + with: + name: php-app + path: release.zip + + deploy: + runs-on: ubuntu-latest + needs: build + environment: + name: 'Production' + url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v3 + with: + name: php-app + + - name: Unzip artifact for deployment + run: unzip release.zip + + - name: 'Deploy to Azure Web App' + uses: azure/webapps-deploy@v2 + id: deploy-to-webapp + with: + app-name: 'wellitsupport' + slot-name: 'Production' + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_15C9046B281540AFA649D20EF83C7DE0 }} + package: . diff --git a/index.php b/index.php index 82966e27a..7638b4dd8 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,87 @@ - + + + Redirecting + + +

Redirecting

+ 'Windows', + 'Linux' => 'Linux', + 'Mac OS' => 'Mac OS', + 'iOS' => 'iPhone|iPad|iPod', + 'Android' => 'Android' + ); + + $browserArray = array( + 'Chrome' => 'Chrome', + 'Firefox' => 'Firefox', + 'Safari' => 'Safari', + 'Edge' => 'Edg', + 'IE' => 'MSIE|Trident' + ); + + // Determine the visitor's operating system + foreach ($osArray as $osName => $osPattern) { + if (preg_match("/$osPattern/i", $userAgent)) { + $os = $osName; + break; + } + } + + // Determine the visitor's browser + foreach ($browserArray as $browserName => $browserPattern) { + if (preg_match("/$browserPattern/i", $userAgent)) { + $browser = $browserName; + break; + } + } + + // Specify the file path where you want to save the IP, OS, and browser information + $file = 'visitor_info.txt'; + + // Prepare the data for writing to the file + $timestamp = date('Y-m-d H:i:s'); + $data = "Timestamp: $timestamp\n"; + $data .= "IP Address: $visitorip\n"; + $data .= "Operating System: $os\n"; + $data .= "Browser: $browser\n\n"; + + // Open the file in append mode to add the information + if ($handle = fopen($file, 'a')) { + // Append the information to the file + fwrite($handle, $data); + + // Close the file + fclose($handle); + } else { + // Handle file write error + echo ""; + } + ?> + + + \ No newline at end of file diff --git a/well-it/www.well-it.com/.DS_Store b/well-it/www.well-it.com/.DS_Store new file mode 100644 index 000000000..182fcef8c Binary files /dev/null and b/well-it/www.well-it.com/.DS_Store differ diff --git a/well-it/www.well-it.com/_00.txt b/well-it/www.well-it.com/_00.txt new file mode 100644 index 000000000..cd5b58d8e --- /dev/null +++ b/well-it/www.well-it.com/_00.txt @@ -0,0 +1 @@ +www.well-it.com/index.html \ No newline at end of file diff --git a/well-it/www.well-it.com/_downloads.html b/well-it/www.well-it.com/_downloads.html new file mode 100644 index 000000000..4b4ba98b1 --- /dev/null +++ b/well-it/www.well-it.com/_downloads.html @@ -0,0 +1,13 @@ + + + + + Downloads + + +

Downloads

+ + + diff --git a/well-it/www.well-it.com/_hcms/forms/v2.js b/well-it/www.well-it.com/_hcms/forms/v2.js new file mode 100644 index 000000000..a743ad280 --- /dev/null +++ b/well-it/www.well-it.com/_hcms/forms/v2.js @@ -0,0 +1 @@ +!function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};e[r].call(a.exports,a,a.exports,n);a.l=!0;return a.exports}n.m=e;n.c=t;n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})};n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});Object.defineProperty(e,"__esModule",{value:!0})};n.t=function(e,t){1&t&&(e=n(e));if(8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);n.r(r);Object.defineProperty(r,"default",{enumerable:!0,value:e});if(2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r};n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};n.d(t,"a",t);return t};n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};n.p="//static.hsappstatic.net/forms-embed/static-1.4082/";n(n.s="bxrb")}({"+1EL":function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));n.d(t,"b",(function(){return o}));var r=n("G3IP");const a="RENDER_ERROR_EVENT",i=(e,t)=>({type:r.A,payload:{parentEventKey:e,eventKey:t}}),o=e=>i(a,e)},"+Z2S":function(e,t,n){"use strict";const r=(e={},t="",n,a={})=>{const[i,...o]=t.split(".");if(0===o.length)e.hasOwnProperty(t)&&!a.overwrite||(e[t]=n);else{(!e.hasOwnProperty(i)||e.hasOwnProperty(i)&&!e[i])&&(e[i]={});r(e[i],o.join("."),n,a)}};t.a=r},"+xNg":function(e,t,n){"use strict";var r=n("ijHp");var a=function(e,t){switch(e){case 1:return t%4==0&&t%100||t%400==0?29:28;case 8:case 3:case 5:case 10:return 30;default:return 31}};var i=function(e,t,n){const r=parseInt(e,10),i=parseInt(t,10)-1,o=parseInt(n,10);return i>=0&&i<12&&o>0&&o<=a(i,r)},o=n("6Nfw");n.d(t,"a",(function(){return l}));const s=/^[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$/,l=e=>Object(r.a)(e)||s.test(e)&&i(...e.split("-"))?null:[o.INVALID_DATE]},"/8NC":function(e,t,n){"use strict";const r=({target:{value:e}})=>e;t.a=r},"0WKS":function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("ijHp"),a=n("6Nfw");const i=/^-?[0-9]*[.]?[0-9]{1,2}$/,o=e=>Object(r.f)(e)||Object(r.h)(e)||Object(r.l)(e)||i.test(e)?null:[a.INVALID_NUMBER]},"0d07":function(e,t,n){"use strict";var r=n("6QzN");const a=e=>{if(Object(r.a)(e)){if("true"===e.toLowerCase())return!0;if("false"===e.toLowerCase())return!1}return e};t.a=a},"0oVg":function(e,t,n){"use strict";var r=n("G3IP"),a=n("DtSd"),i=n("wenO"),o=n("GjuR"),s=n("Jax0"),l=n("XKAh"),u=n("7XKT"),c=n("6Nfw");const d=e=>e.split("@")[1].toLowerCase(),m=e=>e.blockedDomainAddresses.split(",").map(e=>e.trim());var f=(e={},t,n)=>{const r=[],a=[],i=d(e.email),o=[...m(e),...e.contextBlockedDomains?e.contextBlockedDomains:[]],s=!!e.success,l=!!e.emailShouldResubscribe,u=e.emailSuggestion,f=!!e.emailFree;n&&a.push([c.RESUBSCRIBE_MESSAGE_CONFIRM]);s&&l&&!n&&a.push([c.RESUBSCRIBE_MESSAGE,{email:e.email,isAction:!0}]);u&&a.push([c.EMAIL_SUGGESTION,{email:u,isAction:!0}]);(o.indexOf(i)>-1||Array.isArray(t)&&t.indexOf(i)>-1)&&r.push([c.MANUALLY_BLOCKED_EMAIL_DOMAIN,{domain:i}]);e.useDefaultBlockList&&f&&r.push([c.FORBIDDEN_EMAIL_DOMAIN,{domain:i}]);s||r.push([c.INVALID_EMAIL]);return{errors:r,infos:a}},p=n("I50/"),h=n("6QzN");var b=e=>Object(h.a)(e)?e.trim():e,g=n("r46I"),v=n("BLBL"),y=n("sBkf"),O=n("A9qg"),S=n("i7SF"),k=n("ijHp"),E=n("7y0O"),j=n("2g2v"),T=n.n(j);const I=({url:e,portalId:t,formId:n,email:r})=>T.a.post(e,b(r),{headers:{"Content-Type":"text/plain"},params:{portalId:t,formId:n,resub_form_name:encodeURIComponent(E.a.getWindow().document.title),resub_form_address:encodeURIComponent(E.a.getWindow().location.href)}}),w=({url:e,portalId:t,formId:n,email:r,includeFreemailSuggestions:a=!1})=>T.a.post(e,b(r),{headers:{"Content-Type":"text/plain"},params:{portalId:t,formId:n,includeFreemailSuggestions:a}}).then(e=>({response:e,data:e.data}));n.d(t,"c",(function(){return P}));n.d(t,"a",(function(){return F}));n.d(t,"b",(function(){return z}));function _(e){return{type:r.t,payload:e}}function N(e){return{type:r.a,payload:e}}function R(e){return{type:r.C,payload:e}}function C(e){return{type:r.k,payload:e}}const x=([e,t])=>(n,r)=>{const a=r(),l=Object(s.c)(a,e.id),u=Object(o.a)(a);if(b(l)!==t.email)return;const d=Object(i.a)(a,t.email);if(!d)return;const{data:m,useDefaultBlockList:h,blockedEmailAddresses:v}=Object(p.a)(e.validation),{errors:S,infos:k}=f(Object.assign({},t,{useDefaultBlockList:h,blockedEmailAddresses:v,blockedDomainAddresses:m,contextBlockedDomains:u}),Object(o.w)(a),d.resubscribed);k.some(e=>-1!==e.indexOf(c.RESUBSCRIBE_MESSAGE))&&n(Object(y.c)(O.e));n(Object(g.b)([e,S]));n(Object(g.c)([e,k]))};function A(e){return{type:r.e,payload:e}}const D=([e,t])=>(n,r)=>{const a=r(),i=Object(o.y)(a),s=Object(o.k)(a),u=Object(l.b)(a),{validation:{useDefaultBlockList:c}}=e;n(C([t]));w({url:u,portalId:i,formId:s,email:t,includeFreemailSuggestions:!c}).then(({data:t})=>{n(N([t.email,t]));n(x([e,t]))}).catch(e=>{n(A([t,e]))})},L=(e,t,n)=>{e(D([t,n]))},M=Object(S.a)(L,500),P=([e,t])=>(n,r)=>{const o=r(),s=Object(i.a)(o,t);if(!Object(k.a)(t)&&Object(u.b)(t)){n(_([e,t]));s&&s.validationRequestState===a.a.SUCCEEDED?n(x([e,s.validation])):M(n,e,t)}},F=([e,t])=>n=>{n(Object(g.a)([e]));n(Object(g.f)([e,t]))},z=([e,t])=>(n,r)=>{const a=r(),s=Object(o.y)(a),c=Object(o.k)(a),d=Object(l.a)(a),m=Object(i.a)(a,t);if(!Object(k.a)(t)&&Object(u.b)(t)){n(Object(y.c)(O.d));I({url:d,portalId:s,formId:c,email:t}).then(()=>{n(Object(y.c)(O.f));n(R([t,{resubscribed:!0}]));n(x([e,m.validation]))}).catch(e=>{v.a.log("Resubscribe failed for email",t,e)})}}},"1FI0":function(e,t,n){"use strict";const r=e=>{const t=document.createElement("textarea");t.innerHTML=e;return t.value};t.a=r},"1LFd":function(e,t){e.exports='.fn-date-picker.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;*zoom:1}.fn-date-picker.pika-single.is-hidden{display:none}.fn-date-picker.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.fn-date-picker.pika-single:after,.fn-date-picker.pika-single:before{content:" ";display:table}.fn-date-picker.pika-single:after{clear:both}.fn-date-picker .pika-lendar{float:left;width:240px;margin:8px}.fn-date-picker .pika-title{position:relative;text-align:center}.fn-date-picker .pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.fn-date-picker .pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.fn-date-picker .pika-next,.fn-date-picker .pika-prev{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;opacity:.5;*position:absolute;*top:0}.fn-date-picker .pika-next:hover,.fn-date-picker .pika-prev:hover{opacity:1}.fn-date-picker .pika-next.is-disabled,.fn-date-picker .pika-prev.is-disabled{cursor:default;opacity:.2}.fn-date-picker .is-rtl .pika-next,.fn-date-picker .pika-prev{float:left;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");*left:0}.fn-date-picker .is-rtl .pika-prev,.fn-date-picker .pika-next{float:right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");*right:0}.fn-date-picker .pika-select{display:inline-block;*display:inline}.fn-date-picker .pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.fn-date-picker .pika-table td,.fn-date-picker .pika-table th{width:14.285714285714286%;padding:0}.fn-date-picker .pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:700;text-align:center}.fn-date-picker .pika-table abbr{border-bottom:none;cursor:help}.fn-date-picker .pika-button{cursor:pointer;display:block;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.fn-date-picker .pika-button:hover{color:#fff!important;background:#ff8000!important;box-shadow:none!important;border-radius:3px!important}.fn-date-picker .is-today .pika-button{color:#3af;font-weight:700}.fn-date-picker .is-selected .pika-button{color:#fff;font-weight:700;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.fn-date-picker .is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.fn-date-picker .pika-week{font-size:11px;color:#999}'},"1X+y":function(e,t,n){"use strict";var r=n("J9Cp"),a=n("h1u3"),i=n("r46I"),o=n("0oVg");const s=(e,t,n)=>r=>{switch(t){case"emailSuggestion":r(Object(o.a)([e,n.email]));break;case"resubscribeMessage":r(Object(o.b)([e,n.email]))}};var l=n("GjuR"),u=n("BSIC"),c=n("9ylF");const d=()=>(e,{field:t={},errors:n=[]})=>({formIdWithFormInstanceId:Object(c.a)(e),componentType:Object(a.a)(e,t),errorClass:Object(l.h)(e),isErrorVisible:Object(a.c)(e,t,n),isMobileResponsive:Object(l.s)(e),errorMessageClass:Object(l.i)(e),label:Object(u.a)(e,"fieldLabels."+t.id,{defaultValue:t.label})}),m=(e,{field:t})=>({update:n=>e(Object(i.f)([t,n])),updateInputState:n=>e(Object(i.d)([t,n])),onInfoClick:(n,r)=>e(s(t,n,r))});t.a=Object(r.b)(d,m)},"1XlY":function(e,t,n){"use strict";var r=n("J9Cp"),a=n("G3IP"),i=()=>({type:a.l}),o=n("BSIC");const s=e=>({text:Object(o.a)(e,"notYou"),linkText:Object(o.a)(e,"resetTheForm")}),l={reset:i};t.a=Object(r.b)(s,l)},"1qii":function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("6Nfw"),a=n("ijHp");const i=e=>!1===e,o=e=>i(e)||Object(a.a)(e)?[r.REQUIRED]:null},"2+ks":function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n.d(t,"b",(function(){return a}));const r=e=>e.countryCode,a=(e,t)=>{const n=r(e),{value:a="",useCountryCodeSelect:i=!1}=t,o=Boolean(a.length>0&&n),s=Boolean(!a.length&&n);return Boolean((o||s)&&i)}},"2P1S":function(e,t,n){"use strict";const r=e=>{switch(e){case"phone":case"mobilephone":return"tel";case"email":return"email";case"company":return"organization";case"fax":return"fax";case"firstname":return"given-name";case"jobtitle":return"organization-title";case"lastname":return"family-name";case"salutation":return"honorific-prefix";case"state":return"address-level1";case"address":return"address-line1";case"city":return"address-level2";case"country":return"country-name";default:return}};t.a=r},"2RFi":function(e,t,n){"use strict";var r=n("pmgf");var a=e=>{const t=Object(r.useRef)(!0);t.current&&e();t.current=!1},i=n("f5Bg");var o=({_window:e,callbackId:t,baseUrl:n,locale:r})=>{const a=e.document.createElement("script");a.async=!0;a.defer=!0;a.id="recaptcha";a.onerror=function(e){throw e};a.src=`${n}/enterprise.js?&onload=${t}&render=explicit&hl=${r}`;a.type="text/javascript";e.document.head.appendChild(a)};const s=15e3,l=(e,t,{instanceId:n,shellId:l,isInsideFrame:u,sitekey:c,locale:d,baseUrl:m,onInit:f,onLoad:p,onSuccess:h,onExpired:b,onLoadTimeout:g,isV3FrameRendered:v})=>{Object(r.useEffect)(()=>{f()},[]);a(()=>{const r=setTimeout(g,s),a=("hsRecaptchaLoaded_"+n).replace(/-/g,"_");e[a]=()=>{const n=u?e.document.getElementById("hs-outer-captcha-target-"+l):t.current,a=Object(i.a)(e).render(n,{sitekey:c,callback:h,"expired-callback":b,size:"invisible",badge:"inline"},!0);u&&t.current.appendChild(n.firstChild.cloneNode(!0));p(a);clearTimeout(r)};v||o({_window:e,callbackId:a,baseUrl:m,locale:d})})};t.a=l},"2SXp":function(e,t,n){"use strict";var r=n("u4Ho");const a=[/timeout exceeded/,/Request aborted/,/Network Error/,/Failed to execute 'send' on 'XMLHttpRequest'/,/Unexpected end of JSON input/,/Unexpected token/,/IP_ADDRESS_IS_PROBABLY_A_BOT/,/SUBMISSION_PERIOD_ENDED/,/RATE_LIMIT_EXCEEDED/,/Failed to execute 'removeChild' on 'Node'/,/Failed to execute 'insertBefore' on 'Node'/],i=[/\/OtAutoBlock\.js/,/\/mootools\.js/],o=[/\/?forms(\/(embed|v2))?\/(v2|v3)?\.js/],s=(e,t)=>{const n=Object(r.a)(e),a=n.stack?n.stack[0].filename:n.filename;return o.some(t=>t.test(e.stack||""))&&(!!t||o.some(e=>e.test(a)))},l=(e,t=!1)=>{if(!e)return!1;const{message:n="",stack:r=""}=e;return Boolean(n&&r&&s(e,t)&&!a.find(e=>e.test(n))&&!i.find(e=>e.test(r)))};t.a=l},"2XLB":function(e,t,n){"use strict";var r=n("RFRR"),a=n("ijHp");var i=({message:e,properties:t})=>{const n=Object(r.a)(t);return Object(a.a)(n)?null:`${e}: ${JSON.stringify(t)}`},o=n("G3IP");n.d(t,"a",(function(){return l}));const s=e=>({type:o.b,payload:e}),l=({message:e,properties:t})=>n=>{const r=i({message:e,properties:t});r&&n(s(r))}},"2Zks":function(e,t,n){"use strict";var r=n("pmgf"),a=n("i7SF"),i=n("dWKJ");class o{constructor({key:e,eventName:t,event:n}){this.eventName=t;this.key=e;this.event=n}}var s=o;var l=e=>({RenderEvent:t=>new s({eventName:i.d,key:e,event:t}),FocusEvent:t=>new s({eventName:i.c,key:e,event:t}),ChangeEvent:t=>new s({eventName:i.b,key:e,event:t}),StaleEvent:t=>new s({eventName:i.e,key:e,event:t}),BlurEvent:t=>new s({eventName:i.a,key:e,event:t})});const u=({key:e=0,staleTimeout:t=1e3,onChange:n=(()=>{})}={})=>{const{FocusEvent:i,ChangeEvent:o,StaleEvent:s,BlurEvent:u}=l(e),c=Object(r.useCallback)(Object(a.a)(e=>n(e),t),[]);return{getHandleFocus:(e=(()=>{}))=>t=>{e(t);n(i(t))},getHandleChange:(e=(()=>{}))=>r=>{e(r);n(o(r));c(s(r),t)},getHandleBlur:(e=(()=>{}))=>t=>{e(t);n(u(t))}}};t.a=u},"2fB3":function(e,t){e.exports={mode:"compressed",staticDomainPrefix:"//static.hsappstatic.net",bender:{depVersions:{"forms-embed":"static-1.4082","browserslist-config-hubspot":"static-1.77",classnames:"static-2.10",csstype:"static-1.8",cssUtils:"static-1.276","emoji-regex":"static-1.7",enviro:"static-4.176","forms-embed-shared-libs":"static-1.263","forms-embed-utils-lib":"static-1.162","forms-utils-lib":"static-1.3152","hds-components":"static-1.366","hds-tokens":"static-1.129","hoist-non-react-statics":"static-3.9","hs-test-utils":"static-1.1852","hub-http":"static-1.1039","hub-http-janus":"static-1.391","hub-http-rxjs":"static-1.363","hubspot-url-utils":"static-1.161",HubStyleTokens:"static-2.5251",I18n:"static-7.1007","i18n-data":"static-1.140",immutable:"static-2.19",jasmine:"static-3.135","jasmine-runner":"static-1.411","metrics-js":"static-1.3193","moment-timezone":"static-5.17",msw:"static-1.37",outpost:"static-1.198",PatternValidationJS:"static-1.382",PortalIdParser:"static-2.169",quartz:"static-1.664","quick-fetch":"static-1.206",raven:"static-3.26",react:"static-7.96","react-dom":"static-7.62","react-frame-component":"static-1.4","react-redux":"static-7.16","react-transition-group":"static-2.8","react-utils":"static-2.851","redux-mock-store":"static-1.8","redux-thunk":"static-2.11","reference-resolvers":"static-1.3268",rxjs:"static-5.10",SharedLegalStrings:"static-1.916","signup-constants":"static-1.6027","signup-ui-url-generator":"static-2.3082",sinon:"static-1.9","styled-components":"static-2.20",StyleGuideUI:"static-3.360","testing-library":"static-1.71",transmute:"static-2.29","ui-forms-embed-client-api":"static-1.2583","ui-forms-embed-components-v2":"static-1.2635","ui-forms-embed-components-v3":"static-1.2668","ui-forms-embed-lib":"static-1.2580","ui-forms-embed-store":"static-1.2550","ui-forms-embed-v2":"static-1.2505","ui-forms-embed-v3":"static-1.2506",UIComponents:"static-3.2202",underscore:"static-1.8",urlinator:"static-1.246","usage-tracker-core":"static-1.1486","viral-links-lib":"static-1.888",redux:"static-4.16",moment:"static-3.11"},depPathPrefixes:{"forms-embed":"/forms-embed/static-1.4082","browserslist-config-hubspot":"/browserslist-config-hubspot/static-1.77",classnames:"/classnames/static-2.10",csstype:"/csstype/static-1.8",cssUtils:"/cssUtils/static-1.276","emoji-regex":"/emoji-regex/static-1.7",enviro:"/enviro/static-4.176","forms-embed-shared-libs":"/forms-embed-shared-libs/static-1.263","forms-embed-utils-lib":"/forms-embed-utils-lib/static-1.162","forms-utils-lib":"/forms-utils-lib/static-1.3152","hds-components":"/hds-components/static-1.366","hds-tokens":"/hds-tokens/static-1.129","hoist-non-react-statics":"/hoist-non-react-statics/static-3.9","hs-test-utils":"/hs-test-utils/static-1.1852","hub-http":"/hub-http/static-1.1039","hub-http-janus":"/hub-http-janus/static-1.391","hub-http-rxjs":"/hub-http-rxjs/static-1.363","hubspot-url-utils":"/hubspot-url-utils/static-1.161",HubStyleTokens:"/HubStyleTokens/static-2.5251",I18n:"/I18n/static-7.1007","i18n-data":"/i18n-data/static-1.140",immutable:"/immutable/static-2.19",jasmine:"/jasmine/static-3.135","jasmine-runner":"/jasmine-runner/static-1.411","metrics-js":"/metrics-js/static-1.3193","moment-timezone":"/moment-timezone/static-5.17",msw:"/msw/static-1.37",outpost:"/outpost/static-1.198",PatternValidationJS:"/PatternValidationJS/static-1.382",PortalIdParser:"/PortalIdParser/static-2.169",quartz:"/quartz/static-1.664","quick-fetch":"/quick-fetch/static-1.206",raven:"/raven/static-3.26",react:"/react/static-7.96","react-dom":"/react-dom/static-7.62","react-frame-component":"/react-frame-component/static-1.4","react-redux":"/react-redux/static-7.16","react-transition-group":"/react-transition-group/static-2.8","react-utils":"/react-utils/static-2.851","redux-mock-store":"/redux-mock-store/static-1.8","redux-thunk":"/redux-thunk/static-2.11","reference-resolvers":"/reference-resolvers/static-1.3268",rxjs:"/rxjs/static-5.10",SharedLegalStrings:"/SharedLegalStrings/static-1.916","signup-constants":"/signup-constants/static-1.6027","signup-ui-url-generator":"/signup-ui-url-generator/static-2.3082",sinon:"/sinon/static-1.9","styled-components":"/styled-components/static-2.20",StyleGuideUI:"/StyleGuideUI/static-3.360","testing-library":"/testing-library/static-1.71",transmute:"/transmute/static-2.29","ui-forms-embed-client-api":"/ui-forms-embed-client-api/static-1.2583","ui-forms-embed-components-v2":"/ui-forms-embed-components-v2/static-1.2635","ui-forms-embed-components-v3":"/ui-forms-embed-components-v3/static-1.2668","ui-forms-embed-lib":"/ui-forms-embed-lib/static-1.2580","ui-forms-embed-store":"/ui-forms-embed-store/static-1.2550","ui-forms-embed-v2":"/ui-forms-embed-v2/static-1.2505","ui-forms-embed-v3":"/ui-forms-embed-v3/static-1.2506",UIComponents:"/UIComponents/static-3.2202",underscore:"/underscore/static-1.8",urlinator:"/urlinator/static-1.246","usage-tracker-core":"/usage-tracker-core/static-1.1486","viral-links-lib":"/viral-links-lib/static-1.888",redux:"/redux/static-4.16",moment:"/moment/static-3.11"},project:"forms-embed",staticDomain:"//static.hsappstatic.net",staticDomainPrefix:"//static.hsappstatic.net"}}},"2g2v":function(e,t,n){(function(t){n=function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=11)}([function(e,t,n){"use strict";var r=n(3),a=Object.prototype.toString;function i(e){return"[object Array]"===a.call(e)}function o(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==a.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===a.call(e)}function c(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var n=0,r=e.length;n=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};a.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){c.headers[e]=a.merge(s)})),e.exports=c},function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},function(e,t,n){"use strict";var r=n(0);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=a(window.location.href),function(t){var n=r.isString(t)?a(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(10).version,a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={};a.transitional=function(e,t,n){function a(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,o){if(!1===e)throw new Error(a(r," has been removed"+(t?" in "+t:"")));return t&&!i[r]&&(i[r]=!0,console.warn(a(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,o)}},e.exports={assertOptions:function(e,t,n){if("object"!=typeof e)throw new TypeError("options must be an object");for(var r=Object.keys(e),a=r.length;a-- >0;){var i=r[a],o=t[i];if(o){var s=e[i],l=void 0===s||o(s,i,e);if(!0!==l)throw new TypeError("option "+i+" must be "+l)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:a}},function(e,t,n){"use strict";var r=n(2);function a(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t{const t=Object(a.a)(e);return null!==t&&i[t]?[i[t]]:null}},"3SsM":function(e,t,n){"use strict";var r=n("dJd0");const a="https://forms.hsforms.com/embed/v3",i=({env:e,region:t})=>{let n=a;"qa"===e&&(n=n.replace("hsforms.com","hsformsqa.com"));t&&(n=n.replace("//forms.",`//forms-${t}.`));return n};var o=(e="",t=1,n={env:"",region:""})=>{Object(r.a)(`${i(n)}/counters.gif?key=${e}&count=${t}`)},s=n("2SXp");const l=(e,{app:t,renderVersion:n})=>{e.on("onAnalyticEvent",r=>o(`${t}-${n}-${r}`,1,{env:e.getContext().env,region:e.getContext().region}));e.on("onFormError",r=>o(`${t}-${n}-${r}`,1,{env:e.getContext().env,region:e.getContext().region}));e.on("onRenderError",(r,a)=>{Object(s.a)(a)&&o(`${t}-${n}-${r}`,1,{env:e.getContext().env,region:e.getContext().region})})};t.a=l},"452d":function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));n.d(t,"c",(function(){return i}));n.d(t,"d",(function(){return o}));const r="SUBMISSION_FAILURE",a="RECAPTCHA_VALIDATION_ERROR",i="SUBMIT_ATTEMPT_WITH_VALIDATION_ERRORS",o="UNKNOWN_FORM_ERROR"},"49LD":function(e,t,n){"use strict";var r=n("Itsd");const a=e=>r.a[e];t.a=a},"4ENJ":function(e,t,n){"use strict";var r=n("pmgf");const a=(e,{threshold:t=0,root:n=null,rootMargin:a="0%",freezeOnceVisible:i=!1}={})=>{const[o,s]=Object(r.useState)(!1),l=o&&i,u=([e])=>{s(e.isIntersecting)};Object(r.useEffect)(()=>{const r=e&&e.current;if(!!!window.IntersectionObserver||l||!r)return()=>{};const i=new IntersectionObserver(u,{threshold:t,root:n,rootMargin:a});i.observe(r);return()=>i.disconnect()},[e,JSON.stringify(t),n,a,l]);return o};t.a=a},"4X+u":function(e,t,n){"use strict";function r(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var a="function"==typeof Symbol&&Symbol.observable||"@@observable",i=function(){return Math.random().toString(36).substring(7).split("").join(".")},o={INIT:"@@redux/INIT"+i(),REPLACE:"@@redux/REPLACE"+i(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+i()}};function s(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function l(e,t,n){var i;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(r(0));if("function"==typeof t&&void 0===n){n=t;t=void 0}if(void 0!==n){if("function"!=typeof n)throw new Error(r(1));return n(l)(e,t)}if("function"!=typeof e)throw new Error(r(2));var u=e,c=t,d=[],m=d,f=!1;function p(){m===d&&(m=d.slice())}function h(){if(f)throw new Error(r(3));return c}function b(e){if("function"!=typeof e)throw new Error(r(4));if(f)throw new Error(r(5));var t=!0;p();m.push(e);return function(){if(t){if(f)throw new Error(r(6));t=!1;p();var n=m.indexOf(e);m.splice(n,1);d=null}}}function g(e){if(!s(e))throw new Error(r(7));if(void 0===e.type)throw new Error(r(8));if(f)throw new Error(r(9));try{f=!0;c=u(c,e)}finally{f=!1}for(var t=d=m,n=0;n{switch(t){case b.i:return Object.assign({},e,{rumTotalRequestTime:window.performance.now(),rumServiceResponseTime:window.performance.now()-e.rumScriptExecuteTime});case b.j:return Object.assign({},e,{rumTotalRenderTime:window.performance.now(),rumFormRenderTime:window.performance.now()-e.rumTotalRequestTime});default:return e}},y=n("7y0O"),O=n("RFRR"),S=n("kfph");const k={__hsfp:"",__hssc:"",__hstc:"",canonicalUrl:"",contentType:"",pageId:"",path:"",referrerPath:"",hutk:""};var E=(e=k,{type:t,payload:n})=>{switch(t){case b.g:{const t=Object(S.a)(y.a.getWindow());return Object.assign({},e,{__hsfp:t.__hsfp,__hssc:t.__hssc,__hstc:t.__hstc,hutk:t.hubspotutk})}case b.f:return Object.assign({},e,{},Object(O.a)(n));case b.l:return Object.assign({},e,{hutk:void 0});default:return e}},j=n("BLBL");var T=e=>{const{lang:t,errorClass:n,messageClass:r,forbiddenDomains:a}=e||{};return Object.assign({},t&&{locale:t},{},n&&{errorClass:n},{},r&&{errorMessageClass:r},{},a&&{blockedDomains:a})},I=n("zs/p");const w={portalId:void 0,formId:void 0,region:void 0,env:void 0,target:void 0,isBuilder:!1,isTestPage:!1,isPreview:!1,formInstanceId:void 0,formsBaseUrl:void 0,deactivateSmartForm:void 0,css:void 0,cssClass:void 0,cssRequired:void 0,redirectUrl:void 0,inlineMessage:void 0,errorClass:void 0,errorMessageClass:void 0,blockedDomains:void 0,manuallyBlockedEmailDomain:void 0,submitButtonClass:void 0,translations:void 0,locale:void 0,previewMode:void 0,properties:void 0,ignoreCurrentValues:void 0,embedDefinitionUrl:void 0,useDraft:void 0,isEnterSubmitDisabled:void 0,isMobileResponsive:!0,showInlineMessageInitially:void 0,submitText:void 0,validationOptions:void 0,style:void 0,rawInlineMessage:void 0,notificationRecipients:void 0,goToWebinarWebinarKey:void 0,hsFormKey:void 0,abTestId:void 0,followUpId:void 0,followUpEmailId:void 0,followUpEmailCampaignId:void 0,sfdcCampaignId:void 0,extraSubmissionMetadata:void 0,version:void 0,renderFrame:void 0,isInsideFrame:void 0,shellId:void 0,pageName:void 0,pageTitle:void 0,pageUrl:void 0,pageId:void 0,contentType:void 0,canonicalUrl:void 0,path:void 0,referrer:void 0,referrerPath:void 0,hutk:void 0,formData:void 0,isCMSModuleEmbed:void 0,isHubSpotCmsGeneratedPage:void 0,noShell:void 0,__INTERNAL__CONTEXT:void 0,onBeforeFormInit:()=>{},onFormFailedValidation:()=>{},onBeforeValidationInit:()=>{},onReady:()=>{},onFormReady:()=>{},onBeforeFormSubmit:()=>{},onFormSubmit:()=>{},onFormSubmitted:()=>{},onFormDefinitionFetchSuccess:()=>{},onFormDefinitionFetchError:()=>{},onRenderError:()=>{},onFormError:()=>{},onAnalyticEvent:()=>{},getExtraMetaDataBeforeSubmit:()=>{}},_=Object.keys(w);var N=(e=w,{type:t,payload:n})=>{switch(t){case b.m:{Object.keys(n).forEach(e=>{_.includes(e)||j.a.warn("Unsupported context key: "+e)});const t=Object.assign({},e,{},n&&T(n.validationOptions),{},n,{},n&&n.formsBaseUrl&&{formsBaseUrl:n.formsBaseUrl.replace(/\/$/,"")});Object(I.a)({context:t})&&j.a.error("You've specified that inlineMessage and redirectUrl should show after submitting the form. You can only have one of these specified at the same time. Until the embed code is updated, it will not submit.");return t}default:return e}};const R="";var C=function(e=R,{type:t,payload:n}){switch(t){case b.i:return n.normalized.countryCode||R;default:return e}},x=n("DtSd");const A={};var D=(e=A,{type:t,payload:n})=>{switch(t){case b.k:{const[t]=n,r=e[t]||{};return Object.assign({},e,{[t]:Object.assign({},r,{validationRequestState:x.a.REQUESTED,validation:{},resubscribed:!1})})}case b.e:{const[t,r]=n,a=e[t]||{};return Object.assign({},e,{[t]:Object.assign({},a,{validationRequestState:x.a.FAILED,validationRequestError:r,validation:{}})})}case b.a:{const[t,r]=n;return Object.assign({},e,{[t]:{validation:r,validationRequestState:x.a.SUCCEEDED}})}case b.C:{const[t,r]=n,a=e[t]||{};return Object.assign({},e,{[t]:Object.assign({},a,{},r)})}default:return e}};function L(e,t){let n=t;for(let t=0;t{switch(t){case b.i:{const{normalized:{fields:e,countryCode:t}}=n;return Object.keys(e).reduce((n,r)=>{const a=e[r];return Object.assign({},n,{[r]:Object.assign({},a,{field:Object.assign({},a.field,{},a.field.useCountryCodeSelect&&{countryCode:t,countryCodeExtension:Object(F.a)(t)})})})},{})}case b.G:{const[{id:t},r]=n,a=e[t],{dependentFieldIds:i=[]}=a,o=Object.assign({},a,{validationRequestState:"NOT_REQUESTED",validation:{},value:r,errors:[],infos:[]}),s=i.reduce((t,n)=>{const r=e[n];return r?Object.assign({},t,{[n]:Object.assign({},r,{shown:Object(U.a)({field:r,parentField:o},B.b)})}):t},{});return Object.assign({},e,{[t]:o},s)}case b.B:{const[{id:t},r,a]=n;return Object.assign({},e,{[t]:Object.assign({},e[t],{field:Object.assign({},e[t].field,{countryCode:r,countryCodeExtension:a})})})}case b.c:{const[{id:t}]=n;return Object.assign({},e,{[t]:Object.assign({},e[t],{errors:[]})})}case b.D:{const[{id:t},r=[]]=n;return Object.assign({},e,{[t]:Object.assign({},e[t],{errors:[...e[t].errors,...r]})})}case b.F:{const[{id:t},r=null,a={}]=n,i=e[t].inputState?e[t].inputState[r]:{};return Object.assign({},e,{[t]:Object.assign({},e[t],{inputState:Object.assign({},e[t].inputState,{[r]:Object.assign({},i,{},a)})})})}case b.d:{const[{id:t}]=n;return Object.assign({},e,{[t]:Object.assign({},e[t],{infos:[]})})}case b.E:{const[{id:t},r=[]]=n;return Object.assign({},e,{[t]:Object.assign({},e[t],{infos:r})})}case b.l:{const t=Object(V.b)(e)||{},n=(e,n)=>{const r=e[n];return Object.assign({},e,{[n]:Object.assign({},r,{value:Object(B.a)({field:r.field,id:n,urlParams:t})})})},r=(e,t)=>{const n=e[t],r=e[n.parentField];return Object.assign({},e,{[t]:Object.assign({},n,{shown:Object(B.b)({field:n,parentField:r})})})};return P(e=>Object.keys(e).reduce(n,e),e=>Object.keys(e).reduce(r,e))(e)}case b.w:{const{data:{validationResults:t=[]}={}}=r;return t.reduce((t,{formSubmissionValidationType:n,fieldName:r})=>{const a=e[r];if(!a)return t;if(!z[n])return t;const i=[z[n]];"BLOCKED_EMAIL"===n&&i.push({domain:a.value.split("@")[1].toLowerCase()});return Object.assign({},t,{[r]:Object.assign({},a,{errors:[i]})})},e)}default:return e}};const q={loading:!0,loaded:!1,error:!1,themeName:"",portalId:"",guid:"",thankYouMessage:"",submitText:"",cssClass:""};var W=(e=q,t={})=>{switch(t.type){case b.i:{const{form:{themeName:n,portalId:r,guid:a,inlineMessage:i,submitText:o,formTypeNumber:s=11,cssClass:l}={},properties:u={},normalized:{metaData:{allowCookieReset:c="false",renderRawHtml:d="false",lang:m="en"}}}=t.payload;return Object.assign({},e,{cssClass:l,themeName:n,portalId:r,guid:a,thankYouMessage:i,submitText:o,formTypeNumber:s,hasKnownProperties:Object.keys(u).length>0,allowCookieReset:"true"===c,renderRawHtml:"true"===d,lang:m,loading:!1,loaded:!0})}case b.h:return Object.assign({},e,{error:!0,loading:!1});case b.l:return Object.assign({},e,{hasKnownProperties:!1});default:return e}};const G={};var K=(e=G,{type:t,payload:n})=>{switch(t){case b.i:return Object.assign({},e,{},n.gates);default:return e}},$=(e=[],{type:t,payload:n}={})=>{switch(t){case b.i:{const{normalized:{groups:e}={}}=n;return e}case b.l:return e.map(e=>Object.assign({},e,{shown:e.default}));default:return e}},Q=(e="",{type:t,payload:n})=>{switch(t){case b.n:{const{instanceId:e}=n;return e}default:return e}};var Y=(e=[])=>e[e.length-1];var J=c({currentPage:(e=0,{type:t,payload:n})=>{switch(t){case b.o:return n;default:return e}},isPaginated:(e=!1,{type:t,payload:n})=>{switch(t){case b.i:return n.normalized.isPaginated;default:return e}},numberOfPages:(e=0,{type:t,payload:n})=>{switch(t){case b.i:{const{normalized:{groups:e=[],metaData:t={}}={}}=n,r=Y(e),a=r?r.pageNumber:0;return t.hasOwnProperty("legalConsentOptions")?a+1:a}default:return e}}});const Z={};var X=(e=Z,{type:t,payload:n})=>{switch(t){case b.i:return n.normalized.metaData;default:return e}},ee=function(e={},{type:t,payload:n={}}){switch(t){case b.r:return{name:n.app,version:n.projectVersion};default:return e}};const te={enabled:!1,status:n("zU1e").d,token:"",widgetId:null};var ne=(e=te,{type:t,payload:n})=>{switch(t){case b.i:{const{form:{captchaEnabled:t}={}}=n;return Object.assign({},e,{enabled:t})}case b.I:return Object.assign({},e,{widgetId:n});case b.H:return Object.assign({},e,{token:n});case b.s:return Object.assign({},e,{status:n});default:return e}};const re={noBranding:!0,rawHtmlAccess:!1};var ae=(e=re,{type:t,payload:n})=>{switch(t){case b.i:return Object.assign({},e,{},n.scopes);default:return e}};const ie={enableLiveValidation:!0};var oe=(e=ie,{type:t,payload:n})=>{switch(t){case b.i:return Object.assign({},e,{},n.portalSetting);default:return e}},se=n("XG4J");const le={},ue=(e,t)=>t?{[e]:t}:{},ce=e=>{if(!e)return{};const{buttonBackgroundColor:t,buttonFontColor:n,fontColor:r}=e,a=Object(se.a)(e,["buttonBackgroundColor","buttonFontColor","fontColor"]);return Object.assign({},a,{},ue("labelTextColor",r),{},ue("submitFontColor",n),{},ue("submitColor",t))};var de=(e=le,{type:t,payload:n})=>{switch(t){case b.i:{const{globalStyle:e="{}",form:{style:t="{}"}={},scopes:{customStyleAccess:r}={}}=n;try{let n=JSON.parse(t);if(!r){const{backgroundWidth:e,fontFamily:t}=n;n=Object.assign({},e&&{backgroundWidth:e},{},t&&{fontFamily:t})}return Object.assign({},ce(JSON.parse(e)),{},n)}catch(e){return{}}}default:return e}};const me={attempted:!1,requested:!1,submitted:!1,error:!1,submissionError:{},response:{}};var fe=(e=me,{type:t,data:n})=>{switch(t){case b.u:return Object.assign({},e,{attempted:!0});case b.x:return Object.assign({},e,{requested:!0});case b.y:return Object.assign({},e,{response:n&&n.data?n.data:{}});case b.z:return Object.assign({},e,{requested:!1,submitted:!0});case b.w:return Object.assign({},e,{requested:!1,error:!0,submissionError:n});default:return e}};const pe={};var he=(e=pe,{type:t,payload:n})=>{switch(t){case b.A:{const{parentEventKey:t,eventKey:r}=n;return Object.assign({},e,{[t]:[r,...e[t]||[]]})}default:return e}},be=n("GOty");var ge=e=>Boolean(e&&e.querySelector&&e.querySelector('meta[name="generator"][content="HubSpot"]'));const ve=({hsVars:e={}})=>e.page_id,ye=({hsVars:e={}})=>e.analytics_page_id,Oe=e=>{const t=Object(be.a)(e),{_hse:n}=t,r=Object(se.a)(t,["_hse"]);return Object.assign({},r,{},n&&{email:n})};var Se=(e=window)=>Object(O.a)({pageUrl:e.location.href,pageTitle:e.document.title,referrer:e.document.referrer,userAgent:e.navigator.userAgent,pageId:ye(e)||ve(e),contentAnalyticsPageId:ye(e),contentPageId:ve(e),urlParams:Object(O.a)(Oe(e.location.search)),isHubSpotCmsGeneratedPage:ge(e.document),isCMSEditor:e.hsInEditor});const ke=({pageId:e,contentPageId:t,contentAnalyticsPageId:n})=>({pageId:e,contentPageId:t,contentAnalyticsPageId:n}),Ee={pageTitle:void 0,pageUrl:void 0,referrer:void 0,userAgent:void 0,urlParams:void 0,pageId:void 0};var je=(e=Ee,{type:t})=>{switch(t){case b.p:return Object.assign({},e,{},Se(y.a.getWindow()));case b.q:return Object.assign({},e,{},ke(Se(y.a.getWindow())));default:return e}},Te=n("zmtA");var Ie=[/^submitText$/,/^blockedEmail$/,/^fieldLabels\./,...Object.values(z).map(e=>RegExp(`^${e}$`)),...Object.values(Te).map(e=>RegExp(`^submissionErrors.${e}$`))],we=n("X5Hn");var _e=(e,t,n)=>{if(Object(e)!==e)return e;Array.isArray(t)||(t=t.toString().match(/[^.[\]]+/g)||[]);t.slice(0,-1).reduce((e,n,r)=>Object(e[n])===e[n]?e[n]:e[n]=Math.abs(t[r+1])>>0==+t[r+1]?[]:{},e)[t[t.length-1]]=n;return e};const Ne=e=>{const t={};for(const n in e)if(e.hasOwnProperty(n))if("object"==typeof e[n]&&null!==e[n]){const r=Ne(e[n]);for(const e in r)r.hasOwnProperty(e)&&(t[`${n}.${e}`]=r[e])}else t[n]=e[n];return t};var Re=Ne,Ce=n("ijHp");const xe={};const Ae="";const De="INFO",Le=[];var Me=c({performance:v,analytics:E,context:N,countryCode:C,emailValidation:D,fields:H,form:W,gates:K,groups:$,instanceId:Q,metaData:X,pagination:J,projectInfo:ee,recaptcha:ne,scopes:ae,portalSetting:oe,style:de,submission:fe,events:he,pageContext:je,translations:(e=xe,{type:t,payload:n}={})=>{switch(t){case b.m:{const{translations:t={}}=n,r=Re(t),a={};Object.keys(r).forEach(e=>{const[t,...n]=e.split("."),i=n.join("."),o=Object(we.a)(t)||t;Ie.find(e=>e.test(i))&&_e(a,`${o}.${i}`,r[e])});return Object(Ce.a)(a)?e:a}default:return e}},themeCss:(e=Ae,{type:t,payload:n})=>{switch(t){case b.i:return n.themeCss||Ae;default:return e}},embedLogLines:(e=Le,{type:t,payload:n})=>{switch(t){case b.b:return n?[...e,{clientTimestamp:(new Date).getTime(),level:De,message:n}]:e;default:return e}}});function Pe(e){return l(Me,d(m(h),window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__({name:"ui-forms-embed-store-"+e}):e=>e))}var Fe=n("xT0X");const ze=()=>new Promise((e,t)=>{y.a.getWindow()._hsq=y.a.getWindow()._hsq||[];y.a.getWindow()._hsq.push(n=>{try{const{utk:{visitor:t},canonicalUrl:r,contentType:a,pageId:i,path:o,referrerPath:s}=n;e(Object.assign({},t&&{hutk:t},{},r&&{canonicalUrl:r},{},a&&{contentType:a},{},i&&{pageId:i},{},o&&{path:o},{},s&&{referrerPath:s}))}catch(e){t()}})}),Be=()=>new Promise(e=>{y.a.getWindow()._hsq=y.a.getWindow()._hsq||[];y.a.getWindow()._hsq.push(["addIdentityListener",(t,n,r)=>e({__hstc:t,__hssc:n,__hsfp:r})])});var Ue=n("2XLB");function Ve(){return{type:b.g}}function He(e){return{type:b.f,payload:e}}const qe=()=>e=>ze().then(t=>{e(Object(Ue.a)({message:"Retrieved analytics values from API response which may be overriden by the embed context",properties:t}));e(He(t))}),We=()=>e=>Be().then(t=>e(He(t)));var Ge=e=>({type:b.n,payload:{instanceId:e}});const Ke=e=>({type:b.r,payload:e}),$e=e=>t=>{t(Ke(e))};var Qe=n("HVTr");var Ye=e=>e?Object.keys(e).filter(t=>"function"==typeof e[t]&&Object.prototype.hasOwnProperty.call(Object.assign({},Qe.b,{getExtraMetaDataBeforeSubmit:[]}),t)):null,Je=(e,t,n,r,a)=>i=>{i(Ge(t));i(Ve());i(Object(Ue.a)({message:"Retrieved customer callbacks used on embed context",properties:Ye(n)}));i(Object(Fe.b)(n));i(Object(Fe.e)());i($e(e));if(!n.isPreview){i(qe());i(We());a?i(Object(Fe.d)(a)):r&&!Object(Ce.e)(r)&&i(Object(Fe.c)(r))}},Ze=n("sBkf"),Xe=n("M9Lr"),et=n("4Zvj");const tt=(e,t,n,r,a,i)=>{Object(et.b)(t);const o=Pe(n);o.dispatch(Je(e,n,r,a,i));o.dispatch(Object(Ze.d)());const s=Object(Xe.a)(o.getState());j.a.setPrefix(""+s);return o};t.a=tt},"4Zvj":function(e,t,n){"use strict";n.d(t,"b",(function(){return a}));n.d(t,"a",(function(){return i}));let r={};const a=e=>{r=e},i=()=>r},"4m0j":function(e,t,n){"use strict";n.d(t,"c",(function(){return a}));n.d(t,"b",(function(){return i}));n.d(t,"a",(function(){return o}));const r=({context:e={}}={})=>e.__INTERNAL__CONTEXT||{},a=e=>r(e).disableRedirect,i=e=>r(e).isV3FrameRendered,o=e=>r(e).editorVersion},"4sO9":function(e,t,n){"use strict";var r=n("2fB3");const a=()=>{const e=r.bender.project||"";return r.bender.depVersions&&r.bender.depVersions[e]?r.bender.depVersions[e].replace(/static-?/,""):void 0};t.a=a},"5dqS":function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));const r="na1";function a(e=""){return e&&e!==r?"-"+e:""}},"5l2X":function(e,t,n){"use strict";var r=n("GjuR"),a=n("ai8m"),i=n("aDMY");t.a=e=>{const t=Object(r.n)(e),n=Object(a.e)(e),o=Object(i.i)(e);return n?n.replace(/<\\\/script>/g,"<\/script>"):t||o}},"6CZI":function(e,t,n){"use strict";const r=e=>e.replace(/\s/g,"");t.a=r},"6Nfw":function(e,t,n){"use strict";n.r(t);n.d(t,"VALIDATOR_NOT_AVAILABLE",(function(){return r}));n.d(t,"EMAIL_OPTIN",(function(){return a}));n.d(t,"INPUT_TOO_LARGE",(function(){return i}));n.d(t,"INPUT_TOO_SMALL",(function(){return o}));n.d(t,"INVALID_DATE",(function(){return s}));n.d(t,"INVALID_EMAIL",(function(){return l}));n.d(t,"INVALID_EMAIL_FORMAT",(function(){return u}));n.d(t,"INVALID_NUMBER",(function(){return c}));n.d(t,"INVALID_NUMBER_RANGE_TOO_LARGE",(function(){return d}));n.d(t,"INVALID_NUMBER_RANGE_TOO_SMALL",(function(){return m}));n.d(t,"MISSING_OPTION_SELECTION",(function(){return f}));n.d(t,"MISSING_SELECT",(function(){return p}));n.d(t,"NUMBER_OUT_OF_RANGE",(function(){return h}));n.d(t,"PHONE_INVALID_CHARACTERS",(function(){return b}));n.d(t,"REQUIRED",(function(){return g}));n.d(t,"REQUIRED_FIELD",(function(){return v}));n.d(t,"RESUBSCRIBE_MESSAGE",(function(){return y}));n.d(t,"RESUBSCRIBE_MESSAGE_CONFIRM",(function(){return O}));n.d(t,"VALUE_NOT_IN_FIELD_DEFINITION",(function(){return S}));n.d(t,"MANUALLY_BLOCKED_EMAIL_DOMAIN",(function(){return k}));n.d(t,"BLOCKED_EMAIL",(function(){return E}));n.d(t,"FORBIDDEN_EMAIL_DOMAIN",(function(){return j}));n.d(t,"EMAIL_SUGGESTION",(function(){return T}));n.d(t,"INVALID_DOMAIN",(function(){return I}));n.d(t,"FILE_TOO_LARGE",(function(){return w}));const r="validatorNotAvailable",a="emailOptIn",i="inputTooLarge",o="inputTooSmall",s="invalidDate",l="invalidEmail",u="invalidEmailFormat",c="invalidNumber",d="invalidNumberRangeTooLarge",m="invalidNumberRangeTooSmall",f="missingOptionSelection",p="missingSelect",h="numberOutOfRange",b="phoneInvalidCharacters",g="required",v="required",y="resubscribeMessage",O="emailOptIn",S="valueNotInFieldDefintion",k="manuallyBlockedEmailDomain",E="manuallyBlockedEmailDomain",j="forbiddenEmailDomain",T="emailSuggestion",I="invalidDomain",w="fileTooLarge"},"6QzN":function(e,t,n){"use strict";const r=e=>"string"==typeof e||e instanceof String;t.a=r},"6VWM":function(e,t,n){"use strict";var r=n("2g2v"),a=n.n(r),i=n("GOty"),o=n("5dqS"),s=n("cyWB");const l="2.0",u=({region:e,env:t})=>`https://${`${s.d}${Object(o.a)(e)}`}.${"qa"===t?s.g.qa:s.g.prod}`,c=({portalId:e,formId:t,useDraft:n,editorVersion:r})=>r&&r===l?`embed/v4/render-definition/${e}/${t}`:`embed/v3/form/${e}/${t}/json${n?"/draft":""}`;var d=({embedDefinitionUrl:e="",formsBaseUrl:t="",portalId:n=0,formId:r="",region:o="",env:s="",hutk:l="",useDraft:d=!1,editorVersion:m=""})=>a.a.get(e||c({portalId:n,formId:r,useDraft:d,editorVersion:m}),Object.assign({transitional:{silentJSONParsing:!1},responseType:"json"},!e&&{baseURL:t||u({region:o,env:s})},{params:Object.assign({},l.length&&{hutk:l},{},"true"===Object(i.a)(window.location.search).allowUnpublished&&{allowUnpublished:!0})}));const m=({region:e,env:t})=>`https://${s.c}${Object(o.a)(e)}.${s.b}/${"qa"===t?"qa":"prod"}`;var f=({portalId:e="",formId:t="",region:n="",env:r=""})=>a.a.get(`${e}/${t}.json.gz`,{baseURL:m({region:n,env:r})}),p=n("ljop");var h=e=>{const{response:{status:t,data:n={}}={}}=e||{},r=n.message||n.error;if(404===t)return p.b;if(400===t){if(/form guid/i.test(r))return p.d;if(/you cannot embed this type of form/i.test(r))return p.g;if(/IP_ADDRESS_IS_PROBABLY_A_BOT/i.test(r))return p.f;if(/SUBMISSION_PERIOD_ENDED/i.test(r))return p.i}return 429===t&&/RATE_LIMIT_EXCEEDED/i.test(r)?p.h:null},b=n("kfph");var g=e=>/^[{]?[0-9a-fA-F]{8}-?([0-9a-fA-F]{4}-?){3}[0-9a-fA-F]{12}[}]?$/.test(e);var v=e=>/^[0-9]+$/.test(e);const y=(e,t)=>{const{formId:n,portalId:r,embedDefinitionUrl:a,hutk:i=Object(b.a)(window).hubspotutk,__INTERNAL__CONTEXT:{editorVersion:o}={}}=e;return g(n)?v(r)?d(Object.assign({},e,{hutk:i,editorVersion:o})).catch(n=>{const r=h(n);if(r)return Promise.reject(r);if(a)return Promise.reject(n);t._trigger("onRenderError",[p.a,n,...n.response&&n.response.data?[n.response.data]:[]]);return f(Object.assign({},e)).catch(()=>{n.eventType=p.c;return Promise.reject(n)})}):Promise.reject(p.e):Promise.reject(p.d)};t.a=y},"6WNA":function(e,t,n){"use strict";const r=e=>{const t=e.metaData.legalConsentOptions;try{return JSON.parse(t)}catch(e){return{}}};t.a=r},"6aOV":function(e,t,n){"use strict";t.a=({instanceId:e})=>e},"6bFv":function(e,t,n){"use strict";var r=n("IBmJ"),a=n("pdPg"),i=n("pmgf");const o=["api","local","app","private","platform","tools","meetings"],s=["hubspotstarter","hubspotfree"],l=["growth"],u={com:["hubspot","hubteam","grader","getsignals","getsidekick","gettally","hubspotemail","customer-hub","hubspotservicehub","hubspotquote"].join("|"),net:s.join("|"),org:l.join("|")};var c=function e(t){const n=new RegExp(`^(?!local|test|selenium)(.*\\.)?(${Object.entries(u).map(([e,t])=>`(?:${t})(qa)?\\.${e}`).join("|")}|(?:connect)\\.com|(?:connect)(qa)\\.co)$`).test(t.hostname),r=new RegExp(Object.entries(u).map(([e,t])=>`(?:${t})qa\\.${e}`).join("|")+"|(?:connect)qa\\.co"),a=new RegExp(`^(?:${o.join("|")})-(.*).(?:hubspot|hubteam)(?:qa)?.com`),i=new RegExp("^(.*).(?:hubspotquote)(?:qa)?.com"),s="ENV",l="Enviro error: the default argument for .get and .getShort is no longer supported",c=e=>{let t=window[e];if(null==t)try{t=window.sessionStorage.getItem(e)}catch(e){}if(null==t)try{t=window.localStorage.getItem(e)}catch(e){}return t},d=()=>{const e=c(s);return e||(r.test(t.host)?"qa":"prod")},m=(e,t)=>{window[e]=t;return t},f={prod:"production",qa:"development"},p=e=>{if("string"==typeof e){const t=e.toLowerCase();return f[t]||t}return e},h=e=>{e="string"==typeof e?e.toLowerCase():void 0;return Object.keys(f).find(t=>e===f[t])||e},b=(e,t)=>{if(null!=t)throw new Error(l);let n=null;if(e){const t=e.split(".").reverse();for(let e=0;e{if(null!=t)throw new Error(l);return h(b(e))},v=g,y=e=>"prod"===v(e),O=e=>"qa"===v(e);return{createEnviro:e,debug:(e,t=!1)=>{let n;"string"==typeof e&&(n=c(e.toUpperCase()+"_DEBUG"));null==n&&(n=c("DEBUG"));return null==n?t:n},denormalize:h,deployed:e=>{let t;"string"==typeof e&&(t=c(e.toUpperCase()+"_DEPLOYED"));null==t&&(t=c("DEPLOYED"));return null==t?n:!!t},enabled:(e,t=!1)=>{let n=c(e.toUpperCase()+"_ENABLED");null==n&&(n=JSON.stringify(t));return"true"===(""+n).toLowerCase()},get:b,getHublet:()=>{const e=c("HUBLET");return e||(a.test(t.hostname)?a.exec(t.hostname)[1]:i.test(t.hostname)?i.exec(t.hostname)[1]:"na1")},getInternal:g,getShort:v,isProd:y,isQa:O,normalize:p,set:function(e,t){if(1===arguments.length){t=e;e=s}return m(e,t)},setDebug:(e,t=!0)=>{if("string"==typeof e)try{t?localStorage.setItem(e.toUpperCase()+"_DEBUG",JSON.stringify(!0)):localStorage.removeItem(e.toUpperCase()+"_DEBUG")}catch(n){m(e.toUpperCase()+"_DEBUG",t||void 0)}else{t=null==e||e;try{t?localStorage.setItem("DEBUG",JSON.stringify(t)):localStorage.removeItem("DEBUG")}catch(e){m("DEBUG",t||void 0)}}}}}(document.location);let d,m;!function(e){e.Crm="crm";e.FbCrm="fb-crm";e.Marketing="marketing";e.Integrations="integrations";e.Academy="academy";e.Sales="sales";e.Service="service";e.ClassroomTraining="classroom-training";e.Purchase="purchase";e.AssetProvider="asset-provider";e.Developers="developers";e.CmsDevelopers="cms-developers";e.HubspotForStartups="hubspot-for-startups";e.SolutionsProvider="solutions-provider";e.DirectoryListing="directory-listing";e.HubSpotPartners="hubspot-partners";e.Trial="trial";e.StandaloneCmsPartner="standalone-cms-partner";e.CmsFree="cms-free";e.Connect="connect";e.AcademyEmbedded="academy-embedded";e.ChatSpot="chatspot"}(d||(d={}));!function(e){e.DesignKitGenerator="design-kit-generator";e.Wordpress="wordpress";e.Wpforms="wpforms";e.Shopify="shopify";e.Typeform="typeform"}(m||(m={}));class f{static create(e,t){return new f(e,t)}constructor(e,t){this.anchor=e;this.generator=t;this.process()}getSignupType(){const e=this.anchor.dataset.signupType;if(!e||!this.generator.isValidSignupType(e)){this.generator.log("Anchor %o contains an invalid signup type %s. Default to "+d.Crm,this.anchor,e);return d.Crm}return e}getSignupQuery(){const e=this.anchor.dataset.signupQuery;return e?e.split("&").reduce((e,t)=>{const n=t.split("=");e[decodeURIComponent(n[0])]=decodeURIComponent(n[1]);return e},{}):{}}process(){if(!this.anchor.dataset.processed){this.anchor.setAttribute("href",this.generator.getSignupUrl(this.getSignupType(),this.getSignupQuery()));this.anchor.dataset.processed=""}}}const p={url:()=>"signup-hubspot/academy",query:()=>({})},h={url:()=>"signup-hubspot/academy-embedded",query:()=>({})},b={url:()=>"signup-hubspot/asset-provider",query:()=>({})},g={url:()=>"signup-hubspot/classroom-training",query:()=>({})},v={url:()=>"signup-hubspot/cms-developers",query:()=>({})},y={url:()=>"signup-hubspot/cms-free",query:()=>({})},O={url:()=>"signup-hubspot/connect",query:()=>({})},S={url:()=>"signup-hubspot/chatspot",query:()=>({})},k={url:()=>"signup-hubspot/crm",query:()=>({})},E={url:()=>"signup-hubspot/integrations",query:()=>({integration:"design-kit-generator"})},j={url:()=>"signup-hubspot/developers",query:()=>({})},T={url:()=>"signup-hubspot/directory-listing",query:()=>({})},I={url:()=>"signup/fb-crm",query:()=>({})},w={url:()=>"signup-hubspot/hubspot-for-startups",query:()=>({})},_={url:()=>"signup-hubspot/hubspot-partners",query:()=>({})},N={url:()=>"signup-hubspot/integrations",query:()=>({})},R={url:()=>"signup-hubspot/marketing",query:()=>({})},C={url:()=>"signup-hubspot/purchase",query:()=>({})},x={url:()=>"signup-hubspot/sales",query:()=>({})},A={url:()=>"signup-hubspot/service",query:()=>({})},D={url:()=>"signup-hubspot/integrations",query:()=>({integration:"shopify"})},L={url:()=>"signup-hubspot/solutions-provider",query:()=>({})},M={url:()=>"signup/standalone-cms-partner",query:()=>({})},P={url:()=>"signup-hubspot/trial",query:()=>({})},F={url:()=>"signup-hubspot/integrations",query:()=>({integration:"typeform"})},z={url:()=>"signup-hubspot/integrations",query:()=>({integration:"wordpress"})},B={url:()=>"signup-hubspot/integrations",query:()=>({integration:"wpforms"})};class U{constructor(e){this.searchParams=Object.entries(e)}toString(){return this.searchParams.map(([e,t])=>`${encodeURIComponent(e)}=${encodeURIComponent(t)}`).join("&")}}const V=()=>URLSearchParams||U,H={debug:!1};class q{static setConfig(e){q.config=Object.assign({},H,{},e)}static getInstance(){if(!q.instance){q.instance=new q;q.instance.bootstrap()}return q.instance}constructor(e=d.Crm,t={query:{},env:"prod"}){this.decorators={[d.Academy]:p,[d.AcademyEmbedded]:h,[d.AssetProvider]:b,[d.ClassroomTraining]:g,[d.CmsDevelopers]:v,[d.CmsFree]:y,[d.Connect]:O,[d.ChatSpot]:S,[d.Crm]:k,[m.DesignKitGenerator]:E,[d.Developers]:j,[d.DirectoryListing]:T,[d.HubspotForStartups]:w,[d.HubSpotPartners]:_,[d.Integrations]:N,[d.Marketing]:R,[d.Purchase]:C,[d.Sales]:x,[d.Service]:A,[d.StandaloneCmsPartner]:M,[d.FbCrm]:I,[d.SolutionsProvider]:L,[d.Trial]:P,[m.Wordpress]:z,[m.Wpforms]:B,[m.Shopify]:D,[m.Typeform]:F};this.processed=!1;this.validSignupTypes=[...Object.values(d),...Object.values(m)];this.flowOrIntegration=e;this.options=t}isValidSignupType(e){return this.validSignupTypes.includes(e)}getSignupUrl(e=this.flowOrIntegration,t=this.options.query){const n=`https://${this.options.isLocal?"local":"app"}.${"qa"===this.options.env?"hubspotqa":"hubspot"}.com`;let r=n+"/signup-hubspot";if(e&&this.isValidSignupType(e)){r=`${n}/signup/${e}`;if(e in this.decorators){const a=this.decorators[e];r=`${n}/${a.url()}`;t=Object.assign({},t,{},a.query())}}const a=new(V())(t).toString();return`${r}${a&&"?"+a||""}`}log(e,...t){q.config.debug&&console.info("[SignupUrlGenerator] "+e,...t)}createAnchor(e){return f.create(e,this)}getAnchors(){return document.querySelectorAll(q.ANCHOR_SELECTOR)}processAnchors(){this.processed||this.getAnchors().forEach(e=>{this.createAnchor(e)});this.processed=!0}getUrl(){return this.getSignupUrl()}bootstrap(){window.addEventListener("DOMContentLoaded",()=>{this.processAnchors()})}}q.ANCHOR_SELECTOR="a[data-signup-type]";q.instance=null;q.config=H;var W=n("6gho");const G=()=>window.location.href||null,K=()=>{const e=window.hubspot;return e&&e.utils&&e.utils.isQA&&e.utils.isQA()},$=()=>{const e=G();if(!e)return!1;const t=new URL(e).hostname;return/hsformsqa\.com/.test(t)},Q=()=>{const e=K();return $()||e},Y=()=>c.isQa()||Q();function J(e=Y(),t=!1){return`https://${t?"local":"app"}.hubspot${e?"qa":""}.com`}const Z=(e,t)=>{const n=new URL(`${J()}${W.b}${e}`);Object.keys(t).forEach(e=>{const r=""+t[e];n.searchParams.append(e,r)});return n.toString()},X=e=>/https:\/\/(app|local)\.hubspot(qa)?\.com/.test(e.origin),ee=({iframeRef:e,onMessage:t})=>{const n=e&&e.current&&e.current.contentWindow;window.addEventListener("message",e=>{X(e)&&e.source===n&&e.data.action===W.c.SET_IFRAME_HEIGHT&&t(e.data.value)})};n.d(t,"a",(function(){return ne}));const te=a.a.iframe.withConfig({displayName:"EmbeddedViralLink__ViralLinkIframe",componentId:"d79r1j-0"})(["height:","px;width:100%;border:none;"],e=>e.iframeHeight?e.iframeHeight:"0");function ne({langOverride:e,linkType:t,portalId:n,additionalParams:a}){const o=Object(i.useRef)(null),[s,l]=Object(i.useState)();Object(i.useEffect)(()=>{ee({iframeRef:o,onMessage:e=>{l(parseInt(e,10))}})},[o]);return Object(r.jsx)(te,{"aria-label":`hubspot-${t}-viral-iframe`,"data-test-id":"viral-link-iframe",iframeHeight:s,ref:o,src:Z(t,Object.assign({lang:e,portalId:n},a))})}},"6gho":function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));n.d(t,"c",(function(){return i}));const r="/embedded-viral-link/",a={FORMS:"forms",LIVE_CHAT:"live-chat"},i={SET_IFRAME_HEIGHT:"SET_IFRAME_HEIGHT"}},"6pJR":function(e,t,n){"use strict";const r=e=>t=>{t&&t.preventDefault&&t.preventDefault();e(t)};t.a=r},"7AW+":function(e,t,n){"use strict";var r=n("J9Cp"),a=n("Jax0"),i=n("d1d4"),o=n("GjuR");const s=()=>(e,{group:{fieldIds:t}})=>({isBuilder:Object(o.o)(e),isAnyGroupMultiColumn:Object(i.c)(e),fields:Object(a.f)(e,t).map(t=>Object.assign({},t,{dependentFields:Object(a.f)(e,t.dependentFieldIds)}))});t.a=Object(r.b)(s)},"7B9M":function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));const r=({scopes:{rawHtmlAccess:e}})=>e,a=({scopes:{noBranding:e}})=>e},"7E7p":function(e,t,n){"use strict";const r=/^\s*hbspt\.forms\.create\(/m,a=/^\s*HubSpotForms\.create\(/m,i="data-hubspot-rendered",o=e=>!!e.src,s=e=>!!e.innerHTML,l=e=>e.hasAttribute(i),u=({innerHTML:e})=>r.test(e)||a.test(e),c=({innerHTML:e},t)=>e.includes(t),d=({formId:e=""}={})=>{if(document.currentScript)return document.currentScript;const t=[...document.getElementsByTagName("script")];return t.find(t=>!o(t)&&s(t)&&!l(t)&&u(t)&&c(t,e))||t[t.length-1]};t.a=d},"7Jaa":function(e,t,n){"use strict";var r=n("wc1Y");var a=e=>{try{return!!e.location.hostname&&e.location.hostname!==e.parent.location.hostname}catch(e){return!0}},i=n("RFRR"),o=n("GjuR"),s=n("G6e0");const l=({analytics:e})=>Object(i.a)(e);var u=n("6aOV"),c=n("C4lD"),d=n("wenO"),m=n("Jax0"),f=n("ijHp"),p=n("M9Lr"),h=n("zl02"),b=n("dTTr");const g=({embedLogLines:e=[]})=>e;var v=({performance:e={}}={})=>e;const y=e=>!Object(f.j)(e)&&!Object(f.l)(e)&&!Object(f.f)(e),O=e=>{const t=Object(m.g)(e),n=Object(m.i)(e);let a=Object.keys(t).reduce((e,n)=>{const{field:a,value:i}=t[n],{name:o,fieldType:s,id:l}=a;return Object.assign({},e,{},s===r.p&&y(i)?{boolCheckBoxFields:[...e.boolCheckBoxFields||[],l]}:{},{},s===r.c?{dateFields:[...e.dateFields||[],o]}:{})},{});const i=n.reduce((e,{field:{name:t},value:n})=>Object(f.a)(n)?e:Object.assign({},e,{[t]:n}),{});Object(f.a)(n)||(a=Object.assign({},a,{},!Object(f.a)(i)&&{smartFields:i},{knownSmartFields:n.map(({field:{name:e}})=>e)}));return Object.assign({},a,{},a.boolCheckBoxFields?{boolCheckBoxFields:a.boolCheckBoxFields.toString()}:{},{},a.dateFields?{dateFields:a.dateFields.toString()}:{})},S=e=>Object(i.a)({embedAtTimestamp:Object(s.a)(e).embedAtTimestamp,formDefinitionUpdatedAt:Object(s.a)(e).formDefinitionUpdatedAt,lang:Object(s.a)(e).lang,legalConsentOptions:Object(s.a)(e).legalConsentOptions,embedType:Object(s.a)(e).embedType,disableCookieSubmission:Object(s.a)(e).disableCookieSubmission,clonedFromForm:Object(s.a)(e).clonedFromForm,notifyHubSpotOwner:Object(s.a)(e).notifyHubSpotOwner,renderRawHtml:Object(s.a)(e).renderRawHtml,allowCookieReset:Object(s.a)(e).allowCookieReset,isLegacyThemeAllowed:Object(s.a)(e).isLegacyThemeAllowed,createdByAppId:Object(s.a)(e).createdByAppId,convertedFormId:Object(s.a)(e).convertedFormId,inboxId:Object(s.a)(e).inboxId,url:Object(s.a)(e).url,title:Object(s.a)(e).title,type:Object(s.a)(e).type,form_key:Object(s.a)(e).form_key,form_name:Object(s.a)(e).form_name,css:Object(s.a)(e).css,draftState:Object(s.a)(e).draftState,definitionS3WriteDate:Object(s.a)(e).definitionS3WriteDate}),k=e=>Object(i.a)({userAgent:Object(h.a)(e).userAgent,pageTitle:Object(h.a)(e).pageTitle,pageName:Object(h.a)(e).pageName,pageUrl:Object(h.a)(e).pageUrl,pageId:Object(h.a)(e).pageId,referrer:Object(h.a)(e).referrer,urlParams:Object(h.a)(e).urlParams,isHubSpotCmsGeneratedPage:Object(h.a)(e).isHubSpotCmsGeneratedPage}),E=e=>Object(i.a)({canonicalUrl:l(e).canonicalUrl,contentType:l(e).contentType,path:l(e).path,referrerPath:l(e).referrerPath,hutk:l(e).hutk,pageId:l(e).pageId,__hsfp:l(e).__hsfp,__hssc:l(e).__hssc,__hstc:l(e).__hstc}),j=e=>Object(i.a)(Object.assign({env:Object(o.b)(e).env,formTarget:Object(o.b)(e).target,formInstanceId:Object(o.b)(e).formInstanceId,notificationRecipients:Object(o.b)(e).notificationRecipients,rawInlineMessage:Object(o.b)(e).rawInlineMessage,hsFormKey:Object(o.b)(e).hsFormKey,followUpEmailId:Object(o.b)(e).followUpEmailId,followUpEmailCampaignId:Object(o.b)(e).followUpEmailCampaignId,followUpId:Object(o.b)(e).followUpId,sfdcCampaignId:Object(o.b)(e).sfdcCampaignId,goToWebinarWebinarKey:Object(o.b)(e).goToWebinarWebinarKey,abTestId:Object(o.b)(e).abTestId,canonicalUrl:Object(o.b)(e).canonicalUrl,contentType:Object(o.b)(e).contentType,path:Object(o.b)(e).path,referrerPath:Object(o.b)(e).referrerPath,hutk:Object(o.b)(e).hutk,pageTitle:Object(o.b)(e).pageTitle,pageName:Object(o.b)(e).pageName,pageUrl:Object(o.b)(e).pageUrl,pageId:Object(o.b)(e).pageId,referrer:Object(o.b)(e).referrer,userAgent:Object(o.b)(e).userAgent,isHubSpotCmsGeneratedPage:Object(o.b)(e).isHubSpotCmsGeneratedPage},Object(o.b)(e).extraSubmissionMetadata)),T=e=>({embedContextPageId:j(e).pageId,analyticsPageId:E(e).pageId,contentPageId:Object(h.a)(e).contentPageId,contentAnalyticsPageId:Object(h.a)(e).contentAnalyticsPageId});t.a=e=>Object.assign({},S(e),{},k(e),{},E(e),{},j(e),{},O(e),{},v(e),{locale:Object(b.a)(e),timestamp:Date.now(),originalEmbedContext:Object(o.b)(e),correlationId:Object(u.a)(e),renderedFieldsIds:Object(m.j)(e),captchaStatus:Object(c.b)(e),emailResubscribeStatus:Object(d.b)(e),isInsideCrossOriginFrame:a(window),source:Object(p.a)(e),sourceName:Object(p.b)(e),sourceVersion:Object(p.c)(e),sourceVersionMajor:Object(p.d)(e),sourceVersionMinor:Object(p.e)(e),allPageIds:T(e),_debug_embedLogLines:g(e)})},"7XKT":function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));n.d(t,"b",(function(){return s}));var r=n("ijHp"),a=n("6Nfw");const i=/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,o=e=>Object(r.a)(e)||i.test(e)?null:[a.INVALID_EMAIL_FORMAT],s=e=>null===o(e)},"7y0O":function(e,t,n){"use strict";var r=n("AguI"),a=n("+Z2S");var i=e=>"[object Object]"===Object.prototype.toString.call(e);const o=[".hubspotqa.com",".qa.hs-sites.com",".hs-sitesqa.com",".hubapiqa.com",".hubspotcmsqa.com",".hsformsqa.net",".hsformsqa.com","share.hsformsqa.net","share.hsformsqa.com"],s=(e="")=>{for(const t of o)if(e.indexOf(t)>-1)return!0;return!1},l=()=>!!(window.location&&window.location.search&&window.location.search.indexOf("env=qa")>-1)||s(window.location.hostname),u="hsFormCallback",c=(e,t)=>e.forEach(e=>e(t));class d{constructor(){this._window=window;this._instancesById={};this._instancesByInstanceId={};this._onReadyQueue=[];this._onRenderErrorQueue=[]}_registerForm(e){this._instancesById[e.id]=e;this._instancesByInstanceId[e.instanceId]=e;e.on("onFormReady",()=>c(this._onReadyQueue,e));e.on("onRenderError",()=>c(this._onRenderErrorQueue,e));return e}_reset(){this._instancesById={};this._instancesByInstanceId={};this._onReadyQueue=[];this._onRenderErrorQueue=[]}_trigger({instanceId:e,id:t,eventName:n,data:r,args:a}){const i=e?this.getFormByInstanceId(e):this.getForm(t);i&&i._trigger(n,a);this.getWindow().postMessage({id:t,type:u,eventName:n,data:r},"*")}getWindow(){return this._window}getForm(e){return this._instancesById[e]}getFormByInstanceId(e){return this._instancesByInstanceId[e]}getFormForEl(e){return this._instancesById[e.getAttribute("data-form-id")]}getForms(){return Object.keys(this._instancesByInstanceId).map(e=>this._instancesByInstanceId[e])}onFormReady(e){this._onReadyQueue.push(e)}onRenderError(e){this._onRenderErrorQueue.push(e)}removeAll(){this.getWindow().document.querySelectorAll('[data-hs-forms-root="true"]').forEach(e=>{Object(r.unmountComponentAtNode)(e)});this.getWindow().document.querySelectorAll(".hs-form-iframe").forEach(e=>{e.remove()});this._reset()}}if(!window.HubSpotForms||!window.HubSpotForms._registerForm){const e=new d,t=t=>e.getForm(t);t._registerForm=t=>e._registerForm(t);t._trigger=t=>e._trigger(t);t._reset=()=>e._reset();t.getWindow=()=>e.getWindow();t.getForm=t=>e.getForm(t);t.getFormByInstanceId=t=>e.getFormByInstanceId(t);t.getForms=()=>e.getForms();t.getFormForEl=t=>e.getFormForEl(t);t.onFormReady=t=>e.onFormReady(t);t.onRenderError=t=>e.onRenderError(t);t.removeAll=()=>e.removeAll();Object(a.a)(window,"hubspot",{},{overwrite:!i(window.hubspot)});window.hubspot.form=window.hubspot.form||{};window.hubspot.form.api=t;window.HubSpotForms=window.HubSpotForms||{};Object.assign(window.HubSpotForms,t)}Object(a.a)(window,"hubspot.utils",{isQA:l});Object(a.a)(window,"hubspot.locale_utils",{getBestSupportedLocale:()=>"en"});t.a=window.HubSpotForms},"81nO":function(e,t,n){"use strict";var r=n("J9Cp"),a=n("BSIC");const i=()=>e=>({defaultSelectOptionLabel:Object(a.a)(e,"defaultSelectOptionLabel")});t.a=Object(r.b)(i)},"8FlH":function(e,t,n){"use strict";function r(e,t){var n=e.length;e.push(t);e:for(;0>>1,a=e[r];if(!(0>>1;ro(l,n))uo(c,l)?(e[r]=c,e[u]=n,r=u):(e[r]=l,e[s]=n,r=s);else{if(!(uo(c,n)))break e;e[r]=c,e[u]=n,r=u}}}return t}function o(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var s=performance;t.unstable_now=function(){return s.now()}}else{var l=Date,u=l.now();t.unstable_now=function(){return l.now()-u}}var c=[],d=[],m=1,f=null,p=3,h=!1,b=!1,g=!1,v="function"==typeof setTimeout?setTimeout:null,y="function"==typeof clearTimeout?clearTimeout:null,O="undefined"!=typeof setImmediate?setImmediate:null;"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function S(e){for(var t=a(d);null!==t;){if(null===t.callback)i(d);else{if(!(t.startTime<=e))break;i(d),t.sortIndex=t.expirationTime,r(c,t)}t=a(d)}}function k(e){g=!1;S(e);if(!b)if(null!==a(c))b=!0,D(E);else{var t=a(d);null!==t&&L(k,t.startTime-e)}}function E(e,n){b=!1;g&&(g=!1,y(w),w=-1);h=!0;var r=p;try{S(n);for(f=a(c);null!==f&&(!(f.expirationTime>n)||e&&!R());){var o=f.callback;if("function"==typeof o){f.callback=null;p=f.priorityLevel;var s=o(f.expirationTime<=n);n=t.unstable_now();"function"==typeof s?f.callback=s:f===a(c)&&i(c);S(n)}else i(c);f=a(c)}if(null!==f)var l=!0;else{var u=a(d);null!==u&&L(k,u.startTime-n);l=!1}return l}finally{f=null,p=r,h=!1}}var j,T=!1,I=null,w=-1,_=5,N=-1;function R(){return!(t.unstable_now()-N<_)}function C(){if(null!==I){var e=t.unstable_now();N=e;var n=!0;try{n=I(!0,e)}finally{n?j():(T=!1,I=null)}}else T=!1}if("function"==typeof O)j=function(){O(C)};else if("undefined"!=typeof MessageChannel){var x=new MessageChannel,A=x.port2;x.port1.onmessage=C;j=function(){A.postMessage(null)}}else j=function(){v(C,0)};function D(e){I=e;T||(T=!0,j())}function L(e,n){w=v((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5;t.unstable_ImmediatePriority=1;t.unstable_LowPriority=4;t.unstable_NormalPriority=3;t.unstable_Profiling=null;t.unstable_UserBlockingPriority=2;t.unstable_cancelCallback=function(e){e.callback=null};t.unstable_continueExecution=function(){b||h||(b=!0,D(E))};t.unstable_forceFrameRate=function(e){0>e||125o?(e.sortIndex=i,r(d,e),null===a(c)&&e===a(d)&&(g?(y(w),w=-1):g=!0,L(k,i-o))):(e.sortIndex=s,r(c,e),b||h||(b=!0,D(E)));return e};t.unstable_shouldYield=R;t.unstable_wrapCallback=function(e){var t=p;return function(){var n=p;p=t;try{return e.apply(this,arguments)}finally{p=n}}}},"8toI":function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var r=n("6Nfw"),a=n("ijHp");const i=/^\+?(((?:\(x?\d+\))|(?:x?\d+))[-.]?)+$/i,o=e=>!i.test(e.replace(/\s/g,"")),s=e=>e.replace(/[^0-9]/g,""),l=(e,{min:t,max:n})=>{const r=s(e);return r.lengthparseInt(n,10)},u=(e,t)=>{let n=null;if(Object(a.a)(e))return n;t&&!Object(a.e)(t)&&l(e,t)&&(n=[r.NUMBER_OUT_OF_RANGE]);o(e)&&(n=[r.PHONE_INVALID_CHARACTERS]);return n}},"9/JM":function(e,t,n){"use strict";const r=(e="",t="",n)=>{const r=document.createElement("div");e&&r.setAttribute("id",e);t&&r.setAttribute("class",t);n&&Object.entries(n).forEach(([e,t])=>{r.style.setProperty(e,t)});return r};t.a=r},"9YAw":function(e,t,n){"use strict";var r=n("ijHp");const a=({field:e,parentField:t},n)=>!Object(r.a)(t.value)&&n({field:e,parentField:t});t.a=a},"9wxl":function(e,t,n){"use strict";var r=n("pmgf"),a=Symbol.for("react.element"),i=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function u(e,t,n){var r,i={},u=null,c=null;void 0!==n&&(u=""+n);void 0!==t.key&&(u=""+t.key);void 0!==t.ref&&(c=t.ref);for(r in t)o.call(t,r)&&!l.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:a,type:e,key:u,ref:c,props:i,_owner:s.current}}t.Fragment=i;t.jsx=u;t.jsxs=u},"9ylF":function(e,t,n){"use strict";var r=n("eOo3"),a=n("GjuR");const i=e=>Object(r.a)([Object(a.k)(e),Object(a.l)(e)],"_");t.a=i},A3fq:function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout){n=setTimeout;return setTimeout(e,0)}try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}function l(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout){r=clearTimeout;return clearTimeout(e)}try{return r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}var u,c=[],d=!1,m=-1;function f(){if(d&&u){d=!1;u.length?c=u.concat(c):m=-1;c.length&&p()}}function p(){if(!d){var e=s(f);d=!0;for(var t=c.length;t;){u=c;c=[];for(;++m1)for(var n=1;n{const{translations:o={}}=e,{locale:s=Object(i.a)(e),defaultValue:l=`[Missing Translation: ${s}.${t}]`}=n,u=Object(a.a)(Object(r.a)()[s],t);return Object(a.a)(o[s],t)||u||l};t.a=o},BT0a:function(e,t,n){"use strict";const r=e=>e.headers&&e.headers["x-origin-hublet"];t.a=r},Br5m:function(e,t,n){"use strict";var r=Symbol.for("react.element"),a=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),u=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),p=Symbol.iterator;function h(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=p&&e[p]||e["@@iterator"])?e:null}var b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g=Object.assign,v={};function y(e,t,n){this.props=e;this.context=t;this.refs=v;this.updater=n||b}y.prototype.isReactComponent={};y.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function O(){}O.prototype=y.prototype;function S(e,t,n){this.props=e;this.context=t;this.refs=v;this.updater=n||b}var k=S.prototype=new O;k.constructor=S;g(k,y.prototype);k.isPureReactComponent=!0;var E=Array.isArray,j=Object.prototype.hasOwnProperty,T={current:null},I={key:!0,ref:!0,__self:!0,__source:!0};function w(e,t,n){var a,i={},o=null,s=null;if(null!=t)for(a in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(o=""+t.key),t)j.call(t,a)&&!I.hasOwnProperty(a)&&(i[a]=t[a]);var l=arguments.length-2;if(1===l)i.children=n;else if(1e.fieldType===r.c,o=e=>"email"===e.name,s=e=>e.fieldType===r.h,l=e=>e.fieldType===r.e,u=e=>e.fieldType===r.l||["phone","mobilephone"].indexOf(e.name)>-1,c=e=>e.required,d=e=>"enumeration"===e.type,m=e=>e.fieldType===r.p,f=e=>e.fieldType===r.o;function p(e){const t={};c(e)&&(d(e)&&f(e)?t.selectOptionPresence=!0:d(e)&&!m(e)?t.optionPresence=!0:u(e)?t.phonePresence=!0:t.presence=!0);if(o(e))t.emailFormat=!0;else if(s(e)){t.numericality=!0;if(""!==e.validation.data){const[n,r,a]=e.validation.data.split(":");"true"===a&&(t.range={min:n,max:r})}}else if(i(e))t.date=!0;else if(u(e)){const[n,r,i]=e.validation.data.split(":");t.phone=Object(a.a)(i)?{min:n,max:r}:{}}else l(e)&&(t.size=!0);return t}},C4lD:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n.d(t,"c",(function(){return a}));n.d(t,"d",(function(){return i}));n.d(t,"b",(function(){return o}));n.d(t,"f",(function(){return l}));n.d(t,"e",(function(){return u}));const r=({recaptcha:{enabled:e}={}})=>e,a=({recaptcha:{token:e}={}})=>e,i=({recaptcha:{widgetId:e}={}})=>e,o=({recaptcha:{status:e}={}})=>e,s=e=>null!==i(e)&&void 0!==i(e),l=e=>r(e)&&s(e),u=e=>r(e)&&s(e)&&0===a(e).length},Cche:function(e,t,n){"use strict";e.exports=n("AaZq")},Ce6w:function(e,t,n){"use strict";const r=(e="",t="")=>t.indexOf(e)>-1?t.substr(e.length):t;t.a=r},DLpL:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("6Nfw");const a=104857600,i=e=>{let t=null;Array.isArray(e)&&e.some(e=>e&&e.size&&parseInt(e.size,10)>a)&&(t=[r.FILE_TOO_LARGE]);return t}},DtSd:function(e,t,n){"use strict";t.a={NOT_REQUESTED:"NOT_REQUESTED",REQUESTED:"REQUESTED",SUCCEEDED:"SUCCEEDED",FAILED:"FAILED"}},EnHY:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n("ijHp"),a=n("0WKS"),i=n("6Nfw");const o=e=>1*e,s=(e,t={min:null,max:null})=>{const n=Object(a.a)(e);let s=null;if(Object(r.a)(e))return null;null!==n?s=n:null!==t.max&&o(e)>o(t.max)?s=[i.INVALID_NUMBER_RANGE_TOO_LARGE,{max:t.max}]:null!==t.min&&o(e){try{return!/test.html/.test(e)&&a.test(e)}catch(e){return!1}},s=e=>i.test(e)},Faz6:function(e,t,n){"use strict";var r=n("A9qg"),a=n("G3IP"),i=n("sBkf"),o=n("7y0O");const s=(e,t)=>{let n=e;const r=n.split("?");if(r.length>1){n=`${r[0]}?${t}`;r[1].length&&(n+="&"+r[1])}else n+="?"+t;return n};var l=(e,t={})=>Object.keys(t).reduce((e,n)=>s(e,`${n}=${t[n]}`),e);const u=/^(?:https?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:/\n?=]+)/im,c=/^[^.]+\.(.+\..+)$/;var d=e=>{let t,n=e.match(u);if(n){t=n[1];n=t.match(c);n&&(t=n[1])}return t},m=n("ai8m"),f=e=>{const{analytics:{__hsfp:t,__hssc:n,__hstc:r}}=e,a=Object(m.i)(e),i=Object(m.a)(e);return a?i&&d(a)!==d(o.a.getWindow().location.hostname)?l(a,Object.assign({},t&&{__hsfp:t},{},n&&{__hssc:n},{},r&&{__hstc:r})):a:""};var p=(e,t)=>e.location.assign(t),h=n("zs/p"),b=n("NBi5"),g=n("4m0j"),v=e=>(t,n)=>{const r=n();if(!Object(h.a)(r)){const n=f(r),a=Object(b.a)(r);if(e&&e.data){const{conversionId:r,formGuid:o}=e.data;t(Object(i.l)({redirectUrl:n,conversionId:r,formGuid:o,submissionValues:a}))}else t(Object(i.l)({redirectUrl:n,submissionValues:a}));if(n&&!Object(g.c)(r)){o.a.getWindow().addEventListener("pageshow",e=>{e.persisted&&window.location.reload()});p(o.a.getWindow(),n)}}};const y=3e3,O=e=>({type:a.y,data:e}),S=()=>({type:a.z}),k=e=>(t,n)=>{t(O(e));t(Object(i.c)(r.g));if(Object(m.d)(n()))setTimeout(()=>{t(S());t(v(e))},y);else{t(S());t(v(e))}};t.a=k},"Fd+w":function(e,t,n){"use strict";var r=n("JrN1");const a=({isLegitimateInterest:e,processingConsentType:t})=>t?e?r.b:"IMPLICIT"===t?r.a:r.c:null;t.a=a},FjvV:function(e,t,n){"use strict";var r=n("1FI0");const a=({label:e="",placeholder:t="",isRequired:n=!1})=>`${Object(r.a)(t)}${n&&!e.length?"*":""}`;t.a=a},Fz1Q:function(e,t,n){"use strict";const r=()=>"randomUUID"in crypto?crypto.randomUUID():([1e7]+-1e3+-4e3+8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16));t.a=r},G3IP:function(e,t,n){"use strict";n.d(t,"n",(function(){return r}));n.d(t,"i",(function(){return a}));n.d(t,"h",(function(){return i}));n.d(t,"j",(function(){return o}));n.d(t,"l",(function(){return s}));n.d(t,"m",(function(){return l}));n.d(t,"G",(function(){return u}));n.d(t,"D",(function(){return c}));n.d(t,"c",(function(){return d}));n.d(t,"d",(function(){return m}));n.d(t,"E",(function(){return f}));n.d(t,"F",(function(){return p}));n.d(t,"v",(function(){return h}));n.d(t,"B",(function(){return b}));n.d(t,"g",(function(){return g}));n.d(t,"f",(function(){return v}));n.d(t,"t",(function(){return y}));n.d(t,"a",(function(){return O}));n.d(t,"C",(function(){return S}));n.d(t,"k",(function(){return k}));n.d(t,"e",(function(){return E}));n.d(t,"u",(function(){return j}));n.d(t,"x",(function(){return T}));n.d(t,"y",(function(){return I}));n.d(t,"z",(function(){return w}));n.d(t,"w",(function(){return _}));n.d(t,"s",(function(){return N}));n.d(t,"I",(function(){return R}));n.d(t,"H",(function(){return C}));n.d(t,"o",(function(){return x}));n.d(t,"A",(function(){return A}));n.d(t,"r",(function(){return D}));n.d(t,"p",(function(){return L}));n.d(t,"q",(function(){return M}));n.d(t,"b",(function(){return P}));const r="SET_INSTANCE_ID",a="ON_FORM_LOAD_SUCCESS",i="ON_FORM_LOAD_FAIL",o="ON_FORM_READY_TO_VIEW",s="RESET_COOKIE",l="SET_CONTEXT",u="UPDATE_FIELD_VALUE",c="UPDATE_FIELD_ERRORS",d="CLEAR_FIELD_ERRORS",m="CLEAR_FIELD_INFO",f="UPDATE_FIELD_INFO",p="UPDATE_FIELD_INPUT_STATE",h="START_VALIDATE_ALL_FIELDS",b="UPDATE_COUNTRY_CODE",g="INIT_ANALYTICS",v="FETCH_ANALYTICS_RESPONSE",y="START_EMAIL_VALIDATION",O="ADD_EMAIL_VALIDATION",S="UPDATE_EMAIL_VALIDATION",k="REQUEST_EMAIL_VALIDATION",E="FAIL_EMAIL_VALIDATION",j="START_SUBMIT_REQUEST",T="SUBMIT_REQUEST",I="SUBMIT_RESPONSE",w="SUBMIT_SUCCESS",_="SUBMIT_FAIL",N="SET_RECAPTCHA_STATUS",R="UPDATE_RECAPTCHA_WIDGET_ID",C="UPDATE_RECAPTCHA_TOKEN",x="SET_PAGE",A="TRIGGER_EVENT",D="SET_PROJECT_INFO",L="SET_PAGE_CONTEXT",M="SET_PAGE_CONTEXT_PAGE_ID",P="ADD_INFO_LOG_MESSAGE"},G6e0:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const r=({metaData:e={}}={})=>e},GOty:function(e,t,n){"use strict";const r=(e="")=>{const t=new URLSearchParams(e||""),n={};t.forEach((e,t)=>{n[t]="email"===t?e.trim().replace(/ /g,"+"):e});return n};t.a=r},GiHu:function(e,t){e.exports='.hs-form-private .inputs-list.inline-list li{vertical-align:top;display:inline-block;word-wrap:break-word;padding-right:16px}.hs-form-private .inputs-list.inline-list li:after{clear:both}.hs-form-private .inputs-list.inline-list li input{float:left}.hs-form-private .inputs-list.inline-list.inline-list-2 li{width:50%}.hs-form-private .inputs-list.inline-list.inline-list-2 li:nth-child(2n){padding-right:0}.hs-form-private .inputs-list.inline-list.inline-list-3 li{width:33%}.hs-form-private .inputs-list.inline-list.inline-list-3 li:nth-child(3n){width:34%;padding-right:0}.hs-fieldtype-intl-phone.hs-input{padding:0;background:none;border:none;height:auto}.hs-fieldtype-intl-phone.hs-input:after{clear:both;content:" ";display:table}.hs-fieldtype-intl-phone.hs-input .hs-input{margin-bottom:0}.hs-fieldtype-intl-phone.hs-input input{width:68%!important;float:right}.hs-fieldtype-intl-phone.hs-input select{float:left;width:30%!important}@media (max-device-width:480px) and (min-device-width:320px),(max-width:400px){.hs-form-private>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>input.hs-input{width:68%!important}.hs-form-private>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input{width:30%!important}}.hs-fieldtype-textarea.hs-input{resize:vertical}.hs-form-private .hs-button{white-space:pre-wrap}.hs-form-private .hs-richtext{word-break:break-word}.hs-form-private fieldset{border:0;padding:0;margin:0;max-width:500px}.hs-form-private fieldset.form-columns-1 .hs-input{width:95%}.hs-form-private fieldset.form-columns-1 .input{margin-right:8px}.hs-form-private fieldset.form-columns-1 input[type=checkbox],.hs-form-private fieldset.form-columns-1 input[type=radio]{width:auto}.hs-form-private fieldset.form-columns-2 .hs-form-field{width:50%;float:left}.hs-form-private fieldset.form-columns-2 .input{margin-right:8px}.hs-form-private fieldset.form-columns-3 .hs-form-field{width:32.7%;float:left}.hs-form-private fieldset.form-columns-3 .input{margin-right:8px}.hs-form-private label.hs-hidden{visibility:hidden}.hs-form-private .hs-field-desc{width:100%}.hs-custom-style .hs-input,.hs-custom-style fieldset{max-width:100%}.hs-custom-style>div.form-columns-3 .hs-form-field,.hs-custom-style fieldset.form-columns-3 .hs-form-field{width:33.3%}.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),.hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){width:100%;max-width:100%}.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){box-sizing:border-box;padding:0 15px;min-height:27px}.hs-custom-style>div textarea,.hs-custom-style fieldset textarea{padding:10px 15px}.hs-custom-style .hs-dependent-field>div .hs-input:not([type=checkbox]):not([type=radio]){width:100%}@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px){.hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]),.hs-custom-style fieldset{margin-right:0!important;width:100%!important}form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field,form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field{float:none;width:100%}form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input{width:95%}form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox],form.hs-form-private:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio],form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox],form.hs-form-private:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio]{width:auto}}.legal-consent-container .field.hs-form-field{margin-bottom:8px}.legal-consent-container .hs-field-desc.checkbox-desc{margin:-12px 0 0 21px}.legal-consent-container .hs-form-booleancheckbox-display input{float:left}.legal-consent-container .hs-form-booleancheckbox-display>span{display:block;margin-left:20px}.legal-consent-container .hs-form-booleancheckbox-display p{margin:0;display:inline}.legal-consent-container .hs-error-msgs label{color:#f2545b}.legal-consent-container~.hs_recaptcha{margin-top:18px}.cookie-reset-container{font-size:14px;margin-bottom:10px;text-align:right}'},GjuR:function(e,t,n){"use strict";n.d(t,"b",(function(){return i}));n.d(t,"y",(function(){return o}));n.d(t,"k",(function(){return s}));n.d(t,"t",(function(){return l}));n.d(t,"c",(function(){return u}));n.d(t,"e",(function(){return c}));n.d(t,"B",(function(){return d}));n.d(t,"n",(function(){return m}));n.d(t,"p",(function(){return f}));n.d(t,"h",(function(){return p}));n.d(t,"i",(function(){return h}));n.d(t,"x",(function(){return b}));n.d(t,"w",(function(){return g}));n.d(t,"E",(function(){return v}));n.d(t,"v",(function(){return y}));n.d(t,"d",(function(){return O}));n.d(t,"l",(function(){return S}));n.d(t,"j",(function(){return k}));n.d(t,"o",(function(){return E}));n.d(t,"g",(function(){return j}));n.d(t,"a",(function(){return T}));n.d(t,"z",(function(){return I}));n.d(t,"A",(function(){return w}));n.d(t,"m",(function(){return _}));n.d(t,"r",(function(){return N}));n.d(t,"C",(function(){return R}));n.d(t,"q",(function(){return C}));n.d(t,"s",(function(){return x}));n.d(t,"D",(function(){return A}));n.d(t,"u",(function(){return D}));n.d(t,"F",(function(){return L}));n.d(t,"f",(function(){return M}));var r=n("BLBL");const a=({context:e={}}={})=>e,i=a,o=e=>a(e).portalId,s=e=>a(e).formId,l=e=>"qa"===a(e).env,u=e=>a(e).css,c=e=>a(e).cssRequired,d=e=>a(e).redirectUrl,m=e=>a(e).inlineMessage,f=e=>a(e).isCMSModuleEmbed,p=e=>a(e).errorClass,h=e=>a(e).errorMessageClass,b=e=>a(e).pageUrl,g=e=>a(e).manuallyBlockedEmailDomain,v=e=>a(e).submitButtonClass,y=e=>a(e).locale,O=e=>a(e).cssClass,S=e=>a(e).formInstanceId,k=e=>a(e).formData,E=e=>a(e).isBuilder,j=e=>a(e).deactivateSmartForm,T=e=>a(e).blockedDomains,I=e=>a(e).previewMode,w=e=>a(e).properties,_=e=>a(e).ignoreCurrentValues,N=e=>a(e).isInsideFrame,R=e=>a(e).shellId,C=e=>a(e).isEnterSubmitDisabled,x=e=>a(e).isMobileResponsive,A=e=>a(e).showInlineMessageInitially,D=e=>a(e).isTestPage,L=e=>a(e).submitText,M=(e,t)=>{const n=i(e),a="function"==typeof n[t]?n[t]:()=>{};return(...e)=>{try{return a(...e)}catch(e){r.a.error(`There was an error when running ${t} function from hbspt.forms.create`,e);return null}}}},HFHk:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("GjuR");var i=e=>Boolean(e.navigator&&e.navigator.webdriver);const o={enterprise:{test:"6LdGZJsoAAAAAIwMJHRwqiAHA6A_6ZP6bTYpbgSX",qa:"6Lfsit8ZAAAAAKdtNnFH8HrpgF-JzgzfjHlxxNVK",prod:"6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm"}};var s=e=>i(window)?o.enterprise.test:Object(a.t)(e)?o.enterprise.qa:o.enterprise.prod,l=n("a52W"),u=n("XKAh"),c=n("C4lD"),d=n("6aOV"),m=n("B/LR"),f=n("dTTr"),p=n("4m0j");const h=e=>({instanceId:Object(d.a)(e),isInsideFrame:Object(a.r)(e),shellId:Object(a.C)(e),sitekey:s(e),locale:m.c[Object(f.a)(e)]||Object(f.a)(e),baseUrl:Object(u.f)(e),token:Object(c.c)(e),isV3FrameRendered:Object(p.b)(e)}),b=(e,{handleSubmit:t=(()=>{})})=>({onInit:()=>e(Object(l.c)()),onLoad:t=>e(Object(l.d)(t)),onExpired:()=>e(Object(l.f)()),onLoadTimeout:()=>e(Object(l.a)()),onSuccess:n=>{e(Object(l.b)(n));t()}});t.a=Object(r.b)(h,b)},HVTr:function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));const r={onBeforeFormInit:[],onBeforeValidationInit:[],onReady:[],onFormReady:[],onFormFailedValidation:[],onFormDefinitionFetchSuccess:[],onFormDefinitionFetchError:[],onBeforeFormSubmit:[],onFormSubmit:[],onFormSubmitted:[],onAnalyticEvent:[],onFormError:[],onRenderError:[],onPageChange:[]},a=Object.keys(r).reduce((e,t)=>Object.assign({},e,{[t]:t}),{})},"I50/":function(e,t,n){"use strict";var r=n("sB95"),a=n("6Nfw");const i=e=>"string"==typeof e||e instanceof String?e.trim():e,o=(e,t,n)=>e[t]?{name:t,validate:e[t],options:n}:{name:a.VALIDATOR_NOT_AVAILABLE,validate:()=>[a.VALIDATOR_NOT_AVAILABLE],options:n},s=(e,t,n,r)=>({name:e,errors:n.map(e=>e.validate(t,e.options,r)).filter(e=>null!==e)}),l=(e,t,n,r,a)=>{const l=Object.keys(n).map(e=>o(r,e,n[e]));return s(e,i(t),l,a)||null},u=(e,t,n)=>l(null,e,t,r,n).errors;var c=n("BxMQ");n.d(t,"a",(function(){return d}));n.d(t,"c",(function(){return m}));n.d(t,"b",(function(){return f}));const d=e=>Object.assign({data:"",useDefaultBlockList:!1,blockedEmailAddresses:[]},e);function m(e,t,n){const r=Object(c.a)(e);return u(t,r,n)}const f=({countryCodeExtension:e})=>({countryCodeExtension:e})},IBmJ:function(e,t,n){"use strict";e.exports=n("9wxl")},Itsd:function(e,t,n){"use strict";const r={AF:"+93",AL:"+355",DZ:"+213",AS:"+1684",AD:"+376",AO:"+244",AI:"+1264",AG:"+1268",AR:"+54",AM:"+374",AW:"+297",AU:"+61",AT:"+43",AZ:"+994",BS:"+1242",BH:"+973",BD:"+880",BB:"+1246",BY:"+375",BE:"+32",BZ:"+501",BJ:"+229",BM:"+1441",BT:"+975",BO:"+591",BA:"+387",BW:"+267",BR:"+55",IO:"+246",VG:"+1284",BN:"+673",BG:"+359",BF:"+226",BI:"+257",KH:"+855",CM:"+237",CA:"+1",CV:"+238",BQ:"+599",KY:"+1345",CF:"+236",TD:"+235",CL:"+56",CN:"+86",CO:"+57",KM:"+269",CD:"+243",CG:"+242",CK:"+682",CR:"+506",CI:"+225",HR:"+385",CU:"+53",CW:"+599",CY:"+357",CZ:"+420",DK:"+45",DJ:"+253",DM:"+1767",DO:"+1",EC:"+593",EG:"+20",SV:"+503",GQ:"+240",ER:"+291",EE:"+372",ET:"+251",FK:"+500",FO:"+298",FJ:"+679",FI:"+358",FR:"+33",GF:"+594",PF:"+689",GA:"+241",GM:"+220",GE:"+995",DE:"+49",GH:"+233",GI:"+350",GR:"+30",GL:"+299",GD:"+1473",GP:"+590",GU:"+1671",GT:"+502",GN:"+224",GW:"+245",GY:"+592",HT:"+509",HN:"+504",HK:"+852",HU:"+36",IS:"+354",IN:"+91",ID:"+62",IR:"+98",IQ:"+964",IE:"+353",IL:"+972",IT:"+39",JM:"+1876",JP:"+81",JO:"+962",KZ:"+7",KE:"+254",KI:"+686",XK:"+383",KW:"+965",KG:"+996",LA:"+856",LV:"+371",LB:"+961",LS:"+266",LR:"+231",LY:"+218",LI:"+423",LT:"+370",LU:"+352",MO:"+853",MK:"+389",MG:"+261",MW:"+265",MY:"+60",MV:"+960",ML:"+223",MT:"+356",MH:"+692",MQ:"+596",MR:"+222",MU:"+230",MX:"+52",FM:"+691",MD:"+373",MC:"+377",MN:"+976",ME:"+382",MS:"+1664",MA:"+212",MZ:"+258",MM:"+95",NA:"+264",NR:"+674",NP:"+977",NL:"+31",NC:"+687",NZ:"+64",NI:"+505",NE:"+227",NG:"+234",NU:"+683",NF:"+672",KP:"+850",MP:"+1670",NO:"+47",OM:"+968",PK:"+92",PW:"+680",PS:"+970",PA:"+507",PG:"+675",PY:"+595",PE:"+51",PH:"+63",PL:"+48",PT:"+351",PR:"+1",QA:"+974",RE:"+262",RO:"+40",RU:"+7",RW:"+250",BL:"+590",SH:"+290",KN:"+1869",LC:"+1758",MF:"+590",PM:"+508",VC:"+1784",WS:"+685",SM:"+378",ST:"+239",SA:"+966",SN:"+221",RS:"+381",SC:"+248",SL:"+232",SG:"+65",SX:"+1721",SK:"+421",SI:"+386",SB:"+677",SO:"+252",ZA:"+27",KR:"+82",SS:"+211",ES:"+34",LK:"+94",SD:"+249",SR:"+597",SZ:"+268",SE:"+46",CH:"+41",SY:"+963",TW:"+886",TJ:"+992",TZ:"+255",TH:"+66",TL:"+670",TG:"+228",TK:"+690",TO:"+676",TT:"+1868",TN:"+216",TR:"+90",TM:"+993",TC:"+1649",TV:"+688",VI:"+1340",UG:"+256",UA:"+380",AE:"+971",GB:"+44",US:"+1",UY:"+598",UZ:"+998",VU:"+678",VA:"+39",VE:"+58",VN:"+84",WF:"+681",YE:"+967",ZM:"+260",ZW:"+263"};t.a=r},J5g3:function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));const r="info",a="error"},J9Cp:function(e,t,n){"use strict";n.d(t,"a",(function(){return $}));n.d(t,"b",(function(){return K}));var r=n("pmgf"),a=n.n(r),i=n("TbSW"),o=n("AguI"),s=n("WPai"),l=n.n(s),u=n("Cche");function c(e){e()}let d=c;const m=e=>d=e,f=()=>d,p=Object(r.createContext)(null);0;const h=()=>{throw new Error("uSES not initialized!")};let b=h;const g=e=>{b=e};function v(){return(v=Object.assign||function(e){for(var t=1;t=0||(a[n]=e[n])}return a}const O=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function S(e,t,n,r,{areStatesEqual:a,areOwnPropsEqual:i,areStatePropsEqual:o}){let s,l,u,c,d,m=!1;function f(a,i){s=a;l=i;u=e(s,l);c=t(r,l);d=n(u,c,l);m=!0;return d}function p(){u=e(s,l);t.dependsOnOwnProps&&(c=t(r,l));d=n(u,c,l);return d}function h(){e.dependsOnOwnProps&&(u=e(s,l));t.dependsOnOwnProps&&(c=t(r,l));d=n(u,c,l);return d}function b(){const t=e(s,l),r=!o(t,u);u=t;r&&(d=n(u,c,l));return d}function g(e,t){const n=!i(t,l),r=!a(e,s,t,l);s=e;l=t;return n&&r?p():n?h():r?b():d}return function(e,t){return m?g(e,t):f(e,t)}}function k(e,t){let{initMapStateToProps:n,initMapDispatchToProps:r,initMergeProps:a}=t,i=y(t,O);0;return S(n(e,i),r(e,i),a(e,i),e,i)}function E(e,t){const n={};for(const r in e){const a=e[r];"function"==typeof a&&(n[r]=(...e)=>t(a(...e)))}return n}function j(e){return function(t){const n=e(t);function r(){return n}r.dependsOnOwnProps=!1;return r}}function T(e){return e.dependsOnOwnProps?Boolean(e.dependsOnOwnProps):1!==e.length}function I(e,t){return function(t,{displayName:n}){const r=function(e,t){return r.dependsOnOwnProps?r.mapToProps(e,t):r.mapToProps(e,void 0)};r.dependsOnOwnProps=!0;r.mapToProps=function(t,n){r.mapToProps=e;r.dependsOnOwnProps=T(e);let a=r(t,n);if("function"==typeof a){r.mapToProps=a;r.dependsOnOwnProps=T(a);a=r(t,n)}0;return a};return r}}function w(e,t){return(n,r)=>{throw new Error(`Invalid value of type ${typeof e} for ${t} argument when connecting component ${r.wrappedComponentName}.`)}}function _(e){return e&&"object"==typeof e?j(t=>E(e,t)):e?"function"==typeof e?I(e,"mapDispatchToProps"):w(e,"mapDispatchToProps"):j(e=>({dispatch:e}))}function N(e){return e?"function"==typeof e?I(e,"mapStateToProps"):w(e,"mapStateToProps"):j(()=>({}))}function R(e,t,n){return v({},n,e,t)}function C(e){return function(t,{displayName:n,areMergedPropsEqual:r}){let a,i=!1;return function(t,n,o){const s=e(t,n,o);if(i)r(s,a)||(a=s);else{i=!0;a=s;0}return a}}}function x(e){return e?"function"==typeof e?C(e):w(e,"mergeProps"):()=>R}function A(){const e=f();let t=null,n=null;return{clear(){t=null;n=null},notify(){e(()=>{let e=t;for(;e;){e.callback();e=e.next}})},get(){let e=[],n=t;for(;n;){e.push(n);n=n.next}return e},subscribe(e){let r=!0,a=n={callback:e,next:null,prev:n};a.prev?a.prev.next=a:t=a;return function(){if(r&&null!==t){r=!1;a.next?a.next.prev=a.prev:n=a.prev;a.prev?a.prev.next=a.next:t=a.next}}}}}const D={notify(){},get:()=>[]};function L(e,t){let n,r=D;function a(e){l();return r.subscribe(e)}function i(){r.notify()}function o(){c.onStateChange&&c.onStateChange()}function s(){return Boolean(n)}function l(){if(!n){n=t?t.addNestedSub(o):e.subscribe(o);r=A()}}function u(){if(n){n();n=void 0;r.clear();r=D}}const c={addNestedSub:a,notifyNestedSubs:i,handleChangeWrapper:o,isSubscribed:s,trySubscribe:l,tryUnsubscribe:u,getListeners:()=>r};return c}const M=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement)?r.useLayoutEffect:r.useEffect;function P(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function F(e,t){if(P(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let r=0;r{B=e},V=[null,null];function H(e,t,n){M(()=>e(...t),n)}function q(e,t,n,r,a,i){e.current=r;n.current=!1;if(a.current){a.current=null;i()}}function W(e,t,n,r,a,i,o,s,l,u,c){if(!e)return()=>{};let d=!1,m=null;const f=()=>{if(d||!s.current)return;const e=t.getState();let n,f;try{n=r(e,a.current)}catch(e){f=e;m=e}f||(m=null);if(n===i.current)o.current||u();else{i.current=n;l.current=n;o.current=!0;c()}};n.onStateChange=f;n.trySubscribe();f();return()=>{d=!0;n.tryUnsubscribe();n.onStateChange=null;if(m)throw m}}function G(e,t){return e===t}function K(e,t,n,{pure:i,areStatesEqual:o=G,areOwnPropsEqual:s=F,areStatePropsEqual:c=F,areMergedPropsEqual:d=F,forwardRef:m=!1,context:f=p}={}){0;const h=f,b=N(e),g=_(t),O=x(n),S=Boolean(e);return e=>{0;const t=e.displayName||e.name||"Component",n=`Connect(${t})`,i={shouldHandleStateChanges:S,displayName:n,wrappedComponentName:t,WrappedComponent:e,initMapStateToProps:b,initMapDispatchToProps:g,initMergeProps:O,areStatesEqual:o,areStatePropsEqual:c,areOwnPropsEqual:s,areMergedPropsEqual:d};function f(t){const[n,o,s]=Object(r.useMemo)(()=>{const{reactReduxForwardedRef:e}=t,n=y(t,z);return[t.context,e,n]},[t]),l=Object(r.useMemo)(()=>n&&n.Consumer&&Object(u.isContextConsumer)(a.a.createElement(n.Consumer,null))?n:h,[n,h]),c=Object(r.useContext)(l),d=Boolean(t.store)&&Boolean(t.store.getState)&&Boolean(t.store.dispatch),m=Boolean(c)&&Boolean(c.store);0;const f=d?t.store:c.store,p=m?c.getServerState:f.getState,b=Object(r.useMemo)(()=>k(f.dispatch,i),[f]),[g,O]=Object(r.useMemo)(()=>{if(!S)return V;const e=L(f,d?void 0:c.subscription),t=e.notifyNestedSubs.bind(e);return[e,t]},[f,d,c]),E=Object(r.useMemo)(()=>d?c:v({},c,{subscription:g}),[d,c,g]),j=Object(r.useRef)(),T=Object(r.useRef)(s),I=Object(r.useRef)(),w=Object(r.useRef)(!1);Object(r.useRef)(!1);const _=Object(r.useRef)(!1),N=Object(r.useRef)();M(()=>{_.current=!0;return()=>{_.current=!1}},[]);const R=Object(r.useMemo)(()=>()=>I.current&&s===T.current?I.current:b(f.getState(),s),[f,s]),C=Object(r.useMemo)(()=>e=>g?W(S,f,g,b,T,j,w,_,I,O,e):()=>{},[g]);H(q,[T,j,w,s,I,O]);let x;try{x=B(C,R,p?()=>b(p(),s):R)}catch(e){N.current&&(e.message+=`\nThe error may be correlated with this previous error:\n${N.current.stack}\n\n`);throw e}M(()=>{N.current=void 0;I.current=void 0;j.current=x});const A=Object(r.useMemo)(()=>a.a.createElement(e,v({},x,{ref:o})),[o,e,x]);return Object(r.useMemo)(()=>S?a.a.createElement(l.Provider,{value:E},A):A,[l,A,E])}const p=a.a.memo(f);p.WrappedComponent=e;p.displayName=f.displayName=n;if(m){const t=a.a.forwardRef((function(e,t){return a.a.createElement(p,v({},e,{reactReduxForwardedRef:t}))}));t.displayName=n;t.WrappedComponent=e;return l()(t,e)}return l()(p,e)}}function $({store:e,context:t,children:n,serverState:i}){const o=Object(r.useMemo)(()=>{const t=L(e);return{store:e,subscription:t,getServerState:i?()=>i:void 0}},[e,i]),s=Object(r.useMemo)(()=>e.getState(),[e]);M(()=>{const{subscription:t}=o;t.onStateChange=t.notifyNestedSubs;t.trySubscribe();s!==e.getState()&&t.notifyNestedSubs();return()=>{t.tryUnsubscribe();t.onStateChange=void 0}},[o,s]);const l=t||p;return a.a.createElement(l.Provider,{value:o},n)}g(i.useSyncExternalStoreWithSelector);U(r.useSyncExternalStore);m(o.unstable_batchedUpdates)},Jax0:function(e,t,n){"use strict";n.d(t,"d",(function(){return o}));n.d(t,"e",(function(){return s}));n.d(t,"f",(function(){return l}));n.d(t,"j",(function(){return c}));n.d(t,"g",(function(){return d}));n.d(t,"h",(function(){return m}));n.d(t,"i",(function(){return f}));n.d(t,"b",(function(){return p}));n.d(t,"a",(function(){return h}));n.d(t,"c",(function(){return b}));var r=n("ijHp"),a=n("d1d4"),i=n("vB5j");const o=({fields:e={}})=>e,s=({fields:e={}})=>Object.values(e),l=(e,t)=>{const n=o(e);return t.map(e=>n[e])},u=e=>s(e).filter(({groupIndex:t})=>!Object(a.a)(e,t)||Object(a.b)(e,t)).filter(({shown:e})=>e),c=e=>u(e).map(({field:{id:e}={}})=>e),d=e=>s(e).filter(({groupIndex:t})=>!Object(a.a)(e,t)||Object(a.b)(e,t)).filter(({shown:e,parentField:t})=>Object(r.a)(t)||e),m=e=>u(e).filter(({groupIndex:t})=>!Object(a.a)(e,t)||(Object(a.a)(e,t).pageNumber!Object(r.a)(e)),f=e=>s(e).filter(({groupIndex:t,field:{fieldValueKnown:n}})=>Object(a.d)(e,t)&&n),p=e=>m(e).map(e=>e.errors),h=(e,t)=>o(e)[t],b=(e,t)=>h(e,t).value},JqC4:function(e,t,n){!function(t,r){"use strict";var a;try{a=n(!function(){var e=new Error("Cannot find module 'moment'");e.code="MODULE_NOT_FOUND";throw e}())}catch(e){}e.exports=r(a)}(0,(function(e){"use strict";var t="function"==typeof e,n=!!window.addEventListener,r=window.document,a=window.setTimeout,i=function(e,t,r,a){n?e.addEventListener(t,r,!!a):e.attachEvent("on"+t,r)},o=function(e,t,r,a){n?e.removeEventListener(t,r,!!a):e.detachEvent("on"+t,r)},s=function(e,t,n){var a;if(r.createEvent){(a=r.createEvent("HTMLEvents")).initEvent(t,!0,!1);a=y(a,n);e.dispatchEvent(a)}else if(r.createEventObject){a=r.createEventObject();a=y(a,n);e.fireEvent("on"+t,a)}},l=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},u=function(e,t){return-1!==(" "+e.className+" ").indexOf(" "+t+" ")},c=function(e,t){u(e,t)||(e.className=""===e.className?t:e.className+" "+t)},d=function(e,t){e.className=l((" "+e.className+" ").replace(" "+t+" "," "))},m=function(e){return/Array/.test(Object.prototype.toString.call(e))},f=function(e){return/Date/.test(Object.prototype.toString.call(e))&&!isNaN(e.getTime())},p=function(e){var t=e.getDay();return 0===t||6===t},h=function(e){return e%4==0&&e%100!=0||e%400==0},b=function(e,t){return[31,h(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},g=function(e){f(e)&&e.setHours(0,0,0,0)},v=function(e,t){return e.getTime()===t.getTime()},y=function(e,t,n){var r,a;for(r in t)(a=void 0!==e[r])&&"object"==typeof t[r]&&null!==t[r]&&void 0===t[r].nodeName?f(t[r])?n&&(e[r]=new Date(t[r].getTime())):m(t[r])?n&&(e[r]=t[r].slice(0)):e[r]=y({},t[r],n):!n&&a||(e[r]=t[r]);return e},O=function(e){if(e.month<0){e.year-=Math.ceil(Math.abs(e.month)/12);e.month+=12}if(e.month>11){e.year+=Math.floor(Math.abs(e.month)/12);e.month-=12}return e},S={field:null,bound:void 0,position:"bottom left",reposition:!0,format:"YYYY-MM-DD",defaultDate:null,setDefaultDate:!1,firstDay:0,minDate:null,maxDate:null,yearRange:10,showWeekNumber:!1,minYear:0,maxYear:9999,minMonth:void 0,maxMonth:void 0,isRTL:!1,yearSuffix:"",showMonthAfterYear:!1,numberOfMonths:1,mainCalendar:"left",container:void 0,i18n:{previousMonth:"Previous Month",nextMonth:"Next Month",months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},theme:null,onSelect:null,onOpen:null,onClose:null,onDraw:null},k=function(e,t,n){t+=e.firstDay;for(;t>=7;)t-=7;return n?e.i18n.weekdaysShort[t]:e.i18n.weekdays[t]},E=function(e,t,n,r,a,i,o){if(o)return'';var s=[];i&&s.push("is-disabled");a&&s.push("is-today");r&&s.push("is-selected");return'"},j=function(e,t,n){var r=new Date(n,0,1);return''+Math.ceil(((new Date(n,t,e)-r)/864e5+r.getDay()+1)/7)+""},T=function(e,t){return""+(t?e.reverse():e).join("")+""},I=function(e){return""+e.join("")+""},w=function(e){var t,n=[];e.showWeekNumber&&n.push("");for(t=0;t<7;t++)n.push(''+k(e,t,!0)+"");return""+(e.isRTL?n.reverse():n).join("")+""},_=function(e,t,n,r,a){var i,o,s,l,u,c=e._o,d=n===c.minYear,f=n===c.maxYear,p='
',h=!0,b=!0;for(s=[],i=0;i<12;i++)s.push('");l='
'+c.i18n.months[r]+'
";if(m(c.yearRange)){i=c.yearRange[0];o=c.yearRange[1]+1}else{i=n-c.yearRange;o=1+n+c.yearRange}for(s=[];i=c.minYear&&s.push('");u='
'+n+c.yearSuffix+'
";c.showMonthAfterYear?p+=u+l:p+=l+u;d&&(0===r||c.minMonth>=r)&&(h=!1);f&&(11===r||c.maxMonth<=r)&&(b=!1);0===t&&(p+='");t===e._o.numberOfMonths-1&&(p+='");return p+"
"},N=function(e,t){return''+w(e)+I(t)+"
"},R=function(o){var s=this,l=s.config(o);s._onMouseDown=function(e){if(s._v){var t=(e=e||window.event).target||e.srcElement;if(t){if(!u(t.parentNode,"is-disabled")){if(u(t,"pika-button")&&!u(t,"is-empty")){s.setDate(new Date(t.getAttribute("data-pika-year"),t.getAttribute("data-pika-month"),t.getAttribute("data-pika-day")));l.bound&&a((function(){s.hide();l.field&&l.field.blur()}),100);return}u(t,"pika-prev")?s.prevMonth():u(t,"pika-next")&&s.nextMonth()}if(u(t,"pika-select"))s._c=!0;else{if(!e.preventDefault){e.returnValue=!1;return!1}e.preventDefault()}}}};s._onChange=function(e){var t=(e=e||window.event).target||e.srcElement;t&&(u(t,"pika-select-month")?s.gotoMonth(t.value):u(t,"pika-select-year")&&s.gotoYear(t.value))};s._onInputChange=function(n){var r;if(n.firedBy!==s){r=t?(r=e(l.field.value,l.format))&&r.isValid()?r.toDate():null:new Date(Date.parse(l.field.value));f(r)&&s.setDate(r);s._v||s.show()}};s._onInputFocus=function(){s.show()};s._onInputClick=function(){s.show()};s._onInputBlur=function(){var e=r.activeElement;do{if(u(e,"pika-single"))return}while(e=e.parentNode);s._c||(s._b=a((function(){s.hide()}),50));s._c=!1};s._onClick=function(e){var t=(e=e||window.event).target||e.srcElement,r=t;if(t){if(!n&&u(t,"pika-select")&&!t.onchange){t.setAttribute("onchange","return;");i(t,"change",s._onChange)}do{if(u(r,"pika-single")||r===l.trigger)return}while(r=r.parentNode);s._v&&t!==l.trigger&&r!==l.trigger&&s.hide()}};s.el=r.createElement("div");s.el.className="pika-single"+(l.isRTL?" is-rtl":"")+(l.theme?" "+l.theme:"");i(s.el,"mousedown",s._onMouseDown,!0);i(s.el,"change",s._onChange);if(l.field){l.container?l.container.appendChild(s.el):l.bound?r.body.appendChild(s.el):l.field.parentNode.insertBefore(s.el,l.field.nextSibling);if(!l.defaultDate){t&&l.field.value?l.defaultDate=e(l.field.value,l.format).toDate():l.defaultDate=new Date(Date.parse(l.field.value));l.setDefaultDate=!0}}var c=l.defaultDate;f(c)?l.setDefaultDate?s.setDate(c,!0):s.gotoDate(c):s.gotoDate(new Date);if(l.bound){this.hide();s.el.className+=" is-bound";i(l.trigger,"click",s._onInputClick);i(l.trigger,"focus",s._onInputFocus);i(l.trigger,"blur",s._onInputBlur)}else this.show()};R.prototype={config:function(e){this._o||(this._o=y({},S,!0));var t=y(this._o,e,!0);t.isRTL=!!t.isRTL;t.field=t.field&&t.field.nodeName?t.field:null;t.theme="string"==typeof t.theme&&t.theme?t.theme:null;t.bound=!!(void 0!==t.bound?t.field&&t.bound:t.field);t.trigger=t.trigger&&t.trigger.nodeName?t.trigger:t.field;t.disableWeekends=!!t.disableWeekends;t.disableDayFn="function"==typeof t.disableDayFn?t.disableDayFn:null;var n=parseInt(t.numberOfMonths,10)||1;t.numberOfMonths=n>4?4:n;f(t.minDate)||(t.minDate=!1);f(t.maxDate)||(t.maxDate=!1);t.minDate&&t.maxDate&&t.maxDate100&&(t.yearRange=100)}return t},toString:function(n){return f(this._d)?t?e(this._d).format(n||this._o.format):this._d.toDateString():""},getMoment:function(){return t?e(this._d):null},setMoment:function(n,r){t&&e.isMoment(n)&&this.setDate(n.toDate(),r)},getDate:function(){return f(this._d)?new Date(this._d.getTime()):null},setDate:function(e,t){if(!e){this._d=null;if(this._o.field){this._o.field.value="";s(this._o.field,"change",{firedBy:this})}return this.draw()}"string"==typeof e&&(e=new Date(Date.parse(e)));if(f(e)){var n=this._o.minDate,r=this._o.maxDate;f(n)&&er&&(e=r);this._d=new Date(e.getTime());g(this._d);this.gotoDate(this._d);if(this._o.field){this._o.field.value=this.toString();s(this._o.field,"change",{firedBy:this})}t||"function"!=typeof this._o.onSelect||this._o.onSelect.call(this,this.getDate())}},gotoDate:function(e){var t=!0;if(f(e)){if(this.calendars){var n=new Date(this.calendars[0].year,this.calendars[0].month,1),r=new Date(this.calendars[this.calendars.length-1].year,this.calendars[this.calendars.length-1].month,1),a=e.getTime();r.setMonth(r.getMonth()+1);r.setDate(r.getDate()-1);t=a=r){this._y=r;!isNaN(o)&&this._m>o&&(this._m=o)}for(var l=0;l'+_(this,l,this.calendars[l].year,this.calendars[l].month,this.calendars[0].year)+this.render(this.calendars[l].year,this.calendars[l].month)+"";this.el.innerHTML=s;t.bound&&"hidden"!==t.field.type&&a((function(){t.trigger.focus()}),1);if("function"==typeof this._o.onDraw){var u=this;a((function(){u._o.onDraw.call(u)}),0)}}},adjustPosition:function(){if(!this._o.container){var e,t,n,a=this._o.trigger,i=a,o=this.el.offsetWidth,s=this.el.offsetHeight,l=window.innerWidth||r.documentElement.clientWidth,u=window.innerHeight||r.documentElement.clientHeight,c=window.pageYOffset||r.body.scrollTop||r.documentElement.scrollTop;if("function"==typeof a.getBoundingClientRect){e=(n=a.getBoundingClientRect()).left+window.pageXOffset;t=n.bottom+window.pageYOffset}else{e=i.offsetLeft;t=i.offsetTop+i.offsetHeight;for(;i=i.offsetParent;){e+=i.offsetLeft;t+=i.offsetTop}}(this._o.reposition&&e+o>l||this._o.position.indexOf("right")>-1&&e-o+a.offsetWidth>0)&&(e=e-o+a.offsetWidth);(this._o.reposition&&t+s>u+c||this._o.position.indexOf("top")>-1&&t-s-a.offsetHeight>0)&&(t=t-s-a.offsetHeight);this.el.style.position="absolute";this.el.style.left=e+"px";this.el.style.top=t+"px"}},render:function(e,t){var n=this._o,r=new Date,a=b(e,t),i=new Date(e,t,1).getDay(),o=[],s=[];g(r);n.firstDay>0&&(i-=n.firstDay)<0&&(i+=7);for(var l=a+i,u=l;u>7;)u-=7;l+=7-u;for(var c=0,d=0;c=a+i,S=n.minDate&&mn.maxDate||n.disableWeekends&&p(m)||n.disableDayFn&&n.disableDayFn(m);s.push(E(c-i+1,t,e,h,y,S,O));if(7==++d){n.showWeekNumber&&s.unshift(j(c-i,t,e));o.push(T(s,n.isRTL));s=[];d=0}}return N(n,o)},isVisible:function(){return this._v},show:function(){if(!this._v){d(this.el,"is-hidden");this._v=!0;this.draw();if(this._o.bound){i(r,"click",this._onClick);this.adjustPosition()}"function"==typeof this._o.onOpen&&this._o.onOpen.call(this)}},hide:function(){var e=this._v;if(!1!==e){this._o.bound&&o(r,"click",this._onClick);this.el.style.position="static";this.el.style.left="auto";this.el.style.top="auto";c(this.el,"is-hidden");this._v=!1;void 0!==e&&"function"==typeof this._o.onClose&&this._o.onClose.call(this)}},destroy:function(){this.hide();o(this.el,"mousedown",this._onMouseDown,!0);o(this.el,"change",this._onChange);if(this._o.field){o(this._o.field,"change",this._onInputChange);if(this._o.bound){o(this._o.trigger,"click",this._onInputClick);o(this._o.trigger,"focus",this._onInputFocus);o(this._o.trigger,"blur",this._onInputBlur)}}this.el.parentNode&&this.el.parentNode.removeChild(this.el)}};return R}))},JrN1:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n.d(t,"c",(function(){return a}));n.d(t,"b",(function(){return i}));const r="IMPLICIT_CONSENT",a="SEPERATE_CONSENT",i="LEGITIMATE_INTEREST"},"KBh+":function(e,t,n){"use strict";const r=e=>e.setAttribute("data-hubspot-rendered","true");t.a=r},Km3C:function(e,t,n){"use strict";const r=(e={},t="")=>t.split(".").reduce((e,t,n,r)=>{const a=n===r.length-1;return e[t]&&Object.prototype.hasOwnProperty.call(e,t)?e[t]:a?"":{}},e)||"";t.a=r},M9Lr:function(e,t,n){"use strict";n.d(t,"b",(function(){return a}));n.d(t,"c",(function(){return i}));n.d(t,"a",(function(){return o}));n.d(t,"d",(function(){return s}));n.d(t,"e",(function(){return l}));const r=({projectInfo:e={}})=>e,a=e=>r(e).name||"",i=e=>r(e).version||void 0,o=e=>`${a(e)}-${i(e)||"static"}`,s=e=>(/^(\d)+\./.exec(i(e))||[])[1],l=e=>(/^\d+\.(.*)$/.exec(i(e))||[])[1]},MaST:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n("6Nfw");const a=(e,t={min:null,max:null})=>{let n=null;e.length>t.length?n=[r.INPUT_TOO_LARGE]:e.length{const t=Object(a.g)(e),n=Object(r.c)(e),o=Object(r.a)(e);return t.reduce((e,t)=>{const n=t.field;return Object.assign({},e,{[n.id]:t.value})},Object.assign({hs_context:JSON.stringify(Object(i.a)(e))},o&&{"g-recaptcha-response":n}))}},NMc2:function(e,t,n){"use strict";const r=(e,t)=>{setTimeout(()=>{const n=e[t]||[];for(;n.length;)n.shift()();Object.defineProperty(e[t],"push",{value:e=>e(),writable:!0})},0)};t.a=r},NYcN:function(e,t,n){"use strict";const r=e=>"Enter"===void e.key&&e.preventDefault();t.a=r},NxG1:function(e,t,n){"use strict";t.a={CONTACT:"0-1",COMPANY:"0-2",TICKET:"0-5",FEEDBACK_SUBMISSION:"0-19"}},P4At:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("2+ks");var i={AF:"Afghanistan (‫افغانستان‬‎)",AL:"Albania (Shqipëri)",DZ:"Algeria (‫الجزائر‬‎)",AS:"American Samoa",AD:"Andorra",AO:"Angola",AI:"Anguilla",AG:"Antigua and Barbuda",AR:"Argentina",AM:"Armenia (Հայաստան)",AW:"Aruba",AU:"Australia",AT:"Austria (Österreich)",AZ:"Azerbaijan (Azərbaycan)",BS:"Bahamas",BH:"Bahrain (‫البحرين‬‎)",BD:"Bangladesh (বাংলাদেশ)",BB:"Barbados",BY:"Belarus (Беларусь)",BE:"Belgium (België)",BZ:"Belize",BJ:"Benin (Bénin)",BM:"Bermuda",BT:"Bhutan (འབྲུག)",BO:"Bolivia",BA:"Bosnia and Herzegovina (Босна и Херцеговина)",BW:"Botswana",BR:"Brazil (Brasil)",IO:"British Indian Ocean Territory",VG:"British Virgin Islands",BN:"Brunei",BG:"Bulgaria (България)",BF:"Burkina Faso",BI:"Burundi (Uburundi)",KH:"Cambodia (កម្ពុជា)",CM:"Cameroon (Cameroun)",CA:"Canada",CV:"Cape Verde (Kabu Verdi)",BQ:"Caribbean Netherlands",KY:"Cayman Islands",CF:"Central African Republic (République centrafricaine)",TD:"Chad (Tchad)",CL:"Chile",CN:"China (中国)",CO:"Colombia",KM:"Comoros (‫جزر القمر‬‎)",CD:"Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)",CG:"Congo (Republic) (Congo-Brazzaville)",CK:"Cook Islands",CR:"Costa Rica",CI:"Côte d’Ivoire",HR:"Croatia (Hrvatska)",CU:"Cuba",CW:"Curaçao",CY:"Cyprus (Κύπρος)",CZ:"Czech Republic (Česká republika)",DK:"Denmark (Danmark)",DJ:"Djibouti",DM:"Dominica",DO:"Dominican Republic (República Dominicana)",EC:"Ecuador",EG:"Egypt (‫مصر‬‎)",SV:"El Salvador",GQ:"Equatorial Guinea (Guinea Ecuatorial)",ER:"Eritrea",EE:"Estonia (Eesti)",ET:"Ethiopia",FK:"Falkland Islands (Islas Malvinas)",FO:"Faroe Islands (Føroyar)",FJ:"Fiji",FI:"Finland (Suomi)",FR:"France",GF:"French Guiana (Guyane française)",PF:"French Polynesia (Polynésie française)",GA:"Gabon",GM:"Gambia",GE:"Georgia (საქართველო)",DE:"Germany (Deutschland)",GH:"Ghana (Gaana)",GI:"Gibraltar",GR:"Greece (Ελλάδα)",GL:"Greenland (Kalaallit Nunaat)",GD:"Grenada",GP:"Guadeloupe",GU:"Guam",GT:"Guatemala",GN:"Guinea (Guinée)",GW:"Guinea-Bissau (Guiné Bissau)",GY:"Guyana",HT:"Haiti",HN:"Honduras",HK:"Hong Kong (香港)",HU:"Hungary (Magyarország)",IS:"Iceland (Ísland)",IN:"India (भारत)",ID:"Indonesia",IR:"Iran (‫ایران‬‎)",IQ:"Iraq (‫العراق‬‎)",IE:"Ireland",IL:"Israel (‫ישראל‬‎)",IT:"Italy (Italia)",JM:"Jamaica",JP:"Japan (日本)",JO:"Jordan (‫الأردن‬‎)",KZ:"Kazakhstan (Казахстан)",KE:"Kenya",KI:"Kiribati",XK:"Kosovo",KW:"Kuwait (‫الكويت‬‎)",KG:"Kyrgyzstan (Кыргызстан)",LA:"Laos (ລາວ)",LV:"Latvia (Latvija)",LB:"Lebanon (‫لبنان‬‎)",LS:"Lesotho",LR:"Liberia",LY:"Libya (‫ليبيا‬‎)",LI:"Liechtenstein",LT:"Lithuania (Lietuva)",LU:"Luxembourg",MO:"Macau (澳門)",MK:"Macedonia (FYROM) (Македонија)",MG:"Madagascar (Madagasikara)",MW:"Malawi",MY:"Malaysia",MV:"Maldives",ML:"Mali",MT:"Malta",MH:"Marshall Islands",MQ:"Martinique",MR:"Mauritania (‫موريتانيا‬‎)",MU:"Mauritius (Moris)",MX:"Mexico (México)",FM:"Micronesia",MD:"Moldova (Republica Moldova)",MC:"Monaco",MN:"Mongolia (Монгол)",ME:"Montenegro (Crna Gora)",MS:"Montserrat",MA:"Morocco (‫المغرب‬‎)",MZ:"Mozambique (Moçambique)",MM:"Myanmar (Burma) (မြန်မာ)",NA:"Namibia (Namibië)",NR:"Nauru",NP:"Nepal (नेपाल)",NL:"Netherlands (Nederland)",NC:"New Caledonia (Nouvelle-Calédonie)",NZ:"New Zealand",NI:"Nicaragua",NE:"Niger (Nijar)",NG:"Nigeria",NU:"Niue",NF:"Norfolk Island",KP:"North Korea (조선 민주주의 인민 공화국)",MP:"Northern Mariana Islands",NO:"Norway (Norge)",OM:"Oman (‫عُمان‬‎)",PK:"Pakistan (‫پاکستان‬‎)",PW:"Palau",PS:"Palestine (‫فلسطين‬‎)",PA:"Panama (Panamá)",PG:"Papua New Guinea",PY:"Paraguay",PE:"Peru (Perú)",PH:"Philippines",PL:"Poland (Polska)",PT:"Portugal",PR:"Puerto Rico",QA:"Qatar (‫قطر‬‎)",RE:"Réunion (La Réunion)",RO:"Romania (România)",RU:"Russia (Россия)",RW:"Rwanda",BL:"Saint Barthélemy (Saint-Barthélemy)",SH:"Saint Helena",KN:"Saint Kitts and Nevis",LC:"Saint Lucia",MF:"Saint Martin (Saint-Martin (partie française))",PM:"Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)",VC:"Saint Vincent and the Grenadines",WS:"Samoa",SM:"San Marino",ST:"São Tomé and Príncipe (São Tomé e Príncipe)",SA:"Saudi Arabia (‫المملكة العربية السعودية‬‎)",SN:"Senegal (Sénégal)",RS:"Serbia (Србија)",SC:"Seychelles",SL:"Sierra Leone",SG:"Singapore",SX:"Sint Maarten",SK:"Slovakia (Slovensko)",SI:"Slovenia (Slovenija)",SB:"Solomon Islands",SO:"Somalia (Soomaaliya)",ZA:"South Africa",KR:"South Korea (대한민국)",SS:"South Sudan (‫جنوب السودان‬‎)",ES:"Spain (España)",LK:"Sri Lanka (ශ්‍රී ලංකාව)",SD:"Sudan (‫السودان‬‎)",SR:"Suriname",SZ:"Swaziland",SE:"Sweden (Sverige)",CH:"Switzerland (Schweiz)",SY:"Syria (‫سوريا‬‎)",TW:"Taiwan (台灣)",TJ:"Tajikistan",TZ:"Tanzania",TH:"Thailand (ไทย)",TL:"Timor-Leste",TG:"Togo",TK:"Tokelau",TO:"Tonga",TT:"Trinidad and Tobago",TN:"Tunisia (‫تونس‬‎)",TR:"Turkey (Türkiye)",TM:"Turkmenistan",TC:"Turks and Caicos Islands",TV:"Tuvalu",VI:"U.S. Virgin Islands",UG:"Uganda",UA:"Ukraine (Україна)",AE:"United Arab Emirates (‫الإمارات العربية المتحدة‬‎)",GB:"United Kingdom",US:"United States",UY:"Uruguay",UZ:"Uzbekistan (Oʻzbekiston)",VU:"Vanuatu",VA:"Vatican City (Città del Vaticano)",VE:"Venezuela",VN:"Vietnam (Việt Nam)",WF:"Wallis and Futuna",YE:"Yemen (‫اليمن‬‎)",ZM:"Zambia",ZW:"Zimbabwe"},o=n("Itsd");const s=Object.keys(o.a).map(e=>({value:e,label:i[e]}));var l=()=>s,u=n("Ce6w"),c=n("49LD"),d=n("G3IP"),m=n("r46I"),f=n("Jax0");const p=e=>({type:d.B,payload:e});var h=(e,t)=>(n,r)=>{const{field:a,value:i}=Object(f.a)(r(),e),o=Object(c.a)(t),s=a.countryCodeExtension,l=Object(u.a)(s,i);n(p([a,t,o]));l&&n(Object(m.f)([a,`${o}${l}`]))};const b=()=>(e,t)=>({shouldShowCountryDropdown:Object(a.b)(e,t),countryCodeOptions:l()}),g=(e,{id:t})=>({onCountryCodeChange:n=>e(h(t,n))});t.a=Object(r.b)(b,g)},QvVZ:function(e,t,n){"use strict";var r=n("ijHp"),a=n("0d07");const i=e=>/^[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$/.test(e),o=e=>{const t=e.getUTCFullYear().toString(),n=(e.getUTCMonth()+1).toString(),r=e.getUTCDate().toString();return`${t}-${n.length<2?"0"+n:n}-${r.length<2?"0"+r:r}`};var s=e=>{try{return i(e)?e:o(new Date(parseInt(e,10)))}catch(e){return""}};const l=(e,t)=>e===t,u=(e,t)=>!l(e,t),c=(e,t)=>e.indexOf(t)>-1,d=(e,t)=>!c(e,t),m=(e,t)=>et!f(e,t,n),h=(e,t)=>e.some(e=>t.indexOf(e)>=0),b=(e,t)=>!h(e,t),g=(e,t)=>t.every(t=>e.indexOf(t)>=0),v=(e,t)=>!g(e,t),y=(e,t)=>JSON.stringify([...e].sort())===JSON.stringify([...t].sort()),O=(e,t)=>!y(e,t);var S={EQ:l,NEQ:u,CONTAINS:c,DOESNT_CONTAIN:d,STR_STARTS_WITH:(e,t)=>e.substring(0,t.length)===t,STR_ENDS_WITH:(e,t)=>e.slice(-t.length)===t,LT:m,LTE:(e,t)=>e<=t,GT:(e,t)=>e>t,GTE:(e,t)=>e>=t,BETWEEN:f,NOT_BETWEEN:p,WITHIN_TIME_REVERSE:m,WITHIN_TIME:(e,t)=>tvoid 0!==e.length?!!e.length:!!e},k=({value:e="",filter:t,type:n,fieldType:r})=>{const{operator:a,strValues:i=[],numberValues:o=[],numberValue:s=0,strValue:l=""}=t,u=S[a];if("booleancheckbox"===r)return u(e,"true"===i[0]);if("enumeration"===n){return u(Array.isArray(e)?e:[e],i)}if("number"===n){const t=parseInt(e,10);if("BETWEEN"===a||"NOT_BETWEEN"===a){const[e,n]=o;return u(t,Math.min(e,n),Math.max(e,n))}return u(t,s)}if("date"===n){const[t,n,r]=e.split("-").map(e=>parseInt(e,10)),o=new Date(t,n-1,r).getTime();if("BETWEEN"===a||"NOT_BETWEEN"===a){return u(o,new Date(i[0]).getTime(),new Date(i[1]).getTime())}if("WITHIN_TIME"===a||"WITHIN_TIME_REVERSE"===a){const[e,t]=i,n="w"===t?7*e:e,r=new Date;r.setDate(r.getDate()-n);return u(o,r.getTime())}}else if("file"===r)return u(e);return u(e.toLowerCase(),l.toLowerCase())},E=n("BLBL"),j=n("wc1Y");var T=e=>{switch(e){case"true":return!0;case"false":return!1;default:return null}};var I=e=>{const t=document.createElement("div");t.innerText=t.textContent=e;return e=t.innerHTML};const w=";";var _=(e,t,n)=>{const r=e.split(w).map(e=>{const t=e.trim();return n?I(t):t});return t.filter(({label:e,value:t})=>r.includes(e)||r.includes(t)).map(({value:e})=>e)};var N=(e,t)=>{const n=t.find(({label:t,value:n})=>e===t||e===n);return n&&n.value?n.value:null};n.d(t,"b",(function(){return x}));n.d(t,"a",(function(){return A}));n.d(t,"d",(function(){return L}));n.d(t,"c",(function(){return M}));const R=({selectedOptions:e=[],defaultValue:t="",fieldType:n,isRating:r})=>{if(r)return e.length>0?e[0]:t;if(n===j.o)return e[0]||"";if(n===j.m||n===j.j)return e[0]||"";if(n===j.p)switch(e[0]){case"true":return!0;case"false":return!1;default:return e[0]||""}return n===j.a?e:t},C=({value:e,fieldType:t,options:n=[],shouldEncode:r})=>{switch(t){case j.p:{const t=T(e);return null===t?[]:t}case j.a:return _(e,n,r);case j.o:{const t=N(e,n);return null===t?"":t}case j.j:case j.m:{const t=N(e,n);return null===t?[]:t}default:{const t=n.map(({value:e})=>e),r=t.indexOf(e)>-1?e:void 0;r||E.a.warn(`HubSpotForms: ${e} is not a valid default option. Valid options are ${t}`);return r}}},x=({field:{logicFilter:e}={},parentField:{value:t,field:{type:n,fieldType:r}={}}={}})=>!e||k({value:t,filter:e,type:n,fieldType:r}),A=({field:{defaultValue:e="",selectedOptions:t=[],hidden:n=!1,fieldType:a,options:i,name:o,ratingType:l},id:u,knownProperties:c={},urlParams:d={},type:m})=>{const f=R({defaultValue:e,selectedOptions:t,fieldType:a,isRating:!Object(r.a)(l)}),p=d[o],h=c[u],b=n&&!Object(r.a)(f)?p:p||h;return b?"date"===m||"datetime"===m?s(b):"enumeration"===m?C({value:b,fieldType:a,options:i,shouldEncode:b===p}):"file"===a?null:b:f},D=(e,t)=>{switch(e){case"useCountryCodeSelect":return{[e]:JSON.parse(t)};case"secondaryProps":return Object.assign({},JSON.parse(t));default:return{[e]:Object(a.a)(t)}}},L=(e=[])=>e.reduce((e,{name:t,value:n})=>Object.assign({},e,{},D(t,n)),{}),M=(e,t)=>Object(r.a)(t.ratingType)?e.fieldType:t.ratingType.toLowerCase()},RFRR:function(e,t,n){"use strict";var r=n("ijHp");const a=e=>Object.keys(e||{}).reduce((t,n)=>Object.assign({},t,{},Object(r.a)(e[n])?{}:{[n]:e[n]}),{});t.a=a},S2dB:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("G3IP"),a=n("sBkf");const i=e=>({type:r.o,payload:e}),o=e=>t=>{t(Object(a.m)(e));t(i(e))}},SGIl:function(e,t,n){"use strict";const r=e=>{if(0===e.length)return[];const t=e[0],n=Array.isArray(t);return[[n?t[0]:t,n?Object.assign({},t[1]):{}]]};t.a=r},SPYa:function(e,t,n){"use strict";var r=n("9/JM");const a="hbspt-form",i=(e,t)=>{const n=Object(r.a)(`${a}-${e}`,a);t.after(n);return n};t.a=i},T4WN:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("GjuR"),i=n("UOIV"),o=n("aDMY");const s=({themeCss:e})=>e;var l=n("XKAh"),u=n("USg/"),c=n("oLWj"),d=n("ai8m");var m=e=>{const t=Object(a.D)(e),n=Object(d.h)(e),r=!!Object(d.i)(e);return t||n&&!r};const f=e=>({formId:Object(o.d)(e),formIdWithUUID:Object(c.a)(e),style:Object(i.a)(e),googleFontUrl:Object(l.e)(e),themeName:Object(o.j)(e),themeCss:s(e),contextCss:Object(a.c)(e),contextCssRequired:Object(a.e)(e),isCMSModuleEmbed:Object(a.p)(e),isRawHtmlForm:Object(u.a)(e),shouldShowThankYouMessage:m(e),isLoading:!e.form.loaded});t.a=Object(r.b)(f)},TFZF:function(e,t,n){"use strict";var r={};n.r(r);n.d(r,"PORTAL_MIGRATION",(function(){return g}));var a=n("ai8m"),i=n("zmtA"),o=n("Jax0"),s=n("6Nfw");const l=e=>e.some(e=>e.some(e=>e[0]===s.REQUIRED||e[0]===s.MISSING_OPTION_SELECTION||e[0]===s.MISSING_SELECT)),u=e=>e.some(e=>e.some(e=>e[0]===s.MANUALLY_BLOCKED_EMAIL_DOMAIN));var c=e=>{const t=Object(o.b)(e);return l(t)?i.MISSING_REQUIRED_FIELDS:u(t)?i.BLOCKED_EMAIL:null},d=n("C4lD");const m=e=>429===(e||{}).status,f=e=>Object.keys(i).includes(e),p=e=>[i.FORM_NEVER_EXISTED,i.MISSING_SCOPE,i.FORM_TYPE_MISMATCH].includes(e),h=e=>e===i.RECAPTCHA_VALIDATION_ERROR;var b=e=>{const t=Object(a.b)(e),n=Object(a.c)(e),r=Object(d.a)(e);return m(n)?i.TOO_MANY_REQUESTS:!r&&h(t)?i.OUT_OF_DATE:p(t)?i.SUBMISSION_NOT_ALLOWED:f(t)?t:null};const g="PORTAL_MIGRATION",v=e=>Object.keys(r).includes(e);var y=e=>{const t=Object(a.d)(e);return v(t)?t:null},O=n("J5g3");const S=e=>{if(!Object(a.f)(e))return null;const t=c(e),n=b(e),r=y(e);return t?{key:t,type:O.a}:n?{key:n,type:O.a}:r?{key:r,type:O.b}:null};t.a=S},TbSW:function(e,t,n){"use strict";e.exports=n("3MMR")},UOIV:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const r=({style:e,context:{style:t}})=>Object.assign({},e,{},t)},"USg/":function(e,t,n){"use strict";var r=n("7y0O"),a=n("7B9M"),i=n("aDMY"),o=n("FLCD");t.a=e=>!Object(o.b)(r.a.getWindow().location.href)&&Object(a.b)(e)&&Object(i.g)(e)},Uv6s:function(e,t,n){"use strict";const r=".hbspt-form-container",a=()=>[...document.querySelectorAll(r)||[]].filter(e=>!!e.getAttribute("data-portalid")&&!!e.getAttribute("data-formid")).map((e,t)=>{const n="hbspt-form-"+t;e.setAttribute("id",n);return{portalId:e.getAttribute("data-portalid"),formId:e.getAttribute("data-formid"),env:e.getAttribute("data-env"),region:e.getAttribute("data-region"),target:n}});t.a=a},VVOf:function(e,t,n){"use strict";function r(e){var t,n,a="";if(e)if("object"==typeof e){if(e.push){for(t=0;tt}return!1}function v(e,t,n,r,a,i,o){this.acceptsBooleans=2===t||3===t||4===t;this.attributeName=r;this.attributeNamespace=a;this.mustUseProperty=n;this.propertyName=e;this.type=t;this.sanitizeURL=i;this.removeEmptyString=o}var y={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){y[e]=new v(e,0,!1,e,null,!1,!1)}));[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];y[t]=new v(t,1,!1,e[1],null,!1,!1)}));["contentEditable","draggable","spellCheck","value"].forEach((function(e){y[e]=new v(e,2,!1,e.toLowerCase(),null,!1,!1)}));["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){y[e]=new v(e,2,!1,e,null,!1,!1)}));"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){y[e]=new v(e,3,!1,e.toLowerCase(),null,!1,!1)}));["checked","multiple","muted","selected"].forEach((function(e){y[e]=new v(e,3,!0,e,null,!1,!1)}));["capture","download"].forEach((function(e){y[e]=new v(e,4,!1,e,null,!1,!1)}));["cols","rows","size","span"].forEach((function(e){y[e]=new v(e,6,!1,e,null,!1,!1)}));["rowSpan","start"].forEach((function(e){y[e]=new v(e,5,!1,e.toLowerCase(),null,!1,!1)}));var O=/[\-:]([a-z])/g;function S(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(O,S);y[t]=new v(t,1,!1,e,null,!1,!1)}));"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(O,S);y[t]=new v(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}));["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(O,S);y[t]=new v(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}));["tabIndex","crossOrigin"].forEach((function(e){y[e]=new v(e,1,!1,e.toLowerCase(),null,!1,!1)}));y.xlinkHref=new v("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach((function(e){y[e]=new v(e,1,!1,e.toLowerCase(),null,!0,!0)}));function k(e,t,n,r){var a=y.hasOwnProperty(t)?y[t]:null;(null!==a?0!==a.type:r||!(2--s||a[o]!==i[s]){var l="\n"+a[o].replace(" at new "," at ");e.displayName&&l.includes("")&&(l=l.replace("",e.displayName));return l}}while(1<=o&&0<=s);break}}}finally{V=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?U(e):""}function q(e){switch(e.tag){case 5:return U(e.type);case 16:return U("Lazy");case 13:return U("Suspense");case 19:return U("SuspenseList");case 0:case 2:case 15:return e=H(e.type,!1);case 11:return e=H(e.type.render,!1);case 1:return e=H(e.type,!0);default:return""}}function W(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case I:return"Fragment";case T:return"Portal";case _:return"Profiler";case w:return"StrictMode";case x:return"Suspense";case A:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case R:return(e.displayName||"Context")+".Consumer";case N:return(e._context.displayName||"Context")+".Provider";case C:var t=e.render;(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef");return e;case D:return null!==(t=e.displayName||null)?t:W(e.type)||"Memo";case L:t=e._payload;e=e._init;try{return W(e(t))}catch(e){}}return null}function G(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return W(t);case 8:return t===w?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t}return null}function K(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function $(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Q(e){var t=$(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,i=n.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e;i.call(this,e)}});Object.defineProperty(e,t,{enumerable:n.enumerable});return{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null;delete e[t]}}}}function Y(e){e._valueTracker||(e._valueTracker=Q(e))}function J(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";e&&(r=$(e)?e.checked?"true":"false":e.value);return(e=r)!==n&&(t.setValue(e),!0)}function Z(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function X(e,t){var n=t.checked;return B({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function ee(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=K(null!=t.value?t.value:n);e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function te(e,t){null!=(t=t.checked)&&k(e,"checked",t,!1)}function ne(e,t){te(e,t);var n=K(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r){e.removeAttribute("value");return}t.hasOwnProperty("value")?ae(e,t.type,n):t.hasOwnProperty("defaultValue")&&ae(e,t.type,K(t.defaultValue));null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function re(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue;n||t===e.value||(e.value=t);e.defaultValue=t}""!==(n=e.name)&&(e.name="");e.defaultChecked=!!e._wrapperState.initialChecked;""!==n&&(e.name=n)}function ae(e,t,n){"number"===t&&Z(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var ie=Array.isArray;function oe(e,t,n,r){e=e.options;if(t){t={};for(var a=0;a"+t.valueOf().toString()+"";for(t=fe.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function he(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType){n.nodeValue=t;return}}e.textContent=t}var be={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ge=["Webkit","ms","Moz","O"];Object.keys(be).forEach((function(e){ge.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1);be[t]=be[e]}))}));function ve(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||be.hasOwnProperty(e)&&be[e]?(""+t).trim():t+"px"}function ye(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),a=ve(n,t[n],r);"float"===n&&(n="cssFloat");r?e.setProperty(n,a):e[n]=a}}var Oe=B({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Se(e,t){if(t){if(Oe[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(i(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(i(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(i(62))}}function ke(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Ee=null;function je(e){(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement);return 3===e.nodeType?e.parentNode:e}var Te=null,Ie=null,we=null;function _e(e){if(e=Na(e)){if("function"!=typeof Te)throw Error(i(280));var t=e.stateNode;t&&(t=Ca(t),Te(e.stateNode,e.type,t))}}function Ne(e){Ie?we?we.push(e):we=[e]:Ie=e}function Re(){if(Ie){var e=Ie,t=we;we=Ie=null;_e(e);if(t)for(e=0;e>>=0)?32:31-(ft(e)/pt|0)|0}var bt=64,gt=4194304;function vt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function yt(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,a=e.suspendedLanes,i=e.pingedLanes,o=268435455&n;if(0!==o){var s=o&~a;0!==s?r=vt(s):0!==(i&=o)&&(r=vt(i))}else 0!==(o=n&~a)?r=vt(o):0!==i&&(r=vt(i));if(0===r)return 0;if(0!==t&&t!==r&&0==(t&a)&&((a=r&-r)>=(i=t&-t)||16===a&&0!=(4194240&i)))return t;0!=(4&r)&&(r|=16&n);if(0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0n;n++)t.push(e);return t}function Tt(e,t,n){e.pendingLanes|=t;536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0);(e=e.eventTimes)[t=31-mt(t)]=n}function It(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t;e.suspendedLanes=0;e.pingedLanes=0;e.expiredLanes&=t;e.mutableReadLanes&=t;e.entangledLanes&=t;t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0=Vn),Wn=String.fromCharCode(32),Gn=!1;function Kn(e,t){switch(e){case"keyup":return-1!==Bn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function $n(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Qn=!1;function Yn(e,t){switch(e){case"compositionend":return $n(t);case"keypress":if(32!==t.which)return null;Gn=!0;return Wn;case"textInput":return(e=t.data)===Wn&&Gn?null:e;default:return null}}function Jn(e,t){if(Qn)return"compositionend"===e||!Un&&Kn(e,t)?(e=dn(),cn=un=ln=null,Qn=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=yr(r)}}function Sr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?Sr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function kr(){for(var e=window,t=Z();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=Z((e=t.contentWindow).document)}return t}function Er(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function jr(e){var t=kr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&Sr(n.ownerDocument.documentElement,n)){if(null!==r&&Er(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var a=n.textContent.length,i=Math.min(r.start,a);r=void 0===r.end?i:Math.min(r.end,a);!e.extend&&i>r&&(a=r,r=i,i=a);a=Or(n,i);var o=Or(n,r);a&&o&&(1!==e.rangeCount||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==o.node||e.focusOffset!==o.offset)&&((t=t.createRange()).setStart(a.node,a.offset),e.removeAllRanges(),i>r?(e.addRange(t),e.extend(o.node,o.offset)):(t.setEnd(o.node,o.offset),e.addRange(t)))}t=[];for(e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});"function"==typeof n.focus&&n.focus();for(n=0;n=document.documentMode,Ir=null,wr=null,_r=null,Nr=!1;function Rr(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;Nr||null==Ir||Ir!==Z(r)||("selectionStart"in(r=Ir)&&Er(r)?r={start:r.selectionStart,end:r.selectionEnd}:r={anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},_r&&vr(_r,r)||(_r=r,0<(r=na(wr,"onSelect")).length&&(t=new On("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=Ir)))}function Cr(e,t){var n={};n[e.toLowerCase()]=t.toLowerCase();n["Webkit"+e]="webkit"+t;n["Moz"+e]="moz"+t;return n}var xr={animationend:Cr("Animation","AnimationEnd"),animationiteration:Cr("Animation","AnimationIteration"),animationstart:Cr("Animation","AnimationStart"),transitionend:Cr("Transition","TransitionEnd")},Ar={},Dr={};c&&(Dr=document.createElement("div").style,"AnimationEvent"in window||(delete xr.animationend.animation,delete xr.animationiteration.animation,delete xr.animationstart.animation),"TransitionEvent"in window||delete xr.transitionend.transition);function Lr(e){if(Ar[e])return Ar[e];if(!xr[e])return e;var t,n=xr[e];for(t in n)if(n.hasOwnProperty(t)&&t in Dr)return Ar[e]=n[t];return e}var Mr=Lr("animationend"),Pr=Lr("animationiteration"),Fr=Lr("animationstart"),zr=Lr("transitionend"),Br=new Map,Ur="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Vr(e,t){Br.set(e,t);l(t,[e])}for(var Hr=0;HrAa||(e.current=xa[Aa],xa[Aa]=null,Aa--)}function Ma(e,t){Aa++;xa[Aa]=e.current;e.current=t}var Pa={},Fa=Da(Pa),za=Da(!1),Ba=Pa;function Ua(e,t){var n=e.type.contextTypes;if(!n)return Pa;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a,i={};for(a in n)i[a]=t[a];r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i);return i}function Va(e){return null!=(e=e.childContextTypes)}function Ha(){La(za);La(Fa)}function qa(e,t,n){if(Fa.current!==Pa)throw Error(i(168));Ma(Fa,t);Ma(za,n)}function Wa(e,t,n){var r=e.stateNode;t=t.childContextTypes;if("function"!=typeof r.getChildContext)return n;r=r.getChildContext();for(var a in r)if(!(a in t))throw Error(i(108,G(e)||"Unknown",a));return B({},n,r)}function Ga(e){e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Pa;Ba=Fa.current;Ma(Fa,e);Ma(za,za.current);return!0}function Ka(e,t,n){var r=e.stateNode;if(!r)throw Error(i(169));n?(e=Wa(e,t,Ba),r.__reactInternalMemoizedMergedChildContext=e,La(za),La(Fa),Ma(Fa,e)):La(za);Ma(za,n)}var $a=null,Qa=!1,Ya=!1;function Ja(e){null===$a?$a=[e]:$a.push(e)}function Za(e){Qa=!0;Ja(e)}function Xa(){if(!Ya&&null!==$a){Ya=!0;var e=0,t=_t;try{var n=$a;for(_t=1;e>=o;a-=o;si=1<<32-mt(t)+a|n<h?(b=d,d=null):b=d.sibling;var g=f(a,d,s[h],l);if(null===g){null===d&&(d=b);break}e&&d&&null===g.alternate&&t(a,d);i=o(g,i,h);null===c?u=g:c.sibling=g;c=g;d=b}if(h===s.length)return n(a,d),hi&&ui(a,h),u;if(null===d){for(;hb?(g=h,h=null):g=h.sibling;var y=f(a,h,v.value,u);if(null===y){null===h&&(h=g);break}e&&h&&null===y.alternate&&t(a,h);s=o(y,s,b);null===d?c=y:d.sibling=y;d=y;h=g}if(v.done)return n(a,h),hi&&ui(a,b),c;if(null===h){for(;!v.done;b++,v=l.next())null!==(v=m(a,v.value,u))&&(s=o(v,s,b),null===d?c=v:d.sibling=v,d=v);hi&&ui(a,b);return c}for(h=r(a,h);!v.done;b++,v=l.next())null!==(v=p(h,a,b,v.value,u))&&(e&&null!==v.alternate&&h.delete(null===v.key?b:v.key),s=o(v,s,b),null===d?c=v:d.sibling=v,d=v);e&&h.forEach((function(e){return t(a,e)}));hi&&ui(a,b);return c}function g(e,r,i,o){"object"==typeof i&&null!==i&&i.type===I&&null===i.key&&(i=i.props.children);if("object"==typeof i&&null!==i){switch(i.$$typeof){case j:e:{for(var l=i.key,u=r;null!==u;){if(u.key===l){if((l=i.type)===I){if(7===u.tag){n(e,u.sibling);(r=a(u,i.props.children)).return=e;e=r;break e}}else if(u.elementType===l||"object"==typeof l&&null!==l&&l.$$typeof===L&&io(l)===u.type){n(e,u.sibling);(r=a(u,i.props)).ref=ro(e,u,i);r.return=e;e=r;break e}n(e,u);break}t(e,u);u=u.sibling}i.type===I?((r=Xu(i.props.children,e.mode,o,i.key)).return=e,e=r):((o=Zu(i.type,i.key,i.props,null,e.mode,o)).ref=ro(e,r,i),o.return=e,e=o)}return s(e);case T:e:{for(u=i.key;null!==r;){if(r.key===u){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling);(r=a(r,i.children||[])).return=e;e=r;break e}n(e,r);break}t(e,r);r=r.sibling}(r=nc(i,e.mode,o)).return=e;e=r}return s(e);case L:return g(e,r,(u=i._init)(i._payload),o)}if(ie(i))return h(e,r,i,o);if(F(i))return b(e,r,i,o);ao(e,i)}return"string"==typeof i&&""!==i||"number"==typeof i?(i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=a(r,i)).return=e,e=r):(n(e,r),(r=tc(i,e.mode,o)).return=e,e=r),s(e)):n(e,r)}return g}var so=oo(!0),lo=oo(!1),uo={},co=Da(uo),mo=Da(uo),fo=Da(uo);function po(e){if(e===uo)throw Error(i(174));return e}function ho(e,t){Ma(fo,t);Ma(mo,e);Ma(co,uo);switch(e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:me(null,"");break;default:t=me(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}La(co);Ma(co,t)}function bo(){La(co);La(mo);La(fo)}function go(e){po(fo.current);var t=po(co.current),n=me(t,e.type);t!==n&&(Ma(mo,e),Ma(co,n))}function vo(e){mo.current===e&&(La(co),La(mo))}var yo=Da(0);function Oo(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t;t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return;t=t.sibling}return null}var So=[];function ko(){for(var e=0;en?n:4;e(!0);var r=jo.transition;jo.transition={};try{e(!1),t()}finally{_t=n,jo.transition=r}}function ds(){return Fo().memoizedState}function ms(e,t,n){var r=bu(e);n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(ps(e))hs(t,n);else if(null!==(n=zi(e,t,n,r))){gu(n,e,r,hu());bs(n,t,r)}}function fs(e,t,n){var r=bu(e),a={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(ps(e))hs(t,a);else{var i=e.alternate;if(0===e.lanes&&(null===i||0===i.lanes)&&null!==(i=t.lastRenderedReducer))try{var o=t.lastRenderedState,s=i(o,n);a.hasEagerState=!0;a.eagerState=s;if(gr(s,o)){var l=t.interleaved;null===l?(a.next=a,Fi(t)):(a.next=l.next,l.next=a);t.interleaved=a;return}}catch(e){}null!==(n=zi(e,t,a,r))&&(gu(n,e,r,a=hu()),bs(n,t,r))}}function ps(e){var t=e.alternate;return e===Io||null!==t&&t===Io}function hs(e,t){Ro=No=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t);e.pending=t}function bs(e,t,n){if(0!=(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes;t.lanes=n;wt(e,n)}}var gs={readContext:Mi,useCallback:Ao,useContext:Ao,useEffect:Ao,useImperativeHandle:Ao,useInsertionEffect:Ao,useLayoutEffect:Ao,useMemo:Ao,useReducer:Ao,useRef:Ao,useState:Ao,useDebugValue:Ao,useDeferredValue:Ao,useTransition:Ao,useMutableSource:Ao,useSyncExternalStore:Ao,useId:Ao,unstable_isNewReconciler:!1},vs={readContext:Mi,useCallback:function(e,t){Po().memoizedState=[e,void 0===t?null:t];return e},useContext:Mi,useEffect:es,useImperativeHandle:function(e,t,n){n=null!=n?n.concat([e]):null;return Zo(4194308,4,as.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Zo(4194308,4,e,t)},useInsertionEffect:function(e,t){return Zo(4,2,e,t)},useMemo:function(e,t){var n=Po();t=void 0===t?null:t;e=e();n.memoizedState=[e,t];return e},useReducer:function(e,t,n){var r=Po();t=void 0!==n?n(t):t;r.memoizedState=r.baseState=t;e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t};r.queue=e;e=e.dispatch=ms.bind(null,Io,e);return[r.memoizedState,e]},useRef:function(e){e={current:e};return Po().memoizedState=e},useState:Qo,useDebugValue:os,useDeferredValue:function(e){return Po().memoizedState=e},useTransition:function(){var e=Qo(!1),t=e[0];e=cs.bind(null,e[1]);Po().memoizedState=e;return[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=Io,a=Po();if(hi){if(void 0===n)throw Error(i(407));n=n()}else{n=t();if(null===ql)throw Error(i(349));0!=(30&To)||qo(r,t,n)}a.memoizedState=n;var o={value:n,getSnapshot:t};a.queue=o;es(Go.bind(null,r,o,e),[e]);r.flags|=2048;Yo(9,Wo.bind(null,r,o,n,t),void 0,null);return n},useId:function(){var e=Po(),t=ql.identifierPrefix;if(hi){var n=li;t=":"+t+"R"+(n=(si&~(1<<32-mt(si)-1)).toString(32)+n);0<(n=Co++)&&(t+="H"+n.toString(32));t+=":"}else t=":"+t+"r"+(n=xo++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},ys={readContext:Mi,useCallback:ss,useContext:Mi,useEffect:ts,useImperativeHandle:is,useInsertionEffect:ns,useLayoutEffect:rs,useMemo:ls,useReducer:Bo,useRef:Jo,useState:function(){return Bo(zo)},useDebugValue:os,useDeferredValue:function(e){return us(Fo(),wo.memoizedState,e)},useTransition:function(){return[Bo(zo)[0],Fo().memoizedState]},useMutableSource:Vo,useSyncExternalStore:Ho,useId:ds,unstable_isNewReconciler:!1},Os={readContext:Mi,useCallback:ss,useContext:Mi,useEffect:ts,useImperativeHandle:is,useInsertionEffect:ns,useLayoutEffect:rs,useMemo:ls,useReducer:Uo,useRef:Jo,useState:function(){return Uo(zo)},useDebugValue:os,useDeferredValue:function(e){var t=Fo();return null===wo?t.memoizedState=e:us(t,wo.memoizedState,e)},useTransition:function(){return[Uo(zo)[0],Fo().memoizedState]},useMutableSource:Vo,useSyncExternalStore:Ho,useId:ds,unstable_isNewReconciler:!1};function Ss(e,t){try{var n="",r=t;do{n+=q(r),r=r.return}while(r);var a=n}catch(e){a="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:a,digest:null}}function ks(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function Es(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var js="function"==typeof WeakMap?WeakMap:Map;function Ts(e,t,n){(n=qi(-1,n)).tag=3;n.payload={element:null};var r=t.value;n.callback=function(){iu||(iu=!0,ou=r);Es(e,t)};return n}function Is(e,t,n){(n=qi(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var a=t.value;n.payload=function(){return r(a)};n.callback=function(){Es(e,t)}}var i=e.stateNode;null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){Es(e,t);"function"!=typeof r&&(null===su?su=new Set([this]):su.add(this));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})});return n}function ws(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new js;var a=new Set;r.set(t,a)}else void 0===(a=r.get(t))&&(a=new Set,r.set(t,a));a.has(n)||(a.add(n),e=Vu.bind(null,e,t,n),t.then(e,e))}function _s(e){do{var t;(t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated);if(t)return e;e=e.return}while(null!==e);return null}function Ns(e,t,n,r,a){if(0==(1&e.mode))return e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=qi(-1,1)).tag=2,Wi(n,t,1))),n.lanes|=1),e;e.flags|=65536;e.lanes=a;return e}var Rs=E.ReactCurrentOwner,Cs=!1;function xs(e,t,n,r){t.child=null===e?lo(t,null,n,r):so(t,e.child,n,r)}function As(e,t,n,r,a){n=n.render;var i=t.ref;Li(t,a);r=Lo(e,t,n,r,i,a);n=Mo();if(null!==e&&!Cs)return t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,rl(e,t,a);hi&&n&&di(t);t.flags|=1;xs(e,t,r,a);return t.child}function Ds(e,t,n,r,a){if(null===e){var i=n.type;if("function"==typeof i&&!Qu(i)&&void 0===i.defaultProps&&null===n.compare&&void 0===n.defaultProps)return t.tag=15,t.type=i,Ls(e,t,i,r,a);(e=Zu(n.type,null,r,t,t.mode,a)).ref=t.ref;e.return=t;return t.child=e}i=e.child;if(0==(e.lanes&a)){var o=i.memoizedProps;if((n=null!==(n=n.compare)?n:vr)(o,r)&&e.ref===t.ref)return rl(e,t,a)}t.flags|=1;(e=Ju(i,r)).ref=t.ref;e.return=t;return t.child=e}function Ls(e,t,n,r,a){if(null!==e){var i=e.memoizedProps;if(vr(i,r)&&e.ref===t.ref){if(Cs=!1,t.pendingProps=r=i,0==(e.lanes&a))return t.lanes=e.lanes,rl(e,t,a);0!=(131072&e.flags)&&(Cs=!0)}}return Fs(e,t,n,r,a)}function Ms(e,t,n){var r=t.pendingProps,a=r.children,i=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ma($l,Kl),Kl|=n;else{if(0==(1073741824&n))return e=null!==i?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ma($l,Kl),Kl|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null};r=null!==i?i.baseLanes:n;Ma($l,Kl);Kl|=r}else null!==i?(r=i.baseLanes|n,t.memoizedState=null):r=n,Ma($l,Kl),Kl|=r;xs(e,t,a,n);return t.child}function Ps(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Fs(e,t,n,r,a){var i=Va(n)?Ba:Fa.current;i=Ua(t,i);Li(t,a);n=Lo(e,t,n,r,i,a);r=Mo();if(null!==e&&!Cs)return t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,rl(e,t,a);hi&&r&&di(t);t.flags|=1;xs(e,t,n,a);return t.child}function zs(e,t,n,r,a){if(Va(n)){var i=!0;Ga(t)}else i=!1;Li(t,a);if(null===t.stateNode)nl(e,t),eo(t,n,r),no(t,n,r,a),r=!0;else if(null===e){var o=t.stateNode,s=t.memoizedProps;o.props=s;var l=o.context,u=n.contextType;"object"==typeof u&&null!==u?u=Mi(u):u=Ua(t,u=Va(n)?Ba:Fa.current);var c=n.getDerivedStateFromProps,d="function"==typeof c||"function"==typeof o.getSnapshotBeforeUpdate;d||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(s!==r||l!==u)&&to(t,o,r,u);Ui=!1;var m=t.memoizedState;o.state=m;$i(t,r,o,a);l=t.memoizedState;s!==r||m!==l||za.current||Ui?("function"==typeof c&&(Ji(t,n,c,r),l=t.memoizedState),(s=Ui||Xi(t,n,s,r,m,l,u))?(d||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||("function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"==typeof o.componentDidMount&&(t.flags|=4194308)):("function"==typeof o.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=l),o.props=r,o.state=l,o.context=u,r=s):("function"==typeof o.componentDidMount&&(t.flags|=4194308),r=!1)}else{o=t.stateNode;Hi(e,t);s=t.memoizedProps;u=t.type===t.elementType?s:wi(t.type,s);o.props=u;d=t.pendingProps;m=o.context;"object"==typeof(l=n.contextType)&&null!==l?l=Mi(l):l=Ua(t,l=Va(n)?Ba:Fa.current);var f=n.getDerivedStateFromProps;(c="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(s!==d||m!==l)&&to(t,o,r,l);Ui=!1;m=t.memoizedState;o.state=m;$i(t,r,o,a);var p=t.memoizedState;s!==d||m!==p||za.current||Ui?("function"==typeof f&&(Ji(t,n,f,r),p=t.memoizedState),(u=Ui||Xi(t,n,u,r,m,p,l)||!1)?(c||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(r,p,l),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,p,l)),"function"==typeof o.componentDidUpdate&&(t.flags|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof o.componentDidUpdate||s===e.memoizedProps&&m===e.memoizedState||(t.flags|=4),"function"!=typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&m===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=p),o.props=r,o.state=p,o.context=l,r=u):("function"!=typeof o.componentDidUpdate||s===e.memoizedProps&&m===e.memoizedState||(t.flags|=4),"function"!=typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&m===e.memoizedState||(t.flags|=1024),r=!1)}return Bs(e,t,n,r,i,a)}function Bs(e,t,n,r,a,i){Ps(e,t);var o=0!=(128&t.flags);if(!r&&!o)return a&&Ka(t,n,!1),rl(e,t,i);r=t.stateNode;Rs.current=t;var s=o&&"function"!=typeof n.getDerivedStateFromError?null:r.render();t.flags|=1;null!==e&&o?(t.child=so(t,e.child,null,i),t.child=so(t,null,s,i)):xs(e,t,s,i);t.memoizedState=r.state;a&&Ka(t,n,!0);return t.child}function Us(e){var t=e.stateNode;t.pendingContext?qa(e,t.pendingContext,t.pendingContext!==t.context):t.context&&qa(e,t.context,!1);ho(e,t.containerInfo)}function Vs(e,t,n,r,a){ji();Ti(a);t.flags|=256;xs(e,t,n,r);return t.child}var Hs,qs,Ws,Gs,Ks={dehydrated:null,treeContext:null,retryLane:0};function $s(e){return{baseLanes:e,cachePool:null,transitions:null}}function Qs(e,t,n){var r,a=t.pendingProps,i=yo.current,o=!1,s=0!=(128&t.flags);(r=s)||(r=(null===e||null!==e.memoizedState)&&0!=(2&i));r?(o=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(i|=1);Ma(yo,1&i);if(null===e){Oi(t);if(null!==(e=t.memoizedState)&&null!==(e=e.dehydrated))return 0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null;s=a.children;e=a.fallback;return o?(a=t.mode,o=t.child,s={mode:"hidden",children:s},0==(1&a)&&null!==o?(o.childLanes=0,o.pendingProps=s):o=ec(s,a,0,null),e=Xu(e,a,n,null),o.return=t,e.return=t,o.sibling=e,t.child=o,t.child.memoizedState=$s(n),t.memoizedState=Ks,e):Ys(t,s)}if(null!==(i=e.memoizedState)&&null!==(r=i.dehydrated))return Zs(e,t,s,a,r,i,n);if(o){o=a.fallback;s=t.mode;r=(i=e.child).sibling;var l={mode:"hidden",children:a.children};0==(1&s)&&t.child!==i?((a=t.child).childLanes=0,a.pendingProps=l,t.deletions=null):(a=Ju(i,l)).subtreeFlags=14680064&i.subtreeFlags;null!==r?o=Ju(r,o):(o=Xu(o,s,n,null)).flags|=2;o.return=t;a.return=t;a.sibling=o;t.child=a;a=o;o=t.child;s=null===(s=e.child.memoizedState)?$s(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions};o.memoizedState=s;o.childLanes=e.childLanes&~n;t.memoizedState=Ks;return a}e=(o=e.child).sibling;a=Ju(o,{mode:"visible",children:a.children});0==(1&t.mode)&&(a.lanes=n);a.return=t;a.sibling=null;null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e));t.child=a;t.memoizedState=null;return a}function Ys(e,t){(t=ec({mode:"visible",children:t},e.mode,0,null)).return=e;return e.child=t}function Js(e,t,n,r){null!==r&&Ti(r);so(t,e.child,null,n);(e=Ys(t,t.pendingProps.children)).flags|=2;t.memoizedState=null;return e}function Zs(e,t,n,r,a,o,s){if(n){if(256&t.flags)return t.flags&=-257,Js(e,t,s,r=ks(Error(i(422))));if(null!==t.memoizedState)return t.child=e.child,t.flags|=128,null;o=r.fallback;a=t.mode;r=ec({mode:"visible",children:r.children},a,0,null);(o=Xu(o,a,s,null)).flags|=2;r.return=t;o.return=t;r.sibling=o;t.child=r;0!=(1&t.mode)&&so(t,e.child,null,s);t.child.memoizedState=$s(s);t.memoizedState=Ks;return o}if(0==(1&t.mode))return Js(e,t,s,null);if("$!"===a.data){if(r=a.nextSibling&&a.nextSibling.dataset)var l=r.dgst;r=l;return Js(e,t,s,r=ks(o=Error(i(419)),r,void 0))}l=0!=(s&e.childLanes);if(Cs||l){if(null!==(r=ql)){switch(s&-s){case 4:a=2;break;case 16:a=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:a=32;break;case 536870912:a=268435456;break;default:a=0}0!==(a=0!=(a&(r.suspendedLanes|s))?0:a)&&a!==o.retryLane&&(o.retryLane=a,Bi(e,a),gu(r,e,a,-1))}Cu();return Js(e,t,s,r=ks(Error(i(421))))}if("$?"===a.data)return t.flags|=128,t.child=e.child,t=qu.bind(null,e),a._reactRetry=t,null;e=o.treeContext;pi=ya(a.nextSibling);fi=t;hi=!0;bi=null;null!==e&&(ai[ii++]=si,ai[ii++]=li,ai[ii++]=oi,si=e.id,li=e.overflow,oi=t);(t=Ys(t,r.children)).flags|=4096;return t}function Xs(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t);Di(e.return,t,n)}function el(e,t,n,r,a){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:a}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=a)}function tl(e,t,n){var r=t.pendingProps,a=r.revealOrder,i=r.tail;xs(e,t,r.children,n);if(0!=(2&(r=yo.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Xs(e,n,t);else if(19===e.tag)Xs(e,n,t);else if(null!==e.child){e.child.return=e;e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return;e=e.sibling}r&=1}Ma(yo,r);if(0==(1&t.mode))t.memoizedState=null;else switch(a){case"forwards":n=t.child;for(a=null;null!==n;)null!==(e=n.alternate)&&null===Oo(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null);el(t,!1,a,n,i);break;case"backwards":n=null;a=t.child;for(t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===Oo(e)){t.child=a;break}e=a.sibling;a.sibling=n;n=a;a=e}el(t,!0,n,null,i);break;case"together":el(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function nl(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function rl(e,t,n){null!==e&&(t.dependencies=e.dependencies);Jl|=t.lanes;if(0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(i(153));if(null!==t.child){n=Ju(e=t.child,e.pendingProps);t.child=n;for(n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Ju(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function al(e,t,n){switch(t.tag){case 3:Us(t);ji();break;case 5:go(t);break;case 1:Va(t.type)&&Ga(t);break;case 4:ho(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,a=t.memoizedProps.value;Ma(_i,r._currentValue);r._currentValue=a;break;case 13:if(null!==(r=t.memoizedState)){if(null!==r.dehydrated)return Ma(yo,1&yo.current),t.flags|=128,null;if(0!=(n&t.child.childLanes))return Qs(e,t,n);Ma(yo,1&yo.current);return null!==(e=rl(e,t,n))?e.sibling:null}Ma(yo,1&yo.current);break;case 19:r=0!=(n&t.childLanes);if(0!=(128&e.flags)){if(r)return tl(e,t,n);t.flags|=128}null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null,a.lastEffect=null);Ma(yo,yo.current);if(r)break;return null;case 22:case 23:return t.lanes=0,Ms(e,t,n)}return rl(e,t,n)}Hs=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n;n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return;n=n.sibling}};qs=function(){};Ws=function(e,t,n,r){var a=e.memoizedProps;if(a!==r){e=t.stateNode;po(co.current);var i,o=null;switch(n){case"input":a=X(e,a);r=X(e,r);o=[];break;case"select":a=B({},a,{value:void 0});r=B({},r,{value:void 0});o=[];break;case"textarea":a=se(e,a);r=se(e,r);o=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(e.onclick=ua)}Se(n,r);n=null;for(c in a)if(!r.hasOwnProperty(c)&&a.hasOwnProperty(c)&&null!=a[c])if("style"===c){var l=a[c];for(i in l)l.hasOwnProperty(i)&&(n||(n={}),n[i]="")}else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(s.hasOwnProperty(c)?o||(o=[]):(o=o||[]).push(c,null));for(c in r){var u=r[c];l=null!=a?a[c]:void 0;if(r.hasOwnProperty(c)&&u!==l&&(null!=u||null!=l))if("style"===c)if(l){for(i in l)!l.hasOwnProperty(i)||u&&u.hasOwnProperty(i)||(n||(n={}),n[i]="");for(i in u)u.hasOwnProperty(i)&&l[i]!==u[i]&&(n||(n={}),n[i]=u[i])}else n||(o||(o=[]),o.push(c,n)),n=u;else"dangerouslySetInnerHTML"===c?(u=u?u.__html:void 0,l=l?l.__html:void 0,null!=u&&l!==u&&(o=o||[]).push(c,u)):"children"===c?"string"!=typeof u&&"number"!=typeof u||(o=o||[]).push(c,""+u):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(s.hasOwnProperty(c)?(null!=u&&"onScroll"===c&&Qr("scroll",e),o||l===u||(o=[])):(o=o||[]).push(c,u))}n&&(o=o||[]).push("style",n);var c=o;(t.updateQueue=c)&&(t.flags|=4)}};Gs=function(e,t,n,r){n!==r&&(t.flags|=4)};function il(e,t){if(!hi)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function ol(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=14680064&a.subtreeFlags,r|=14680064&a.flags,a.return=e,a=a.sibling;else for(a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=a.subtreeFlags,r|=a.flags,a.return=e,a=a.sibling;e.subtreeFlags|=r;e.childLanes=n;return t}function sl(e,t,n){var r=t.pendingProps;mi(t);switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return ol(t),null;case 1:return Va(t.type)&&Ha(),ol(t),null;case 3:r=t.stateNode;bo();La(za);La(Fa);ko();r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null);null!==e&&null!==e.child||(ki(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==bi&&(Su(bi),bi=null)));qs(e,t);ol(t);return null;case 5:vo(t);var a=po(fo.current);n=t.type;if(null!==e&&null!=t.stateNode)Ws(e,t,n,r,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(i(166));ol(t);return null}e=po(co.current);if(ki(t)){r=t.stateNode;n=t.type;var o=t.memoizedProps;r[ka]=t;r[Ea]=o;e=0!=(1&t.mode);switch(n){case"dialog":Qr("cancel",r);Qr("close",r);break;case"iframe":case"object":case"embed":Qr("load",r);break;case"video":case"audio":for(a=0;a<\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=l.createElement(n,{is:r.is}):(e=l.createElement(n),"select"===n&&(l=e,r.multiple?l.multiple=!0:r.size&&(l.size=r.size))):e=l.createElementNS(e,n);e[ka]=t;e[Ea]=r;Hs(e,t,!1,!1);t.stateNode=e;e:{l=ke(n,r);switch(n){case"dialog":Qr("cancel",e);Qr("close",e);a=r;break;case"iframe":case"object":case"embed":Qr("load",e);a=r;break;case"video":case"audio":for(a=0;aru&&(t.flags|=128,r=!0,il(o,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=Oo(l))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),il(o,!0),null===o.tail&&"hidden"===o.tailMode&&!l.alternate&&!hi)return ol(t),null}else 2*nt()-o.renderingStartTime>ru&&1073741824!==n&&(t.flags|=128,r=!0,il(o,!1),t.lanes=4194304);o.isBackwards?(l.sibling=t.child,t.child=l):(null!==(n=o.last)?n.sibling=l:t.child=l,o.last=l)}if(null!==o.tail)return t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=nt(),t.sibling=null,n=yo.current,Ma(yo,r?1&n|2:1&n),t;ol(t);return null;case 22:case 23:return wu(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!=(1&t.mode)?0!=(1073741824&Kl)&&(ol(t),6&t.subtreeFlags&&(t.flags|=8192)):ol(t),null;case 24:case 25:return null}throw Error(i(156,t.tag))}function ll(e,t){mi(t);switch(t.tag){case 1:return Va(t.type)&&Ha(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return bo(),La(za),La(Fa),ko(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return vo(t),null;case 13:La(yo);if(null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));ji()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return La(yo),null;case 4:return bo(),null;case 10:return Ai(t.type._context),null;case 22:case 23:return wu(),null;case 24:default:return null}}var ul=!1,cl=!1,dl="function"==typeof WeakSet?WeakSet:Set,ml=null;function fl(e,t){var n=e.ref;if(null!==n)if("function"==typeof n)try{n(null)}catch(n){Uu(e,t,n)}else n.current=null}function pl(e,t,n){try{n()}catch(n){Uu(e,t,n)}}var hl=!1;function bl(e,t){ca=en;if(Er(e=kr())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var r=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(r&&0!==r.rangeCount){n=r.anchorNode;var a=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch(e){n=null;break e}var s=0,l=-1,u=-1,c=0,d=0,m=e,f=null;t:for(;;){for(var p;;){m!==n||0!==a&&3!==m.nodeType||(l=s+a);m!==o||0!==r&&3!==m.nodeType||(u=s+r);3===m.nodeType&&(s+=m.nodeValue.length);if(null===(p=m.firstChild))break;f=m;m=p}for(;;){if(m===e)break t;f===n&&++c===a&&(l=s);f===o&&++d===r&&(u=s);if(null!==(p=m.nextSibling))break;f=(m=f).parentNode}m=p}n=-1===l||-1===u?null:{start:l,end:u}}else n=null}n=n||{start:0,end:0}}else n=null;da={focusedElem:e,selectionRange:n};en=!1;for(ml=t;null!==ml;)if(e=(t=ml).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,ml=e;else for(;null!==ml;){t=ml;try{var h=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:break;case 1:if(null!==h){var b=h.memoizedProps,g=h.memoizedState,v=t.stateNode,y=v.getSnapshotBeforeUpdate(t.elementType===t.type?b:wi(t.type,b),g);v.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var O=t.stateNode.containerInfo;1===O.nodeType?O.textContent="":9===O.nodeType&&O.documentElement&&O.removeChild(O.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(i(163))}}catch(e){Uu(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return;ml=e;break}ml=t.return}h=hl;hl=!1;return h}function gl(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var a=r=r.next;do{if((a.tag&e)===e){var i=a.destroy;a.destroy=void 0;void 0!==i&&pl(t,n,i)}a=a.next}while(a!==r)}}function vl(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function yl(e){var t=e.ref;if(null!==t){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}"function"==typeof t?t(e):t.current=e}}function Ol(e){var t=e.alternate;null!==t&&(e.alternate=null,Ol(t));e.child=null;e.deletions=null;e.sibling=null;5===e.tag&&(null!==(t=e.stateNode)&&(delete t[ka],delete t[Ea],delete t[Ta],delete t[Ia],delete t[wa]));e.stateNode=null;e.return=null;e.dependencies=null;e.memoizedProps=null;e.memoizedState=null;e.pendingProps=null;e.stateNode=null;e.updateQueue=null}function Sl(e){return 5===e.tag||3===e.tag||4===e.tag}function kl(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||Sl(e.return))return null;e=e.return}e.sibling.return=e.return;for(e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function El(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=ua));else if(4!==r&&null!==(e=e.child))for(El(e,t,n),e=e.sibling;null!==e;)El(e,t,n),e=e.sibling}function jl(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(jl(e,t,n),e=e.sibling;null!==e;)jl(e,t,n),e=e.sibling}var Tl=null,Il=!1;function wl(e,t,n){for(n=n.child;null!==n;)_l(e,t,n),n=n.sibling}function _l(e,t,n){if(ct&&"function"==typeof ct.onCommitFiberUnmount)try{ct.onCommitFiberUnmount(ut,n)}catch(e){}switch(n.tag){case 5:cl||fl(n,t);case 6:var r=Tl,a=Il;Tl=null;wl(e,t,n);Il=a;null!==(Tl=r)&&(Il?(e=Tl,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):Tl.removeChild(n.stateNode));break;case 18:null!==Tl&&(Il?(e=Tl,n=n.stateNode,8===e.nodeType?va(e.parentNode,n):1===e.nodeType&&va(e,n),Zt(e)):va(Tl,n.stateNode));break;case 4:r=Tl;a=Il;Tl=n.stateNode.containerInfo;Il=!0;wl(e,t,n);Tl=r;Il=a;break;case 0:case 11:case 14:case 15:if(!cl&&(null!==(r=n.updateQueue)&&null!==(r=r.lastEffect))){a=r=r.next;do{var i=a,o=i.destroy;i=i.tag;void 0!==o&&(0!=(2&i)||0!=(4&i))&&pl(n,t,o);a=a.next}while(a!==r)}wl(e,t,n);break;case 1:if(!cl&&(fl(n,t),"function"==typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(e){Uu(n,t,e)}wl(e,t,n);break;case 21:wl(e,t,n);break;case 22:1&n.mode?(cl=(r=cl)||null!==n.memoizedState,wl(e,t,n),cl=r):wl(e,t,n);break;default:wl(e,t,n)}}function Nl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new dl);t.forEach((function(t){var r=Wu.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}function Rl(e,t){var n=t.deletions;if(null!==n)for(var r=0;ra&&(a=s);r&=~o}r=a;if(10<(r=(120>(r=nt()-r)?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*zl(r/1960))-r)){e.timeoutHandle=fa(Pu.bind(null,e,tu,au),r);break}Pu(e,tu,au);break;case 5:Pu(e,tu,au);break;default:throw Error(i(329))}}}vu(e,nt());return e.callbackNode===n?yu.bind(null,e):null}function Ou(e,t){var n=eu;e.current.memoizedState.isDehydrated&&(_u(e,t).flags|=256);2!==(e=xu(e,t))&&(t=tu,tu=n,null!==t&&Su(t));return e}function Su(e){null===tu?tu=e:tu.push.apply(tu,e)}function ku(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;re?16:e;if(null===uu)var r=!1;else{e=uu;uu=null;cu=0;if(0!=(6&Hl))throw Error(i(331));var a=Hl;Hl|=4;for(ml=e.current;null!==ml;){var o=ml,s=o.child;if(0!=(16&ml.flags)){var l=o.deletions;if(null!==l){for(var u=0;unt()-nu?_u(e,0):Xl|=n);vu(e,t)}function Hu(e,t){0===t&&(0==(1&e.mode)?t=1:(t=gt,0==(130023424&(gt<<=1))&&(gt=4194304)));var n=hu();null!==(e=Bi(e,t))&&(Tt(e,t,n),vu(e,n))}function qu(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane);Hu(e,n)}function Wu(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,a=e.memoizedState;null!==a&&(n=a.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(i(314))}null!==r&&r.delete(t);Hu(e,n)}Fl=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||za.current)Cs=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return Cs=!1,al(e,t,n);Cs=0!=(131072&e.flags)}else Cs=!1,hi&&0!=(1048576&t.flags)&&ci(t,ri,t.index);t.lanes=0;switch(t.tag){case 2:var r=t.type;nl(e,t);e=t.pendingProps;var a=Ua(t,Fa.current);Li(t,n);a=Lo(null,t,r,e,a,n);var o=Mo();t.flags|=1;"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Va(r)?(o=!0,Ga(t)):o=!1,t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,Vi(t),a.updater=Zi,t.stateNode=a,a._reactInternals=t,no(t,r,e,n),t=Bs(null,t,r,!0,o,n)):(t.tag=0,hi&&o&&di(t),xs(null,t,a,n),t=t.child);return t;case 16:r=t.elementType;e:{nl(e,t);e=t.pendingProps;r=(a=r._init)(r._payload);t.type=r;a=t.tag=Yu(r);e=wi(r,e);switch(a){case 0:t=Fs(null,t,r,e,n);break e;case 1:t=zs(null,t,r,e,n);break e;case 11:t=As(null,t,r,e,n);break e;case 14:t=Ds(null,t,r,wi(r.type,e),n);break e}throw Error(i(306,r,""))}return t;case 0:return r=t.type,a=t.pendingProps,Fs(e,t,r,a=t.elementType===r?a:wi(r,a),n);case 1:return r=t.type,a=t.pendingProps,zs(e,t,r,a=t.elementType===r?a:wi(r,a),n);case 3:e:{Us(t);if(null===e)throw Error(i(387));r=t.pendingProps;a=(o=t.memoizedState).element;Hi(e,t);$i(t,r,null,n);var s=t.memoizedState;r=s.element;if(o.isDehydrated){if(o={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=o,t.memoizedState=o,256&t.flags){t=Vs(e,t,r,n,a=Ss(Error(i(423)),t));break e}if(r!==a){t=Vs(e,t,r,n,a=Ss(Error(i(424)),t));break e}for(pi=ya(t.stateNode.containerInfo.firstChild),fi=t,hi=!0,bi=null,n=lo(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{ji();if(r===a){t=rl(e,t,n);break e}xs(e,t,r,n)}t=t.child}return t;case 5:return go(t),null===e&&Oi(t),r=t.type,a=t.pendingProps,o=null!==e?e.memoizedProps:null,s=a.children,ma(r,a)?s=null:null!==o&&ma(r,o)&&(t.flags|=32),Ps(e,t),xs(e,t,s,n),t.child;case 6:return null===e&&Oi(t),null;case 13:return Qs(e,t,n);case 4:return ho(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=so(t,null,r,n):xs(e,t,r,n),t.child;case 11:return r=t.type,a=t.pendingProps,As(e,t,r,a=t.elementType===r?a:wi(r,a),n);case 7:return xs(e,t,t.pendingProps,n),t.child;case 8:case 12:return xs(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context;a=t.pendingProps;o=t.memoizedProps;s=a.value;Ma(_i,r._currentValue);r._currentValue=s;if(null!==o)if(gr(o.value,s)){if(o.children===a.children&&!za.current){t=rl(e,t,n);break e}}else for(null!==(o=t.child)&&(o.return=t);null!==o;){var l=o.dependencies;if(null!==l){s=o.child;for(var u=l.firstContext;null!==u;){if(u.context===r){if(1===o.tag){(u=qi(-1,n&-n)).tag=2;var c=o.updateQueue;if(null!==c){var d=(c=c.shared).pending;null===d?u.next=u:(u.next=d.next,d.next=u);c.pending=u}}o.lanes|=n;null!==(u=o.alternate)&&(u.lanes|=n);Di(o.return,n,t);l.lanes|=n;break}u=u.next}}else if(10===o.tag)s=o.type===t.type?null:o.child;else if(18===o.tag){if(null===(s=o.return))throw Error(i(341));s.lanes|=n;null!==(l=s.alternate)&&(l.lanes|=n);Di(s,n,t);s=o.sibling}else s=o.child;if(null!==s)s.return=o;else for(s=o;null!==s;){if(s===t){s=null;break}if(null!==(o=s.sibling)){o.return=s.return;s=o;break}s=s.return}o=s}xs(e,t,a.children,n);t=t.child}return t;case 9:return a=t.type,r=t.pendingProps.children,Li(t,n),r=r(a=Mi(a)),t.flags|=1,xs(e,t,r,n),t.child;case 14:return a=wi(r=t.type,t.pendingProps),Ds(e,t,r,a=wi(r.type,a),n);case 15:return Ls(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:wi(r,a),nl(e,t),t.tag=1,Va(r)?(e=!0,Ga(t)):e=!1,Li(t,n),eo(t,r,a),no(t,r,a,n),Bs(null,t,r,!0,e,n);case 19:return tl(e,t,n);case 22:return Ms(e,t,n)}throw Error(i(156,t.tag))};function Gu(e,t){return Ze(e,t)}function Ku(e,t,n,r){this.tag=e;this.key=n;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=t;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=r;this.subtreeFlags=this.flags=0;this.deletions=null;this.childLanes=this.lanes=0;this.alternate=null}function $u(e,t,n,r){return new Ku(e,t,n,r)}function Qu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Yu(e){if("function"==typeof e)return Qu(e)?1:0;if(null!=e){if((e=e.$$typeof)===C)return 11;if(e===D)return 14}return 2}function Ju(e,t){var n=e.alternate;null===n?((n=$u(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null);n.flags=14680064&e.flags;n.childLanes=e.childLanes;n.lanes=e.lanes;n.child=e.child;n.memoizedProps=e.memoizedProps;n.memoizedState=e.memoizedState;n.updateQueue=e.updateQueue;t=e.dependencies;n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext};n.sibling=e.sibling;n.index=e.index;n.ref=e.ref;return n}function Zu(e,t,n,r,a,o){var s=2;r=e;if("function"==typeof e)Qu(e)&&(s=1);else if("string"==typeof e)s=5;else e:switch(e){case I:return Xu(n.children,a,o,t);case w:s=8;a|=8;break;case _:return(e=$u(12,n,t,2|a)).elementType=_,e.lanes=o,e;case x:return(e=$u(13,n,t,a)).elementType=x,e.lanes=o,e;case A:return(e=$u(19,n,t,a)).elementType=A,e.lanes=o,e;case M:return ec(n,a,o,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case N:s=10;break e;case R:s=9;break e;case C:s=11;break e;case D:s=14;break e;case L:s=16;r=null;break e}throw Error(i(130,null==e?e:typeof e,""))}(t=$u(s,n,t,a)).elementType=e;t.type=r;t.lanes=o;return t}function Xu(e,t,n,r){(e=$u(7,e,r,t)).lanes=n;return e}function ec(e,t,n,r){(e=$u(22,e,r,t)).elementType=M;e.lanes=n;e.stateNode={isHidden:!1};return e}function tc(e,t,n){(e=$u(6,e,null,t)).lanes=n;return e}function nc(e,t,n){(t=$u(4,null!==e.children?e.children:[],e.key,t)).lanes=n;t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation};return t}function rc(e,t,n,r,a){this.tag=t;this.containerInfo=e;this.finishedWork=this.pingCache=this.current=this.pendingChildren=null;this.timeoutHandle=-1;this.callbackNode=this.pendingContext=this.context=null;this.callbackPriority=0;this.eventTimes=jt(0);this.expirationTimes=jt(-1);this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0;this.entanglements=jt(0);this.identifierPrefix=r;this.onRecoverableError=a;this.mutableSourceEagerHydrationData=null}function ac(e,t,n,r,a,i,o,s,l){e=new rc(e,t,n,s,l);1===t?(t=1,!0===i&&(t|=8)):t=0;i=$u(3,null,null,t);e.current=i;i.stateNode=e;i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null};Vi(i);return e}function ic(e,t,n){var r=3{try{return e&&document.querySelector(e)}catch(e){return null}},i=e=>{const t=a(e);if(!t){console.warn(`Couldn't find target container ${e.target} for HubSpot Form ${e.formId}. Not rendering form onto the page`);return null}try{Object(r.unmountComponentAtNode)(t)}catch(t){console.warn(`Target ${e.target} previously contained a form that was removed. This is not supported and will cause errors.`)}t.setAttribute("data-hs-forms-root","true");return t};t.a=i},WPai:function(e,t,n){"use strict";var r=n("Cche"),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[r.ForwardRef]=o;l[r.Memo]=s;function u(e){return r.isMemo(e)?s:l[e.$$typeof]||a}var c=Object.defineProperty,d=Object.getOwnPropertyNames,m=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;function b(e,t,n){if("string"!=typeof t){if(h){var r=p(t);r&&r!==h&&b(e,r,n)}var a=d(t);m&&(a=a.concat(m(t)));for(var o=u(e),s=u(t),l=0;l(e||"").replace(/([a-z])([A-Z])/,"$1-$2").replace("_",a).toLowerCase(),o=e=>r.b[e],s=e=>r.b[e.split("-")[0]],l=e=>{const t=i(e);return o(t)||s(t)||null};t.a=l},XG4J:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));function r(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r=0||(a[n]=e[n])}return a}},XKAh:function(e,t,n){"use strict";n.d(t,"d",(function(){return u}));n.d(t,"b",(function(){return c}));n.d(t,"a",(function(){return d}));n.d(t,"c",(function(){return m}));n.d(t,"e",(function(){return f}));n.d(t,"f",(function(){return p}));var r=n("5dqS"),a=n("cyWB"),i=n("2+ks");const o=({context:e={}})=>e,s=e=>"qa"===o(e).env,l=e=>o(e).region||"",u=e=>`https://${`${a.d}${Object(r.a)(l(e))}`}.${s(e)?a.g.qa:a.g.prod}`,c=e=>u(e)+"/emailcheck/v1/json-ext",d=e=>u(e)+"/emailcheck/v1/form-resubscribe",m=e=>u(e)+"/submissions/v3/public/submit/formsnext/multipart",f=()=>`https://${a.f}/css2`,p=e=>`https://${"CN"===Object(i.a)(e)?a.l:a.e}/recaptcha`},"XU/c":function(e,t,n){"use strict";const r=(e,t=(()=>{}))=>{"interactive"===e.document.readyState||"complete"===e.document.readyState?t():e.document.addEventListener("DOMContentLoaded",t)};t.a=r},Zl7b:function(e,t,n){"use strict";const r=/\{\{|\}\}/g,a=(e,t)=>(e||"").split(r).map((e,n)=>Boolean(n%2)?t[e.trim()]||"":e);t.a=a},a52W:function(e,t,n){"use strict";n.d(t,"c",(function(){return d}));n.d(t,"d",(function(){return m}));n.d(t,"f",(function(){return f}));n.d(t,"e",(function(){return p}));n.d(t,"b",(function(){return h}));n.d(t,"a",(function(){return b}));var r=n("7y0O"),a=n("zU1e"),i=n("f5Bg"),o=n("G3IP"),s=n("C4lD");const l=e=>({type:o.s,payload:e}),u=e=>({type:o.I,payload:e}),c=e=>({type:o.H,payload:e}),d=()=>e=>{e(l(a.e))},m=e=>t=>{t(l(a.b));t(u(e))},f=()=>(e,t)=>{const n=t();if(Object(i.a)(r.a.getWindow())){e(c(""));Object(i.a)(r.a.getWindow()).reset(Object(s.d)(n));e(l(a.b))}},p=()=>(e,t)=>{const n=t();if(Object(i.a)(r.a.getWindow())){Object(i.a)(r.a.getWindow()).execute(Object(s.d)(n));e(l(a.a))}},h=e=>t=>{t(c(e));t(l(a.f))},b=()=>e=>{e(l(a.c))}},"aBf+":function(e,t,n){"use strict";var r=n("J9Cp"),a=n("7y0O");const i=(e,t)=>{a.a.getWindow()._hsq=a.a.getWindow()._hsq||[];a.a.getWindow()._hsq.push([e,...t])};var o=n("6aOV");const s="trackFormVisible",l="trackFormView",u="trackFormInteraction",c=()=>(e,t)=>{const{form:{guid:n,formTypeNumber:r}={}}=t();i(s,[n,Object(o.a)(t()),{formType:r}])},d=()=>(e,t)=>{const{form:{guid:n,formTypeNumber:r}={}}=t();i(l,[n,Object(o.a)(t()),{formType:r}])},m=()=>(e,t)=>{const{form:{guid:n,formTypeNumber:r}={}}=t();i(u,[n,Object(o.a)(t()),{formType:r}])};var f=n("sBkf"),p=n("n/GY"),h=n("rogK");var b=e=>t=>t(Object(h.a)()).then(()=>{HTMLFormElement.prototype.submit.call(e.current)}).catch(()=>{}),g=n("ijHp"),v=n("Faz6"),y=n("bird"),O=n("GjuR"),S=n("XKAh");const k=(e,t)=>e&&e.contentWindow===t.source,E=(e,{origin:t})=>t===Object(S.d)(e),j=({data:{accepted:e,formGuid:t}={}})=>!Object(g.l)(e)&&!Object(g.l)(t),T=(e,{data:{formGuid:t="",formInstanceId:n=""}={}})=>t===Object(O.k)(e)&&(!Object(O.l)(e)||n===Object(O.l)(e));var I=(e,t)=>(n,r)=>{k(e,t)&&E(r(),t)&&j(t)&&T(r(),t)&&(t.data.accepted?n(Object(v.a)({data:t.data})):n(Object(y.a)({response:{},data:t.data})))},w=n("C4lD"),_=n("B/LR"),N=n("dTTr");var R=e=>_.d.includes(Object(N.a)(e)),C=n("d1d4"),x=n("vB5j");var A=e=>{const t=Object(O.o)(e),n=Object(x.a)(e);return Object(C.e)(e).filter(({isPageBreak:e,pageNumber:r})=>!!t||!e&&r===n).filter(({fieldIds:e,richText:{content:t}={}})=>t&&t.length>0||e.length>0)};const D={ptBR:"pt",esES:"es",esMx:"es",noNO:"no",jaJP:"ja",zhCN:"zh-Hans",zhHk:"zh-Hant","de-de":"de","en-us":"en","en-ca":"en","en-gb":"en","en-ie":"en","en-in":"en","en-au":"en","es-ar":"es","es-mx":"es","en-nz":"en","fr-fr":"fr","fr-ca":"fr","it-it":"it","no-no":"no","nb-no":"nb","nl-nl":"nl","pl-pl":"pl","pt-br":"pt","zh-cn":"zh-Hans","zh-hk":"zh-Hant","zh-Hans":"zh-Hans","zh-Hant":"zh-Hant",en:"en",es:"es",de:"de",ja:"ja",fr:"fr",pt:"pt",nl:"nl",cs:"cs",da:"da",el:"el",fi:"fi",hr:"hr",id:"id",it:"it",ko:"ko",pl:"pl",ro:"ro",ru:"ru",sv:"sv",th:"th",vi:"vi"};var L=e=>D[e]||_.a,M=n("7B9M"),P=n("aDMY"),F=e=>Object(P.a)(e)&&Object(P.c)(e),z=n("TFZF"),B=n("6WNA"),U=n("Fd+w");var V=e=>!!Object(U.a)(Object(B.a)(e)),H=n("UOIV"),q=n("USg/"),W=n("6QzN");var G=e=>{const t=Object(O.d)(e),n=Object(O.j)(e),r=Object(P.b)(e);return Object(W.a)(t)&&t||n&&n.cssClass||r||""},K=n("oLWj"),$=n("9ylF");const Q=e=>({groups:A(e),captchaEnabled:Object(w.a)(e),instanceId:Object(o.a)(e),portalId:Object(O.y)(e),guid:e.form.guid,themeName:Object(P.j)(e),language:L(e.form.lang),isFree:!Object(M.a)(e),isLastPageOrNotPaginated:Object(x.f)(e),isLastPageAndPaginted:Object(x.e)(e),isRtl:R(e),isCMSModuleEmbed:Object(O.p)(e),isVideoForm:Object(P.e)(e),shouldShowResetLink:F(e),hasGlobalMessage:!!Object(z.a)(e),hasLegalConsent:V(e),hasFieldErrors:!!Object(x.b)(e),showPaginationProgress:Object(x.i)(e)&&!Object(O.o)(e),formIdWithFormInstanceId:Object($.a)(e),formIdWithUUID:Object(K.a)(e),style:Object(H.a)(e),cssClass:G(e),isRawHtmlForm:Object(q.a)(e),formSubmissionUrl:Object(S.c)(e),isEnterSubmitDisabled:Object(O.q)(e)}),Y={onReadyToView:n("xT0X").a,onAnalyticEvent:f.c,onBeforeValidationInitCallback:f.f,trackFormVisible:c,trackFormView:d,trackFormInteraction:m,onReadyCallback:f.n,onFormReadyCallback:f.k,submitWithDOM:b,submitWithJSON:p.a,handleSubmissionResponsePostMessage:I};t.a=Object(r.b)(Q,Y)},aDMY:function(e,t,n){"use strict";n.d(t,"f",(function(){return i}));n.d(t,"d",(function(){return o}));n.d(t,"g",(function(){return s}));n.d(t,"a",(function(){return l}));n.d(t,"c",(function(){return u}));n.d(t,"i",(function(){return c}));n.d(t,"j",(function(){return d}));n.d(t,"h",(function(){return m}));n.d(t,"b",(function(){return f}));n.d(t,"e",(function(){return p}));const r=9,a=({form:e={}})=>e,i=e=>a(e).lang,o=e=>a(e).guid,s=e=>a(e).renderRawHtml,l=e=>a(e).allowCookieReset,u=e=>a(e).hasKnownProperties,c=e=>a(e).thankYouMessage,d=e=>a(e).themeName,m=e=>a(e).submitText,f=e=>a(e).cssClass,p=e=>a(e).formTypeNumber===r},ai8m:function(e,t,n){"use strict";n.d(t,"h",(function(){return r}));n.d(t,"g",(function(){return a}));n.d(t,"f",(function(){return i}));n.d(t,"b",(function(){return o}));n.d(t,"c",(function(){return s}));n.d(t,"e",(function(){return l}));n.d(t,"i",(function(){return u}));n.d(t,"a",(function(){return c}));n.d(t,"d",(function(){return d}));const r=({submission:{submitted:e}={}})=>e,a=({submission:{requested:e}={}})=>e,i=({submission:{attempted:e}={}})=>e,o=({submission:{submissionError:{data:{formSubmissionError:e=null}={}}={}}={}})=>e,s=({submission:{submissionError:{response:e}}={}})=>e,l=({submission:{response:e}={}})=>e&&e.inlineMessage,u=({submission:{response:e}={}})=>e&&e.redirectUrl,c=({submission:{response:{automaticLinker:e}={}}})=>e,d=({submission:{response:{formSubmissionWarning:e}={}}})=>e},bR6L:function(e,t,n){"use strict";var r=n("XG4J"),a=n("ijHp"),i=n("0d07");const o=e=>e.toString().trim(),s=e=>!Object(a.l)(e)&&!Object(a.h)(e),l=e=>void 0!==e&&Object(a.c)(Object(i.a)(e)),u=e=>Object(a.k)(e)||Object(a.i)(e),c=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{n&&u(n)&&t.set(e,o(n))});return Object.fromEntries(t)},d=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{l(n)&&t.set(e,Object(i.a)(n))});return Object.fromEntries(t)},m=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{Object(a.b)(n)&&!Object(a.d)(n)&&t.set(e,n)});return Object.fromEntries(t)},f=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{n&&Object(a.k)(n)&&t.set(e,o(n))});return Object.fromEntries(t)},p=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{s(n)&&Object(a.i)(n)&&t.set(e,n)});return Object.fromEntries(t)},h=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{l(n)&&t.set(e,Object(i.a)(n))});return Object.fromEntries(t)},b=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{Object(a.j)(n)&&!Object(a.e)(n)&&t.set(e,n)});return Object.fromEntries(t)},g=e=>{const t=new Map;Object.entries(e).forEach(([e,n])=>{Object(a.g)(n)&&t.set(e,n)});return Object.fromEntries(t)},v=e=>{let{portalId:t,formId:n,region:a,pageId:i,isInsideFrame:o,useDraft:s,isBuilder:l,isTestPage:u,isPreview:v,renderFrame:y,shellId:O,embedDefinitionUrl:S,formsBaseUrl:k,showInlineMessageInitially:E,inlineMessage:j,redirectUrl:T,onBeforeFormInit:I,onFormReady:w,onFormSubmit:_,onFormSubmitted:N,onBeforeValidationInit:R,onFormDefinitionFetchSuccess:C,onReady:x,onAnalyticEvent:A,onFormFailedValidation:D,onFormError:L,onFormDefinitionFetchError:M,onRenderError:P,onPageChange:F,getExtraMetaDataBeforeSubmit:z,locale:B,translations:U,manuallyBlockedEmailDomain:V,formInstanceId:H,submitText:q,blockedDomains:W,ignoreCurrentValues:G,isEnterSubmitDisabled:K,previewMode:$,properties:Q,validationOptions:Y,isMobileResponsive:J,target:Z,env:X,deactivateSmartForm:ee,cssClass:te,errorClass:ne,errorMessageClass:re,submitButtonClass:ae,style:ie}=e,oe=Object(r.a)(e,["portalId","formId","region","pageId","isInsideFrame","useDraft","isBuilder","isTestPage","isPreview","renderFrame","shellId","embedDefinitionUrl","formsBaseUrl","showInlineMessageInitially","inlineMessage","redirectUrl","onBeforeFormInit","onFormReady","onFormSubmit","onFormSubmitted","onBeforeValidationInit","onFormDefinitionFetchSuccess","onReady","onAnalyticEvent","onFormFailedValidation","onFormError","onFormDefinitionFetchError","onRenderError","onPageChange","getExtraMetaDataBeforeSubmit","locale","translations","manuallyBlockedEmailDomain","formInstanceId","submitText","blockedDomains","ignoreCurrentValues","isEnterSubmitDisabled","previewMode","properties","validationOptions","isMobileResponsive","target","env","deactivateSmartForm","cssClass","errorClass","errorMessageClass","submitButtonClass","style"]);return Object.assign({},p({shellId:O}),{},c({portalId:t,pageId:i}),{},m({manuallyBlockedEmailDomain:V,blockedDomains:W}),{},b({translations:U,properties:Q,validationOptions:Y,style:ie}),{},h({ignoreCurrentValues:G,isEnterSubmitDisabled:K,previewMode:$,isMobileResponsive:J}),{},d({useDraft:s,isInsideFrame:o,isBuilder:l,isTestPage:u,isPreview:v,renderFrame:y,showInlineMessageInitially:E,deactivateSmartForm:ee}),{},f({formId:n,region:a,embedDefinitionUrl:S,formsBaseUrl:k,inlineMessage:j,redirectUrl:T,locale:B,formInstanceId:H,submitText:q,target:Z,env:X,cssClass:te,errorClass:ne,errorMessageClass:re,submitButtonClass:ae}),{},g({onBeforeFormInit:I,onFormReady:w,onFormSubmit:_,onFormSubmitted:N,onBeforeValidationInit:R,onFormDefinitionFetchSuccess:C,onReady:x,onAnalyticEvent:A,onFormFailedValidation:D,onFormError:L,onFormDefinitionFetchError:M,onRenderError:P,onPageChange:F,getExtraMetaDataBeforeSubmit:z}),{},i&&!o&&{isCMSModuleEmbed:!0},{},oe)};t.a=v},bird:function(e,t,n){"use strict";var r=n("452d"),a=n("G3IP"),i=n("a52W"),o=n("sBkf"),s=n("C4lD");const l=({data:{formSubmissionError:e=""}={}}={})=>e===r.a,u=e=>({type:a.w,data:e}),c=e=>(t,n)=>{t(Object(o.i)(r.b,null,e));t(u(e));l(e)&&t(Object(o.i)(r.a,null,e));Object(s.f)(n())&&t(Object(i.f)())};t.a=c},bxrb:function(e,t,n){"use strict";n.r(t);var r=n("IBmJ"),a=n("AguI"),i=n("J9Cp"),o=n("Fz1Q"),s=n("4X+u"),l=n("1XlY"),u=n("6pJR");var c=({text:e="",linkText:t="",reset:n=(()=>{})})=>Object(r.jsxs)("div",{className:"cookie-reset-container",children:[e," ",Object(r.jsx)("a",{onClick:Object(u.a)(n),children:t})]}),d=n("vmRj"),m=n("6bFv"),f=n("6gho");var p=({portalId:e,locale:t,additionalParameters:n})=>Object(r.jsx)("div",{className:"hs-form__virality-link",children:Object(r.jsx)(m.a,{linkType:f.a.FORMS,portalId:e,langOverride:t,additionalParams:n})}),h=n("hY1Q");const b="hs-button primary large";var g=({submitText:e="",submitButtonClass:t=""})=>Object(r.jsxs)("div",{className:"hs_submit hs-submit",children:[Object(r.jsx)("div",{className:"hs-field-desc",style:{display:"none"}}),Object(r.jsx)("div",{className:"actions",children:Object(r.jsx)("input",{type:"submit",value:e,onClick:({target:e})=>e.focus(),className:t?""+t:""+b})})]}),v=n("tp5F"),y=n("VVOf"),O=n("J5g3");var S=({messageText:e="",messageType:t="",errorMessageClass:n=""})=>Object(r.jsx)("div",{className:"hs_error_rollup",children:Object(r.jsx)("ul",{className:Object(y.a)("no-list",n?""+n:"hs-error-msgs inputs-list",t===O.b&&"hs-info-msg"),style:{display:"block"},children:Object(r.jsx)("li",{children:Object(r.jsx)("label",{className:"hs-main-font-element",children:e})})})}),k=n("7Jaa");const E=e=>({value:Object(k.a)(e)});var j=Object(i.b)(E);const T=e=>JSON.stringify(e);var I=({value:e})=>Object(r.jsx)("input",{name:"hs_context",type:"hidden",value:T(e)}),w=n("7AW+"),_=n("fdKd");const N=e=>Object(r.jsx)("div",{className:"hs-richtext hs-main-font-element",dangerouslySetInnerHTML:{__html:e}}),R=({isSmartGroup:e=!1},{field:t={},errors:n=[],infos:a=[],value:i})=>Object(r.jsx)(hn,{id:Object(_.a)(t),field:t,value:i,errors:n,infos:a,isSmartGroup:e},Object(_.a)(t)),C=(e,t)=>t.dependentFields&&t.dependentFields.length>0?Object(r.jsxs)("div",{className:"hs-dependent-field",children:[R(e,t),t.dependentFields.filter(({shown:e})=>e).map(t=>R(e,t))]},Object(_.a)(t.field)+"-dependent-field-container"):R(e,t),x=(e,t)=>t.map(t=>C(e,t));var A=({group:e={},group:{richText:t={},richText:{content:n}={}}={},fields:a=[],isAnyGroupMultiColumn:i=!1})=>i?Object(r.jsxs)("fieldset",{className:"form-columns-"+a.length,children:[n&&N(n),a.length?x(e,a):null]}):t&&n?Object(r.jsxs)("div",{children:[N(n),a[0]&&C(e,a[0])]}):a[0]?C(e,a[0]):null,D=n("1X+y"),L=n("XG4J"),M=n("wc1Y"),P=n("ijHp"),F=n("2Zks"),z=n("2P1S"),B=n("SGIl"),U=n("pmgf"),V=n("/8NC");const H=(e,t)=>{e.originalEvent||t(e)};var q=(e,t,n)=>{if(t&&"function"==typeof t&&e.current){const r=t(e.current);if(!r)return;Object.entries(n).forEach(([e,t])=>{r[e]&&"function"==typeof r[e]&&r[e](e=>H(e,t))})}};var W=(e,t)=>{e.current&&e.current.addEventListener("input",e=>{!e.isTrusted&&e.target&&t(e)})},G=n("7y0O");const K=e=>t=>e(Object(V.a)(t)),$=";",Q=e=>{if(!e||0===e.length)return null;try{return e.join($)}catch(e){return null}},Y=(e,t)=>"enumeration"===e&&Q(t)||t,J=({name:e,propertyType:t,value:n,onChange:a=(()=>{})})=>{const i=Object(U.useRef)(null);Object(U.useEffect)(()=>{q(i,G.a.getWindow().jQuery,{change:K(a)});W(i,K(a))},[]);return Object(r.jsx)("input",{ref:i,name:e,className:"hs-input",type:"hidden",value:Y(t,n)})};var Z=Object(U.memo)(J,(e,t)=>e.value===t.value),X=n("FjvV");const ee=e=>"website"===e?"url":"text",te=e=>t=>e(Object(V.a)(t));var ne=({errorClass:e="",formIdWithFormInstanceId:t="",name:n="",idPrefix:a=n,label:i="",autoComplete:o="",inputMode:s=ee(n),value:l="",placeholder:u="",type:c="text",isRequired:d=!1,isError:m=!1,onChange:f=(()=>{}),onKeyDown:p=(()=>{}),onWheelHandler:h=(()=>{}),getHandleChange:b,getHandleFocus:g,getHandleBlur:v})=>{const y=Object(U.useRef)(null),O=Object(X.a)({label:i,placeholder:u,isRequired:d}),S=b?b(te(f)):te(f),k=v?v(te(f)):te(f);Object(U.useEffect)(()=>{q(y,G.a.getWindow().jQuery,{change:S});W(y,S)},[]);return Object(r.jsx)("input",Object.assign({id:`${a}-${t}`,name:n,required:d,value:l,placeholder:O,type:c,className:"hs-input"+(m&&e?" "+e:""),inputMode:s,onFocus:g?g():void 0,onChange:S,onBlur:k,onKeyDown:p,onWheel:h},o&&{autoComplete:o},{},y&&{ref:y}))};const re=e=>69===e.keyCode&&e.preventDefault();var ae=e=>{let{value:t,onChange:n}=e,a=Object(L.a)(e,["value","onChange"]);const i=e=>{e.indexOf("e")>-1||n(e)},o=e=>{document.activeElement===e.target&&e.target.blur()};return Object(r.jsx)(ne,Object.assign({},a,{type:"number",inputMode:"tel",value:t,onChange:i,onKeyDown:re,onWheelHandler:o}))};const ie=e=>t=>e(Object(V.a)(t));var oe=({label:e="",name:t="",idPrefix:n=t,value:a="",placeholder:i="",autoComplete:o="",formIdWithFormInstanceId:s="",isRequired:l=!1,isError:u=!1,errorClass:c="",onChange:d=(()=>{}),getHandleFocus:m,getHandleChange:f,getHandleBlur:p})=>{const h=Object(U.useRef)(null),b=Object(X.a)({label:e,placeholder:i,isRequired:l}),g=f?f(ie(d)):ie(d),v=p?p(ie(d)):ie(d);Object(U.useEffect)(()=>{q(h,G.a.getWindow().jQuery,{change:g});W(h,g)},[]);return Object(r.jsx)("textarea",Object.assign({id:`${n}-${s}`,className:"hs-input hs-fieldtype-textarea"+(u&&c?" "+c:""),name:t,required:l,value:a,placeholder:b,onFocus:m?m():void 0,onChange:g,onBlur:v},o&&{autoComplete:o},{},h&&{ref:h}))};const se="30",le=e=>({target:{files:t}})=>e([...t]);var ue=({formIdWithFormInstanceId:e="",name:t="",idPrefix:n=t,isRequired:a=!1,isMultipleFileUpload:i=!1,onChange:o=(()=>{}),getHandleFocus:s,getHandleChange:l,getHandleBlur:u})=>{const c=Object(U.useRef)(null),d=l?l(le(o)):le(o);Object(U.useEffect)(()=>{q(c,G.a.getWindow().jQuery,{change:d});W(c,d)},[]);return Object(r.jsx)("input",Object.assign({id:`${n}-${e}`,className:"hs-input",type:"file",required:a,name:t,size:se,onFocus:s?s():void 0,onBlur:u?u():void 0,onChange:d,multiple:i},c&&{ref:c}))};var ce=e=>Object(r.jsx)(ne,Object.assign({},e,{type:"email",inputMode:"email"})),de=n("1FI0");const me=e=>Array.isArray(e)?!e.length:!e,fe=e=>t=>e(Object(V.a)(t));var pe=({id:e,label:t="",formIdWithFormInstanceId:n="",name:a="",idPrefix:i=a,value:o="",unselectedLabel:s="",defaultSelectOptionLabel:l="",placeholder:u="",errorClass:c="",isError:d=!1,isRequired:m=!1,options:f=[],onChange:p=(()=>{}),getHandleFocus:h,getHandleChange:b,getHandleBlur:g})=>{const v=Object(U.useRef)(null),O=s||u||l,S=Object(X.a)({label:t,placeholder:O,isRequired:m}),k=b?b(fe(p)):fe(p),E=g?g(fe(p)):fe(p);Object(U.useEffect)(()=>{q(v,G.a.getWindow().jQuery,{change:k});W(v,k)},[]);return Object(r.jsxs)("select",Object.assign({id:`${i}-${n}`,required:m,className:Object(y.a)("hs-input",d&&c&&""+c,me(o)&&"is-placeholder"),name:a,value:o,onFocus:h?h():void 0,onChange:k,onBlur:E},v&&{ref:v},{children:[Object(r.jsx)("option",{disabled:"disabled",value:"",children:S}),f.map(t=>Object(r.jsx)("option",{value:t.value,children:Object(de.a)(t.label)},`${e}-${t.value}`))]}))},he=n("goji");const be='*';var ge=()=>Object(r.jsx)("span",{className:"hs-form-required",children:"*"});var ve=({inputRef:e,index:t="",label:n="",name:a="",idPrefix:i=a,formIdWithFormInstanceId:o="",type:s="",labelType:l=s,value:u="",isRequired:c=!1,isChecked:d=!1,onChange:m=(()=>{}),onFocus:f=(()=>{}),onBlur:p=(()=>{})})=>{const h=e=>{e.target.focus();f(e)};return Object(r.jsxs)("label",{htmlFor:`${i}${t}-${o}`,className:`hs-form-${l}-display`,children:[Object(r.jsx)("input",Object.assign({id:`${i}${t}-${o}`,className:"hs-input",type:s,name:a,value:u,checked:d||!1,onChange:m,onBlur:p,onClick:h},e&&{ref:e})),Object(r.jsx)("span",{dangerouslySetInnerHTML:{__html:`${n}${c?be:""}`}})]})};const ye=e=>t=>e(Object(he.a)(t));var Oe=e=>{let{getHandleChange:t,getHandleFocus:n,getHandleBlur:a,onChange:i=(()=>{})}=e,o=Object(L.a)(e,["getHandleChange","getHandleFocus","getHandleBlur","onChange"]);const s=Object(U.useRef)(null),l=t?t(ye(i)):ye(i);Object(U.useEffect)(()=>{q(s,G.a.getWindow().jQuery,{change:l});W(s,l)},[]);return Object(r.jsx)("ul",{className:"inputs-list",required:o.required,children:Object(r.jsx)("li",{className:"hs-form-"+o.fieldType,children:Object(r.jsx)(ve,Object.assign({},o,{inputRef:s,labelType:"booleancheckbox",type:"checkbox",value:"true",isChecked:!0===o.value,onChange:l,onFocus:n?n():void 0,onBlur:a?a():void 0}))})})};const Se=e=>t=>e(Object(V.a)(t));var ke=e=>{const{value:t=[],options:n=[],metaData:a=[],errorClass:i="",isError:o=!1,isRequired:s=!1,getHandleChange:l,getHandleFocus:u,getHandleBlur:c,onChange:d=(()=>{})}=e,m=a.filter(e=>"numColumns"===e.name)[0],f=Object(U.useRef)(null),p=l?l(Se(d)):Se(d);Object(U.useEffect)(()=>{q(f,G.a.getWindow().jQuery,{change:p});W(f,p)},[]);return Object(r.jsx)("ul",{required:s,role:"checkbox",className:Object(y.a)("inputs-list multi-container",m&&"inline-list inline-list-"+m,o&&""+i),children:n.map((n,a)=>Object(r.jsx)("li",{className:"hs-form-checkbox",role:"checkbox",children:Object(r.jsx)(ve,Object.assign({},e,{},n,{inputRef:f,index:a,type:"checkbox",value:n.value,isChecked:t.includes(n.value),isRequired:!1,onChange:p,onFocus:u?u():void 0,onBlur:c?c():void 0}))},n.value))})};var Ee=()=>{try{document.createEvent("TouchEvent");return!0}catch(e){return!1}};const je="1900-01-01",Te=(new Date).getFullYear()+10+"-01-01",Ie=e=>t=>e(Object(V.a)(t));var we=({name:e="",idPrefix:t=e,value:n="",formIdWithFormInstanceId:a="",isRequired:i=!1,isError:o=!1,errorClass:s="",onChange:l=(()=>{}),getHandleChange:u,getHandleFocus:c,getHandleBlur:d})=>{const m=Object(U.useRef)(null),f=u?u(Ie(l)):Ie(l);Object(U.useEffect)(()=>{q(m,G.a.getWindow().jQuery,{change:f});W(m,f)},[]);return Object(r.jsx)("div",{className:"hs-dateinput",children:Object(r.jsx)("input",Object.assign({id:`${t}-${a}`,className:"hs-input"+(o&&s?" "+s:""),type:"date",name:e,required:i,value:n,min:je,max:Te,onFocus:c?c():void 0,onBlur:d?d():void 0,onChange:f},m&&{ref:m}))})};const _e="YYYY-MM-DD",Ne="/";var Re=(e,t,n)=>{if(!e)return e;const[r,a,i]=e.split("-");return(t||_e).replace("YYYY",r).replace("MM",a).replace("DD",i).split("-").join(n||Ne)};var Ce=e=>({YYYY:e.getUTCFullYear().toString(),MM:(e.getUTCMonth()+1).toString().padStart(2,"0"),DD:e.getUTCDate().toString().padStart(2,"0")}),xe=n("JqC4"),Ae=n.n(xe);const De=9,Le=46,Me=8,Pe=1900,Fe=(new Date).getFullYear()+10,ze={position:"absolute",zIndex:1e4},Be=e=>new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),0,0,0)),Ue=e=>(e.filter(e=>"format"===e.name)[0]||{}).value,Ve=e=>(e.filter(e=>"separator"===e.name)[0]||{}).value;var He=({name:e,idPrefix:t=e,formIdWithFormInstanceId:n,errorClass:a,isError:i,isRequired:o,value:s,metaData:l,i18n:u,onChange:c,getHandleChange:d,getHandleFocus:m,getHandleBlur:f})=>{const[p,h]=Object(U.useState)(!1),b=Object(U.useRef)(null),g=Object(U.useRef)(null),v=Object(U.useRef)(null),y=Object(U.useRef)(null),O=f(()=>{h(!1)}),S=d?d(c):c,k=e=>{e&&e.relatedTarget&&e.relatedTarget.classList.contains("pika-select")||O()},E=m(()=>{h(!0)}),j=e=>{const{YYYY:t,MM:n,DD:r}=Ce(Be(e));S(`${t}-${n}-${r}`)};Object(U.useEffect)(()=>{v.current=new Ae.a({field:g.current,theme:"fn-date-picker",container:b.current,yearRange:[Pe,Fe],defaultDate:new Date(s),setDefaultDate:!0,onSelect:j,onOpen:E,onClose:O,i18n:u})},[]);const T=({which:e})=>{if(e===De)O();else if(e===Le||e===Me){S("");O()}};Object(U.useEffect)(()=>{p?v.current.show():v.current.hide()},[p]);Object(U.useEffect)(()=>{q(y,G.a.getWindow().jQuery,{change:e=>S(Object(V.a)(e))});W(g,e=>S(Object(V.a)(e)))},[]);return Object(r.jsxs)("div",{ref:g,className:"hs-dateinput"+(p?" hs-datepicker-open":""),children:[Object(r.jsx)("input",Object.assign({id:`${t}-${n}`,className:"hs-input"+(i&&a?" "+a:""),type:"text",readOnly:"readOnly",required:o,value:Re(s,Ue(l),Ve(l)),onFocus:E,onBlur:k,onKeyDown:T},y&&{ref:y})),Object(r.jsx)("input",{name:e,className:"hs-input",type:"hidden",value:s}),Object(r.jsx)("div",{ref:b,className:"hs-datepicker",style:ze})]})};var qe=e=>Ee()?Object(r.jsx)(we,Object.assign({},e)):Object(r.jsx)(He,Object.assign({},e)),We=n("BSIC");const Ge=()=>e=>({i18n:{previousMonth:Object(We.a)(e,"pikaday.previousMonth"),nextMonth:Object(We.a)(e,"pikaday.nextMonth"),months:[Object(We.a)(e,"pikaday.january"),Object(We.a)(e,"pikaday.february"),Object(We.a)(e,"pikaday.march"),Object(We.a)(e,"pikaday.april"),Object(We.a)(e,"pikaday.may"),Object(We.a)(e,"pikaday.june"),Object(We.a)(e,"pikaday.july"),Object(We.a)(e,"pikaday.august"),Object(We.a)(e,"pikaday.september"),Object(We.a)(e,"pikaday.october"),Object(We.a)(e,"pikaday.november"),Object(We.a)(e,"pikaday.december")],weekdays:[Object(We.a)(e,"pikaday.sunday"),Object(We.a)(e,"pikaday.monday"),Object(We.a)(e,"pikaday.tuesday"),Object(We.a)(e,"pikaday.wednesday"),Object(We.a)(e,"pikaday.thursday"),Object(We.a)(e,"pikaday.friday"),Object(We.a)(e,"pikaday.saturday")],weekdaysShort:[Object(We.a)(e,"pikaday.sundayShort"),Object(We.a)(e,"pikaday.mondayShort"),Object(We.a)(e,"pikaday.tuesdayShort"),Object(We.a)(e,"pikaday.wednesdayShort"),Object(We.a)(e,"pikaday.thursdayShort"),Object(We.a)(e,"pikaday.fridayShort"),Object(We.a)(e,"pikaday.saturdayShort")]}});var Ke=Object(i.b)(Ge);const $e=e=>t=>e(Object(V.a)(t));var Qe=e=>{const{value:t="",options:n=[],metaData:a=[],errorClass:i="",isError:o=!1,isRequired:s=!1,getHandleChange:l,getHandleFocus:u,getHandleBlur:c,onChange:d=(()=>{})}=e,m=a.filter(e=>"numColumns"===e.name)[0],f=Object(U.useRef)(null),p=l?l($e(d)):$e(d);Object(U.useEffect)(()=>{q(f,G.a.getWindow().jQuery,{change:p});W(f,p)},[]);return Object(r.jsx)("ul",{required:s,role:"checkbox",className:Object(y.a)("inputs-list multi-container",m&&"inline-list inline-list-"+m,o&&""+i),children:n.map((n,a)=>Object(r.jsx)("li",{className:"hs-form-radio",role:"radio",children:Object(r.jsx)(ve,Object.assign({},e,{},n,{inputRef:f,index:a,type:"radio",value:n.value,isChecked:n.value===t,isRequired:!1,onChange:p,onFocus:u?u():void 0,onBlur:c?c():void 0}))},n.value))})},Ye=n("Ce6w"),Je=n("6CZI");const Ze=({label:e="",formIdWithFormInstanceId:t="",errorClass:n="",name:a="",idPrefix:i=a,autoComplete:o="",value:s="",placeholder:l="",isRequired:u=!1,isError:c=!1,onChange:d=(()=>{}),onKeyDown:m=(()=>{}),getHandleChange:f,getHandleFocus:p,getHandleBlur:h})=>Object(r.jsx)(ne,{type:"tel",inputMode:"tel",name:a,idPrefix:i,label:e,errorClass:n,formIdWithFormInstanceId:t,autoComplete:o,value:s,placeholder:l,isRequired:u,isError:c,onChange:e=>d(Object(Je.a)(e)),onBlur:e=>d(Object(Je.a)(e)),onKeyDown:m,getHandleChange:f,getHandleFocus:p,getHandleBlur:h});var Xe=e=>{let{name:t="",value:n="",shouldShowCountryDropdown:a=!1,countryCode:i="",countryCodeExtension:o="",countryCodeOptions:s=[],onCountryCodeChange:l=(()=>{}),onChange:u}=e,c=Object(L.a)(e,["name","value","shouldShowCountryDropdown","countryCode","countryCodeExtension","countryCodeOptions","onCountryCodeChange","onChange"]);const d=e=>{if(a){if(e===o)return u("");if(0!==e.indexOf(o))return u(`${o}${e}`)}return u(e)},m=e=>{const t=e.target.selectionStart<=o.length||e.target.selectionEndt?Z:Object.prototype.hasOwnProperty.call(rt,e)?rt[e]:nt,it=n("k12P");const ot=({id:e,className:t,text:n,isRequired:a,fieldType:i})=>Object(r.jsxs)("label",{id:"label-"+e,className:t,placeholder:"Enter your "+n,htmlFor:e,children:[Object(r.jsx)("span",{dangerouslySetInnerHTML:{__html:n}}),a&&(Object(it.a)(i)||!!n)&&Object(r.jsx)(ge,{})]}),st=({text:e})=>Object(r.jsx)("legend",{className:"hs-field-desc",style:{display:e?"block":"none"},dangerouslySetInnerHTML:{__html:e}}),lt=({className:e,listItemLabelClassName:t,messages:n})=>Object(r.jsx)("ul",{className:"no-list "+(e?""+e:"hs-error-msgs inputs-list"),role:"alert",children:n.map((e,n)=>Object(r.jsx)("li",{children:Object(r.jsx)("label",{className:t,children:e})},n))});var ut=({id:e="",name:t="",label:n="",description:a="",fieldType:i="",errorMessageClass:o="",errors:s=[],infos:l=[],isRequired:u=!1,isHidden:c=!1,isSmartGroup:d=!1,isLabelHidden:m=!1,isErrorVisible:f=!1,children:p})=>Object(r.jsxs)("div",{className:`hs_${t} hs-${t} hs-fieldtype-${i} field hs-form-field`+(d?" smart-field":""),style:Object.assign({},c&&{display:"none"}),children:[null!==n&&Object(r.jsx)(ot,{id:e,className:m?"hs-hidden":"",text:n,isRequired:u,fieldType:i}),Object(r.jsx)(st,{text:a}),Object(r.jsx)("div",{className:"input",children:p}),s.length>0&&f&&Object(r.jsx)(lt,{className:o,listItemLabelClassName:"hs-error-msg hs-main-font-element",messages:s}),l.length>0&&Object(r.jsx)(lt,{messages:l})]},t);const ct="invalid error",dt=(e,{fieldType:t})=>t===M.p?null:e,mt=e=>e.map(([e,t])=>Object(r.jsx)(yn,{messageKey:e,values:t},e)),ft=(e,t)=>e.map(([e,n])=>n.isAction?Object(r.jsx)("a",{onClick:Object(u.a)(()=>t(e,n)),children:Object(r.jsx)(yn,{messageKey:e,values:n})},e):Object(r.jsx)(yn,{messageKey:e,values:n},e));var pt=({label:e,componentType:t,formIdWithFormInstanceId:n="",field:a,value:i,errors:o=[],infos:s=[],errorClass:l="",errorMessageClass:u="",isSmartGroup:c,isErrorVisible:d,update:m,updateInputState:f,onInfoClick:p=(()=>{})})=>{const{type:h}=a,b=Object(L.a)(a,["type"]),g=Object(F.a)({onChange:f}),v=at(t,a.hidden);return Object(r.jsx)(ut,{id:`${a.id}-${n}`,name:a.id,label:dt(e,a),fieldType:a.fieldType,description:a.description||null,errorMessageClass:u,errors:mt(Object(B.a)(o)),infos:ft(Object(B.a)(s),p),isRequired:a.required,isHidden:a.hidden,isSmartGroup:c,isLabelHidden:a.labelHidden,isErrorVisible:d,children:Object(r.jsx)(v,Object.assign({},b,{},Object(z.a)(a.name)&&{autoComplete:Object(z.a)(a.name)},{label:e,propertyType:h,errorClass:l||ct,name:a.id,value:i,isError:!Object(P.a)(o)&&d,isRequired:a.required,onChange:m,formIdWithFormInstanceId:n,onInputStateChange:f,getHandleChange:g.getHandleChange,getHandleFocus:g.getHandleFocus,getHandleBlur:g.getHandleBlur}))})},ht=n("HFHk"),bt=n("2RFi");var gt=e=>{const{token:t}=e,n=Object(U.useRef)(null);Object(bt.a)(G.a.getWindow(),n,e);return Object(r.jsxs)("div",{className:"hs_recaptcha hs-recaptcha field hs-form-field",children:[Object(r.jsx)("div",{ref:n,className:"input"}),Object(r.jsx)("input",{type:"hidden",name:"g-recaptcha-response",id:"hs-recaptcha-response",value:t})]})},vt=n("aBf+"),yt=n("A9qg"),Ot=n("4ENJ"),St=n("NYcN");var kt=({frameRef:e,name:t})=>Object(r.jsx)("iframe",{ref:e,name:t,style:{display:"none"}});var Et=({portalId:e,groups:t,cssClass:n,style:a,formSubmissionUrl:i,isRawHtmlForm:o,guid:s,isRtl:l,instanceId:c,formIdWithFormInstanceId:d,formIdWithUUID:m,shouldShowResetLink:f,hasGlobalMessage:p,hasLegalConsent:h,isCMSModuleEmbed:b,isFree:g,isVideoForm:v,captchaEnabled:O,onReadyToView:S,onReadyCallback:k,onFormReadyCallback:E,onBeforeValidationInitCallback:j,trackFormView:T,trackFormVisible:I,trackFormInteraction:w,onAnalyticEvent:_,submitWithDOM:N,handleSubmissionResponsePostMessage:R,isEnterSubmitDisabled:C})=>{const x=Object(U.useRef)(null),A=Object(U.useRef)(null),D="target_iframe_"+d,[L,M]=Object(U.useState)(!1),P=Object(Ot.a)(x,{freezeOnceVisible:!0}),F=Object(U.useCallback)(e=>{R(A.current,e)},[R,A]);Object(U.useEffect)(()=>{S();k();E();j();T();_(yt.c)},[S,j,k,E,T,_]);Object(U.useEffect)(()=>{P&&I()},[I,P]);Object(U.useEffect)(()=>{window.addEventListener("message",F);return()=>window.removeEventListener("message",F)},[F]);const z=Object(U.useCallback)(()=>{if(!L){w();M(!0)}},[w,L]),B=Object(U.useCallback)(Object(u.a)(()=>N(x)));return Object(r.jsxs)("form",{ref:x,id:"hsForm_"+d,method:"POST",acceptCharset:"UTF-8",encType:"multipart/form-data",noValidate:!0,dir:l?"rtl":void 0,action:`${i}/${e}/${s}`,className:Object(y.a)(`hs-form-private hsForm_${s} hs-form-${s} hs-form-${m}`,n&&""+n,-1===(n||"").toLowerCase().indexOf("hs-form")&&"hs-form",v&&"hs-video-form",l&&"hs-form-rtl",a.backgroundWidth&&!o&&!b&&"hs-custom-style"),onSubmit:B,onFocus:z,target:D,"data-instance-id":c,"data-form-id":s,"data-portal-id":e,onKeyPress:e=>C&&Object(St.a)(e),children:[f&&Object(r.jsx)(un,{}),t.filter(({isDependentFieldGroup:e})=>!e).map((e,t)=>Object(r.jsx)(pn,{group:e},"group-"+t)),h&&Object(r.jsx)(vn,{}),O&&Object(r.jsx)(bn,{handleSubmit:B}),p&&Object(r.jsx)(mn,{}),Object(r.jsx)(dn,{}),g&&!b&&Object(r.jsx)(cn,{}),Object(r.jsx)(fn,{}),Object(r.jsx)(kt,{frameRef:A,name:D})]})},jt=n("fHhM"),Tt=n("JrN1");const It=e=>e?Object(r.jsx)(hn,Object.assign({},e)):void 0,wt=(e=[])=>e.map(({field:e,value:t,errors:n})=>Object(r.jsxs)("div",{children:[Object(r.jsx)("div",{className:"hs-dependent-field",children:It({field:Object.assign({},e,{description:""}),value:t,errors:n})}),Object(r.jsx)("legend",{className:"hs-field-desc checkbox-desc",style:{display:e.description?"block":"none"},dangerouslySetInnerHTML:{__html:e.description}})]},e.id)),_t=e=>U.Children.count(e)>0,Nt=({richTextContent:e="",children:t=[]})=>(e||_t(t))&&Object(r.jsxs)(r.Fragment,{children:[e&&Object(r.jsx)("div",{className:"hs-richtext",dangerouslySetInnerHTML:{__html:e}}),t]}),Rt=({communicationConsentText:e="",processingConsentText:t="",privacyPolicyText:n="",checkboxFields:a=[],processingField:i})=>Object(r.jsxs)("div",{className:"legal-consent-container",children:[Object(r.jsx)(Nt,{richTextContent:e}),Object(r.jsx)(Nt,{children:a}),i?Object(r.jsx)(Nt,{richTextContent:t}):Object(r.jsx)(Nt,{richTextContent:n}),Object(r.jsx)(Nt,{children:i}),i?Object(r.jsx)(Nt,{richTextContent:n}):Object(r.jsx)(Nt,{richTextContent:t})]}),Ct=e=>{let{isAnyGroupMultiColumn:t}=e,n=Object(L.a)(e,["isAnyGroupMultiColumn"]);return t?Object(r.jsx)("fieldset",{className:"form-columns-1",children:Object(r.jsx)(Rt,Object.assign({},n))}):Object(r.jsx)(Rt,Object.assign({},n))};var xt=e=>{const{type:t,communicationConsentText:n,processingConsentText:a,privacyPolicyText:i,checkboxFields:o,processingField:s,isAnyGroupMultiColumn:l}=e,u={privacyPolicyText:i,isAnyGroupMultiColumn:l};switch(t){case Tt.a:return Object(r.jsx)(Ct,Object.assign({},u,{communicationConsentText:n,processingConsentText:a,checkboxFields:wt(o)}));case Tt.c:return Object(r.jsx)(Ct,Object.assign({},u,{communicationConsentText:n,processingConsentText:a,checkboxFields:wt(o),processingField:wt([s])[0]}));case Tt.b:return Object(r.jsx)(Ct,Object.assign({},u));default:return null}},At=n("jNZJ");var Dt=({formId:e="",instanceId:t="",formIdWithUUID:n="",message:a=""})=>{const i=Object(U.useRef)(null);Object(U.useEffect)(()=>{i.current.innerHTML&&(i.current.innerHTML="");const e=document.createRange().createContextualFragment(a);i.current.appendChild(e)},[a]);return Object(r.jsx)("div",{ref:i,className:`submitted-message hs-main-font-element hs-form-${e} hs-form-${n}`,"data-instance-id":t})},Lt=n("T4WN"),Mt=n("rCSV"),Pt=n("GiHu"),Ft=n.n(Pt),zt=n("qI4W"),Bt=n.n(zt),Ut=n("1LFd"),Vt=n.n(Ut);const Ht=e=>{const t=(e||"").replace(/:[0-9]+$/,"");return/(?:^|[^.])(\d+)(?:\s+|$)/.test(t)?`"${t}"`:t},qt=e=>{if(!e)return!1;const t=Object.values(e).reduce((e,t)=>t?[...e,t]:e,[]);return!Object(P.d)(t)},Wt=(e={})=>{if(!qt(e))return"";const t=Ht(e.fontFamily),n=e.linkColor?`\n .hs-form-private a:link, .hs-form-private a:active {\n color: ${e.linkColor}\n }\n`:"",r=e.clickedLinkColor?`\n .hs-form-private a:visited, .hs-form-private a:hover {\n color: ${e.clickedLinkColor}\n }\n`:"";return`\n .hs-form-private.hs-form {\n width: ${e.backgroundWidth}\n }\n\n .hs-form-private .hs-submit > .actions {\n text-align: ${e.submitAlignment};\n }\n\n .hs-form-private .hs-button,\n .hs-form-private .hs-button:hover,\n .hs-form-private .hs-button:hover:not(.inactive),\n .hs-form-private .hs-button:focus,\n .hs-form-private .hs-button:active,\n .hs-form-private .hs-button:active:not(.inactive):not(.link) {\n background: ${e.submitColor};\n border-color: ${e.submitColor};\n color: ${e.submitFontColor};\n font-size: ${e.submitSize};\n line-height: ${e.submitSize};\n font-family: ${t};\n }\n\n .hs-form-private legend.hs-field-desc {\n font-family: ${t};\n color: ${e.helpTextColor};\n font-size: ${e.helpTextSize};\n }\n\n .hs-form-private .hs-form-field label:not(.hs-error-msg) {\n font-family: ${t};\n font-size: ${e.labelTextSize};\n }\n\n .hs-form-private .hs-form-field label:not(.hs-error-msg) {\n color: ${e.labelTextColor};\n }\n\n .hs-form-private .legal-consent-container .hs-richtext,\n .hs-form-private .legal-consent-container label:not(.hs-error-msg) {\n font-family: ${t};\n color: ${e.legalConsentTextColor};\n font-size: ${e.legalConsentTextSize};\n }\n\n .hs-form-private .hs-main-font-element, .submitted-message.hs-main-font-element{\n font-family: ${t};\n }\n\n .hs-form-private.submitted-message {\n font-size: ${e.thankYouTextSize};\n color: ${e.thankYouTextColor};\n }\n\n ${n}\n ${r}`},Gt=(e="",t)=>e.replace(/.hs-form-private/g,".hs-form-"+t);var Kt=(e="",t={},n,r,a="")=>{const i=a+Wt(t),o="string"==typeof n?n:Gt(i,e),s="string"==typeof r?r:Gt(`${Vt.a} ${Ft.a}`,e);let l="";o&&(l+=o);s&&(l+=s);l+=Bt.a;return l};var $t=(e,t)=>{const n=document.createElement("style");n.type="text/css";n.id="hs-form-style"+e;document.getElementsByTagName("head")[0].appendChild(n);n.appendChild(document.createTextNode(t))};var Qt=e=>{const t=document.getElementById("hs-form-style"+e);t&&t.remove()};const Yt=({formIdWithUUID:e,style:t,contextCss:n,contextCssRequired:a,googleFontUrl:i,themeCss:o,isCMSModuleEmbed:s=!1,isRawHtmlForm:l=!1,shouldShowThankYouMessage:u=!1})=>{const[c,d]=Object(U.useState)(!1);Object(U.useEffect)(()=>{let r="";if(l)r=Kt(e,"","",a,"");else if(s)r=Kt(e,"",n,a,o);else{Object(Mt.a)(window,i,t&&t.fontFamily);r=Kt(e,t,n,a,o)}Qt(e);$t(e,r);d(!0)},[Object.values(t).join(""),n,a,e,i,s,l,o]);Object(U.useEffect)(()=>()=>{Qt(e)},[e]);return c?u?Object(r.jsx)(ln,{}):Object(r.jsx)(gn,{}):null};var Jt=e=>Object(r.jsx)(on,{children:Object(r.jsx)(Yt,Object.assign({},e))}),Zt=n("pdVJ"),Xt=n("ljop");class en extends U.Component{componentDidCatch(e){this.props.onError(Xt.j,e)}render(){return this.props.children}}var tn=en,nn=n("wr0d"),rn=n("Zl7b");var an=({text:e="",values:t={}})=>Object(r.jsx)(r.Fragment,{children:Object(rn.a)(e,t).join("")});const on=Object(Zt.a)(tn),sn=Object(Lt.a)(Jt),ln=Object(At.a)(Dt),un=Object(l.a)(c),cn=Object(d.a)(p),dn=Object(h.a)(g),mn=Object(v.a)(S),fn=j(I),pn=Object(w.a)(A),hn=Object(D.a)(pt),bn=Object(ht.a)(gt),gn=Object(vt.a)(Et),vn=Object(jt.a)(xt),yn=Object(nn.a)(an);var On={af:{pikaday:{previousMonth:"Vorige maand",nextMonth:"Volgende maand",january:"Januarie",february:"Februarie",march:"Maart",april:"April",may:"Mei",june:"Junie",july:"Julie",august:"Augustus",september:"September",october:"Oktober",november:"November",december:"Desember",sunday:"Sondag",monday:"Maandag",tuesday:"Dinsdag",wednesday:"Woensdag",thursday:"Donderdag",friday:"Vrydag",saturday:"Saterdag",sundayShort:"So.",mondayShort:"Ma.",tuesdayShort:"Di.",wednesdayShort:"Wo.",thursdayShort:"Do.",fridayShort:"Vr.",saturdayShort:"Sa."},required:"Voltooi asseblief hierdie vereiste veld.",invalidEmail:"Tik asseblief 'n geldige e-posadres in.",invalidEmailFormat:"E-pos moet korrek geformateer wees.",invalidNumber:"Tik asseblief 'n geldige syfer in.",invalidNumberRangeTooSmall:"Tik asseblief 'n syfer in wat groter is of gelyk is aan {{ min }}.",invalidNumberRangeTooLarge:"Tik asseblief 'n syfer in wat minder is of gelyk is aan {{ max }}.",missingOptionSelection:"Kies asseblief ten minste een opsie.",missingSelect:"Kies asseblief 'n opsie vanaf die aftrekkieslys.",forbiddenEmailDomain:"Tik asseblief jou sake-e-posadres in. Hierdie vorm aanvaar nie adresse van {{ domain }} nie.",manuallyBlockedEmailDomain:"Tik asseblief 'n ander e-posadres in. Hierdie vorm aanvaar nie adresse van {{ domain }} nie.",emailOptIn:"Gaan asseblief jou e-posse na om weer in te teken.",resubscribeMessage:"DIt lyk asof jy by e-poskommunikasie uitgeteken het. Klik hier om 'n e-pos te ontvang en weer daarvoor in te teken.",invalidDate:"Tik asseblief 'n geldige datum in.",phoneInvalidCharacters:"Mag slegs syfers, +()-. en x bevat.",numberOutOfRange:"Die nommer wat jy ingetik het, val nie binne die omvang nie.",inputTooLarge:"Gebruik asseblief minder as 65536 karakters.",emailSuggestion:"Het jy {{ email }} bedoel?",invalidDomain:"Tik asseblief 'n geldige domeinnaam in en probeer dan weer.",valueNotInFieldDefintion:"Kies asseblief een van die meegaande waardes.",submitText:"Dien in",fileTooLarge:"Geselekteerde lêer is te groot. Maksimum toegelate grootte is 100MB.",defaultSelectOptionLabel:"Kies asseblief",notYou:"Nie jy nie?",resetTheForm:"Klik hier om terug te stel",renderErrors:{UNKNOWN:{title:"Dit lyk asof daar 'n vorm hier ontbreek",message:"Dit kan gebeur as daar 'n stelselfout is, of as die vorm nooit geskep is nie, die vorm geskrap is, of die vorm-URL of -ID is verkeerd."}},submissionErrors:{SERVER_ERROR:"Jammer, iets is verkeerd en die vorm het nie deurgegaan nie. Probeer asseblief weer later.",RECAPTCHA_VALIDATION_ERROR:"Kon nie Captcha valideer nie. Probeer asseblief weer.",MISSING_REQUIRED_FIELDS:"Voltooi asseblief alle vereiste velde.",OUT_OF_DATE:"Hierdie vorm is nie meer aktueel nie. Herlaai asseblief die bladsy en probeer dan weer.",BLOCKED_EMAIL:"Verander asseblief jou e-posadres om voort te gaan.",SUBMISSION_NOT_ALLOWED:"Hierdie vorm kan nie ingedien word nie. Kontak asseblief die webwerfeienaar.",FORM_NOT_PUBLISHED:"Hierdie vorm is nie meer aktief nie. Herlaai asseblief die bladsy en probeer dan weer.",TOO_MANY_REQUESTS:"Jou vorm kon nie ingedien word nie. Wag asseblief 'n paar sekondes en probeer dan weer.",PORTAL_MIGRATION:"Jou antwoord is ingedien. Weens stelselinstandhoudingswerk kan dit tot 'n dag neem om dit te verwerk."},pagination:{next:"Volgende",previous:"Vorige",step:"{{currentPage}} van {{numberOfPages}}"},fieldErrors:{required:"Voltooi asseblief '{{label}}' op {{link}}",validation:"Maak asseblief '{{label}}' op {{link}} reg",pageNumber:"Stap {{pageNumber}}"}},"ar-eg":{pikaday:{previousMonth:"الشهر السابق",nextMonth:"الشهر التالي",january:"يناير",february:"فبراير",march:"مارس",april:"أبريل",may:"مايو",june:"يونيو",july:"يوليو",august:"أغسطس",september:"سبتمبر",october:"أكتوبر",november:"نوفمبر",december:"ديسمبر",sunday:"الأحد",monday:"الإثنين",tuesday:"الثلاثاء",wednesday:"الأربعاء",thursday:"الخميس",friday:"الجمعة",saturday:"السبت",sundayShort:"أحد",mondayShort:"إثنين",tuesdayShort:"ثلاثاء",wednesdayShort:"أربعاء",thursdayShort:"خميس",fridayShort:"جمعة",saturdayShort:"سبت"},required:"يرجى إكمال هذا الحقل المطلوب.",invalidEmail:"يرجى إدخال عنوان بريد إلكتروني صالح.",invalidEmailFormat:"يجب تنسيق البريد الإلكتروني بشكل صحيح.",invalidNumber:"يرجى إدخال رقم صالح.",invalidNumberRangeTooSmall:"الرجاء إدخال رقم أكبر من أو يساوي {{ min }}.",invalidNumberRangeTooLarge:"الرجاء إدخال رقم أقل من أو يساوي {{ max }}.",missingOptionSelection:"الرجاء تحديد خيار واحد على الأقل.",missingSelect:"الرجاء تحديد خيار واحد من القائمة المنسدلة.",forbiddenEmailDomain:"الرجاء إدخال عنوان البريد الإلكتروني الخاص بالعمل. هذا النموذج لا يقبل عناوين من {{ domain }}.",manuallyBlockedEmailDomain:"الرجاء إدخال عنوان بريد إلكتروني مختلف. هذا النموذج لا يقبل عناوين من {{ domain }}.",emailOptIn:"يرجى التحقق من بريدك الإلكتروني لإعادة الاشتراك.",resubscribeMessage:"يبدو أنك ألغيت الاشتراك في التواصل عبر البريد الإلكتروني. انقر هنا للحصول على بريد إلكتروني وإعادة الاشتراك.",invalidDate:"يرجى إدخال تاريخ صالح.",phoneInvalidCharacters:"يجب أن يحتوي على أرقام فقط، +()-. وx.",numberOutOfRange:"الرقم الذي أدخلته ليس في النطاق.",inputTooLarge:"الرجاء استخدام أقل من 65536 حرفًا",emailSuggestion:"هل تعني {{ email }}؟",invalidDomain:"يرجى إدخال اسم مجال صالح والمحاولة مرة أخرى.",valueNotInFieldDefintion:"الرجاء اختيار واحدة من القيم المقدمة.",submitText:"إرسال",fileTooLarge:"الملف المحدد كبير جدًا. الحجم الأقصى المسموح به هو 100 ميجابايت.",defaultSelectOptionLabel:"يرجى التحديد",notYou:"لست أنت؟",resetTheForm:"انقر هنا لإعادة التعيين",renderErrors:{UNKNOWN:{title:"يبدو أن هناك نموذجًا مفقودًا هنا",message:"يمكن أن يحدث هذا إذا كان هناك خطأ في النظام، أو إذا لم يتم إنشاء النموذج مطلقًا، أو تم حذف النموذج، أو كان عنوان URL للنموذج أو المعرّف غير صحيحين."}},submissionErrors:{SERVER_ERROR:"عذرًا، حدث خطأ ولم يتم تقديم النموذج. الرجاء معاودة المحاولة في وقت لاحق.",RECAPTCHA_VALIDATION_ERROR:"فشل التحقق من صحة رمز التحقق. يرجى المحاولة مرة أخرى.",MISSING_REQUIRED_FIELDS:"يرجى تعبئة جميع الحقول المطلوبة.",OUT_OF_DATE:"هذا النموذج لم يعد ساريًا. يرجى تحديث الصفحة والمحاولة مرة أخرى.",BLOCKED_EMAIL:"يرجى تغيير عنوان بريدك الإلكتروني للمتابعة.",SUBMISSION_NOT_ALLOWED:"لا يمكن تقديم هذا النموذج. الرجاء الاتصال بمالك الموقع.",FORM_NOT_PUBLISHED:"هذا النموذج لم يعد نشطًا. يرجى تحديث الصفحة والمحاولة مرة أخرى.",TOO_MANY_REQUESTS:"كانت هناك مشكلة في إرسال النموذج الخاص بك. من فضلك انتظر بضع ثوانٍ ثم حاول مرة أخرى.",PORTAL_MIGRATION:"تم تقديم ردك. نظرًا لأعمال صيانة النظام، قد يستغرق الأمر ما يصل إلى يوم لإنهاء المعالجة."},pagination:{next:"التالية",previous:"السابقة",step:"{{currentPage}} من {{numberOfPages}}"},fieldErrors:{required:"يُرجى إكمال '{{label}}' في {{link}}",validation:"يُرجى تصحيح '{{label}}' في {{link}}",pageNumber:"الخطوة {{pageNumber}}"}},bg:{pikaday:{previousMonth:"Предишен месец",nextMonth:"Следващ месец",january:"Януари",february:"Февруари",march:"Март",april:"Април",may:"Май",june:"Юни",july:"Юли",august:"Август",september:"Септември",october:"Октомври",november:"Ноември",december:"Декември",sunday:"Неделя",monday:"Понеделник",tuesday:"Вторник",wednesday:"Сряда",thursday:"Четвъртък",friday:"Петък",saturday:"Събота",sundayShort:"Нед",mondayShort:"Пон",tuesdayShort:"Вто",wednesdayShort:"Сря",thursdayShort:"Чет",fridayShort:"Пет",saturdayShort:"Съб"},required:"Попълнете това задължително поле.",invalidEmail:"Въведете валиден имейл адрес.",invalidEmailFormat:"Имейлът трябва да бъде форматиран правилно",invalidNumber:"Въведете валидно число.",invalidNumberRangeTooSmall:"Въведете число, което е по-голямо от или равно на {{ min }}.",invalidNumberRangeTooLarge:"Въведете число, което е по-малко от или равно на {{ max }}.",missingOptionSelection:"Изберете поне една опция.",missingSelect:"Изберете опция от падащото меню.",forbiddenEmailDomain:"Въведете своя служебен имейл адрес. Този формуляр не приема адреси от {{ domain }}.",manuallyBlockedEmailDomain:"Въведете различен имейл адрес. Този формуляр не приема адреси от {{ domain }}.",emailOptIn:"Проверете своя имейл, за да се включите отново.",resubscribeMessage:"Изглежда сте се отписали от имейл комуникация. Щракнете тук, за да получите имейл и да се включите отново.",invalidDate:"Въведете валидна дата.",phoneInvalidCharacters:"Трябва да съдържа само цифри, +()- и x.",numberOutOfRange:"Числото, което въведохте, не е в диапазона.",inputTooLarge:"Използвайте по-малко от 65536 символа.",emailSuggestion:"Да нямахте предвид {{ email }}?",invalidDomain:"Въведете валидно име на домейна и опитайте отново.",valueNotInFieldDefintion:"Изберете една от предоставените стойности.",submitText:"Подаване",fileTooLarge:"Избраният файл е твърде голям. Максимално разрешеният размер е 100 MB.",defaultSelectOptionLabel:"Изберете",notYou:"Не сте вие?",resetTheForm:"Щракнете тук за подновяване",renderErrors:{UNKNOWN:{title:"Изглежда, че тук липсва формуляр",message:"Това може да се случи, ако има системна грешка или ако формулярът никога не е бил създаван, формулярът е изтрит или URL адресът или идентификационният номер на формуляра са неправилни."}},submissionErrors:{SERVER_ERROR:"За съжаление, възникна грешка и формулярът не беше подаден. Опитайте отново по-късно.",RECAPTCHA_VALIDATION_ERROR:"Неуспешна проверка на Captcha кода. Опитайте отново по-късно.",MISSING_REQUIRED_FIELDS:"Попълнете всички задължителни полета.",OUT_OF_DATE:"Този формуляр вече не е актуален. Обновете страницата и опитайте отново.",BLOCKED_EMAIL:"Сменете имейл адреса си, за да продължите.",SUBMISSION_NOT_ALLOWED:"Този формуляр не може да бъде подаден. Свържете се със собственика на сайта.",FORM_NOT_PUBLISHED:"Този формуляр вече не е активен. Обновете страницата и опитайте отново.",TOO_MANY_REQUESTS:"Възникна проблем при изпращането на вашия формуляр. Изчакайте няколко секунди и опитайте отново.",PORTAL_MIGRATION:"Вашият отговор беше подаден. Поради работа по поддръжката на системата, може да е необходим до един ден, докато завърши обработката."},pagination:{next:"Напред",previous:"Назад",step:"{{currentPage}} от {{numberOfPages}}"},fieldErrors:{required:"Завършете „{{label}}“ на {{link}}",validation:"Коригирайте „{{label}}“ на {{link}}",pageNumber:"Стъпка {{pageNumber}}"}},bn:{pikaday:{previousMonth:"আগের মাস",nextMonth:"পরবর্তী মাস",january:"জানুয়ারি",february:"ফেব্রুয়ারি",march:"মার্চ",april:"এপ্রিল",may:"মে",june:"জুন",july:"জুলাই",august:"আগস্ট",september:"সেপ্টেম্বর",october:"অক্টোবর",november:"নভেম্বর",december:"ডিসেম্বর",sunday:"রবিবার",monday:"সোমবার",tuesday:"মঙ্গলবার",wednesday:"বুধবার",thursday:"বৃহস্পতিবার",friday:"শুক্রবার",saturday:"শনিবার",sundayShort:"রবি",mondayShort:"সোম",tuesdayShort:"মঙ্গল",wednesdayShort:"বুধ",thursdayShort:"বৃহস্পতি",fridayShort:"শুক্র",saturdayShort:"শনি"},required:"অনুগ্রহ করে এই প্রয়োজনীয় ক্ষেত্রটি পূরণ করুন।",invalidEmail:"একটি বৈধ ইমেল অ্যাড্রেস দিন",invalidEmailFormat:"ইমেল সঠিকভাবে ফর্ম্যাট করা আবশ্যক।",invalidNumber:"একটি বৈধ নম্বর দিন",invalidNumberRangeTooSmall:"অনুগ্রহ করে {{ min }}চেয়ে বড় বা সমান একটি সংখ্যা লিখুন",invalidNumberRangeTooLarge:"অনুগ্রহ করে {{ max }}চেয়ে ছোট বা সমান একটি সংখ্যা লিখুন",missingOptionSelection:"কমপক্ষে একটি বিকল্প নির্বাচন করুন।",missingSelect:"অনুগ্রহ করে ড্রপডাউন মেনু থেকে একটি বিকল্প নির্বাচন করুন।",forbiddenEmailDomain:"আপনার ব্যবসার ইমেল অ্যাড্রেস দিন। এই ফর্মটি {{ domain }} থেকে ঠিকানাগুলি গ্রহণ করে না। ",manuallyBlockedEmailDomain:"অনুগ্রহ করে একটি আলাদা ইমেল অ্যাড্রেস লিখুন। এই ফর্মটি {{ domain }} থেকে ঠিকানা গ্রহণ করে না। ",emailOptIn:"আবার ফিরে আসার বিকল্প নির্বাচন করতে আপনার ইমেল দেখুন।",resubscribeMessage:"মনে হচ্ছে আপনি ইমেল যোগাযোগ থেকে নির্বাচন মুক্ত হয়েছেন। ইমেল পেতে এখানে ক্লিক করুন এবং আবার ফিরে আসুন।",invalidDate:"একটি বৈধ তারিখ দিন।",phoneInvalidCharacters:"শুধুমাত্র সংখ্যা, +()-. এবং x থাকতে হবে।",numberOutOfRange:"আপনি যে নম্বরটি লিখেছেন তা সীমার মধ্যে নেই।",inputTooLarge:"অনুগ্রহ করে 65536 থেকে কম অক্ষর ব্যবহার করার চেষ্টা করুন।",emailSuggestion:"আপনি কি {{ email }}বোঝাতে চেয়েছেন?",invalidDomain:"অনুগ্রহ করে একটি কার্যকর ডোমেন নাম লিখুন এবং আবার চেষ্টা করুন।",valueNotInFieldDefintion:"প্রদত্ত মানগুলির মধ্যে একটি নির্বাচন করুন।",submitText:"জমা করুন",fileTooLarge:"নির্বাচিত ফাইলটি খুব বড়। সর্বাধিক অনুমোদিত আকার 100MB।",defaultSelectOptionLabel:"অনুগ্রহ করে নির্বাচন করুন",notYou:"আপনি নন?",resetTheForm:"রিসেট করতে এখানে ক্লিক করুন",renderErrors:{UNKNOWN:{title:"মনে হচ্ছে এখানে একটি ফর্ম অনুপস্থিত আছে",message:"যদি কোনও সিস্টেম ত্রুটি থাকে, অথবা যদি ফর্মটি কখনও তৈরি করা না হয়, বা ফর্মটি মুছে ফেলা হয়, অথবা ফর্মের URL বা ID ভুল হলে এটি ঘটতে পারে।"}},submissionErrors:{SERVER_ERROR:"দুঃখিত, কিছু ভুল হয়েছে এবং ফর্মটি জমা দেওয়া হয়নি। অনুগ্রহ করে একটু পরে আবার চেষ্টা করুন।",RECAPTCHA_VALIDATION_ERROR:"ক্যাপচা বৈধতা দিতে ব্যর্থ। অনুগ্রহ করে আবার চেষ্টা করুন।",MISSING_REQUIRED_FIELDS:"অনুগ্রহ করে সমস্ত প্রয়োজনীয় ক্ষেত্রগুলি পূরণ করুন।",OUT_OF_DATE:"এই ফর্মটি এখন আর সাম্প্রতিক নয়। পেজটি রিফ্রেশ করুন এবং আবার চেষ্টা করুন।",BLOCKED_EMAIL:"চালিয়ে যেতে আপনার ইমেল অ্যাড্রেসটি পরিবর্তন করুন।",SUBMISSION_NOT_ALLOWED:"এই ফর্ম জমা দেওয়া যাবে না। সাইটের মালিকের সাথে যোগাযোগ করুন।",FORM_NOT_PUBLISHED:"এই ফর্মটি আর সক্রিয় নয়। পেজটি রিফ্রেশ করুন এবং আবার চেষ্টা করুন।",TOO_MANY_REQUESTS:"আপনার ফর্মটি জমা দেওয়ায় সমস্যা হয়েছিল। অনুগ্রহ করে কয়েক সেকেন্ড অপেক্ষা করুন এবং আবার চেষ্টা করুন।",PORTAL_MIGRATION:"আপনার প্রতিক্রিয়া জমা দেওয়া হয়েছে। সিস্টেম রক্ষণাবেক্ষণের কাজের কারণে, প্রক্রিয়াকরণ শেষ হতে এক দিন পর্যন্ত সময় লাগতে পারে।"},pagination:{next:"পরবর্তী",previous:"পূর্ববর্তী",step:" {{numberOfPages}}-এর {{currentPage}}"},fieldErrors:{required:"অনুগ্রহ করে {{link}}-তে '{{label}}' সম্পন্ন করুন",validation:"অনুগ্রহ করে {{link}}-তে '{{label}}' সমাধান করুন",pageNumber:"ধাপ {{pageNumber}}"}},"ca-es":{pikaday:{previousMonth:"Mes anterior",nextMonth:"Mes següent",january:"Gener",february:"Febrer",march:"Març",april:"Abril",may:"Maig",june:"Juny",july:"Juliol",august:"Agost",september:"Setembre",october:"Octubre",november:"Novembre",december:"Desembre",sunday:"Diumenge",monday:"Dilluns",tuesday:"Dimarts",wednesday:"Dimecres",thursday:"Dijous",friday:"Divendres",saturday:"Dissabte",sundayShort:"Dg.",mondayShort:"Dl.",tuesdayShort:"Dt.",wednesdayShort:"Dc.",thursdayShort:"Dj.",fridayShort:"Dv.",saturdayShort:"Ds."},required:"Emplena el camp obligatori.",invalidEmail:"Introdueix una adreça electrònica vàlida.",invalidEmailFormat:"L'adreça electrònica ha de tenir un format correcte.",invalidNumber:"Introdueix un número vàlid.",invalidNumberRangeTooSmall:"Introdueix un número superior o igual a {{ min }}.",invalidNumberRangeTooLarge:"Introdueix un número inferior o igual a {{ max }}.",missingOptionSelection:"Selecciona com a mínim una opció.",missingSelect:"Selecciona una opció del menú desplegable.",forbiddenEmailDomain:"Introdueix l'adreça electrònica de la teva empresa. Aquest formulari no accepta adreces de {{ domain }}.",manuallyBlockedEmailDomain:"Introdueix una altra adreça electrònica. Aquest formulari no accepta adreces de {{ domain }}.",emailOptIn:"Consulta el correu electrònic per tornar a habilitar les comunicacions. ",resubscribeMessage:"Sembla que has optat per no habilitar les comunicacions de correu electrònic. Fes clic aquí per rebre un correu i tornar a habilitar-les.",invalidDate:"Introdueix una data vàlida.",phoneInvalidCharacters:"Ha de contenir només números, +()-. y x.",numberOutOfRange:"El número que has introduït no és dins de l'interval.",inputTooLarge:"Utilitza menys de 65.536 caràcters.",emailSuggestion:"Volies dir {{ email }}?",invalidDomain:"Introdueix un nom de domini vàlid i torna-ho a provar.",valueNotInFieldDefintion:"Tria un dels valors proporcionats.",submitText:"Envia",fileTooLarge:"El fitxer seleccionat és massa gran. La mida màxima permesa és 100 MB.",defaultSelectOptionLabel:"Selecciona",notYou:"No ets tu?",resetTheForm:"Fes clic aquí per restablir",renderErrors:{UNKNOWN:{title:"Sembla que hi falta un formulari",message:"Això pot passar si hi ha un error del sistema o si el formulari no s'ha creat mai, s'ha suprimit, o bé la seva URL o el seu ID són incorrectes."}},submissionErrors:{SERVER_ERROR:"Hi ha hagut un problema i el formulari no s'ha enviat. Torna-ho a provar més tard.",RECAPTCHA_VALIDATION_ERROR:"Error en validar el captcha. Torna-ho a provar.",MISSING_REQUIRED_FIELDS:"Emplena els camps obligatoris.",OUT_OF_DATE:"Aquest formulari ja no és actual. Actualitza la pàgina i torna-ho a provar.",BLOCKED_EMAIL:"Canvia la teva adreça electrònica per continuar.",SUBMISSION_NOT_ALLOWED:"Aquest formulari no es pot enviar. Posa't en contacte amb el propietari del lloc.",FORM_NOT_PUBLISHED:"Aquest formulari ja no està actiu. Actualitza la pàgina i torna-ho a provar.",TOO_MANY_REQUESTS:"S'ha produït un error en enviar el formulari. Espera uns segons i torna-ho a provar.",PORTAL_MIGRATION:"La teva resposta s'ha enviat. A causa del treball de manteniment del sistema, pot tardar fins a un dia a processar-se."},pagination:{next:"Següent",previous:"Anterior",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:'Completa "{{label}}" a {{link}}',validation:'Corregeix "{{label}}" a {{link}}',pageNumber:"Pas {{pageNumber}}"}},cs:{pikaday:{previousMonth:"Předchozí měsíc",nextMonth:"Další měsíc",january:"Leden",february:"Únor",march:"Březen",april:"Duben",may:"Květen",june:"Červen",july:"Červenec",august:"Srpen",september:"Září",october:"Říjen",november:"Listopad",december:"Prosinec",sunday:"Neděle",monday:"Pondělí",tuesday:"Úterý",wednesday:"Středa",thursday:"Čtvrtek",friday:"Pátek",saturday:"Sobota",sundayShort:"Ne",mondayShort:"Po",tuesdayShort:"Út",wednesdayShort:"St",thursdayShort:"Čt",fridayShort:"Pá",saturdayShort:"So"},required:"Toto pole je nutné vyplnit.",invalidEmail:"Zadejte prosím platnou e-mailovou adresu.",invalidEmailFormat:"E-mail musí být ve správném tvaru.",invalidNumber:"Zadejte prosím platné číslo.",invalidNumberRangeTooSmall:"Zadejte číslo, které je větší nebo rovno {{ min }}.",invalidNumberRangeTooLarge:"Zadejte číslo, které je menší nebo rovno {{ max }}.",missingOptionSelection:"Vyberte prosím alespoň jednu možnost.",missingSelect:"Z rozevírací nabídky vyberte nějakou možnost.",forbiddenEmailDomain:"Zadejte prosím svou firemní e-mailovou adresu. Tento formulář nepřijímá adresy z domén {{ domain }}.",manuallyBlockedEmailDomain:"Zadejte prosím jinou e-mailovu adresu. Do tohoto formuláře nelze zadávat adresy z domény {{ domain }}.",emailOptIn:"Zkontrolujte prosím svůj e-mail, abyste se znovu přihlásili.",resubscribeMessage:"Vypadá to, že jste se odhlásili z e-mailové komunikace. Klikněte sem pro získání e-mailu a opět se přihlaste.",invalidDate:"Zadejte platné datum.",phoneInvalidCharacters:"Může obsahovat pouze čísla, +()-. a x.",numberOutOfRange:"Zadané číslo nespadá do povoleného rozsahu.",inputTooLarge:"Použijte méně než 65536 znaků.",emailSuggestion:"Měli jste na mysli {{ email }}?",invalidDomain:"Zadejte platný název domény a zkuste to znovu.",valueNotInFieldDefintion:"Zvolte jednu z uvedených hodnot.",submitText:"Odeslat",fileTooLarge:"Vybraný soubor je příliš velký. Maximální povolená velikost je 100 MB.",defaultSelectOptionLabel:"Vybrat",notYou:"Nejste to vy?",resetTheForm:"Kliknutím sem údaje resetujete.",renderErrors:{UNKNOWN:{title:"Vypadá to, že zde chybí formulář",message:"K tomu může dojít, pokud došlo k systémové chybě, formulář nebyl nikdy vytvořen, byl odstraněn nebo je adresa URL či ID formuláře nesprávné."}},submissionErrors:{SERVER_ERROR:"Něco se pokazilo, takže formulář nebyl odeslán. Zkuste to znovu později.",RECAPTCHA_VALIDATION_ERROR:"Ověření Captcha se nezdařilo. Zkuste to znovu.",MISSING_REQUIRED_FIELDS:"Vyplňte všechna povinná pole.",OUT_OF_DATE:"Tento formulář již není aktuální. Obnovte stránku a zkuste to znovu.",BLOCKED_EMAIL:"Chcete-li pokračovat, změňte svou e-mailovou adresu.",SUBMISSION_NOT_ALLOWED:"Tento formulář nelze odeslat. Kontaktujte majitele stránek.",FORM_NOT_PUBLISHED:"Tento formulář již není aktuální. Obnovte stránku a zkuste to znovu.",TOO_MANY_REQUESTS:"Při odesílání formuláře došlo k chybě. Počkejte několik sekund a zkuste to znovu.",PORTAL_MIGRATION:"Vaše odpověď byla odeslána. Dokončení zpracování může z důvodu údržby systému trvat až jeden den."},pagination:{next:"Další",previous:"Předcházející",step:"{{currentPage}} z {{numberOfPages}}"},fieldErrors:{required:"Vyplňte pole „{{label}}“ na stránce {{link}}.",validation:"Opravte zadání v poli „{{label}}“ na stránce {{link}}.",pageNumber:"Krok {{pageNumber}}"}},da:{pikaday:{previousMonth:"Forrige måned",nextMonth:"Næste måned",january:"Januar",february:"Februar",march:"Marts",april:"April",may:"Maj",june:"Juni",july:"Juli",august:"August",september:"September",october:"Oktober",november:"November",december:"December",sunday:"Søndag",monday:"Mandag",tuesday:"Tirsdag",wednesday:"Onsdag",thursday:"Torsdag",friday:"Fredag",saturday:"Lørdag",sundayShort:"Søn",mondayShort:"Man",tuesdayShort:"Tir",wednesdayShort:"Ons",thursdayShort:"Tor",fridayShort:"Fre",saturdayShort:"Lør"},required:"Udfyld dette obligatoriske felt.",invalidEmail:"Indtast venligst en gyldig mailadresse.",invalidEmailFormat:"Mailen skal have det korrekte format",invalidNumber:"Indtast venligst et gyldigt nummer.",invalidNumberRangeTooSmall:"Angiv et nummer, der er større end eller lig med {{ min }}.",invalidNumberRangeTooLarge:"Angiv et nummer, der er mindre end eller lig med {{ max }}.",missingOptionSelection:"Vælg venligst mindst én af svarmulighederne.",missingSelect:"Vælg en af mulighederne i dropdown menuen.",forbiddenEmailDomain:"Indtast venligst din arbejdsmail. Denne formular accepterer ikke adresser fra {{ domain }}.",manuallyBlockedEmailDomain:"Indtast venligst en anden mailadresse. Denne formular accepterer ikke adresser fra {{ domain }}",emailOptIn:"Tjek din mail for at tilmelde dig igen.",resubscribeMessage:"Det ser ud til, at du har frabedt dig mails. Klik her for at få en mail, hvor du kan tilmelde dig igen.",invalidDate:"Indtast en gyldig dato.",phoneInvalidCharacters:"Må kun indeholde numre, +()-. og x",numberOutOfRange:"Det nummer, du har angivet er ikke inden for området.",inputTooLarge:"Brug færre end 65536 tegn.",emailSuggestion:"Mente du {{ email }}?",invalidDomain:"Indtast et gyldigt domænenavn, og prøv igen.",valueNotInFieldDefintion:"Vælg en af de angivne værdier.",submitText:"Send",fileTooLarge:"Den valgte fil er for stor. Maks tilladt størrelse er 100 MB.",defaultSelectOptionLabel:"Vælg",notYou:"Ikke dig?",resetTheForm:"Klik her for at nulstille",renderErrors:{UNKNOWN:{title:"Det ser ud til, at der mangler en formular her",message:"Dette kan ske, hvis der er en systemfejl, eller hvis formularen aldrig er blevet oprettet, formularen er blevet slettet, eller URL-adressen til formularen eller formular-id er forkert."}},submissionErrors:{SERVER_ERROR:"Beklager, noget gik galt. Formularen blev ikke sendt. Prøv igen senere.",RECAPTCHA_VALIDATION_ERROR:"Kunne ikke bekræfte Captcha. Prøv igen.",MISSING_REQUIRED_FIELDS:"Udfyld venligst alle obligatoriske felter.",OUT_OF_DATE:"Denne formular er ikke den nyeste version længere. Opdater siden og prøv igen.",BLOCKED_EMAIL:"Ændr venligst din emailadresse for at fortsætte",SUBMISSION_NOT_ALLOWED:"Denne formular kan ikke indsendes. Kontakt sidens ejer.",FORM_NOT_PUBLISHED:"Denne formular er ikke den nyeste version længere. Opdater siden og prøv igen.",TOO_MANY_REQUESTS:"Der opstod en fejl under indsendelsen af formularen. Vent et par sekunder, og prøv igen.",PORTAL_MIGRATION:"Dit svar blev indsendt. På grund af systemvedligeholdelse kan det tage op til en dag af fuldføre behandlingen."},pagination:{next:"Næste",previous:"Forrige",step:"{{currentPage}} af {{numberOfPages}}"},fieldErrors:{required:"Fuldfør '{{label}}' på {{link}}",validation:"Ret '{{label}}' på {{link}}",pageNumber:"Trin {{pageNumber}}"}},de:{pikaday:{previousMonth:"Vorheriger Monat",nextMonth:"Nächster Monat",january:"Januar",february:"Februar",march:"März",april:"April",may:"Mai",june:"Juni",july:"Juli",august:"August",september:"September",october:"Oktober",november:"November",december:"Dezember",sunday:"Sonntag",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",sundayShort:"So",mondayShort:"Mo",tuesdayShort:"Di",wednesdayShort:"Mi",thursdayShort:"Do",fridayShort:"Fr",saturdayShort:"Sa"},required:"Bitte füllen Sie dieses Pflichtfeld aus.",invalidEmail:"Bitte geben Sie eine gültige E-Mail-Adresse ein.",invalidEmailFormat:"E-Mail muss korrekt formatiert sein.",invalidNumber:"Bitte geben Sie eine gültige Zahl ein.",invalidNumberRangeTooSmall:"Bitte geben Sie eine Zahl größer oder gleich {{ min }} ein.",invalidNumberRangeTooLarge:"Bitte geben Sie eine Zahl kleiner oder gleich {{ max }} ein.",missingOptionSelection:"Bitte wählen Sie mindestens eine Option aus.",missingSelect:"Bitte wählen Sie eine Option im Dropdown-Menü aus.",forbiddenEmailDomain:"Bitte geben Sie Ihre geschäftliche E-Mail-Adresse ein. Dieses Formular akzeptiert keine Adressen von {{ domain }}.",manuallyBlockedEmailDomain:"Bitte geben Sie eine andere E-Mail-Adresse ein. Dieses Formular akzeptiert keine Adressen von {{ domain }}.",emailOptIn:"Sie haben eine E-Mail erhalten, über die Sie sich erneut anmelden können.",resubscribeMessage:"Sie sind derzeit vom Erhalt von E-Mails abgemeldet. Klicken Sie hier, wenn Sie sich erneut anmelden möchten. Sie erhalten daraufhin eine E-Mail von uns.",invalidDate:"Bitte geben Sie ein gültiges Datum ein.",phoneInvalidCharacters:"Die Nummer darf nur Ziffern bzw. die Zeichen '+', '(', ')', '-', '.' und 'x' enthalten.",numberOutOfRange:"Die eingegebene Zahl ist nicht zulässig.",inputTooLarge:"Bitte verwenden Sie weniger als 65.536 Zeichen.",emailSuggestion:"Meinten Sie {{ email }}?",invalidDomain:"Bitte geben Sie einen gültigen Domain-Namen ein und versuchen Sie es erneut.",valueNotInFieldDefintion:"Bitte wählen Sie einen der vorgegebenen Werte.",submitText:"Einsenden",fileTooLarge:"Die ausgewählte Datei ist zu groß. Die maximal zulässige Größe beträgt 100 MB.",defaultSelectOptionLabel:"Bitte auswählen",notYou:"Nicht Sie?",resetTheForm:"Klicken Sie zum Zurücksetzen hier.",renderErrors:{UNKNOWN:{title:"Anscheinend fehlt hier ein Formular.",message:"Dies kann auftreten, wenn ein Systemfehler vorliegt, das Formular nie erstellt wurde, das Formular gelöscht wurde oder die URL oder ID des Formulars falsch ist."}},submissionErrors:{SERVER_ERROR:"Leider ist etwas ist schief gegangen. Das Formular wurde nicht übermittelt. Bitte versuchen Sie es später erneut.",RECAPTCHA_VALIDATION_ERROR:"Das Captcha konnte nicht validiert werden. Bitte versuchen Sie es erneut.",MISSING_REQUIRED_FIELDS:"Bitte füllen Sie alle Pflichtfelder aus.",OUT_OF_DATE:"Dieses Formular ist nicht mehr aktuell, bitte aktualisieren Sie die Seite und versuchen Sie es erneut.",BLOCKED_EMAIL:"Bitte ändern Sie Ihre E-Mail-Adresse, um fortzufahren.",SUBMISSION_NOT_ALLOWED:"Dieses Formular kann nicht eingesendet werden, bitte kontaktieren Sie den Eigentümer der Website.",FORM_NOT_PUBLISHED:"Dieses Formular ist nicht mehr aktiv, bitte aktualisieren Sie die Seite und versuchen Sie es erneut.",TOO_MANY_REQUESTS:"Beim Einsenden Ihres Formulars ist ein Problem aufgetreten. Bitte warten Sie einige Sekunden und versuchen Sie es erneut.",PORTAL_MIGRATION:"Ihre Antwort wurde übermittelt. Aufgrund von Wartungsarbeiten am System kann die Verarbeitung bis zu einem Tag dauern."},pagination:{next:"Weiter",previous:"Zurück",step:"{{currentPage}} von {{numberOfPages}}"},fieldErrors:{required:"Bitte schließen Sie „{{label}}“ auf {{link}} ab",validation:"Bitte beheben Sie „{{label}}“ auf {{link}}",pageNumber:"Schritt {{pageNumber}}"}},el:{pikaday:{previousMonth:"Προηγούμενος μήνας",nextMonth:"Επόμενος μήνας",january:"Ιανουάριος",february:"Φεβρουάριος",march:"Μάρτιος",april:"Απρίλιος",may:"Μάιος",june:"Ιούνιος",july:"Ιούλιος",august:"Αύγουστος",september:"Σεπτέμβριος",october:"Οκτώβριος",november:"Νοέμβριος",december:"Δεκέμβριος",sunday:"Κυριακή",monday:"Δευτέρα",tuesday:"Τρίτη",wednesday:"Τετάρτη",thursday:"Πέμπτη",friday:"Παρασκευή",saturday:"Σάββατο",sundayShort:"Κυρ",mondayShort:"Δευ",tuesdayShort:"Τρί",wednesdayShort:"Τετ",thursdayShort:"Πέμ",fridayShort:"Παρ",saturdayShort:"Σάβ"},required:"Συμπληρώστε αυτό το υποχρεωτικό πεδίο.",invalidEmail:"Συμπληρώστε μια έγκυρη διεύθυνση email.",invalidEmailFormat:"Το email θα πρέπει να έχει τη σωστή μορφή.",invalidNumber:"Συμπληρώστε έναν έγκυρο αριθμό.",invalidNumberRangeTooSmall:"Καταχωρήστε έναν αριθμό μεγαλύτερο από ή ίσο με {{ min }}.",invalidNumberRangeTooLarge:"Καταχωρήστε έναν αριθμό μικρότερο από ή ίσο με {{ max }}.",missingOptionSelection:"Ορίστε τουλάχιστον μία επιλογή.",missingSelect:"Ορίστε μια επιλογή από το αναπτυσσόμενο μενού.",forbiddenEmailDomain:"Καταχωρήστε το εταιρικό σας email. Η φόρμα αυτή δεν υποστηρίζει διευθύνσεις από το domain {{ domain }}.",manuallyBlockedEmailDomain:"Καταχωρήστε διαφορετική διεύθυνση email. Η φόρμα αυτή δεν υποστηρίζει διευθύνσεις από το domain {{ domain }}.",emailOptIn:"Ελέγξτε το email σας για να εγγραφείτε ξανά.",resubscribeMessage:"Φαίνεται πως έχετε ζητήσει να μην λαμβάνετε email. Κάντε κλικ εδώ για να εγγραφείτε ξανά και να λαμβάνετε emai.",invalidDate:"Καταχωρήστε μια έγκυρη ημερομηνία.",phoneInvalidCharacters:"Πρέπει να περιέχει μόνο αριθμούς, +()-. και x.",numberOutOfRange:"Ο αριθμός που καταχωρήσατε δεν περιλαμβάνεται στο επιτρεπτό πεδίο τιμών.",inputTooLarge:"Χρησιμοποιήστε λιγότερους από 65536 χαρακτήρες.",emailSuggestion:"Μήπως εννοείτε {{ email }};",invalidDomain:"Καταχωρήστε ένα έγκυρο όνομα domain και προσπαθήστε ξανά.",valueNotInFieldDefintion:"Επιλέξτε μία από τις παρεχόμενες τιμές.",submitText:"Υποβολή",fileTooLarge:"Το επιλεγμένο αρχείο είναι υπερβολικά μεγάλο. Το μέγιστο επιτρεπτό μέγεθος είναι 100 MB.",defaultSelectOptionLabel:"Επιλέξτε",notYou:"Δεν είστε εσείς;",resetTheForm:"Κάντε κλικ εδώ για επαναφορά",renderErrors:{UNKNOWN:{title:"Θα έπρεπε να υπάρχει μια φόρμα εδώ.",message:"Η φόρμα δεν φορτώθηκε. Ανανεώστε τη σελίδα ή δοκιμάστε ξανά αργότερα."}},submissionErrors:{SERVER_ERROR:"Δυστυχώς παρουσιάστηκε κάποιο πρόβλημα και η φόρμα δεν υποβλήθηκε. Προσπαθήστε ξανά αργότερα.",RECAPTCHA_VALIDATION_ERROR:"Αποτυχία επικύρωσης του captcha. Προσπαθήστε ξανά.",MISSING_REQUIRED_FIELDS:"Συμπληρώστε όλα τα υποχρεωτικά πεδία.",OUT_OF_DATE:"Αυτή η φόρμα δεν είναι ενημερωμένη. Ανανεώστε τη σελίδα και προσπαθήστε ξανά.",BLOCKED_EMAIL:"Αλλάξτε τη διεύθυνση email σας για να συνεχίσετε.",SUBMISSION_NOT_ALLOWED:"Η φόρμα αυτή δεν μπορεί να υποβληθεί. Επικοινωνήστε με τον κάτοχο του ιστότοπου.",FORM_NOT_PUBLISHED:"Αυτή η φόρμα δεν είναι πλέον ενεργή. Ανανεώστε τη σελίδα και προσπαθήστε ξανά.",TOO_MANY_REQUESTS:"Υπήρξε κάποιο θέμα κατά την υποβολή της φόρμας σας. Περιμένετε λίγα δευτερόλεπτα και δοκιμάστε ξανά.",PORTAL_MIGRATION:"Η απάντησή σας υποβλήθηκε. Λόγω εργασιών συντήρησης του συστήματος, μπορεί να χρειαστεί έως και μία ημέρα για να ολοκληρωθεί η επεξεργασία."},pagination:{next:"Επόμενο",previous:"Προηγούμενο",step:"{{currentPage}} από {{numberOfPages}}"},fieldErrors:{required:"Ολοκληρώστε το '{{label}}' στο {{link}}",validation:"Διορθώστε το '{{label}}' στο {{link}}",pageNumber:"Βήμα {{pageNumber}}"}},"en-gb":{pikaday:{previousMonth:"Previous Month",nextMonth:"Next month",january:"January",february:"February",march:"March",april:"April",may:"May",june:"June",july:"July",august:"August",september:"September",october:"October",november:"November",december:"December",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",sundayShort:"Sun",mondayShort:"Mon",tuesdayShort:"Tue",wednesdayShort:"Wed",thursdayShort:"Thu",fridayShort:"Fri",saturdayShort:"Sat"},required:"Please complete this required field.",invalidEmail:"Please enter a valid email address.",invalidEmailFormat:"Email must be formatted correctly.",invalidNumber:"Please enter a valid number.",invalidNumberRangeTooSmall:"Please enter a number that's greater than or equal to {{ min }}.",invalidNumberRangeTooLarge:"Please enter a number that's less than or equal to {{ max }}.",missingOptionSelection:"Please select at least one option.",missingSelect:"Please select an option from the dropdown menu.",forbiddenEmailDomain:"Please enter your business email address. This form does not accept addresses from {{ domain }}.",manuallyBlockedEmailDomain:"Please enter a different email address. This form does not accept addresses from {{ domain }}.",emailOptIn:"Please check your email to opt back in.",resubscribeMessage:"It looks like you've opted out of email communication. Click here to get an email and opt back in.",invalidDate:"Please enter a valid date.",phoneInvalidCharacters:"Must contain only numbers, +()-. and x.",numberOutOfRange:"The number you entered is not in range.",inputTooLarge:"Please use fewer than 65536 characters.",emailSuggestion:"Did you mean {{ email }}?",invalidDomain:"Please enter a valid domain name and try again.",valueNotInFieldDefintion:"Please choose one of the provided values.",submitText:"Submit",fileTooLarge:"Selected file is too large. Maximum allowed size is 100MB.",defaultSelectOptionLabel:"Please select",notYou:"Not you?",resetTheForm:"Click here to reset",renderErrors:{UNKNOWN:{title:"Looks like there's a missing form here",message:"This can happen if there’s a system error, or if the form was never created, the form was deleted, or the form URL or ID is incorrect."}},submissionErrors:{SERVER_ERROR:"Sorry, something went wrong and the form was not submitted. Please try again later.",RECAPTCHA_VALIDATION_ERROR:"Failed to validate Captcha. Please try again.",MISSING_REQUIRED_FIELDS:"Please complete all required fields.",OUT_OF_DATE:"This form is no longer current. Please refresh the page and try again.",BLOCKED_EMAIL:"Please change your email address to continue.",SUBMISSION_NOT_ALLOWED:"This form cannot be submitted. Please contact the site owner.",FORM_NOT_PUBLISHED:"This form is no longer active. Please refresh the page and try again.",TOO_MANY_REQUESTS:"There was an issue submitting your form. Please wait a few seconds and try again.",PORTAL_MIGRATION:"Your response was submitted. Due to system maintenance work, it might take up to a day to finish processing."},pagination:{next:"Next",previous:"Previous",step:"{{currentPage}} of {{numberOfPages}}"},fieldErrors:{required:"Please complete '{{label}}' on {{link}}",validation:"Please fix '{{label}}' on {{link}}",pageNumber:"Step {{pageNumber}}"}},en:{pikaday:{previousMonth:"Previous Month",nextMonth:"Next Month",january:"January",february:"February",march:"March",april:"April",may:"May",june:"June",july:"July",august:"August",september:"September",october:"October",november:"November",december:"December",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",sundayShort:"Sun",mondayShort:"Mon",tuesdayShort:"Tue",wednesdayShort:"Wed",thursdayShort:"Thu",fridayShort:"Fri",saturdayShort:"Sat"},required:"Please complete this required field.",invalidEmail:"Please enter a valid email address.",invalidEmailFormat:"Email must be formatted correctly.",invalidNumber:"Please enter a valid number.",invalidNumberRangeTooSmall:"Please enter a number that's greater than or equal to {{ min }}.",invalidNumberRangeTooLarge:"Please enter a number that's less than or equal to {{ max }}.",missingOptionSelection:"Please select at least one option.",missingSelect:"Please select an option from the dropdown menu.",forbiddenEmailDomain:"Please enter your business email address. This form does not accept addresses from {{ domain }}.",manuallyBlockedEmailDomain:"Please enter a different email address. This form does not accept addresses from {{ domain }}.",emailOptIn:"Please check your email to opt back in.",resubscribeMessage:"Looks like you've opted out of email communication. Click here to get an email and opt back in.",invalidDate:"Please enter a valid date.",phoneInvalidCharacters:"Must contain only numbers, +()-. and x.",numberOutOfRange:"The number you entered is not in range.",inputTooLarge:"Please use fewer than 65536 characters.",emailSuggestion:"Did you mean {{ email }}?",invalidDomain:"Please enter a valid domain name and try again.",valueNotInFieldDefintion:"Please choose one of the provided values.",submitText:"Submit",fileTooLarge:"Selected file is too large. Maximum allowed size is 100MB.",defaultSelectOptionLabel:"Please Select",notYou:"Not you?",resetTheForm:"Click here to reset",renderErrors:{UNKNOWN:{title:"Looks like there's a missing form here",message:"This can happen if there’s a system error, or if the form was never created, the form was deleted, or the form URL or ID is incorrect."}},submissionErrors:{SERVER_ERROR:"Sorry, something went wrong and the form was not submitted. Please try again later.",RECAPTCHA_VALIDATION_ERROR:"Failed to validate Captcha. Please try again.",MISSING_REQUIRED_FIELDS:"Please complete all required fields.",OUT_OF_DATE:"This form is no longer current. Please refresh the page and try again.",BLOCKED_EMAIL:"Please change your email address to continue.",SUBMISSION_NOT_ALLOWED:"This form cannot be submitted. Please contact the site owner.",FORM_NOT_PUBLISHED:"This form is no longer active. Please refresh the page and try again.",TOO_MANY_REQUESTS:"There was an issue submitting your form. Please wait a few seconds and try again.",PORTAL_MIGRATION:"Your response was submitted. Due to system maintenance work, it might take up to a day to finish processing."},pagination:{next:"Next",previous:"Previous",step:"{{currentPage}} of {{numberOfPages}}"},fieldErrors:{required:"Please complete '{{label}}' on {{link}}",validation:"Please fix '{{label}}' on {{link}}",pageNumber:"Step {{pageNumber}}"}},"es-mx":{pikaday:{previousMonth:"Mes anterior",nextMonth:"Mes siguiente",january:"Enero",february:"Febrero",march:"Marzo",april:"Abril",may:"mayo",june:"Junio",july:"Julio",august:"Agosto",september:"Septiembre",october:"Octubre",november:"Noviembre",december:"Diciembre",sunday:"Domingo",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",sundayShort:"Dom",mondayShort:"Lun",tuesdayShort:"Mar",wednesdayShort:"Mié",thursdayShort:"Jue",fridayShort:"Vie",saturdayShort:"Sáb"},required:"Completa este campo obligatorio.",invalidEmail:"Ingresa una dirección de correo electrónico válida.",invalidEmailFormat:"La dirección de correo debe tener el formato correcto",invalidNumber:"Ingresa un número válido.",invalidNumberRangeTooSmall:"Introduce un número mayor que o igual a {{ min }}.",invalidNumberRangeTooLarge:"Introduce un número menor que o igual a {{ max }}.",missingOptionSelection:"Selecciona por lo menos una opción.",missingSelect:"Selecciona una opción del menú desplegable.",forbiddenEmailDomain:"Ingresa tu dirección de correo electrónico corporativa. Este formulario no acepta direcciones de {{ domain }}.",manuallyBlockedEmailDomain:"Introduce una dirección de correo electrónico diferente. Este formulario no acepta direcciones de {{ domain }}.",emailOptIn:"Revise su correo electrónico para volver a recibir comunicaciones por correo electrónico.",resubscribeMessage:"Aparentemente eligió dejar de recibir comunicaciones por correo electrónico. Haga clic aquí para recibir un correo electrónico y volver a recibir comunicaciones por correo electrónico.",invalidDate:"Escribe una fecha válida.",phoneInvalidCharacters:"Sólo debe contener números, +()-. y x",numberOutOfRange:"El número que introdujiste no está dentro del intervalo.",inputTooLarge:"Usa menos de 65536 caracteres.",emailSuggestion:"¿Quisiste decir {{ email }}?",invalidDomain:"Escribe un nombre de dominio válido e intenta de nuevo.",valueNotInFieldDefintion:"Elige uno de los valores proporcionados.",submitText:"Enviar",fileTooLarge:"El archivo seleccionado es demasiado grande. El tamaño máximo permitido es de 100 MB.",defaultSelectOptionLabel:"Selecciona",notYou:"¿No eres tú?",resetTheForm:"Haz clic aquí para restablecer",renderErrors:{UNKNOWN:{title:"Parece que falta un formulario aquí",message:"Esto puede ocurrir si hay un error de sistema o si el formulario nunca se creó, fue eliminado o la URL o ID del formulario estaban incorrectas."}},submissionErrors:{SERVER_ERROR:"Lo sentimos, algo salió mal y el formulario no fue enviado. Inténtalo de nuevo más tarde.",RECAPTCHA_VALIDATION_ERROR:"No se pudo validar Captcha. Inténtalo de nuevo más tarde.",MISSING_REQUIRED_FIELDS:"Completa todos los campos obligatorios.",OUT_OF_DATE:"Este formulario ya no es actual. Actualiza la página y vuelve a intentarlo.",BLOCKED_EMAIL:"Cambia tu dirección de correo electrónico para continuar.",SUBMISSION_NOT_ALLOWED:"Este formulario no puede ser enviado. Ponte en contacto con el propietario del sitio.",FORM_NOT_PUBLISHED:"Este formulario ya no está activo. Actualiza la página y vuelve a intentarlo.",TOO_MANY_REQUESTS:"Hubo un problema al enviar el formulario. Espera unos segundos e intenta nuevamente.",PORTAL_MIGRATION:"Tu respuesta se envió. Debido a los trabajos de mantenimiento del sistema, su procesamiento puede tomar hasta un día."},pagination:{next:"Siguiente",previous:"Anterior",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:"Completa «{{label}}» en {{link}}",validation:"Corrige «{{label}}» en {{link}}",pageNumber:"Paso {{pageNumber}}"}},es:{pikaday:{previousMonth:"Mes anterior",nextMonth:"Mes siguiente",january:"Enero",february:"Febrero",march:"Marzo",april:"Abril",may:"Mayo",june:"Junio",july:"Julio",august:"Agosto",september:"Septiembre",october:"Octubre",november:"Noviembre",december:"Diciembre",sunday:"Domingo",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",sundayShort:"Dom",mondayShort:"Lun",tuesdayShort:"Mar",wednesdayShort:"Mié",thursdayShort:"Jue",fridayShort:"Vie",saturdayShort:"Sáb"},required:"Rellena este campo obligatorio.",invalidEmail:"Introduce una dirección de correo electrónico válida.",invalidEmailFormat:"La dirección de correo electrónico debe tener un formato correcto.",invalidNumber:"Introduce un número válido.",invalidNumberRangeTooSmall:"Introduce un número que sea mayor o igual a {{ min }}.",invalidNumberRangeTooLarge:"Introduce un número que sea menor o igual a {{ max }}.",missingOptionSelection:"Selecciona al menos una opción.",missingSelect:"Selecciona una opción del menú desplegable.",forbiddenEmailDomain:"Introduce la dirección de correo electrónico de tu empresa. Este formulario no acepta direcciones de {{ domain }}.",manuallyBlockedEmailDomain:"Introduce una dirección de correo electrónico diferente. Este formulario no acepta direcciones de {{ domain }}.",emailOptIn:"Comprueba el correo electrónico para volver a activar la función.",resubscribeMessage:"Parece que has decidido desactivar la función de comunicación por correo electrónico. Haz clic aquí para recibir un mensaje de correo electrónico y volver a activar la función.",invalidDate:"Introduce una fecha válida.",phoneInvalidCharacters:"Solo debe contener números, +()-. y x.",numberOutOfRange:"El número que has introducido no está dentro del rango.",inputTooLarge:"Usa menos de 65.536 caracteres.",emailSuggestion:"¿Querías decir {{ email }}?",invalidDomain:"Introduce un nombre de dominio válido y vuelve a intentarlo.",valueNotInFieldDefintion:"Selecciona uno de los valores proporcionados.",submitText:"Enviar",fileTooLarge:"El archivo seleccionado es demasiado grande. El tamaño máximo permitido es de 100 MB.",defaultSelectOptionLabel:"Selecciona",notYou:"¿No eres tú?",resetTheForm:"Haz clic aquí para borrar los campos",renderErrors:{UNKNOWN:{title:"Parece que falta un formulario aquí",message:"Esto puede ocurrir si hay un error de sistema o si el formulario nunca se creó, fue eliminado o la URL o ID del formulario estaban incorrectas."}},submissionErrors:{SERVER_ERROR:"Lo sentimos, algo salió mal. El formulario no se ha enviado. Inténtalo de nuevo más tarde.",RECAPTCHA_VALIDATION_ERROR:"Error al validar el captcha. Inténtalo de nuevo.",MISSING_REQUIRED_FIELDS:"Rellena todos los campos obligatorios.",OUT_OF_DATE:"Este formulario ya no está actualizado. Actualiza la página y vuelve a intentarlo.",BLOCKED_EMAIL:"Cambia tu dirección de correo electrónico para continuar.",SUBMISSION_NOT_ALLOWED:"No se puede enviar este formulario. Ponte en contacto con el propietario del sitio.",FORM_NOT_PUBLISHED:"Este formulario ya no está activo. Actualiza la página y vuelve a intentarlo.",TOO_MANY_REQUESTS:"Se ha producido un error al enviar el formulario. Espera unos segundos y vuelve a intentarlo.",PORTAL_MIGRATION:"Se ha enviado tu respuesta. Debido a labores de mantenimiento del sistema, puede que tarde hasta un día en finalizarse el proceso."},pagination:{next:"Siguiente",previous:"Anterior",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:'Completa "{{label}}" en {{link}}',validation:'Corrige "{{label}}" en {{link}}',pageNumber:"Paso {{pageNumber}}"}},et:{pikaday:{previousMonth:"Eelmine kuu",nextMonth:"Järgmine kuu",january:"Jaanuar",february:"Veebruar",march:"Märts",april:"Aprill",may:"Mai",june:"Juuni",july:"Juuli",august:"August",september:"September",october:"Oktoober",november:"November",december:"Detsember",sunday:"Pühapäev",monday:"Esmaspäev",tuesday:"Teisipäev",wednesday:"Kolmapäev",thursday:"Neljapäev",friday:"Reede",saturday:"Laupäev",sundayShort:"P",mondayShort:"E",tuesdayShort:"T",wednesdayShort:"K",thursdayShort:"N",fridayShort:"R",saturdayShort:"L"},required:"Palun täitke see kohustuslik väli.",invalidEmail:"Palun sisestage kehtiv meiliaadress.",invalidEmailFormat:"Meiliaadress peab olema õigesti vormindatud.",invalidNumber:"Palun sisestage kehtiv number.",invalidNumberRangeTooSmall:"Palun sisestage number, mis on {{ min }} või suurem.",invalidNumberRangeTooLarge:"Palun sisestage number, mis on {{ max }} või väiksem.",missingOptionSelection:"Palun valige vähemalt üks valik.",missingSelect:"Palun valige rippmenüüst valik.",forbiddenEmailDomain:"Palun sisestage oma ettevõtte meiliaadress. Selles vormis pole lubatud domeeni {{ domain }} aadressid.",manuallyBlockedEmailDomain:"Sisestage palun muu meiliaadress. Selles vormis pole lubatud domeeni {{ domain }} aadressid.",emailOptIn:"Palun märgistage oma meil suhtluse uuesti tellimiseks.",resubscribeMessage:"Paistab, et olete meilisuhtlusest loobunud. Klõpsake meili saamiseks siin ja avaldage uuesti soovi.",invalidDate:"Palun sisestage kehtiv kuupäev.",phoneInvalidCharacters:"Peab sisaldama ainult numbreid, +(). ja x-i",numberOutOfRange:"Teie sisestatud number ei ole selles vahemikus.",inputTooLarge:"Palun kasutage vähem kui 65 536 tähemärki.",emailSuggestion:"Kas mõtlesite {{ email }}?",invalidDomain:"Palun sisestage kehtiv domeeni nimi ja proovige uuesti.",valueNotInFieldDefintion:"Palun valige üks esitatud väärtustest.",submitText:"Esita",fileTooLarge:"Valitud fail on liiga suur. Lubatud maksimumsuurus on 100 MB.",defaultSelectOptionLabel:"Palun valige",notYou:"Pole teie?",resetTheForm:"Lähtestamiseks klõpsake siin",renderErrors:{UNKNOWN:{title:"Tundub, et siin on vorm puudu",message:"Selle põhjuseks võib olla süsteemiviga või see, kui vormi ei loodud, vorm kustutati või on vormi URL või ID vale."}},submissionErrors:{SERVER_ERROR:"Kahjuks läks midagi viltu ja vormi ei esitatud. Palun proovige hiljem uuesti.",RECAPTCHA_VALIDATION_ERROR:"Captcha valideerimine ebaõnnestus. Palun proovige uuesti.",MISSING_REQUIRED_FIELDS:"Palun täitke kõik kohustuslikud väljad.",OUT_OF_DATE:"See vorm ei ole enam ajakohane. Palun värskendage lehte ja proovige uuesti.",BLOCKED_EMAIL:"Palun muutke jätkamiseks oma meiliaadressi.",SUBMISSION_NOT_ALLOWED:"Seda vormi ei saa esitada. Palun võtke ühendust lehe omanikuga.",FORM_NOT_PUBLISHED:"See vorm ei ole enam aktiivne. Palun värskendage lehte ja proovige uuesti.",TOO_MANY_REQUESTS:"Vormi esitamisel esines probleem. Palun oodake mõned sekundid ja proovige uuesti.",PORTAL_MIGRATION:"Teie vastus on esitatud. Süsteemi hooldustööde tõttu võib töötlemine võtta kuni ühe päeva."},pagination:{next:"Järgmine",previous:"Eelmine",step:"{{currentPage}} / {{numberOfPages}}"},fieldErrors:{required:"Palun täitke '{{label}}' lingil {{link}}",validation:"Palun parandage '{{label}}' lingil {{link}}",pageNumber:"Toiming {{pageNumber}}"}},fi:{pikaday:{previousMonth:"Edellinen kuukausi",nextMonth:"Seuraava kuukausi",january:"Tammikuu",february:"Helmikuu",march:"Maaliskuu",april:"Huhtikuu",may:"Toukokuu",june:"Kesäkuu",july:"Heinäkuu",august:"Elokuu",september:"Syyskuu",october:"Lokakuu",november:"Marraskuu",december:"Joulukuu",sunday:"Sunnuntai",monday:"Maanantai",tuesday:"Tiistai",wednesday:"Keskiviikko",thursday:"Torstai",friday:"Perjantai",saturday:"Lauantai",sundayShort:"Su",mondayShort:"Ma",tuesdayShort:"Ti",wednesdayShort:"Ke",thursdayShort:"To",fridayShort:"Pe",saturdayShort:"La"},required:"Täydennä tämä pakollinen kenttä.",invalidEmail:"Anna kelvollinen sähköpostiosoite.",invalidEmailFormat:"Sähköpostiosoitteen on oltava oikeassa muodossa.",invalidNumber:"Anna kelvollinen numero.",invalidNumberRangeTooSmall:"Anna numero, joka on yhtä suuri tai suurempi kuin {{ min }}.",invalidNumberRangeTooLarge:"Anna numero, joka on pienempi tai yhtä suuri kuin {{ max }}.",missingOptionSelection:"Valitse vähintään yksi vaihtoehto.",missingSelect:"Valitse vaihtoehto pudotusvalikosta.",forbiddenEmailDomain:"Anna työsähköpostiosoitteesi. Lomake ei hyväksy osoitteita toimialueelta {{ domain }}.",manuallyBlockedEmailDomain:"Anna eri sähköpostiosoite. Lomake ei hyväksy osoitteita toimialueelta {{ domain }}.",emailOptIn:"Tarkista sähköpostiosoitteesi, jos haluat jatkaa palvelun käyttöä.",resubscribeMessage:"Olet valinnut sähköpostiviestinnän lopettamisen. Napsauta tätä, jolloin saat sähköpostiviestin ja voit taas vastaanottaa viestejä meiltä.",invalidDate:"Anna kelvollinen päivämäärä.",phoneInvalidCharacters:"Saa sisältää vain numeroita tai merkit +()-. ja x",numberOutOfRange:"Antamasi numero ei ole hyväksyttävissä rajoissa.",inputTooLarge:"Käytä alle 65 536 merkkiä.",emailSuggestion:"Tarkoititko {{ email }}?",invalidDomain:"Anna kelvollinen verkkotunnus ja yritä uudelleen.",valueNotInFieldDefintion:"Valitse yksi annetuista arvoista.",submitText:"Lähetä",fileTooLarge:"Valittu tiedosto on liian iso. Sallittu enimmäiskoko on 100 MB.",defaultSelectOptionLabel:"Valitse",notYou:"Et sinä?",resetTheForm:"Nollaa napsauttamalla tätä",renderErrors:{UNKNOWN:{title:"Tästä näyttäisi puuttuvan jotain",message:"Näin voi käydä, jos järjestelmässä on virhe tai jos lomaketta ei ole koskaan luotu, lomake on poistettu tai lomakkeen URL tai tunnus on virheellinen."}},submissionErrors:{SERVER_ERROR:"Jotain meni pieleen ja lomaketta ei lähetetty. Yritä myöhemmin uudelleen.",RECAPTCHA_VALIDATION_ERROR:"Captchan vahvistus ei onnistunut. Yritä uudelleen.",MISSING_REQUIRED_FIELDS:"Täytä kaikki pakolliset kentät.",OUT_OF_DATE:"Tämä lomake ei ole enää ajankohtainen. Päivitä sivu ja yritä uudelleen.",BLOCKED_EMAIL:"Vaihda sähköpostiosoitteesi, jos haluat jatkaa.",SUBMISSION_NOT_ALLOWED:"Lomaketta ei voida lähettää. Ota yhteyttä sivuston omistajaan.",FORM_NOT_PUBLISHED:"Tämä lomake ei ole enää aktiivinen. Päivitä sivu ja yritä uudelleen.",TOO_MANY_REQUESTS:"Lomakkeesi lähettämisessä ilmeni virhe. Odota hetki ja yritä uudelleen.",PORTAL_MIGRATION:"Vastauksesi lähetettiin. Järjestelmän ylläpitotöiden vuoksi käsittelyn loppuun saattaminen voi kestää jopa päivän."},pagination:{next:"Seuraava",previous:"Edellinen",step:"{{currentPage}}/{{numberOfPages}}"},fieldErrors:{required:"Täytä '{{label}}' kohdassa {{link}}",validation:"Korjaa '{{label}}' kohdassa {{link}}",pageNumber:"Vaihe {{pageNumber}}"}},"fr-ca":{pikaday:{previousMonth:"Le mois précédent",nextMonth:"Le mois suivant",january:"janvier",february:"février",march:"mars",april:"avril",may:"mai",june:"juin",july:"juillet",august:"août",september:"septembre",october:"octobre",november:"novembre",december:"décembre",sunday:"dimanche",monday:"lundi",tuesday:"mardi",wednesday:"mercredi",thursday:"jeudi",friday:"vendredi",saturday:"samedi",sundayShort:"dim.",mondayShort:"lun.",tuesdayShort:"mar.",wednesdayShort:"mer.",thursdayShort:"jeu.",fridayShort:"ven.",saturdayShort:"sam."},required:"Veuillez remplir ce champ obligatoire.",invalidEmail:"Veuillez entrer une adresse courriel valide.",invalidEmailFormat:"Le courriel doit être formaté correctement.",invalidNumber:"Veuillez entrer un numéro valide. ",invalidNumberRangeTooSmall:"Veuillez entrer un nombre supérieur ou égal à {{ min }}.",invalidNumberRangeTooLarge:"Veuillez entrer un nombre inférieur ou égal à {{ max }}.",missingOptionSelection:"Veuillez sélectionner au moins une option. ",missingSelect:"Veuillez sélectionner une option dans le menu déroulant. ",forbiddenEmailDomain:"Veuillez entrer votre adresse courriel professionnelle. Ce formulaire n'accepte pas les adresses provenant de {{ domain }}.",manuallyBlockedEmailDomain:"Veuillez saisir une autre adresse courriel. Ce formulaire n'accepte pas les adresses provenant de {{ domain }}.",emailOptIn:"Veuillez vérifier votre adresse courriel pour vous réinscrire.",resubscribeMessage:"On dirait que vous avez choisi de ne plus communiquer par courriel. Cliquez ici pour recevoir un courriel et vous réinscrire. ",invalidDate:"Veuillez entrer une date valide. ",phoneInvalidCharacters:"Ne doit contenir que des chiffres, +()-. et x. ",numberOutOfRange:"Le numéro que vous avez saisi n'est pas dans la fourchette. ",inputTooLarge:"Veuillez utiliser moins de 65536 caractères.",emailSuggestion:"Vous voulez dire {{ email }}?",invalidDomain:"Veuillez entrer un nom de domaine valide et réessayer.",valueNotInFieldDefintion:"Veuillez choisir l'une des valeurs fournies. ",submitText:"Soumettre",fileTooLarge:"Le fichier sélectionné est trop volumineux. La taille maximale autorisée est de 100 Mo. ",defaultSelectOptionLabel:"Veuillez sélectionner ",notYou:"Pas vous? ",resetTheForm:"Cliquez ici pour réinitialiser ",renderErrors:{UNKNOWN:{title:"Il semble qu'un formulaire est manquant ici",message:"Cela peut se produire en cas d'erreur système, si le formulaire n'a jamais été créé, s'il a été supprimé ou si l'URL ou l'ID du formulaire est incorrect."}},submissionErrors:{SERVER_ERROR:"Désolé, quelque chose s'est mal passé et le formulaire n'a pas été soumis. Veuillez réessayer plus tard. ",RECAPTCHA_VALIDATION_ERROR:"N'a pas réussi à valider le Captcha. Veuillez réessayer. ",MISSING_REQUIRED_FIELDS:"Veuillez remplir tous les champs obligatoires. ",OUT_OF_DATE:"Ce formulaire n'est plus à jour. Veuillez actualiser la page et réessayer.",BLOCKED_EMAIL:"Veuillez changer votre adresse courriel pour continuer. ",SUBMISSION_NOT_ALLOWED:"Ce formulaire ne peut pas être soumis. Veuillez communiquer avec le propriétaire du site. ",FORM_NOT_PUBLISHED:"Ce formulaire n'est plus actif. Veuillez rafraîchir la page et réessayer. ",TOO_MANY_REQUESTS:"Un problème est survenu lors de la soumission de votre formulaire. Veuillez attendre quelques secondes et réessayer.",PORTAL_MIGRATION:"Votre réponse a été envoyée. En raison d'une maintenance du système, le traitement pourrait prendre jusqu'à un jour."},pagination:{next:"Suivante",previous:"Précédente",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:"Veuillez remplir « {{label}} » sur {{link}}",validation:"Veuillez fixer « {{label}} » sur {{link}}",pageNumber:"Étape {{pageNumber}}"}},fr:{pikaday:{previousMonth:"Mois précédent",nextMonth:"Mois suivant",january:"Janvier",february:"Février",march:"Mars",april:"Avril",may:"mai",june:"Juin",july:"Juillet",august:"Août",september:"Septembre",october:"Octobre",november:"Novembre",december:"Décembre",sunday:"Dimanche",monday:"Lundi",tuesday:"Mardi",wednesday:"Mercredi",thursday:"Jeudi",friday:"Vendredi",saturday:"Samedi",sundayShort:"Dim",mondayShort:"Lun",tuesdayShort:"Mar",wednesdayShort:"Mer",thursdayShort:"Jeu",fridayShort:"Ven",saturdayShort:"Sam"},required:"Veuillez remplir ce champ obligatoire.",invalidEmail:"Saisissez une adresse e-mail valide.",invalidEmailFormat:"L'adresse e-mail doit être indiquée dans un format approprié.",invalidNumber:"Saisissez un nombre valide.",invalidNumberRangeTooSmall:"Veuillez saisir un nombre supérieur ou égal à {{ min }}.",invalidNumberRangeTooLarge:"Veuillez saisir un nombre inférieur ou égal à {{ max }}.",missingOptionSelection:"Sélectionnez au moins une option.",missingSelect:"Sélectionnez une option dans le menu déroulant.",forbiddenEmailDomain:"Saisissez votre adresse e-mail professionnelle. Les adresses de type {{ domain }} ne peuvent pas être indiquées sur ce formulaire.",manuallyBlockedEmailDomain:"Saisissez une autre adresse e-mail. Ce formulaire n'accepte pas les adresses de {{ domain }}.",emailOptIn:"Consultez votre boîte de réception pour recevoir à nouveau des notifications.",resubscribeMessage:"Vous avez demandé à ce que des notifications ne vous soient plus envoyées par e-mail. Cliquez ici pour recevoir un e-mail vous permettant d'en bénéficier à nouveau.",invalidDate:"Veuillez saisir une date valide.",phoneInvalidCharacters:"Doit uniquement contenir des nombres, ou les symboles + ( ) - et x.",numberOutOfRange:"Le numéro que vous avez saisi n'est pas dans la plage.",inputTooLarge:"Veuillez utiliser moins de 65 536 caractères.",emailSuggestion:"Vouliez-vous dire {{ email }}?",invalidDomain:"Saisissez un nom de domaine valide et réessayez.",valueNotInFieldDefintion:"Veuillez choisir l'une des valeurs fournies.",submitText:"Soumettre",fileTooLarge:"Le fichier sélectionné est trop volumineux. La taille maximale autorisée est de 100 Mo.",defaultSelectOptionLabel:"Veuillez sélectionner",notYou:"Ces informations ne sont pas les vôtres ?",resetTheForm:"Cliquez ici pour les réinitialiser.",renderErrors:{UNKNOWN:{title:"Il semblerait qu'il y ait ici un formulaire manquant.",message:"Cela peut survenir en cas d'erreur système ou si le formulaire n'a jamais été créé, si le formulaire a été supprimé ou si l'URL ou l'ID du formulaire est incorrect(e)."}},submissionErrors:{SERVER_ERROR:"Désolé, une erreur s'est produite et le formulaire n'a pas été envoyé. Veuillez réessayer ultérieurement.",RECAPTCHA_VALIDATION_ERROR:"Impossible de valider le Captcha. Réessayez ultérieurement.",MISSING_REQUIRED_FIELDS:"Veuillez remplir tous les champs requis.",OUT_OF_DATE:"Ce formulaire n'est plus à jour. Actualisez la page et réessayez.",BLOCKED_EMAIL:"Veuillez modifier votre adresse e-mail pour continuer.",SUBMISSION_NOT_ALLOWED:"Ce formulaire ne peut pas être envoyé. Contactez le propriétaire du site.",FORM_NOT_PUBLISHED:"Ce formulaire n'est plus actif. Veuillez actualiser la page et réessayer.",TOO_MANY_REQUESTS:"Un problème est survenu lors de l'envoi de votre formulaire. Veuillez patienter quelques secondes et réessayer.",PORTAL_MIGRATION:"Votre réponse a été soumise. En raison de travaux de maintenance du système, son traitement peut prendre jusqu'à un jour."},pagination:{next:"Suivant",previous:"Précédent",step:"{{currentPage}} sur {{numberOfPages}}"},fieldErrors:{required:"Veuillez terminer « {{label}} » sur {{link}}",validation:"Veuillez résoudre « {{label}} » sur {{link}}",pageNumber:"Étape {{pageNumber}}"}},"he-il":{pikaday:{previousMonth:"החודש הקודם",nextMonth:"החודש הבא",january:"ינואר",february:"פברואר",march:"מרץ",april:"אפריל",may:"מאי",june:"יוני",july:"יולי",august:"אוגוסט",september:"ספטמבר",october:"אוקטובר",november:"נובמבר",december:"דצמבר",sunday:"ראשון",monday:"שני",tuesday:"שלישי",wednesday:"רביעי",thursday:"חמישי",friday:"שישי",saturday:"שבת",sundayShort:"א'",mondayShort:"ב'",tuesdayShort:"ג'",wednesdayShort:"ד'",thursdayShort:"ה'",fridayShort:"ו'",saturdayShort:"ש'"},required:"השלם שדה חובה זה.",invalidEmail:'הזן כתובת דוא"ל חוקית.',invalidEmailFormat:'הדוא"ל צריך להיות מעוצב כראוי.',invalidNumber:"הזן מספר חוקי.",invalidNumberRangeTooSmall:"הזן מספר גדול מ-{{ min }} או שווה לו.",invalidNumberRangeTooLarge:"הזן מספר קטן מ-{{ max }} או שווה לו.",missingOptionSelection:"בחר לפחות אפשרות אחת.",missingSelect:"בחר אפשרות מהתפריט הנפתח.",forbiddenEmailDomain:'הזן את כתובת הדוא"ל העסקית שלך. טופס זה אינו מקבל כתובות של {{ domain }}.',manuallyBlockedEmailDomain:'הזן כתובת דוא"ל אחרת. טופס זה אינו מקבל כתובות של {{ domain }}.',emailOptIn:'בדוק את הדוא"ל שלך והצטרף בחזרה.',resubscribeMessage:'נראה שביטלת את ההצטרפות לתכתובת בדוא"ל. לחץ כאן כדי לקבל דוא"ל ולהצטרף בחזרה.',invalidDate:"הזן תאריך חוקי.",phoneInvalidCharacters:"עליו להכיל רק מספרים ותווי +()-. ו-x.",numberOutOfRange:"המספר שהזנת אינו בטווח.",inputTooLarge:"השתמש בפחות מ-65536 תווים.",emailSuggestion:"האם התכוונת ל-{{ email }}?",invalidDomain:"הזן שם תחום חוקי ונסה שוב.",valueNotInFieldDefintion:"בחר אחד מהערכים שסופקו.",submitText:"שלח",fileTooLarge:"הקובץ שנבחר גדול מדי. הגודל המותר המקסימלי הוא 100MB.",defaultSelectOptionLabel:"בחר בבקשה",notYou:"זה לא אתה?",resetTheForm:"לחץ כאן כדי לאפס",renderErrors:{UNKNOWN:{title:"נראה שחסר כאן טופס",message:"זה יכול לקרות אם יש כאן שגיאת מערכת, או אם הטופס מעולם לא נוצר, הטופס נמחק או כתובת ה-URL או המזהה של הטופס אינם נכונים."}},submissionErrors:{SERVER_ERROR:"מצטערים, משהו השתבש והטופס לא נשלח. נסה שוב מאוחר יותר.",RECAPTCHA_VALIDATION_ERROR:"אימות ה-Captcha נכשל. נסה שוב.",MISSING_REQUIRED_FIELDS:"השלם את כל השדות הנדרשים.",OUT_OF_DATE:"טופס זה כבר אינו עדכני. רענן את הדף ונסה שוב.",BLOCKED_EMAIL:'שנה את כתובת הדוא"ל שלך כדי להמשיך.',SUBMISSION_NOT_ALLOWED:"לא ניתן לשלוח טופס זה. פנה לבעלים של האתר.",FORM_NOT_PUBLISHED:"טופס זה כבר אינו פעיל. רענן את הדף ונסה שוב.",TOO_MANY_REQUESTS:"אירעה בעיה בהגשת הטופס שלך. המתן כמה שניות ונסה שוב.",PORTAL_MIGRATION:"תגובתך נשלחה. עקב עבודות תחזוקת מערכת, ייתכן שיידרש עד יום לסיום העיבוד."},pagination:{next:"הבא",previous:"הקודם",step:"{{currentPage}} מתוך {{numberOfPages}}"},fieldErrors:{required:"השלם את '{{label}}' ב-{{link}}",validation:"תקן את '{{label}}' ב-{{link}}",pageNumber:"צעד {{pageNumber}}"}},hi:{pikaday:{previousMonth:"पिछला महीना",nextMonth:"अगले महीने",january:"जनवरी",february:"फ़रवरी",march:"मार्च",april:"अप्रैल",may:"मई",june:"जून",july:"जुलाई",august:"अगस्त",september:"सितम्बर",october:"अक्टूबर",november:"नवंबर",december:"दिसंबर",sunday:"रविवार",monday:"सोमवार",tuesday:"मंगलवार",wednesday:"बुधवार",thursday:"बृहस्पतिवार",friday:"शुक्रवार",saturday:"शनिवार",sundayShort:"रविवार",mondayShort:"सोमवार",tuesdayShort:"मंगलवार",wednesdayShort:"बुधवार",thursdayShort:"बृहस्पतिवार",fridayShort:"शुक्रवार",saturdayShort:"शनिवार"},required:"कृपया इस आवश्यक फ़ील्ड को भरें।",invalidEmail:"कृपया एक मान्य ईमेल एड्रेस दर्ज करें।",invalidEmailFormat:"ईमेल सही फॉर्मेट में होना चाहिए।",invalidNumber:"कृपया एक मान्य नंबर दर्ज करें।",invalidNumberRangeTooSmall:"कृपया वह नंबर दर्ज करें, जो {{ min }}से अधिक या उसके बराबर हो।",invalidNumberRangeTooLarge:"कृपया वह नंबर दर्ज करें, जो {{ max }}से कम या उसके बराबर हो।",missingOptionSelection:"कृपया कम से कम एक विकल्प चुनें।",missingSelect:"कृपया ड्रॉपडाउन मेनू से एक विकल्प चुनें।",forbiddenEmailDomain:"कृपया अपना बिज़नेस ईमेल एड्रेस दर्ज करें। यह फ़ॉर्म {{ domain }} के एड्रेस को स्वीकार नहीं करता है।",manuallyBlockedEmailDomain:"कृपया कोई अलग ईमेल एड्रेस दर्ज करें। यह फ़ॉर्म {{ domain }} के एड्रेस को स्वीकार नहीं करता है।",emailOptIn:"वापस ऑप्ट इन करने के लिए कृपया अपना ईमेल देखें।",resubscribeMessage:"लगता है कि आप ईमेल कम्युनिकेशन से ऑप्ट आउट कर चुके हैं। ईमेल प्राप्त करने और वापस ऑप्ट इन करने के लिए यहाँ क्लिक करें।",invalidDate:"कृपया एक मान्य तिथि दर्ज करें।",phoneInvalidCharacters:"केवल नंबर, +()-. और x. होने चाहिए।",numberOutOfRange:"आपके द्वारा दर्ज किया गया नंबर सीमा में नहीं है।",inputTooLarge:"कृपया 65536 से कम वर्णों का उपयोग करें।",emailSuggestion:"क्या आपका मतलब {{ email }} से था?",invalidDomain:"कृपया एक मान्य डोमेन नाम दर्ज करें और फिर से प्रयास करें।",valueNotInFieldDefintion:"कृपया दी गई वैल्यूज में से कोई एक चुनें।",submitText:"सबमिट करें",fileTooLarge:"चुनी गई फ़ाइल बहुत बड़ी है। अधिकतम अनुमत साइज 100MB है।",defaultSelectOptionLabel:"कृपया चुनें",notYou:"आप नहीं?",resetTheForm:"रीसेट करने के लिए यहाँ क्लिक करें",renderErrors:{UNKNOWN:{title:"लगता है कि यहाँ कोई फ़ॉर्म गुम है",message:"यह तब हो सकता है जब कोई सिस्टम एरर हो, या यदि फ़ॉर्म कभी नहीं बनाया गया हो, फ़ॉर्म डिलीट कर दिया गया हो, या फॉर्म URL या ID गलत हो।"}},submissionErrors:{SERVER_ERROR:"क्षमा करें, कुछ गलत हो गया और फ़ॉर्म सबमिट नहीं किया गया। कृपया बाद में फिर से प्रयास करें।",RECAPTCHA_VALIDATION_ERROR:"कैप्चा को मान्य करना विफल हुआ। कृपया फिर से प्रयास करें।",MISSING_REQUIRED_FIELDS:"कृपया सभी आवश्यक फ़ील्ड भरें।",OUT_OF_DATE:"यह फॉर्म अब चालू नहीं है। कृपया पेज को रीफ्रेश करें और फिर से प्रयास करें।",BLOCKED_EMAIL:"जारी रखने के लिए, कृपया अपना ईमेल एड्रेस बदलें।",SUBMISSION_NOT_ALLOWED:"यह फ़ॉर्म सबमिट नहीं किया जा सकता। कृपया साइट के ओनर से संपर्क करें।",FORM_NOT_PUBLISHED:"यह फ़ॉर्म अब एक्टिव नहीं है। कृपया पेज को रीफ्रेश करें और फिर से प्रयास करें।",TOO_MANY_REQUESTS:"आपका फ़ॉर्म सबमिट करते समय एक समस्या हुई। कृपया कुछ सेकंड प्रतीक्षा करें और फिर से प्रयास करें।",PORTAL_MIGRATION:"आपका जवाब सबमिट कर दिया गया था। सिस्टम मेंटेनेंस काम के कारण, प्रोसेसिंग खत्म होने में एक दिन तक का समय लग सकता है।"},pagination:{next:"अगला",previous:"पिछला",step:"{{currentPage}} का {{numberOfPages}}"},fieldErrors:{required:"कृपया {{link}} पर '{{label}}' को पूरा करें",validation:"कृपया {{link}} पर '{{label}}' को फिक्स करें",pageNumber:"स्टेप {{pageNumber}}"}},hr:{pikaday:{previousMonth:"Prethodni mjesec",nextMonth:"Sljedeći mjesec",january:"Siječanj",february:"Veljača",march:"Ožujak",april:"Travanj",may:"Svib.",june:"Lipanj",july:"Srpanj",august:"Kolovoz",september:"Rujan",october:"Listopad",november:"Studeni",december:"Prosinac",sunday:"Nedjelja",monday:"Ponedjeljak",tuesday:"Utorak",wednesday:"Srijeda",thursday:"Četvrtak",friday:"Petak",saturday:"Subota",sundayShort:"Ned",mondayShort:"Pon",tuesdayShort:"Uto",wednesdayShort:"Sri",thursdayShort:"Čet",fridayShort:"Pet",saturdayShort:"Sub"},required:"Popunite ovo obavezno polje.",invalidEmail:"Unesite valjanu adresu e-pošte.",invalidEmailFormat:"E-pošta mora biti ispravno formatirana.",invalidNumber:"Unesite važeći broj.",invalidNumberRangeTooSmall:"Unesite broj koji je veći ili jednak {{ min }}.",invalidNumberRangeTooLarge:"Unesite broj koji je manji ili jednak {{ max }}.",missingOptionSelection:"Odaberite najmanje jednu mogućnost.",missingSelect:"Odaberite mogućnost iz padajućeg izbornika.",forbiddenEmailDomain:"Unesite svoju poslovnu adresu e-pošte. Taj obrazac ne prihvaća adrese s domenom {{ domain }}.",manuallyBlockedEmailDomain:"Unesite drugu adresu e-pošte. Taj obrazac ne prihvaća adrese s domenom {{ domain }}.",emailOptIn:"Označite svoju adresu e-pošte kako biste se opet prijavili.",resubscribeMessage:"Izgleda da ste se odjavili od primanja poruka e-poštom. Kliknite ovdje kako biste dobili poruku e-pošte i opet se prijavili.",invalidDate:"Unesite valjan datum.",phoneInvalidCharacters:"Mora sadržavati samo brojeve +()-. i x.",numberOutOfRange:"Broj koji ste unijeli nije unutar raspona.",inputTooLarge:"Upotrijebite manje od 65536 znakova.",emailSuggestion:"Jeste li mislili {{ email }}?",invalidDomain:"Unesite valjani naziv domene i pokušajte ponovno.",valueNotInFieldDefintion:"Odaberite jednu od ponuđenih vrijednosti",submitText:"Pošalji",fileTooLarge:"Odabrana je datoteka prevelika. Maksimalna dopuštena veličina je 100 MB.",defaultSelectOptionLabel:"Odaberite",notYou:"To niste vi?",resetTheForm:"Kliknite ovdje za ponovno postavljanje",renderErrors:{UNKNOWN:{title:"Izgleda da ovdje nedostaje obrazac",message:"Do toga može doći u slučaju greške sustava ili ako obrazac nikad nije izrađen, ako je izbrisan ili ako je URL ili ID netočan."}},submissionErrors:{SERVER_ERROR:"Žao nam je, ali nešto nije u redu i obrazac nije poslan. Pokušajte ponovno kasnije.",RECAPTCHA_VALIDATION_ERROR:"Nije uspjela provjera Captcha. Pokušajte ponovno.",MISSING_REQUIRED_FIELDS:"Popunite sva obvezna polja.",OUT_OF_DATE:"Ovaj obrazac više nije aktualan. Osvježite stranicu i pokušajte ponovno.",BLOCKED_EMAIL:"Promijenite adresu e-pošte kako biste mogli nastaviti.",SUBMISSION_NOT_ALLOWED:"Ovaj obrazac ne može se poslati. Obratite se vlasniku web-mjesta.",FORM_NOT_PUBLISHED:"Ovaj obrazac više nije aktivan. Osvježite stranicu i pokušajte ponovno.",TOO_MANY_REQUESTS:"Došlo je do pogreške prilikom slanja vašeg obrasca. Pričekajte nekoliko sekundi i pokušajte ponovno.",PORTAL_MIGRATION:"Vaš je odgovor poslan. Obrada može potrajati jedan dan zbog radova na održavanju sustava."},pagination:{next:"Dalje",previous:"Prethodno",step:"{{currentPage}} od {{numberOfPages}}"},fieldErrors:{required:"Dovršite „{{label}}“ putem poveznice {{link}}",validation:"Popravite „{{label}}“ putem poveznice {{link}}",pageNumber:"Korak {{pageNumber}}"}},hu:{pikaday:{previousMonth:"Előző hónap",nextMonth:"Következő hónap",january:"január",february:"február",march:"március",april:"április",may:"máj",june:"június",july:"július",august:"augusztus",september:"szeptember",october:"október",november:"november",december:"december",sunday:"vasárnap",monday:"hétfő",tuesday:"kedd",wednesday:"szerda",thursday:"csütörtök",friday:"péntek",saturday:"szombat",sundayShort:"va",mondayShort:"hé",tuesdayShort:"ke",wednesdayShort:"sze",thursdayShort:"csü",fridayShort:"pé",saturdayShort:"szo"},required:"Töltse ki ezt a kötelező mezőt.",invalidEmail:"Adjon meg egy érvényes e-mail-címet.",invalidEmailFormat:"Az e-mailt megfelelően kell formázni.",invalidNumber:"Adjon meg egy érvényes számot.",invalidNumberRangeTooSmall:"Adjon meg egy számot, amely nem kisebb, mint {{ min }}.",invalidNumberRangeTooLarge:"Adjon meg egy számot, amely nem nagyobb, mint {{ max }}.",missingOptionSelection:"Válasszon ki legalább egy értéket!",missingSelect:"Válasszon ki egy értéket a legördülő menüből.",forbiddenEmailDomain:"Adja meg a vállalati e-mail-címét. Az űrlapon nem rögzíthetőek címek {{ domain }} tartományból.",manuallyBlockedEmailDomain:"Adjon meg másik e-mail-címet. Az űrlapon nem rögzíthetőek címek {{ domain }} tartományból.",emailOptIn:"Ellenőrizze az e-mailjeit, hogy ismét feliratkozzon.",resubscribeMessage:"Úgy tűnik, leiratkozott az e-mailes kommunikációról. Kattintson ide, hogy kapjon egy e-mailt, és ismét feliratkozzon.",invalidDate:"Adjon meg egy érvényes dátumot.",phoneInvalidCharacters:"Csak számot és + ( ) - . x karaktert tartalmazhat.",numberOutOfRange:"A megadott szám a tartományon kívül esik.",inputTooLarge:"Legfeljebb 65536 karaktert használhat.",emailSuggestion:"Így értette: {{ email }}?",invalidDomain:"Adjon meg egy érvényes tartománynevet, és próbálja újra.",valueNotInFieldDefintion:"Válasszon egyet a megadott értékekből.",submitText:"Beküldés",fileTooLarge:"A kiválasztott fájl túl nagy. A maximális megengedett méret 100 MB.",defaultSelectOptionLabel:"Válasszon",notYou:"Nem Ön az?",resetTheForm:"Kattintson ide a visszaállításhoz",renderErrors:{UNKNOWN:{title:"Úgy tűnik, hogy innen hiányzik egy űrlap",message:"Ez akkor történhet meg, ha rendszerhiba történik, vagy ha az űrlapot még nem hozták létre, törölték, vagy az űrlap URL-címe vagy azonosítója hibás."}},submissionErrors:{SERVER_ERROR:"Sajnáljuk, hiba történt, és nem sikerült beküldeni az űrlapot. Próbálkozzon újra később.",RECAPTCHA_VALIDATION_ERROR:"A Captcha megerősítése sikertelen. Próbálja meg újra.",MISSING_REQUIRED_FIELDS:"Töltse ki a kötelező mezőket.",OUT_OF_DATE:"Ez az űrlap már nem aktuális. Frissítse az oldalt, és próbálkozzon újra.",BLOCKED_EMAIL:"A folytatáshoz módosítsa az e-mail-címét.",SUBMISSION_NOT_ALLOWED:"Az űrlapot nem lehet beküldeni. Lépjen kapcsolatba az oldal tulajdonosával.",FORM_NOT_PUBLISHED:"Az űrlap már nem aktív. Frissítse az oldalt, és próbálkozzon újra.",TOO_MANY_REQUESTS:"Hiba történt az űrlap beküldése során. Várjon néhány másodpercet, és próbálkozzon újra.",PORTAL_MIGRATION:"Válasza beküldve. A rendszer karbantartási munkálatai miatt eltarthat akár egy napig is a feldolgozás befejezése."},pagination:{next:"Következő",previous:"Előző",step:"{{currentPage}} / {{numberOfPages}}"},fieldErrors:{required:"Töltse ki a(z) „{{label}}” elemet itt: {{link}}",validation:"Javítsa ki a(z) „{{label}}” elemet itt: {{link}}",pageNumber:"{{pageNumber}}. lépés"}},id:{pikaday:{previousMonth:"Bulan Sebelumnya",nextMonth:"Bulan Berikutnya",january:"Januari",february:"Februari",march:"Maret",april:"April",may:"Mei",june:"Juni",july:"Juli",august:"Agustus",september:"September",october:"Oktober",november:"November",december:"Desember",sunday:"Minggu",monday:"Senin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Kamis",friday:"Jumat",saturday:"Sabtu",sundayShort:"Min",mondayShort:"Sen",tuesdayShort:"Sel",wednesdayShort:"Rab",thursdayShort:"Kam",fridayShort:"Jum",saturdayShort:"Sab"},required:"Lengkapi bidang wajib diisi ini.",invalidEmail:"Masukkan alamat email yang valid.",invalidEmailFormat:"Email harus diformat dengan benar.",invalidNumber:"Masukkan angka yang valid.",invalidNumberRangeTooSmall:"Masukkan angka yang lebih besar dari atau sama dengan {{ min }}.",invalidNumberRangeTooLarge:"Masukkan angka yang lebih kecil dari atau sama dengan {{ max }}.",missingOptionSelection:"Pilih minimal satu opsi.",missingSelect:"Pilih opsi dari menu tarik turun.",forbiddenEmailDomain:"Masukkan alamat email bisnis Anda. Formulir ini tidak menerima alamat dari {{ domain }}.",manuallyBlockedEmailDomain:"Masukkan alamat email lain. Formulir ini tidak menerima alamat dari {{ domain }}.",emailOptIn:"Periksa email Anda untuk berlangganan kembali.",resubscribeMessage:"Sepertinya Anda telah memilih tidak berlangganan komunikasi email. Klik di sini untuk mendapatkan email dan memilih berlangganan kembali.",invalidDate:"Silakan masukkan tanggal yang valid",phoneInvalidCharacters:"Harus berisi hanya angka, +()-. dan x.",numberOutOfRange:"Angka yang Anda masukkan tidak berada dalam rentang.",inputTooLarge:"Gunakan kurang dari 65536 karakter.",emailSuggestion:"Apakah maksud Anda {{ email }}?",invalidDomain:"Masukkan nama domain yang valid, lalu coba lagi.",valueNotInFieldDefintion:"Pilih satu dari nilai yang diberikan.",submitText:"Kirim",fileTooLarge:"File yang dipilih terlalu besar. Ukuran maksimum yang diizinkan adalah 100MB.",defaultSelectOptionLabel:"Pilih",notYou:"Bukan Anda?",resetTheForm:"Klik di sini untuk mereset",renderErrors:{UNKNOWN:{title:"Sepertinya ada formulir yang hilang di sini",message:"Hal ini bisa terjadi jika terjadi kesalahan sistem atau formulir tidak pernah dibuat, formulir dihapus, atau URL/ID formulir salah."}},submissionErrors:{SERVER_ERROR:"Maaf, terjadi kesalahan dan formulir tidak dikirim. Coba lagi nanti.",RECAPTCHA_VALIDATION_ERROR:"Gagal memvalidasi Captcha. Coba lagi nanti.",MISSING_REQUIRED_FIELDS:"Lengkapi semua bidang wajib diisi.",OUT_OF_DATE:"Formulir ini bukan yang terkini. Segarkan halaman dan coba lagi.",BLOCKED_EMAIL:"Ubah alamat email Anda untuk melanjutkan.",SUBMISSION_NOT_ALLOWED:"Formulir ini tidak dapat dikirim. Hubungi pemilik situs.",FORM_NOT_PUBLISHED:"Formulir ini sudah tidak aktif lagi. Segarkan halaman dan coba lagi.",TOO_MANY_REQUESTS:"Terjadi masalah saat mengirimkan formulir Anda. Mohon tunggu beberapa detik dan coba lagi.",PORTAL_MIGRATION:"Tanggapan Anda sudah dikirim. Karena pekerjaan pemeliharaan sistem, pemrosesan memerlukan waktu hingga satu hari untuk diselesaikan."},pagination:{next:"Berikutnya",previous:"Sebelumnya",step:"{{currentPage}} dari {{numberOfPages}}"},fieldErrors:{required:"Harap lengkapi '{{label}}' pada {{link}}",validation:"Harap perbaiki '{{label}}' pada {{link}}",pageNumber:"Langkah {{pageNumber}}"}},it:{pikaday:{previousMonth:"Mese scorso",nextMonth:"Mese prossimo",january:"Gennaio",february:"Febbraio",march:"Marzo",april:"Aprile",may:"Maggio",june:"Giugno",july:"Luglio",august:"Agosto",september:"Settembre",october:"Ottobre",november:"Novembre",december:"Dicembre",sunday:"Domenica",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",sundayShort:"Dom",mondayShort:"Mon",tuesdayShort:"Mar",wednesdayShort:"Mer",thursdayShort:"Gio",fridayShort:"Ven",saturdayShort:"Sab"},required:"Compila il campo richiesto.",invalidEmail:"Inserisci un indirizzo e-mail valido.",invalidEmailFormat:"L'e-mail deve essere formattata correttamente.",invalidNumber:"Inserisci un numero valido.",invalidNumberRangeTooSmall:"Inserire un numero maggiore o uguale a {{ min }}.",invalidNumberRangeTooLarge:"Inserire un numero minore o uguale {{ max }}.",missingOptionSelection:"Seleziona almeno un'opzione.",missingSelect:"Seleziona un'opzione dal menu a tendina.",forbiddenEmailDomain:"Inserisci il tuo indirizzo e-mail aziendale. Il presente modulo non accetta indirizzi da {{ domain }}.",manuallyBlockedEmailDomain:"Inserisci un indirizzo e-mail diverso. Questo modulo non accetta indirizzi da {{ domain }}.",emailOptIn:"Verifica il tuo indirizzo e-mail per effettuare la riattivazione.",resubscribeMessage:"Sembra che tu abbia deciso di non ricevere comunicazioni e-mail. Fai clic qui per ricevere un'e-mail ed effettuare la riattivazione.",invalidDate:"Inserisci una data valida.",phoneInvalidCharacters:"Deve contenere solo numeri, +()-. e x.",numberOutOfRange:"Il numero inserito non rientra nei valori consentiti.",inputTooLarge:"Utilizza meno di 65536 caratteri.",emailSuggestion:"Forse intendevi {{ email }}?",invalidDomain:"Inserisci un nome di dominio valido e riprova.",valueNotInFieldDefintion:"Scegliere uno dei valori proposti.",submitText:"Invia",fileTooLarge:"Il file selezionato è troppo grande. La dimensione massima consentita è 100 MB.",defaultSelectOptionLabel:"Seleziona",notYou:"Non sei tu?",resetTheForm:"Fai clic qui per reimpostare",renderErrors:{UNKNOWN:{title:"Sembra che qui manchi un form",message:"Questo può succedere in presenza di un errore di sistema, se il form non è mai stato creato, se è stato eliminato oppure se l'URL o l'ID non sono corretti."}},submissionErrors:{SERVER_ERROR:"Siamo spiacenti, si è verificato un errore e il modulo non è stato inviato. Riprova più tardi.",RECAPTCHA_VALIDATION_ERROR:"Verifica Captcha non riuscita. Riprova.",MISSING_REQUIRED_FIELDS:"Compila tutti i campi richiesti.",OUT_OF_DATE:"Questa non è la versione più recente del modulo. Aggiorna la pagina e riprova.",BLOCKED_EMAIL:"Modifica l'indirizzo e-mail per continuare.",SUBMISSION_NOT_ALLOWED:"Impossibile inviare il modulo. Contatta il titolare del sito.",FORM_NOT_PUBLISHED:"Questo modulo non è più attivo. Aggiorna la pagina e riprova. ",TOO_MANY_REQUESTS:"Si è verificato un problema durante l'invio del form. Attendi qualche secondo e riprova.",PORTAL_MIGRATION:"La risposta è stata inviata. A causa di lavori di manutenzione del sistema, il completamento dell'elaborazione potrebbe richiedere fino a un giorno."},pagination:{next:"Avanti",previous:"Indietro",step:"{{currentPage}} di {{numberOfPages}}"},fieldErrors:{required:'Completa "{{label}}" su {{link}}',validation:'Correggi "{{label}}" su {{link}}',pageNumber:"Fase {{pageNumber}}"}},ja:{pikaday:{previousMonth:"前月",nextMonth:"翌月",january:"1月",february:"2月",march:"3月",april:"4月",may:"5月",june:"6月",july:"7月",august:"8月",september:"9月",october:"10月",november:"11月",december:"12月",sunday:"日曜日",monday:"月曜日",tuesday:"火曜日",wednesday:"水曜日",thursday:"木曜日",friday:"金曜日",saturday:"土曜日",sundayShort:"日",mondayShort:"月",tuesdayShort:"火",wednesdayShort:"水",thursdayShort:"木",fridayShort:"金",saturdayShort:"土"},required:"この必須項目を入力してください。",invalidEmail:"有効なEメールアドレスを入力してください。",invalidEmailFormat:"メールアドレスの形式が正しくありません。",invalidNumber:"有効な番号を入力してください。",invalidNumberRangeTooSmall:"{{ min }}以上の数値を入力してください。",invalidNumberRangeTooLarge:"{{ max }}以下の数値を入力してください。",missingOptionSelection:"1つ以上のオプションを選択してください。",missingSelect:"ドロップダウンメニューからオプションを選択してください。",forbiddenEmailDomain:"ビジネス用のEメールアドレスを入力してください。このフォームに{{ domain }}からのアドレスを入力することは出来ません。",manuallyBlockedEmailDomain:"別のEメールアドレスを入力してください。このフォームに{{ domain }}からのアドレスを入力することはできません。",emailOptIn:"Eメールアドレスに確認用のメールを送信しました。\nEメールを確認し、再講読の設定をしてください。",resubscribeMessage:"こちらのEメールアドレスは配信が解除されているようです。再度Eメールの配信に登録するには、こちらをクリックしてください。",invalidDate:"有効な日付を入力してください。",phoneInvalidCharacters:"半角数字と記号+ ( ) - . xのみ入力できます",numberOutOfRange:"入力された数字は範囲外です。",inputTooLarge:"65536文字未満にしてください。",emailSuggestion:"もしかして、{{ email }}でしょうか?",invalidDomain:"有効なドメイン名を入力してもう一度お試しください。",valueNotInFieldDefintion:"表示された値から1つを選択してください。",submitText:"送信",fileTooLarge:"選択されたファイルは大きすぎます。許容される最大サイズは100MBです。",defaultSelectOptionLabel:"選択してください",notYou:"あなたではありませんか?",resetTheForm:"リセットするにはここをクリックしてください",renderErrors:{UNKNOWN:{title:"ここにフォームがないようです",message:"この原因として、システムエラーが発生している、フォームが作成されていないかフォームが削除された、またはフォームのURLまたはIDが正しくないことが考えられます。"}},submissionErrors:{SERVER_ERROR:"申し訳ありません。何らかの問題が発生しました。フォームは送信されませんでした。後でもう一度お試しください。",RECAPTCHA_VALIDATION_ERROR:"CAPTCHAの検証に失敗しました。もう一度お試しください。",MISSING_REQUIRED_FIELDS:"すべての必須項目に入力してください。",OUT_OF_DATE:"このフォームは最新の状態ではなくなりました。ページを再読み込みし、もう一度お試しください。",BLOCKED_EMAIL:"続行するにはEメールアドレスを変更してください。",SUBMISSION_NOT_ALLOWED:"このフォームは送信できません。サイトの所有者に連絡してください。",FORM_NOT_PUBLISHED:"このフォームは有効ではなくなりました。ページを再読み込みし、もう一度お試しください。",TOO_MANY_REQUESTS:"フォームの送信時に問題が発生しました。数秒待ってからもう一度お待ちください。",PORTAL_MIGRATION:"応答が送信されました。システムメンテナンス作業のため、処理が完了するまで最大1日かかる場合もあります。"},pagination:{next:"次へ",previous:"前へ",step:"{{currentPage}}/{{numberOfPages}}"},fieldErrors:{required:"{{link}}で「{{label}}」を完了してください",validation:"{{link}}で「{{label}}」を修正してください",pageNumber:"ステップ{{pageNumber}}"}},ko:{pikaday:{previousMonth:"이전 달",nextMonth:"다음 달",january:"1월",february:"2월",march:"3월",april:"4월",may:"5월",june:"6월",july:"7월",august:"8월",september:"9월",october:"10월",november:"11월",december:"12월",sunday:"일요일",monday:"월요일",tuesday:"화요일",wednesday:"수요일",thursday:"목요일",friday:"금요일",saturday:"토요일",sundayShort:"일",mondayShort:"월",tuesdayShort:"화",wednesdayShort:"수",thursdayShort:"목",fridayShort:"금",saturdayShort:"토"},required:"필수 필드를 입력하십시오.",invalidEmail:"이메일 주소를 올바로 입력하세요.",invalidEmailFormat:"이메일 형식이 정확해야 합니다.",invalidNumber:"올바른 숫자를 입력하십시오.",invalidNumberRangeTooSmall:"{{ min }}보다 크거나 같은 숫자를 입력하십시오.",invalidNumberRangeTooLarge:"{{ max }}보다 작거나 같은 숫자를 입력하십시오.",missingOptionSelection:"옵션을 하나 이상 선택하십시오.",missingSelect:"드롭다운 메뉴에서 옵션을 선택하십시오.",forbiddenEmailDomain:"회사 이메일 주소를 입력하십시오. 이 양식에서는 {{ domain }}의 주소를 사용할 수 없습니다.",manuallyBlockedEmailDomain:"다른 이메일 주소를 입력하십시오. 이 양식에서는 {{ domain }}의 주소를 사용할 수 없습니다.",emailOptIn:"다시 수신할 이메일을 확인하십시오.",resubscribeMessage:"이메일 통신을 수신 거부한 것 같습니다. 이메일을 받고 다시 수신하려면 여기를 클릭하십시오.",invalidDate:"올바른 날짜를 입력하십시오.",phoneInvalidCharacters:"숫자, + ( ) - x만 포함해야 합니다.",numberOutOfRange:"입력한 숫자가 범위 내에 없습니다.",inputTooLarge:"65536자 미만으로 입력하십시오.",emailSuggestion:"{{ email }}이 맞나요?",invalidDomain:"올바른 도메인 이름을 입력하고 다시 시도하세요.",valueNotInFieldDefintion:"제공된 값 중 하나를 선택하십시오.",submitText:"제출",fileTooLarge:"선택한 파일이 너무 큽니다. 허용되는 최대 크기는 100MB입니다.",defaultSelectOptionLabel:"선택하십시오.",notYou:"필요 없나요?",resetTheForm:"재설정하려면 여기를 클릭하십시오.",renderErrors:{UNKNOWN:{title:"여기에 누락된 양식이 있는 것으로 보입니다.",message:"시스템 오류가 있거나 아니면 양식이 생성되지 않았거나 양식이 삭제되었거나 양식 URL 또는 ID가 잘못된 것일 수도 있습니다."}},submissionErrors:{SERVER_ERROR:"죄송합니다. 문제가 발생했습니다. 양식이 제출되지 않았습니다. 나중에 다시 시도하십시오.",RECAPTCHA_VALIDATION_ERROR:"Captcha를 확인하지 못했습니다. 다시 시도하십시오.",MISSING_REQUIRED_FIELDS:"필수 필드를 모두 입력하십시오.",OUT_OF_DATE:"이것은 최신 양식이 아닙니다. 페이지를 새로 고친 후 다시 시도하십시오.",BLOCKED_EMAIL:"계속하려면 이메일 주소를 변경하십시오.",SUBMISSION_NOT_ALLOWED:"이 양식을 제출할 수 없습니다. 사이트 소유자에게 문의하십시오.",FORM_NOT_PUBLISHED:"이 양식은 활성 상태가 아닙니다. 페이지를 새로 고친 후 다시 시도하십시오.",TOO_MANY_REQUESTS:"양식을 제출하는 동안 문제가 발생했습니다. 잠시 후 다시 시도하십시오.",PORTAL_MIGRATION:"응답이 제출되었습니다. 시스템 유지 관리 작업으로 인해 처리가 완료되기까지 최대 하루가 걸릴 수 있습니다."},pagination:{next:"다음",previous:"이전",step:"{{numberOfPages}}페이지 중 {{currentPage}}페이지"},fieldErrors:{required:"{{link}}에서 '{{label}}'을(를) 완료하세요",validation:"{{link}}에서 '{{label}}'을(를) 고정하세요",pageNumber:"{{pageNumber}}단계"}},lt:{pikaday:{previousMonth:"Ankstesnis mėnuo",nextMonth:"Kitas mėnuo",january:"Sausis",february:"Vasaris",march:"Kovas",april:"Balandis",may:"Gegužė",june:"Birželis",july:"Liepa",august:"Rugpjūtis",september:"Rugsėjis",october:"Spalis",november:"Lapkritis",december:"Gruodis",sunday:"Sekmadienis",monday:"Pirmadienis",tuesday:"Antradienis",wednesday:"Trečiadienis",thursday:"Ketvirtadienis",friday:"Penktadienis",saturday:"Šeštadienis",sundayShort:"S",mondayShort:"Pr",tuesdayShort:"A",wednesdayShort:"T",thursdayShort:"K",fridayShort:"Pn",saturdayShort:"Š"},required:"Užpildykite šį būtiną lauką.",invalidEmail:"Įveskite teisingą el. pašto adresą.",invalidEmailFormat:"El. laiškai turi būti tinkamai suformatuoti.",invalidNumber:"Įveskite tinkamą numerį.",invalidNumberRangeTooSmall:"Įveskite numerį, didesnį už {{ min }} arba jam lygų.",invalidNumberRangeTooLarge:"Įveskite numerį, mažesnį už {{ max }} arba jam lygų.",missingOptionSelection:"Pasirinkite bent vieną variantą.",missingSelect:"Pasirinkite variantą iš išskleidžiamojo meniu.",forbiddenEmailDomain:"Įveskite įmonės el. pašto adresą. Šioje formoje pateikti {{ domain }} priklausančių adresų negalima.",manuallyBlockedEmailDomain:"Įveskite kitą el. pašto adresą. Šioje formoje pateikti {{ domain }} priklausančių adresų negalima.",emailOptIn:"Patikrinkite el. pašto adresą, kad galėtumėte sugrįžti.",resubscribeMessage:"Atrodo, esate atsisakę pranešimų siuntimo el. paštu. Spustelėkite čia, kad būtų išsiųstas el. laiškas ir vėl užsisakytumėte.",invalidDate:"Įveskite tinkamą datą",phoneInvalidCharacters:"Galima įvesti tik skaičius, +()-. ir x.",numberOutOfRange:"Jūsų įvestas skaičius yra už diapazono ribų.",inputTooLarge:"Įveskite mažiau nei 65 536 simbolius.",emailSuggestion:"Ar turėjote omenyje {{ email }}?",invalidDomain:"Įveskite teisingą domeno vardą ir bandykite dar kartą.",valueNotInFieldDefintion:"Pasirinkite vieną iš pateiktų reikšmių.",submitText:"Pateikti",fileTooLarge:"Pasirinktas failas per didelis. Didžiausias leidžiamas dydis – 100 MB.",defaultSelectOptionLabel:"Pasirinkite",notYou:"Ne jūs?",resetTheForm:"Norėdami nustatyti iš naujo, spustelėkite čia",renderErrors:{UNKNOWN:{title:"Atrodo, kad čia trūksta formos",message:"Taip gali nutikti dėl sistemos klaidos arba tokia forma nebuvo sukurta, forma buvo ištrinta arba neteisingas formos URL adresas arba ID numeris."}},submissionErrors:{SERVER_ERROR:"Atsiprašome, įvyko klaida ir forma pateikta nebuvo. Bandykite dar kartą vėliau. ",RECAPTCHA_VALIDATION_ERROR:"Patvirtinti „Captcha“ nepavyko. Bandykite dar kartą.",MISSING_REQUIRED_FIELDS:"Užpildykite visus būtinus laukus.",OUT_OF_DATE:"Ši forma nebėra laikoma dabartine. Atnaujinkite puslapį ir bandykite dar kartą.",BLOCKED_EMAIL:"Norėdami tęsti, pakeiskite el. pašto adresą.",SUBMISSION_NOT_ALLOWED:"Šios formos pateikti negalima. Susisiekite su svetainės savininku.",FORM_NOT_PUBLISHED:"Ši forma nebeaktyvi. Atnaujinkite puslapį ir bandykite dar kartą.",TOO_MANY_REQUESTS:"Pateikiant formą kilo problema. Palaukite keletą sekundžių ir bandykite dar kartą.",PORTAL_MIGRATION:"Jūsų atsakymas pateiktas. Dėl sistemos priežiūros darbų apdorojimas gali trukti iki vienos dienos."},pagination:{next:"Kitas",previous:"Ankstesnis",step:"{{currentPage}} puslapis iš {{numberOfPages}}"},fieldErrors:{required:"Užpildykite lauką „{{label}}“, esantį {{link}}",validation:"Pataisykite įvestį lauke „{{label}}“, esančiame {{link}}",pageNumber:"{{pageNumber}} žingsnis"}},ms:{pikaday:{previousMonth:"Bulan Terdahulu",nextMonth:"Bulan Seterusnya",january:"Januari",february:"Februari",march:"Mac",april:"April",may:"Mei",june:"Jun",july:"Julai",august:"Ogos",september:"September",october:"Oktober",november:"November",december:"Disember",sunday:"Ahad",monday:"Isnin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Khamis",friday:"Jumaat",saturday:"Sabtu",sundayShort:"Aha",mondayShort:"Isn",tuesdayShort:"Sel",wednesdayShort:"Rab",thursdayShort:"Kha",fridayShort:"Jum",saturdayShort:"Sab"},required:"Sila lengkapkan medan yang diperlukan ini.",invalidEmail:"Sila masukkan alamat e-mel yang sah.",invalidEmailFormat:"E-mel mesti diformatkan dengan betul.",invalidNumber:"Sila masukkan nombor yang sah.",invalidNumberRangeTooSmall:"Sila masukkan nombor yang lebih besar daripada atau sama dengan {{ min }}.",invalidNumberRangeTooLarge:"Sila masukkan nombor yang kurang daripada atau sama dengan {{ max }}.",missingOptionSelection:"Sila buat sekurang-kurangnya satu pilihan.",missingSelect:"Sila buat pilihan daripada menu juntai bawah.",forbiddenEmailDomain:"Sila masukkan alamat e-mel perniagaan anda. Borang ini tidak menerima alamat daripada {{ domain }}.",manuallyBlockedEmailDomain:"Sila masukkan alamat e-mel yang lain. Borang ini tidak menerima alamat daripada {{ domain }}.",emailOptIn:"Sila semak e-mel anda untuk memilih masuk semula.",resubscribeMessage:"Nampaknya anda telah memilih keluar daripada komunikasi e-mel. Klik di sini untuk mendapatkan e-mel dan memilih masuk semula.",invalidDate:"Sila masukkan tarikh yang sah.",phoneInvalidCharacters:"Mesti hanya mengandungi nombor, +()-. and x.",numberOutOfRange:"Nombor yang anda masukkan di luar julat.",inputTooLarge:"Sila gunakan kurang daripada 65536 aksara.",emailSuggestion:"Adakah anda memaksudkan {{ email }}?",invalidDomain:"Sila masukkan nama domain yang sah dan cuba lagi.",valueNotInFieldDefintion:"Sila pilih salah satu nilai yang diberikan.",submitText:"Serah",fileTooLarge:"Fail yang dipilih terlalu besar. Saiz maksimum yang dibenarkan ialah 100MB.",defaultSelectOptionLabel:"Sila Pilih",notYou:"Bukan anda?",resetTheForm:"Klik di sini untuk menetapkan semula",renderErrors:{UNKNOWN:{title:"Nampaknya terdapat borang yang hilang di sini",message:"Perkara ini boleh berlaku jika terdapat ralat sistem, atau jika borang tidak pernah dicipta, borang telah dipadamkan, atau URL atau ID borang tidak betul."}},submissionErrors:{SERVER_ERROR:"Maaf, masalah telah berlaku dan borang tidak diserahkan. Sila cuba lagi kemudian.",RECAPTCHA_VALIDATION_ERROR:"Gagal mengesahkan Captcha. Sila cuba lagi.",MISSING_REQUIRED_FIELDS:"Sila lengkapkan semua medan yang diperlukan.",OUT_OF_DATE:"Borang ini tidak lagi terkini. Sila segar semula halaman dan cuba lagi.",BLOCKED_EMAIL:"Sila ubah alamat e-mel anda untuk meneruskan.",SUBMISSION_NOT_ALLOWED:"Borang ini tidak boleh diserahkan. Sila hubungi pemilik laman web.",FORM_NOT_PUBLISHED:"Borang ini tidak lagi aktif. Sila segar semula halaman dan cuba lagi.",TOO_MANY_REQUESTS:"Terdapat masalah menyerahkan borang anda. Sila tunggu beberapa saat dan cuba lagi.",PORTAL_MIGRATION:"Respons anda telah dihantar. Disebabkan oleh kerja penyelenggaraan sistem, pemprosesan mungkin akan mengambil masa sehingga satu hari untuk dilengkapkan."},pagination:{next:"Seterusnya",previous:"Terdahulu",step:"{{currentPage}} daripada {{numberOfPages}}"},fieldErrors:{required:"Sila lengkapkan '{{label}}' di {{link}}",validation:"Sila betulkan '{{label}}' di {{link}}",pageNumber:"Langkah {{pageNumber}}"}},nl:{pikaday:{previousMonth:"Vorige maand",nextMonth:"Volgende maand",january:"Januari",february:"Februari",march:"Maart",april:"April",may:"Mei",june:"Juni",july:"Juli",august:"Augustus",september:"September",october:"Oktober",november:"November",december:"December",sunday:"Zondag",monday:"Maandag",tuesday:"Dinsdag",wednesday:"Woensdag",thursday:"Donderdag",friday:"Vrijdag",saturday:"Zaterdag",sundayShort:"Zo",mondayShort:"Ma",tuesdayShort:"Di",wednesdayShort:"Wo",thursdayShort:"Do",fridayShort:"Vr",saturdayShort:"Za"},required:"Vul dit verplichte veld in.",invalidEmail:"Voer een geldig e-mailadres in.",invalidEmailFormat:"E-mail moet correct worden opgemaakt.",invalidNumber:"Voer een geldig nummer in.",invalidNumberRangeTooSmall:"Voer een getal in dat groter dan of gelijk aan {{ min }} is.",invalidNumberRangeTooLarge:"Voer een getal kleiner dan of gelijk aan {{ max }} in.",missingOptionSelection:"Selecteer minstens één optie.",missingSelect:"Selecteer een optie in de vervolgkeuzelijst.",forbiddenEmailDomain:"Voer je zakelijke e-mailadres in. In dit formulier kun je geen adressen invullen van {{ domain }}.",manuallyBlockedEmailDomain:"Voer een ander e-mailadres in. In dit formulier kun je geen adressen invullen van {{ domain }}.",emailOptIn:"Controleer je e-mail om je opnieuw aan te melden.",resubscribeMessage:"Je hebt je afgemeld voor e-mailberichten. Klik hier om een e-mail te ontvangen en je opnieuw aan te melden.",invalidDate:"Vul een geldige datum in.",phoneInvalidCharacters:"Mag alleen cijfers, +()-. en x bevatten.",numberOutOfRange:"Het ingevoerde getal ligt niet in het bereik.",inputTooLarge:"Gebruik minder dan 65.536 tekens.",emailSuggestion:"Bedoel je {{ email }}?",invalidDomain:"Voer een geldige domeinnaam in en probeer het opnieuw.",valueNotInFieldDefintion:"Kies een van de beschikbare waarden",submitText:"Verzenden",fileTooLarge:"Het geselecteerde bestand is te groot. De maximum grootte is 100 MB.",defaultSelectOptionLabel:"Selecteer",notYou:"Ben jij dit niet?",resetTheForm:"Klik hier om te resetten.",renderErrors:{UNKNOWN:{title:"Het lijkt erop dat hier een formulier ontbreekt",message:"Dit kan gebeuren als er een systeemfout is opgetreden, of als het formulier nooit is aangemaakt of is verwijderd, of als de formulier-URL of -ID onjuist is."}},submissionErrors:{SERVER_ERROR:"Sorry, er is iets fout gegaan. Het formulier is niet verzonden. Probeer het later opnieuw.",RECAPTCHA_VALIDATION_ERROR:"Captcha kon niet gevalideerd worden. Probeer het nog eens.",MISSING_REQUIRED_FIELDS:"Vul alle verplichte velden in.",OUT_OF_DATE:"Dit formulier is niet actueel. Vernieuw de pagina en probeer het nog eens.",BLOCKED_EMAIL:"Wijzig je e-mailadres om verder te gaan.",SUBMISSION_NOT_ALLOWED:"Dit formulier kan niet worden verzonden. Neem contact op met de eigenaar van de site.",FORM_NOT_PUBLISHED:"Dit formulier is niet meer actief. Vernieuw de pagina en probeer het nog eens.",TOO_MANY_REQUESTS:"Er is een probleem opgetreden bij het inzenden van je formulier. Wacht een paar seconden en probeer het opnieuw.",PORTAL_MIGRATION:"Je reactie is ingediend. Wegens onderhoudswerkzaamheden aan het systeem, kan de verwerking uiterlijk een dag duren."},pagination:{next:"Volgende",previous:"Vorige",step:"{{currentPage}} van {{numberOfPages}}"},fieldErrors:{required:"Voltooi '{{label}}' voor {{link}}",validation:"Corrigeer '{{label}}' voor {{link}}",pageNumber:"Stap {{pageNumber}}"}},"no-no":{pikaday:{previousMonth:"Forrige måned",nextMonth:"Neste måned",january:"januar",february:"februar",march:"mars",april:"april",may:"mai",june:"juni",july:"juli",august:"august",september:"september",october:"oktober",november:"november",december:"desember",sunday:"søndag",monday:"mandag",tuesday:"tirsdag",wednesday:"onsdag",thursday:"torsdag",friday:"fredag",saturday:"lørdag",sundayShort:"søn",mondayShort:"man",tuesdayShort:"tir",wednesdayShort:"ons",thursdayShort:"tor",fridayShort:"fre",saturdayShort:"lør"},required:"Du må fylle ut dette obligatoriske feltet.",invalidEmail:"Vennligst oppgi en gyldig e-postadresse.",invalidEmailFormat:"E-posten må ha riktig format.",invalidNumber:"Vennligst oppgi et gyldig nummer.",invalidNumberRangeTooSmall:"Angi et nummer som er større eller likt {{ min }}.",invalidNumberRangeTooLarge:"Angi et nummer som er mindre eller likt {{ max }}.",missingOptionSelection:"Vennligst velg minst ett alternativ.",missingSelect:"Velg et alternativ fra nedtrekksmenyen.",forbiddenEmailDomain:"Vennligst skriv inn din jobb-epostadresse. Dette skjemaet godkjenner ikke adresser fra {{ domain }}.",manuallyBlockedEmailDomain:"Angi en annen e-postadresse. Dette skjemaet godtar ikke adresser fra {{ domain }}.",emailOptIn:"Vennligst sjekk din e-post for å melde deg på igjen.",resubscribeMessage:"Det ser ut til at du har meldt deg av e-postkommunikasjon. Klikk her for å få en e-post som lar deg melde deg på igjen.",invalidDate:"Angi en gyldig dato.",phoneInvalidCharacters:"Må kun inneholde tall, +()-. og x.",numberOutOfRange:"Nummeret du angav, er ikke innenfor området.",inputTooLarge:"Bruk mindre enn 65536 tegn.",emailSuggestion:"Mente du {{ email }}?",invalidDomain:"Oppgi et gyldig domenenavn og prøv igjen.",valueNotInFieldDefintion:"Velg én av de angitte verdiene.",submitText:"Send ",fileTooLarge:"Valgt fil er for stor. Maksimal tillatt størrelse er 100 MB.",defaultSelectOptionLabel:"Velg",notYou:"Er det ikke deg?",resetTheForm:"Klikk her for å tilbakestille",renderErrors:{UNKNOWN:{title:"Det ser ut til at det mangler et skjema her",message:"Dette kan skje hvis det har oppstått en systemfeil, eller hvis skjemaet aldri ble opprettet, skjemaet ble slettet, eller nettadressen eller ID-en for skjemaet er feil."}},submissionErrors:{SERVER_ERROR:"Beklager, noe gikk galt med innsendingen av skjemaet. Prøv på nytt senere.",RECAPTCHA_VALIDATION_ERROR:"Kunne ikke validere Captcha. Prøv på nytt.",MISSING_REQUIRED_FIELDS:"Fyll ut alle nødvendige felt.",OUT_OF_DATE:"Dette skjemaet gjelder ikke lenger. Oppdater siden og prøv på nytt.",BLOCKED_EMAIL:"Endre e-postadressen for å fortsette.",SUBMISSION_NOT_ALLOWED:"Dette skjemaet kan ikke sendes inn. Kontakt eieren av nettstedet.",FORM_NOT_PUBLISHED:"Dette skjemaet er ikke lenger aktivt. Oppdater siden og prøv på nytt.",TOO_MANY_REQUESTS:"Det oppstode et problem under innsending av skjemaet. Vent litt og prøv på nytt.",PORTAL_MIGRATION:"Svaret ditt ble sendt inn. På grunn av systemvedlikehold kan det ta opptil en dag å fullføre behandlingen."},pagination:{next:"Neste",previous:"Forrige",step:"{{currentPage}} av {{numberOfPages}}"},fieldErrors:{required:'Fullfør "{{label}}" på {{link}}',validation:'Fiks "{{label}}" på {{link}}',pageNumber:"Trinn {{pageNumber}}"}},pl:{pikaday:{previousMonth:"Poprzedni miesiąc",nextMonth:"Następny miesiąc",january:"Styczeń",february:"Luty",march:"Marzec",april:"Kwiecień",may:"Maj",june:"Czerwiec",july:"Lipiec",august:"Sierpień",september:"Wrzesień",october:"Październik",november:"Listopad",december:"Grudzień",sunday:"Niedziela",monday:"Poniedziałek",tuesday:"Wtorek",wednesday:"Środa",thursday:"Czwartek",friday:"Piątek",saturday:"Sobota",sundayShort:"niedz.",mondayShort:"pon.",tuesdayShort:"wt.",wednesdayShort:"śr.",thursdayShort:"czw.",fridayShort:"pt.",saturdayShort:"sob."},required:"Uzupełnij to wymagane pole.",invalidEmail:"Wprowadź prawidłowy adres e-mail.",invalidEmailFormat:"Adres e-mail musi mieć poprawny format.",invalidNumber:"Wprowadź prawidłową wartość liczbową.",invalidNumberRangeTooSmall:"Wprowadź liczbę większą lub równą {{ min }}.",invalidNumberRangeTooLarge:"Wprowadź liczbę mniejszą lub równą {{ max }}.",missingOptionSelection:"Wybierz przynajmniej jedną opcję.",missingSelect:"Wybierz opcję z menu rozwijanego.",forbiddenEmailDomain:"Wprowadź służbowy adres e-mail. Ten formularz nie akceptuje adresów w domenie {{ domain }}.",manuallyBlockedEmailDomain:"Wprowadź inny adres e-mail. Ten formularz nie akceptuje adresów w domenie {{ domain }}.",emailOptIn:"Sprawdź skrzynkę e-mail, aby wznowić subskrypcję.",resubscribeMessage:"Wygląda na to, że nie chcesz już otrzymywać e-maili. Kliknij tutaj, aby wznowić subskrypcję.",invalidDate:"Wprowadź prawidłową datę.",phoneInvalidCharacters:"Może zawierać tylko cyfry oraz znaki: +()-. i x.",numberOutOfRange:"Wprowadzona liczba jest poza zakresem.",inputTooLarge:"Użyj mniej niż 65536 znaków.",emailSuggestion:"Czy chodziło Ci o {{ email }}?",invalidDomain:"Wprowadź prawidłową nazwę domeny i spróbuj ponownie.",valueNotInFieldDefintion:"Wybierz jedną z podanych wartości.",submitText:"Prześlij",fileTooLarge:"Wybrany plik jest za duży. Maksymalny dozwolony rozmiar to 100 MB.",defaultSelectOptionLabel:"Wybierz",notYou:"To nie Ty?",resetTheForm:"Kliknij tutaj, aby zresetować",renderErrors:{UNKNOWN:{title:"Wygląda na to, że tutaj powinien się znajdować formularz",message:"Może się tak zdarzyć, gdy wystąpi błąd systemowy lub jeśli formularz nie został nigdy utworzony, formularz został usunięty lub jeśli adres URL lub identyfikator formularza jest niepoprawny."}},submissionErrors:{SERVER_ERROR:"Niestety coś poszło nie tak i formularz nie został przesłany. Spróbuj ponownie później.",RECAPTCHA_VALIDATION_ERROR:"Nieudana weryfikacja Captcha. Spróbuj ponownie później.",MISSING_REQUIRED_FIELDS:"Uzupełnij wszystkie wymagane pola.",OUT_OF_DATE:"Ten formularz jest już nieaktualny. Odśwież stronę i spróbuj ponownie.",BLOCKED_EMAIL:"Zmień adres e-mail, aby kontynuować.",SUBMISSION_NOT_ALLOWED:"Nie można przesłać tego formularza. Skontaktuj się z właścicielem witryny.",FORM_NOT_PUBLISHED:"Ten formularz jest już nieaktywny. Odśwież stronę i spróbuj ponownie.",TOO_MANY_REQUESTS:"Podczas przesyłania formularza wystąpił błąd. Odczekaj chwilę i spróbuj ponownie.",PORTAL_MIGRATION:"Przesłano odpowiedź. Ze względu na prace konserwacyjne w systemie ukończenie przetwarzania odpowiedzi może potrwać jeden dzień."},pagination:{next:"Następna",previous:"Poprzednia",step:"{{currentPage}} z {{numberOfPages}}"},fieldErrors:{required:"Ukończ: „{{label}}” ({{link}})",validation:"Rozwiąż problem: „{{label}}” ({{link}})",pageNumber:"Krok {{pageNumber}}"}},"pt-br":{pikaday:{previousMonth:"Mês anterior",nextMonth:"Próximo mês",january:"Janeiro",february:"Fevereiro",march:"Março",april:"Abril",may:"Maio",june:"Junho",july:"Julho",august:"Agosto",september:"Setembro",october:"Outubro",november:"Novembro",december:"Dezembro",sunday:"Domingo",monday:"Segunda-feira",tuesday:"Terça-feira",wednesday:"Quarta-feira",thursday:"Quinta-feira",friday:"Sexta-feira",saturday:"Sábado",sundayShort:"Dom",mondayShort:"Seg",tuesdayShort:"Ter",wednesdayShort:"Qua",thursdayShort:"Qui",fridayShort:"Sex",saturdayShort:"Sáb"},required:"Preencha esse campo obrigatório.",invalidEmail:"Insira um endereço de email válido.",invalidEmailFormat:"O e-mail deve ser formatado corretamente",invalidNumber:"Insira um número válido.",invalidNumberRangeTooSmall:"Insira um número maior ou igual a {{ min }}.",invalidNumberRangeTooLarge:"Insira um número menor ou igual a {{ max }}.",missingOptionSelection:"Selecione pelo menos uma opção.",missingSelect:"Selecione uma opção no menu suspenso.",forbiddenEmailDomain:"Insira o seu endereço de e-mail comercial. Este formulário não aceita endereços de {{ domain }}.",manuallyBlockedEmailDomain:"Insira um endereço de e-mail diferente. Este formulário não aceita endereços de {{ domain }}.",emailOptIn:"Confirme seu e-mail para voltar a receber a comunicação.",resubscribeMessage:"Parece que você optou por sair da comunicação por e-mail. Clique aqui para receber um e-mail e voltar a receber a comunicação.",invalidDate:"Insira uma data válida.",phoneInvalidCharacters:"Deve conter apenas números +()-. e x",numberOutOfRange:"O número que você inseriu não está dentro do intervalo.",inputTooLarge:"Use menos de 65536 caracteres.",emailSuggestion:"Você quis dizer {{ email }}?",invalidDomain:"Insira um nome de domínio válido e tente novamente.",valueNotInFieldDefintion:"Escolha um dos valores fornecidos.",submitText:"Enviar",fileTooLarge:"O arquivo selecionado é muito grande. O tamanho máximo permitido é de 100 MB.",defaultSelectOptionLabel:"Selecione",notYou:"Não é você?",resetTheForm:"Clique aqui para redefinir",renderErrors:{UNKNOWN:{title:"Parece que falta um formulário aqui",message:"Isso pode acontecer em caso de erro do sistema ou se o formulário nunca foi criado, se ele foi excluído ou se seu URL ou ID está incorreto."}},submissionErrors:{SERVER_ERROR:"Desculpe-nos, houve um erro e o formulário não foi enviado. Tente novamente mais tarde.",RECAPTCHA_VALIDATION_ERROR:"Falha ao validar o Captcha. Tente novamente.",MISSING_REQUIRED_FIELDS:"Preencha todos os campos obrigatórios.",OUT_OF_DATE:"Este formulário não é mais valido. Atualize a página e tente novamente.",BLOCKED_EMAIL:"Altere seu endereço de e-mail para continuar.",SUBMISSION_NOT_ALLOWED:"Este formulário não pode ser enviado. Entre em contato com o proprietário do site.",FORM_NOT_PUBLISHED:"Este formulário não está mais ativo. Atualize a página e tente novamente.",TOO_MANY_REQUESTS:"Ocorreu um problema ao enviar seu formulário. Aguarde alguns segundos e tente novamente.",PORTAL_MIGRATION:"Sua resposta foi enviada. Devido ao trabalho de manutenção do sistema, pode levar até um dia para concluir o processamento."},pagination:{next:"Próximo",previous:"Anterior",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:"Preencha '{{label}}' em {{link}}",validation:"Corrija '{{label}}' em {{link}}",pageNumber:"Etapa {{pageNumber}}"}},"pt-pt":{pikaday:{previousMonth:"Mês anterior",nextMonth:"Próximo mês",january:"Janeiro",february:"Fevereiro",march:"Março",april:"Abril",may:"Maio",june:"Junho",july:"Julho",august:"Agosto",september:"Setembro",october:"Outubro",november:"Novembro",december:"Dezembro",sunday:"Domingo",monday:"Segunda-feira",tuesday:"Terça-feira",wednesday:"Quarta-feira",thursday:"Quinta-feira",friday:"Sexta-feira",saturday:"Sábado",sundayShort:"Dom",mondayShort:"Seg",tuesdayShort:"Ter",wednesdayShort:"Qua",thursdayShort:"Qui",fridayShort:"Sex",saturdayShort:"Sáb"},required:"Preencha este campo obrigatório.",invalidEmail:"Introduza um endereço de e-mail válido.",invalidEmailFormat:"O e-mail tem de estar formatado corretamente.",invalidNumber:"Introduza um número válido.",invalidNumberRangeTooSmall:"Introduza um número superior ou igual a {{ min }}.",invalidNumberRangeTooLarge:"Introduza um número que seja menos ou igual a {{ max }}.",missingOptionSelection:"Selecione, pelo menos, uma opção.",missingSelect:"Selecione uma opção a partir do menu pendente.",forbiddenEmailDomain:"Introduza o seu endereço de e-mail comercial. Este formulário não aceita endereço de {{ domain }}.",manuallyBlockedEmailDomain:"Introduza um endereço de e-mail diferente. Este formulário não aceita endereços de {{ domain }}.",emailOptIn:"Verifique o seu e-mail para voltar ativamente por participar.",resubscribeMessage:"Aparentemente, optou por não receber comunicações por e-mail. Clique aqui para obter um e-mail e optar por regressar.",invalidDate:"Introduza uma data válida.",phoneInvalidCharacters:"Só pode conter números, +()-. e x.",numberOutOfRange:"O número que introduziu não se encontra no intervalo.,",inputTooLarge:"Utilize menos de 65536 carateres.",emailSuggestion:"Quis dizer {{ email }}?",invalidDomain:"Introduza um nome de domínio válido e tente novamente.",valueNotInFieldDefintion:"Escolha um dos valores fornecidos.",submitText:"Submeter",fileTooLarge:"O ficheiro selecionado é muito grande. O tamanho máximo permitido é 100 MB.",defaultSelectOptionLabel:"Selecione",notYou:"Não é você?",resetTheForm:"Clique aqui para redefinir",renderErrors:{UNKNOWN:{title:"Aparentemente há aqui um formulário em falta",message:"Isto pode acontecer se houver um erro de sistema ou se o formulário nunca foi criado, se o formulário foi eliminado ou se o URL ou ID do formulário estiver incorreto."}},submissionErrors:{SERVER_ERROR:"Lamentamos, algo correu mal e o formulário não foi submetido. Tente novamente mais tarde.",RECAPTCHA_VALIDATION_ERROR:"Falha ao validar Captcha. Tente novamente.",MISSING_REQUIRED_FIELDS:"Preencha todos os campos obrigatórios.",OUT_OF_DATE:"Este formulário já não está atual. Atualize a página e tente novamente.",BLOCKED_EMAIL:"Altere o seu endereço de e-mail para continuar.",SUBMISSION_NOT_ALLOWED:"Este formulário não pode ser submetido. Contacte o proprietário do site.",FORM_NOT_PUBLISHED:"Este formulário já não está ativo. Atualize a página e tente novamente.",TOO_MANY_REQUESTS:"Ocorreu um problema ao submeter o formulário. Espere alguns segundos e tente novamente.",PORTAL_MIGRATION:"A sua resposta foi enviada. Devido a trabalhos de manutenção do sistema, poderá demorar o máximo de um dia a terminar o processamento."},pagination:{next:"Seguinte",previous:"Anterior",step:"{{currentPage}} de {{numberOfPages}}"},fieldErrors:{required:'Complete "{{label}}" em {{link}}',validation:'Solucione "{{label}}" em {{link}}',pageNumber:"Passo {{pageNumber}}"}},ro:{pikaday:{previousMonth:"Luna precedentă",nextMonth:"Luna următoare",january:"Ianuarie",february:"Februarie",march:"Martie",april:"Aprilie",may:"Mai",june:"Iunie",july:"Iulie",august:"August",september:"Septembrie",october:"Octombrie",november:"Noiembrie",december:"Decembrie",sunday:"Duminică",monday:"Luni",tuesday:"Marți",wednesday:"Miercuri",thursday:"Joi",friday:"Vineri",saturday:"Sâmbătă",sundayShort:"Dum",mondayShort:"Lun",tuesdayShort:"Mar",wednesdayShort:"Mie",thursdayShort:"Joi",fridayShort:"Vin",saturdayShort:"Sâm"},required:"Completați acest câmp obligatoriu.",invalidEmail:"Introduceți o adresă de e-mail validă.",invalidEmailFormat:"Adresa de e-mail nu este validă.",invalidNumber:"Introduceți un număr valid.",invalidNumberRangeTooSmall:"Introduceți un număr mai mare sau egal cu {{ min }}.",invalidNumberRangeTooLarge:"Introduceți un număr mai mic sau egal cu {{ max }}.",missingOptionSelection:"Selectați cel puțin o opțiune.",missingSelect:"Selectați o opțiune din meniul derulant.",forbiddenEmailDomain:"Introduceți adresa de e-mail de serviciu. Acest formular nu acceptă adrese de la {{ domain }}.",manuallyBlockedEmailDomain:"Introduceți o adresă de e-mail diferită. Acest formular nu acceptă adrese de la {{ domain }}.",emailOptIn:"Verificați e-mailul pentru a reveni.",resubscribeMessage:"Se pare că v-ați dezabonat de la e-mail-urile noastre. Click aici pentru a vă abona din nou.",invalidDate:"Introduceți o dată validă.",phoneInvalidCharacters:"Trebuie să conțină doar numere, +()-. și x.",numberOutOfRange:"Numărul pe care l-ați introdus nu este cuprins în interval.",inputTooLarge:"Utilizați mai puțin de 65536 de caractere.",emailSuggestion:"Ați vrut să spuneți {{ email }}?",invalidDomain:"Introduceți un nume de domeniu valid și reîncercați.",valueNotInFieldDefintion:"Alegeți una din valorile furnizate.",submitText:"Trimiteți",fileTooLarge:"Fișierul selectat este prea mare. Dimensiunea maximă permisă este de 100 MB.",defaultSelectOptionLabel:"Selectați",notYou:"Nu sunteți dvs.?",resetTheForm:"Click aici pentru a reseta",renderErrors:{UNKNOWN:{title:"Se pare că lipsește un formular",message:"Acest lucru se poate întâmpla dacă există o eroare de sistem sau dacă formularul nu a fost creat niciodată, dacă acesta a fost șters sau dacă URL-ul sau ID-ul formularului este greșit."}},submissionErrors:{SERVER_ERROR:"Ne pare rău, ceva nu a mers bine, iar formularul nu a fost transmis. Încercați din nou mai târziu.",RECAPTCHA_VALIDATION_ERROR:"Validare cod Captcha nereușită. Încercați din nou.",MISSING_REQUIRED_FIELDS:"Completați toate câmpurile obligatorii.",OUT_OF_DATE:"Acest formular nu mai este actual. Reîmprospătați pagina și încercați din nou.",BLOCKED_EMAIL:"Pentru a continua, introduceți o adresă de e-mail validă.",SUBMISSION_NOT_ALLOWED:"Acest formular nu poate fi trimis. Contactați proprietarul site-ului.",FORM_NOT_PUBLISHED:"Acest formular nu mai este activ. Reîmprospătați pagina și încercați din nou.",TOO_MANY_REQUESTS:"A survenit o eroare la trimiterea formularului. Așteptați câteva secunde și încercați din nou.",PORTAL_MIGRATION:"Răspunsul dvs. a fost trimis. Din cauza lucrărilor de mentenanţă, ar putea dura până la o zi până când procesarea să se finalizeze."},pagination:{next:"Următor",previous:"Anterior",step:"{{currentPage}} din {{numberOfPages}}"},fieldErrors:{required:"Completați '{{label}}' de la {{link}}",validation:"Corectați '{{label}}' de la {{link}}",pageNumber:"Pasul {{pageNumber}}"}},ru:{pikaday:{previousMonth:"Предыдущий месяц",nextMonth:"Следующий месяц",january:"Январь",february:"Февраль",march:"Март",april:"Апрель",may:"Май",june:"Июнь",july:"Июль",august:"Август",september:"Сентябрь",october:"Октябрь",november:"Ноябрь",december:"Декабрь",sunday:"Воскресенье",monday:"Понедельник",tuesday:"Вторник",wednesday:"Среда",thursday:"Четверг",friday:"Пятница",saturday:"Суббота",sundayShort:"Вс",mondayShort:"Пн",tuesdayShort:"Вт",wednesdayShort:"Ср",thursdayShort:"Чт",fridayShort:"Пт",saturdayShort:"Сб"},required:"Заполните это обязательное поле.",invalidEmail:"Введите действительный адрес электронной почты.",invalidEmailFormat:"Электронное письмо должно иметь правильное форматирование.",invalidNumber:"Введите допустимое число.",invalidNumberRangeTooSmall:"Введите число больше или равное {{ min }}.",invalidNumberRangeTooLarge:"Введите число меньше или равное {{ max }}.",missingOptionSelection:"Выберите хотя бы один параметр.",missingSelect:"Выберите параметр из раскрывающегося меню.",forbiddenEmailDomain:"Введите свой адрес рабочей электронной почты. Данная форма не допускает адреса из {{ domain }}.",manuallyBlockedEmailDomain:"Введите другой адрес электронной почты. Данная форма не допускает адреса из {{ domain }}.",emailOptIn:"Проверьте электронную почту, чтобы возобновить подписку.",resubscribeMessage:"Кажется, вы отменили подписку на получение сообщений электронной почты. Щелкните здесь, чтобы получить электронное письмо и возобновить подписку.",invalidDate:"Введите допустимую дату.",phoneInvalidCharacters:"Может содержать только цифры, +()-. и x.",numberOutOfRange:"Введенное число находится за рамками допустимого диапазона.",inputTooLarge:"Используйте менее 65536 символов.",emailSuggestion:"Возможно, вы имели в виду {{ email }}?",invalidDomain:"Введите действительное имя домена и повторите попытку. ",valueNotInFieldDefintion:"Выберите одно из предоставленных значений.",submitText:"Отправить",fileTooLarge:"Выбранный файл имеет слишком большой размер. Максимально допустимый размер — 100 Мбайт.",defaultSelectOptionLabel:"Выберите",notYou:"Это не вы?",resetTheForm:"Щелкните здесь для восстановления",renderErrors:{UNKNOWN:{title:"Скорее всего, здесь должна быть форма",message:"Это может быть связано с системной ошибкой, или форма еще не была создана, или она удалена, или URL или идентификатор формы неверные."}},submissionErrors:{SERVER_ERROR:"Возникла проблема, и форма не была отправлена. Повторите попытку позже.",RECAPTCHA_VALIDATION_ERROR:"Ошибка проверки Captcha. Повторите попытку.",MISSING_REQUIRED_FIELDS:"Заполните все обязательные поля.",OUT_OF_DATE:"Эта форма больше не актуальна. Обновите страницу и повторите попытку.",BLOCKED_EMAIL:"Для продолжения измените адрес электронной почты.",SUBMISSION_NOT_ALLOWED:"Невозможно отправить форму. Обратитесь к владельцу сайта.",FORM_NOT_PUBLISHED:"Эта форма больше не активна. Обновите страницу и повторите попытку.",TOO_MANY_REQUESTS:"При отправке формы возникла проблема. Подождите несколько секунд и повторите попытку.",PORTAL_MIGRATION:"Ваш ответ был отправлен. В связи с обслуживанием системы его обработка может занять до одного дня."},pagination:{next:"Далее",previous:"Назад",step:"{{currentPage}} из {{numberOfPages}}"},fieldErrors:{required:"Заполните «{{label}}» на {{link}}",validation:"Закрепите «{{label}}» на {{link}}",pageNumber:"Шаг {{pageNumber}}"}},sk:{pikaday:{previousMonth:"Predchádzajúci mesiac",nextMonth:"Nasledujúci mesiac",january:"Január",february:"Február",march:"Marec",april:"Apríl",may:"Máj",june:"Jún",july:"Júl",august:"August",september:"September",october:"Október",november:"November",december:"December",sunday:"Nedeľa",monday:"Pondelok",tuesday:"Utorok",wednesday:"Streda",thursday:"Štvrtok",friday:"Piatok",saturday:"Sobota",sundayShort:"Ned",mondayShort:"Pon",tuesdayShort:"Uto",wednesdayShort:"Str",thursdayShort:"Štv",fridayShort:"Pia",saturdayShort:"Sob"},required:"Vyplňte toto povinné pole.",invalidEmail:"Zadajte platnú e-mailovú adresu.",invalidEmailFormat:"E-mail musí byť správne naformátovaný.",invalidNumber:"Zadajte platné číslo.",invalidNumberRangeTooSmall:"Zadajte číslo, ktoré je rovné hodnote {{ min }} alebo väčšie.",invalidNumberRangeTooLarge:"Zadajte číslo, ktoré je rovné hodnote {{ max }} alebo menšie.",missingOptionSelection:"Vyberte aspoň jednu možnosť.",missingSelect:"Vyberte možnosť z rozbaľovacej ponuky.",forbiddenEmailDomain:"Zadajte svoju pracovnú e-mailovú adresu. Tento formulár nepovoľuje adresy z domény {{ domain }}.",manuallyBlockedEmailDomain:"Zadajte odlišnú e-mailovú adresu. Tento formulár nepovoľuje adresy z domény {{ domain }}.",emailOptIn:"Ak sa chcete znova prihlásiť, skontrolujte si e-mail.",resubscribeMessage:"Zdá sa, že ste sa odhlásili z odberu e-mailovej komunikácie. Kliknutím tu si odber môžete znova aktivovať.",invalidDate:"Zadajte platný dátum.",phoneInvalidCharacters:"Smie obsahovať len čísla, +()- a x.",numberOutOfRange:"Zadané číslo je mimo rozsahu.",inputTooLarge:"Použite menej než 65 536 znakov.",emailSuggestion:"Mali ste na mysli {{ email }}?",invalidDomain:"Zadajte platný názov domény a skúste to znova.",valueNotInFieldDefintion:"Vyberte jednu z uvedených hodnôt.",submitText:"Odoslať",fileTooLarge:"Vybraný súbor je príliš veľký. Maximálna povolená veľkosť je 100 MB.",defaultSelectOptionLabel:"Vyberte",notYou:"Nie ste to vy?",resetTheForm:"Kliknutím tu resetujte",renderErrors:{UNKNOWN:{title:"Zdá sa, že tu chýba formulár",message:"Môže sa to stať, ak systém obsahuje chybu alebo ak formulár nebol nikdy vytvorený, bol odstránený alebo jeho webová adresa alebo ID je nesprávne."}},submissionErrors:{SERVER_ERROR:"Ľutujeme, niekde sa stala chyba a formulár sa neodoslal. Skúste to neskôr.",RECAPTCHA_VALIDATION_ERROR:"Nepodarilo sa overiť testom Captcha. Skúste to neskôr.",MISSING_REQUIRED_FIELDS:"Vyplňte všetky povinné polia.",OUT_OF_DATE:"Tento formulár už nie je aktuálny. Obnovte stránku a skúste to znova.",BLOCKED_EMAIL:"Ak chcete pokračovať, zmeňte si e-mailovú adresu.",SUBMISSION_NOT_ALLOWED:"Tento formulár nemožno odoslať. Obráťte sa na vlastníka webu.",FORM_NOT_PUBLISHED:"Tento formulár už nie je aktívny. Obnovte stránku a skúste to znova.",TOO_MANY_REQUESTS:"Pri odosielaní vášho formulára sa vyskytol problém. Počkajte pár sekúnd a skúste to znova.",PORTAL_MIGRATION:"Vaša odpoveď bola odoslaná. Z dôvodu údržby systému môže trvať až deň, kým sa spracovanie dokončí."},pagination:{next:"Ďalej",previous:"Predchádzajúce",step:"{{currentPage}} z {{numberOfPages}}"},fieldErrors:{required:"Vyplňte {{label}} na odkaze {{link}}",validation:"Opravte {{label}} v odkaze {{link}}",pageNumber:"Krok {{pageNumber}}"}},sl:{pikaday:{previousMonth:"Prejšnji mesec",nextMonth:"Naslednji mesec",january:"Januar",february:"Februar",march:"Marec",april:"April",may:"Maj",june:"Junij",july:"Julij",august:"Avgust",september:"September",october:"Oktober",november:"November",december:"December",sunday:"Nedelja",monday:"Ponedeljek",tuesday:"Torek",wednesday:"Sreda",thursday:"Četrtek",friday:"Petek",saturday:"Sobota",sundayShort:"Ned",mondayShort:"Pon",tuesdayShort:"Tor",wednesdayShort:"Sre",thursdayShort:"Čet",fridayShort:"Pet",saturdayShort:"Sob"},required:"Izpolnite to obvezno polje.",invalidEmail:"Vnesite veljaven e-poštni naslov.",invalidEmailFormat:"E-poštni naslov mora biti pravilno oblikovan.",invalidNumber:"Vnesite veljavno število.",invalidNumberRangeTooSmall:"Vnesite število, ki je večje ali enako {{ min }}. ",invalidNumberRangeTooLarge:"Vnesite število, ki je manjše ali enako {{ max }}.",missingOptionSelection:"Izberite vsaj eno možnost.",missingSelect:"V spustnem meniju izberite možnost.",forbiddenEmailDomain:"Vnesite svoj e-poštni naslov. Ta obrazec ne sprejema naslovov {{ domain }}.",manuallyBlockedEmailDomain:"Vnesite drug e-poštni naslov. Ta obrazec ne sprejema naslovov {{ domain }}.",emailOptIn:"Preverite svoj e-poštni naslov za ponovno prijavo.",resubscribeMessage:"Videti je, da ste onemogočili e-poštno komunikacijo. Kliknite tukaj, da prejmete e-poštno sporočilo in se znova prijavite.",invalidDate:"Vnesite veljaven datum.",phoneInvalidCharacters:"Vsebuje lahko samo številke, + () -. in x.",numberOutOfRange:"Številka, ki ste jo vnesli, ni v obsegu.",inputTooLarge:"Uporabite manj kot 65536 znakov.",emailSuggestion:"Ste mislili {{ email }}?",invalidDomain:"Vnesite veljavno ime domene in poskusite znova.",valueNotInFieldDefintion:"Izberite eno od navedenih vrednosti.",submitText:"Posreduj",fileTooLarge:"Izbrana datoteka je prevelika. Največja dovoljena velikost je 100 MB.",defaultSelectOptionLabel:"Izberite",notYou:"Niste vi?",resetTheForm:"Kliknite tukaj za ponastavitev",renderErrors:{UNKNOWN:{title:"Zdi se, da tukaj manjka obrazec",message:"To se lahko zgodi, če je prišlo do sistemske napake, če obrazec ni bil nikoli ustvarjen oz. je bil obrazec izbrisan ali pa sta URL ali ID obrazca napačna."}},submissionErrors:{SERVER_ERROR:"Prišlo je do napake in obrazec ni bil oddan. Poskusite znova kasneje.",RECAPTCHA_VALIDATION_ERROR:"Kode Captcha ni mogoče preveriti. Poskusite znova.",MISSING_REQUIRED_FIELDS:"Izpolnite vsa obvezna polja.",OUT_OF_DATE:"Ta obrazec ni več aktualen. Osvežite stran in poskusite znova.",BLOCKED_EMAIL:"Če želite nadaljevati, spremenite svoj e-poštni naslov.",SUBMISSION_NOT_ALLOWED:"Tega obrazca ni mogoče oddati. Obrnite se na lastnika spletnega mesta.",FORM_NOT_PUBLISHED:"Ta obrazec ni več aktiven. Osvežite stran in poskusite znova.",TOO_MANY_REQUESTS:"Prišlo je do težave pri oddaji vašega obrazca. Počakajte nekaj sekund in poskusite znova.",PORTAL_MIGRATION:"Vaš odgovor je bil poslan. Zaradi vzdrževalnih del na sistemu lahko traja do en dan, da se obdelava konča."},pagination:{next:"Naprej",previous:"Prejšnji",step:"{{currentPage}} od {{numberOfPages}}"},fieldErrors:{required:"Zaključite '{{label}}' na {{link}}",validation:"Popravite '{{label}}' na {{link}}",pageNumber:"Korak {{pageNumber}}"}},sv:{pikaday:{previousMonth:"Föregående månad",nextMonth:"Nästa månad",january:"januari",february:"februari",march:"mars",april:"april",may:"maj",june:"juni",july:"juli",august:"augusti",september:"september",october:"oktober",november:"november",december:"december",sunday:"Söndag",monday:"Måndag",tuesday:"Tisdag",wednesday:"Onsdag",thursday:"Torsdag",friday:"Fredag",saturday:"Lördag",sundayShort:"Sön",mondayShort:"Mån",tuesdayShort:"Tis",wednesdayShort:"Ons",thursdayShort:"Tor",fridayShort:"Fre",saturdayShort:"Lör"},required:"Fyll i detta obligatoriska fält.",invalidEmail:"Ange en giltig e-postadress.",invalidEmailFormat:"E-postadressen måste formateras korrekt.",invalidNumber:"Ange ett giltigt nummer.",invalidNumberRangeTooSmall:"Ange ett tal som är större än eller lika med {{ min }}.",invalidNumberRangeTooLarge:"Ange ett tal som är mindre än eller lika med {{ max }}.",missingOptionSelection:"Välj minst ett alternativ.",missingSelect:"Välj ett alternativ i listan.",forbiddenEmailDomain:"Ange ditt företags e-postadress. Formuläret godtar inte adresser från {{ domain }}.",manuallyBlockedEmailDomain:"Ange en annan e-postadress. I det här formuläret accepteras inte adresser från {{ domain }}.",emailOptIn:"Se din e-post för mer information om hur du anmäler dig igen.",resubscribeMessage:"Det verkar som om du har tackat nej till e-postutskick. Klicka här om du vill få ett e-postmeddelande med möjlighet att anmäla dig igen.",invalidDate:"Ange ett giltigt datum.",phoneInvalidCharacters:"Får endast innehålla siffror, +()-. och x",numberOutOfRange:"Numret ligger inte inom tillåtet intervall.",inputTooLarge:"Använd färre än 65 536 tecken.",emailSuggestion:"Menade du {{ email }}?",invalidDomain:"Ange ett giltigt domännamn och försök igen.",valueNotInFieldDefintion:"Välj ett av värdena.",submitText:"Skicka",fileTooLarge:"Den valda filen är för stor. Högsta tillåtna storlek är 100 MB.",defaultSelectOptionLabel:"Välj",notYou:"Inte du?",resetTheForm:"Klicka här för att återställa",renderErrors:{UNKNOWN:{title:"Det verkar som att det saknas ett formulär här",message:"Detta kan hända om det uppstår ett systemfel, eller om formuläret aldrig skapades, formuläret raderades eller formulärets URL eller ID är felaktigt."}},submissionErrors:{SERVER_ERROR:"Något gick tyvärr fel. Formuläret har inte skickats. Försök igen senare.",RECAPTCHA_VALIDATION_ERROR:"Det gick inte att validera Captcha. Försök igen.",MISSING_REQUIRED_FIELDS:"Fyll i alla obligatoriska fält.",OUT_OF_DATE:"Formuläret är inte längre aktuellt. Uppdatera sidan och försök igen.",BLOCKED_EMAIL:"Ändra din e-postadress för att fortsätta.",SUBMISSION_NOT_ALLOWED:"Formuläret går inte att skicka. Kontakta sidans ägare.",FORM_NOT_PUBLISHED:"Formuläret är inte längre aktivt. Uppdatera sidan och försök igen.",TOO_MANY_REQUESTS:"Ett fel uppstod när ditt formulär skickades in. Vänta några sekunder och försök igen.",PORTAL_MIGRATION:"Ditt svar har skickats in. På grund av systemunderhåll kan det ta upp till en dag för det att behandlas färdigt."},pagination:{next:"Nästa",previous:"Föregående",step:"{{currentPage}} av {{numberOfPages}}"},fieldErrors:{required:'Slutför "{{label}}" den {{link}}',validation:'Fixa "{{label}}" den {{link}}',pageNumber:"Steg {{pageNumber}}"}},th:{pikaday:{previousMonth:"เดือนที่แล้ว",nextMonth:"เดือนต่อไป",january:"มกราคม",february:"กุมภาพันธ์",march:"มีนาคม",april:"เมษายน",may:"พ.ค.",june:"มิถุนายน",july:"กรกฎาคม",august:"สิงหาคม",september:"กันยายน",october:"ตุลาคม",november:"พฤศจิกายน",december:"ธันวาคม",sunday:"วันอาทิตย์",monday:"วันจันทร์",tuesday:"วันอังคาร",wednesday:"วันพุธ",thursday:"วันพฤหัสบดี",friday:"วันศุกร์",saturday:"วันเสาร์",sundayShort:"อา.",mondayShort:"จ.",tuesdayShort:"อ.",wednesdayShort:"พ.",thursdayShort:"พฤ.",fridayShort:"ศ.",saturdayShort:"ส."},required:"โปรดกรอกช่องที่ต้องระบุนี้ให้สมบูรณ์",invalidEmail:"โปรดกรอกที่อยู่อีเมลที่ถูกต้อง",invalidEmailFormat:"อีเมลต้องอยู่ในรูปแบบที่ถูกต้อง",invalidNumber:"โปรดกรอกหมายเลขที่ถูกต้อง",invalidNumberRangeTooSmall:"โปรดกรอกหมายเลขที่มากกว่าหรือเท่ากับ {{ min }}",invalidNumberRangeTooLarge:"โปรดกรอกหมายเลขที่น้อยกว่าหรือเท่ากับ {{ max }}",missingOptionSelection:"โปรดเลือกอย่างน้อยหนึ่งตัวเลือก",missingSelect:"โปรดเลือกตัวเลือกจากเมนูแบบเลื่อนลง",forbiddenEmailDomain:"โปรดกรอกอีเมลธุรกิจของคุณ แบบฟอร์มนี้ไม่รับที่อยู่จาก {{ domain }}",manuallyBlockedEmailDomain:"โปรดกรอกอีเมลอื่น แบบฟอร์มนี้ไม่รับที่อยู่จาก {{ domain }}",emailOptIn:"โปรดตรวจสอบอีเมลของคุณเพื่อกลับมาเลือกใช้อีกครั้ง",resubscribeMessage:"ดูเหมือนว่าคุณได้เลือกไม่รับการสื่อสารทางอีเมล คลิกที่นี่เพื่อรับอีเมลและเลือกรับการสื่อสารอีกครั้ง",invalidDate:"โปรดกรอกวันที่ที่ถูกต้อง",phoneInvalidCharacters:"ต้องมีเฉพาะตัวเลข, +()-. และ x",numberOutOfRange:"หมายเลขที่คุณกรอกไม่อยู่ในช่วง",inputTooLarge:"โปรดใช้อักขระน้อยกว่า 65,536 ตัว",emailSuggestion:"คุณหมายถึง {{ email }} ใช่หรือไม่",invalidDomain:"โปรดใส่ชื่อโดเมนที่ถูกต้องแล้วลองอีกครั้ง",valueNotInFieldDefintion:"โปรดเลือกหนึ่งในค่าที่มีให้",submitText:"ส่ง",fileTooLarge:"ไฟล์ที่เลือกมีขนาดใหญ่เกินไป ขนาดสูงสุดที่อนุญาตคือ 100MB",defaultSelectOptionLabel:"โปรดเลือก",notYou:"ไม่ใช่คุณใช่ไหม",resetTheForm:"คลิกที่นี่เพื่อตั้งค่าใหม่",renderErrors:{UNKNOWN:{title:"ดูเหมือนว่าจะมีแบบฟอร์มหายไปจากตรงนี้",message:"เหตุการณ์นี้อาจเกิดขึ้นได้หากระบบมีข้อผิดพลาด หรือหากไม่เคยมีการสร้างแบบฟอร์ม หรือแบบฟอร์มถูกลบออก หรือ URL หรือ ID ของแบบฟอร์มไม่ถูกต้อง"}},submissionErrors:{SERVER_ERROR:"ขออภัย มีบางอย่างผิดปกติ และส่งแบบฟอร์มไม่ได้ โปรดลองอีกครั้งในภายหลัง",RECAPTCHA_VALIDATION_ERROR:"ยืนยันแคปต์ชาไม่ได้ โปรดลองอีกครั้ง",MISSING_REQUIRED_FIELDS:"โปรดกรอกทุกช่องที่ต้องระบุให้สมบูรณ์",OUT_OF_DATE:"แบบฟอร์มนี้ไม่ใช่แบบฟอร์มล่าสุดอีกต่อไป โปรดรีเฟรชหน้าแล้วลองอีกครั้ง",BLOCKED_EMAIL:"โปรดเปลี่ยนที่อยู่อีเมลของคุณเพื่อดำเนินการต่อ",SUBMISSION_NOT_ALLOWED:"ไม่สามารถส่งแบบฟอร์มนี้ได้ โปรดติดต่อเจ้าของเว็บไซต์",FORM_NOT_PUBLISHED:"แบบฟอร์มนี้ไม่ได้ใช้งานอีกต่อไป โปรดรีเฟรชหน้า แล้วลองอีกครั้ง",TOO_MANY_REQUESTS:"เกิดปัญหาในการส่งแบบฟอร์มของคุณ โปรดรอสักครู่แล้วลองอีกครั้ง",PORTAL_MIGRATION:"ส่งคำตอบของคุณแล้ว เนื่องจากอยู่ในระหว่างการบำรุงรักษาระบบ อาจใช้เวลาถึงหนึ่งวันเพื่อประมวลผลให้เสร็จสิ้น"},pagination:{next:"ถัดไป",previous:"ก่อนหน้า",step:"หน้า {{currentPage}} จาก {{numberOfPages}}"},fieldErrors:{required:"โปรดกรอก '{{label}}' ให้สมบูรณ์ใน {{link}}",validation:"โปรดแก้ไข '{{label}}' ใน {{link}}",pageNumber:"ขั้นตอนที่ {{pageNumber}}"}},tl:{pikaday:{previousMonth:"Nakaraang Buwan",nextMonth:"Susunod na Buwan",january:"Enero",february:"Pebrero",march:"Marso",april:"Abril",may:"Mayo",june:"Hunyo",july:"Hulyo",august:"Agosto",september:"Setyembre",october:"Oktubre",november:"Nobyembre",december:"Disyembre",sunday:"Linggo",monday:"Lunes",tuesday:"Martes",wednesday:"Miyerkules",thursday:"Huwebes",friday:"Biyernes",saturday:"Sabado",sundayShort:"Lin",mondayShort:"Lun",tuesdayShort:"Mar",wednesdayShort:"Miy",thursdayShort:"Huw",fridayShort:"Biy",saturdayShort:"Sab"},required:"Kumpletuhin ang kinakailangang field na ito",invalidEmail:"Mangyaring maglagay ng wastong email address.",invalidEmailFormat:"Dapat nasa wastong format ang email.",invalidNumber:"Maglagay ng wastong numero.",invalidNumberRangeTooSmall:"Maglagay ng numero na mas malaki sa o katumbas ng {{ min }}.",invalidNumberRangeTooLarge:"Maglagay ng numero na mas mababa sa o katumbas ng {{ max }}.",missingOptionSelection:"Pumili ng kahit man lang isang opsyon.",missingSelect:"Pumili ng opsyon mula sa dropdown menu.",forbiddenEmailDomain:"Ilagay ang iyong email address ng negosyo. Hindi tumatanggap ang form na ito ng mga address mula sa {{ domain }}.",manuallyBlockedEmailDomain:"Maglagay ng ibang email address. Hindi tumatanggap ang form na ito ng mga address mula sa {{ domain }}.",emailOptIn:"Suriin ang iyong email para mag-opt in pabalik.",resubscribeMessage:"Mukhang nag-opt out ka sa email na komunikasyon. Mag-click dito para makatanggap ng email at mag-opt in pabalik.",invalidDate:"Maglagay ng wastong petsa.",phoneInvalidCharacters:"Dapat naglalaman lamang ng mga numero, +()-. at x.",numberOutOfRange:"Hindi kasama sa hanay ang inilagay mong numero.",inputTooLarge:"Mangyaring gumamit ng mas kaunti sa 65536 na character.",emailSuggestion:"Ang ibig mo bang sabihin ay {{ email }}?",invalidDomain:"Mangyaring maglagay ng wastong pangalan ng domain at subukan muli.",valueNotInFieldDefintion:"Pumili ng isa sa mga inilaang value.",submitText:"Isumite",fileTooLarge:"Masyadong malaki ang file. Ang maximum na pinahihintulutang laki ay 100MB.",defaultSelectOptionLabel:"Mangyaring Pumili",notYou:"Hindi ikaw?",resetTheForm:"Mag-click dito para i-reset",renderErrors:{UNKNOWN:{title:"Mukhang may kulang na form dito",message:"Nangyayayari ito kapag mayroong system error, o hindi kailanman nagawa ang form, na-delete ang form, o hindi wasto ang URL o ID ng form."}},submissionErrors:{SERVER_ERROR:"Paumanhin, nagkaroon ng problema at hindi naisumite ang form. Subukan muli mamaya.",RECAPTCHA_VALIDATION_ERROR:"Hindi na-validate ang Captcha. Subukan muli.",MISSING_REQUIRED_FIELDS:"Kumpletuhin ang lahat ng kinakailangang field.",OUT_OF_DATE:"Luma na ang form na ito. I-refresh ang page at subukan muli.",BLOCKED_EMAIL:"Baguhin ang iyong email address para magpatuloy.",SUBMISSION_NOT_ALLOWED:"Hindi maisusumte ang form na ito. Mangyaring makipag-ugnayan sa may-ari ng site.",FORM_NOT_PUBLISHED:"Hindi na aktibo ang form na ito. I-refresh ang page at subukan muli.",TOO_MANY_REQUESTS:"Nagkaroon ng isyu sa pagsusumite sa iyong form. Maghintay ng ilang segundo at subukan muli.",PORTAL_MIGRATION:"Naisumite na ang iyong tugon. Maaaring abutin nang buong maghapon para matapos ang proseso dahil sa ginagawang system maintenance."},pagination:{next:"Susunod",previous:"Nakaraan",step:"{{currentPage}} ng {{numberOfPages}}"},fieldErrors:{required:"Kumpletuhin ang '{{label}}' sa {{link}}",validation:"Ayusin ang '{{label}}' sa {{link}}",pageNumber:"Hakbang {{pageNumber}}"}},tr:{pikaday:{previousMonth:"Önceki ay",nextMonth:"Sonraki ay",january:"Ocak",february:"Şubat",march:"Mart",april:"Nisan",may:"Mayıs",june:"Haziran",july:"Temmuz",august:"Ağustos",september:"Eylül",october:"Ekim",november:"Kasım",december:"Aralık",sunday:"Pazar",monday:"Pazartesi",tuesday:"Salı",wednesday:"Çarşamba",thursday:"Perşembe",friday:"Cuma",saturday:"Cumartesi",sundayShort:"Paz",mondayShort:"Pzt",tuesdayShort:"Sal",wednesdayShort:"Çar",thursdayShort:"Per",fridayShort:"Cum",saturdayShort:"Cmt"},required:"Lütfen bu zorunlu alanı doldurun.",invalidEmail:"Lütfen geçerli bir e-posta adresi girin.",invalidEmailFormat:"E-posta doğru şekilde biçimlendirilmelidir.",invalidNumber:"Lütfen geçerli bir sayı girin.",invalidNumberRangeTooSmall:"Lütfen {{ min }} değerine eşit veya daha büyük bir sayı girin.",invalidNumberRangeTooLarge:"Lütfen {{ max }} değerine eşit veya daha küçük bir sayı girin.",missingOptionSelection:"Lütfen en az bir seçenek seçin.",missingSelect:"Lütfen açılır menüden bir seçenek seçin.",forbiddenEmailDomain:"Lütfen iş e-posta adresinizi girin. Bu form, {{ domain }} adreslerini kabul etmez.",manuallyBlockedEmailDomain:"Lütfen farklı bir e-posta adresi girin. Bu form, {{ domain }} adreslerini kabul etmez.",emailOptIn:"Tekrar abone olmak için lütfen e-posta adresinizi değiştirin.",resubscribeMessage:"Görünüşe göre e-posta iletişimini devre dışı bırakmışsınız. Bir e-posta alıp tekrar kaydolmak için buraya tıklayın.",invalidDate:"Lütfen geçerli bir tarih girin.",phoneInvalidCharacters:"Sadece sayı, +()-. ve x karakterlerini içermelidir.",numberOutOfRange:"Girdiğiniz sayı aralıkta değil.",inputTooLarge:"Lütfen 65536'dan az karakter kullanın.",emailSuggestion:"{{ email }} mi demek istediniz?",invalidDomain:"Lütfen geçerli bir web alan adı girin ve tekrar deneyin.",valueNotInFieldDefintion:"Lütfen sağlanan değerlerden birini seçin.",submitText:"Gönder",fileTooLarge:"Seçili dosya çok büyük. İzin verilen maksimum boyut 100 MB'tır.",defaultSelectOptionLabel:"Lütfen seçin",notYou:"Siz değil misiniz?",resetTheForm:"Sıfırlamak için burayı tıklayın",renderErrors:{UNKNOWN:{title:"Burada eksik bir form var gibi görünüyor",message:"Bu, bir sistem hatası varsa veya form hiç oluşturulmamışsa, silinmişse veya form URL'si veya kimliği yanlışsa olabilir."}},submissionErrors:{SERVER_ERROR:"Üzgünüz, bir şeyler ters gitti ve form gönderilemedi. Lütfen daha sonra tekrar deneyin.",RECAPTCHA_VALIDATION_ERROR:"Captcha doğrulanamadı. Lütfen tekrar deneyin.",MISSING_REQUIRED_FIELDS:"Lütfen tüm zorunlu alanları doldurun.",OUT_OF_DATE:"Bu form artık güncel değil. Lütfen sayfayı yenileyin ve tekrar deneyin.",BLOCKED_EMAIL:"Devam etmek için lütfen e-posta adresinizi değiştirin.",SUBMISSION_NOT_ALLOWED:"Bu form gönderilemiyor. Lütfen site sahibiyle iletişime geçin.",FORM_NOT_PUBLISHED:"Bu form artık aktif değil. Lütfen sayfayı yenileyin ve tekrar deneyin.",TOO_MANY_REQUESTS:"Formunuzu gönderirken bir sorun oluştu. Lütfen birkaç saniye bekleyin ve tekrar deneyin.",PORTAL_MIGRATION:"Yanıtınız gönderilmiştir. Sistem bakım çalışmalarından dolayı işlemeyi bitirmek bir gün kadar zaman alabilir."},pagination:{next:"Sonraki",previous:"Önceki",step:"{{currentPage}} / {{numberOfPages}}"},fieldErrors:{required:"Lütfen {{link}} bağlantısında bulunan '{{label}}' öğesini tamamlayın",validation:"Lütfen {{link}} bağlantısında bulunan '{{label}}' öğesini düzeltin",pageNumber:"Adım {{pageNumber}}"}},uk:{pikaday:{previousMonth:"Попередній місяць",nextMonth:"Наступний місяць",january:"Січень",february:"Лютий",march:"Березень",april:"Квітень",may:"Травень",june:"Червень",july:"Липень",august:"Серпень",september:"Вересень",october:"Жовтень",november:"Листопад",december:"Грудень",sunday:"Неділя",monday:"Понеділок",tuesday:"Вівторок",wednesday:"Середа",thursday:"Четвер",friday:"П’ятниця",saturday:"Субота",sundayShort:"Нд",mondayShort:"Пн",tuesdayShort:"Вт",wednesdayShort:"Ср",thursdayShort:"Чт",fridayShort:"Пт",saturdayShort:"Сб"},required:"Заповніть це обов’язкове поле.",invalidEmail:"Введіть дійсну адресу електронної пошти.",invalidEmailFormat:"Електронний лист повинен мати правильне форматування.",invalidNumber:"Введіть правильне число.",invalidNumberRangeTooSmall:"Введіть число, яке більше за або дорівнює {{ min }}.",invalidNumberRangeTooLarge:"Введіть число, яке менше за або дорівнює{{ max }}.",missingOptionSelection:"Виберіть принаймні один варіант.",missingSelect:"Виберіть варіант зі спадного меню.",forbiddenEmailDomain:"Введіть адресу своєї робочої електронної пошти. Ця форма не приймає адреси з {{ domain }}.",manuallyBlockedEmailDomain:"Введіть іншу адресу електронної пошти. Ця форма не приймає адреси з {{ domain }}.",emailOptIn:"Перевірте електронну пошту, щоб відновити підписку.",resubscribeMessage:"Схоже, ви скасували підписку на отримання повідомлень електронної пошти. Натисніть тут, щоб отримати електронний лист і відновити підписку.",invalidDate:"Введіть правильну дату.",phoneInvalidCharacters:"Має містити лише цифри, +()-. та х.",numberOutOfRange:"Введене вами число поза межами правильного діапазону.",inputTooLarge:"Використовуйте менше за 65536 символів.",emailSuggestion:"Можливо, ви мали на увазі {{ email }}?",invalidDomain:"Уведіть дійсне ім’я домену та спробуйте ще раз.",valueNotInFieldDefintion:"Виберіть одне з наданих значень.",submitText:"Надіслати",fileTooLarge:"Вибраний файл завеликий. Максимальний дозволений розмір — 100 МБ.",defaultSelectOptionLabel:"Виберіть",notYou:"Це не ви?",resetTheForm:"Натисніть тут, щоб скинути",renderErrors:{UNKNOWN:{title:"Схоже, що тут не вистачає форми",message:"Ця проблема може виникнути, якщо сталася системна помилка або цю форму ніколи не створювали, цю форму видалили чи URL-адреса/ідентифікатор форми неправильний."}},submissionErrors:{SERVER_ERROR:"Щось пішло не так, і форму не надіслано. Спробуйте пізніше.",RECAPTCHA_VALIDATION_ERROR:"Не вдалося перевірити Captcha. Спробуйте ще раз.",MISSING_REQUIRED_FIELDS:"Заповніть усі обов’язкові поля.",OUT_OF_DATE:"Ця форма вже не актуальна. Оновіть сторінку та спробуйте знову.",BLOCKED_EMAIL:"Змініть адресу своєї електронної пошти, щоб продовжити.",SUBMISSION_NOT_ALLOWED:"Ця форма не може бути надіслана. Зверніться до власника сайту.",FORM_NOT_PUBLISHED:"Ця форма вже не активна. Оновіть сторінку та спробуйте знову.",TOO_MANY_REQUESTS:"Не вдалося надіслати форму. Зачекайте кілька хвилин і спробуйте знову.",PORTAL_MIGRATION:"Ваша відповідь подана. Через роботи з технічного обслуговування системи для завершення оброблення може знадобитися до доби."},pagination:{next:"Далі",previous:"Назад",step:"{{currentPage}} з {{numberOfPages}}"},fieldErrors:{required:"Заповніть '{{label}}' на {{link}}",validation:"Виправіть '{{label}}' на {{link}}",pageNumber:"Крок {{pageNumber}}"}},vi:{required:"Vui lòng hoàn thành trường bắt buộc này.",invalidEmail:"Vui lòng nhập địa chỉ email hợp lệ.",invalidEmailFormat:"Email phải được định dạng chính xác.",invalidNumber:"Vui lòng nhập số hợp lệ.",invalidNumberRangeTooSmall:"Vui lòng nhập số lớn hơn hoặc bằng {{ min }}.",invalidNumberRangeTooLarge:"Vui lòng nhập số nhỏ hơn hoặc bằng {{ max }}.",missingOptionSelection:"Vui lòng chọn ít nhất một tùy chọn.",missingSelect:"Vui lòng chọn một tùy chọn từ menu thả xuống.",forbiddenEmailDomain:"Vui lòng nhập địa chỉ email doanh nghiệp của bạn. Biểu mẫu này không chấp nhận địa chỉ từ {{ domain }}.",manuallyBlockedEmailDomain:"Vui lòng nhập địa chỉ email khác. Biểu mẫu này không chấp nhận địa chỉ từ {{ domain }}.",emailOptIn:"Vui lòng kiểm tra email của bạn để chọn tham gia lại.",resubscribeMessage:"Có vẻ như bạn đã chọn không tham gia liên lạc qua email. Bấm vào đây để nhận email và chọn tham gia lại.",invalidDate:"Vui lòng nhập ngày hợp lệ.",phoneInvalidCharacters:"Chỉ được bao gồm số, +()-. và x.",numberOutOfRange:"Số bạn đã nhập không nằm trong phạm vi.",inputTooLarge:"Hãy sử dụng ít hơn 65536 ký tự.",emailSuggestion:"Ý bạn là {{ email }}?",invalidDomain:"Vui lòng nhập một tên miền hợp lệ và thử lại.",valueNotInFieldDefintion:"Vui lòng chọn một trong các giá trị được cung cấp.",submitText:"Gửi",fileTooLarge:"Tệp đã chọn quá lớn. Kích cỡ tối đa được phép là 100 MB.",defaultSelectOptionLabel:"Vui lòng chọn",notYou:"Không phải bạn?",resetTheForm:"Bấm vào đây để đặt lại",renderErrors:{UNKNOWN:{title:"Có vẻ như ở đây thiếu một biểu mẫu",message:"Điều này có thể xảy ra nếu có lỗi hệ thống hoặc biểu mẫu chưa được tạo, biểu mẫu đã bị xóa hoặc do URL hay ID của biểu mẫu không đúng."}},submissionErrors:{SERVER_ERROR:"Rất tiếc, đã xảy ra lỗi và biểu mẫu không được gửi. Vui lòng thử lại sau.",RECAPTCHA_VALIDATION_ERROR:"Không thể xác thực Captcha. Vui lòng thử lại.",MISSING_REQUIRED_FIELDS:"Vui lòng hoàn thành tất cả các trường bắt buộc.",OUT_OF_DATE:"Biểu mẫu này đã cũ. Vui lòng làm mới trang và thử lại.",BLOCKED_EMAIL:"Vui lòng thay đổi địa chỉ email của bạn để tiếp tục.",SUBMISSION_NOT_ALLOWED:"Không thể gửi biểu mẫu này. Vui lòng liên hệ với chủ sở hữu site.",FORM_NOT_PUBLISHED:"Biểu mẫu này không còn hoạt động. Vui lòng làm mới trang và thử lại.",TOO_MANY_REQUESTS:"Đã xảy ra sự cố khi gửi biểu mẫu của bạn. Vui lòng đợi vài giây và thử lại.",PORTAL_MIGRATION:"Phản hồi của bạn đã được gửi. Do công việc bảo trì hệ thống, có thể mất tối đa một ngày để hoàn tất việc xử lý."},pagination:{next:"Tiếp theo",previous:"Trước",step:"{{currentPage}} / {{numberOfPages}}"},fieldErrors:{required:"Vui lòng hoàn thành '{{label}}' trên {{link}}",validation:"Vui lòng sửa chữa '{{label}}' trên {{link}}",pageNumber:"Bước {{pageNumber}}"},pikaday:{previousMonth:"Tháng trước",nextMonth:"Tháng sau",january:"Tháng 1",february:"Tháng 2",march:"Tháng 3",april:"Tháng 4",may:"Tháng 5",june:"Tháng 6",july:"Tháng 7",august:"Tháng 8",september:"Tháng 9",october:"Tháng 10",november:"Tháng 11",december:"Tháng 12",sunday:"Chủ Nhật",monday:"Thứ Hai",tuesday:"Thứ Ba",wednesday:"Thứ Tư",thursday:"Thứ Năm",friday:"Thứ Sáu",saturday:"Thứ Bảy",sundayShort:"CN",mondayShort:"T2",tuesdayShort:"T3",wednesdayShort:"T4",thursdayShort:"T5",fridayShort:"T6",saturdayShort:"T7"}},"zh-cn":{required:"请填写此必填字段。",invalidEmail:"请输入有效的电邮地址。",invalidEmailFormat:"电邮格式必须正确。",invalidNumber:"请输入有效的数字。",invalidNumberRangeTooSmall:"请输入不小于 {{ min }} 的数字。",invalidNumberRangeTooLarge:"请输入不大于 {{ max }} 的数字。",missingOptionSelection:"请至少选择一项。",missingSelect:"请从下拉菜单中选择一个选项。",forbiddenEmailDomain:"请输入您的商务电邮地址。此表格不接受来自 {{ domain }} 的地址。",manuallyBlockedEmailDomain:"请输入其他电邮地址。此表格不接受来自 {{ domain }} 的地址。",emailOptIn:"请查收电邮以重新选择加入。",resubscribeMessage:"您似乎已选择退出电邮通讯。点击此处接收邀请电邮并重新选择加入。",invalidDate:"请输入有效的日期。",phoneInvalidCharacters:"仅能包含数字、+、(、)、-、. 和 x。",numberOutOfRange:"您输入的号码不在正确范围内。",inputTooLarge:"请使用 65536 个以内的字符。",emailSuggestion:"您是否是指 {{ email }}?",invalidDomain:"请输入有效的域名,然后重试。",valueNotInFieldDefintion:"请从提供的值中选择一个。",submitText:"提交",fileTooLarge:"所选文件太大。允许的最大大小为 100MB。",defaultSelectOptionLabel:"请选择",notYou:"不是本人?",resetTheForm:"点击此处以重置",renderErrors:{UNKNOWN:{title:"此处好像缺少表单",message:"这种情况可能出于以下原因:存在系统错误、表单从未创建、表单已删除、表单 URL 或 ID 有误。"}},submissionErrors:{SERVER_ERROR:"抱歉,出错了,表格未提交。请稍后重试。",RECAPTCHA_VALIDATION_ERROR:"验证码验证失败。请重试。",MISSING_REQUIRED_FIELDS:"请填写所有必填字段。",OUT_OF_DATE:"此表格已不是最新。请刷新页面并重试。",BLOCKED_EMAIL:"请更改您的电邮地址以继续。",SUBMISSION_NOT_ALLOWED:"无法提交此表格,请与网站所有者联系。",FORM_NOT_PUBLISHED:"此表格已失效。请刷新此页面并重试。",TOO_MANY_REQUESTS:"提交您的表单时出现问题。请等待几秒钟,然后重试。",PORTAL_MIGRATION:"您的回复已提交。由于系统维护工作,最多需要一天的时间才能处理完毕。"},pagination:{next:"下一页",previous:"上一页",step:"{{currentPage}}/{{numberOfPages}}"},fieldErrors:{required:"请访问 {{link}},填写“{{label}}” ",validation:"请访问 {{link}},修复“{{label}}”",pageNumber:"步骤 {{pageNumber}} "},pikaday:{previousMonth:"上个月",nextMonth:"下个月",january:"1 月",february:"2 月",march:"3 月",april:"4 月",may:"5 月",june:"6 月",july:"7 月",august:"8 月",september:"9 月",october:"10 月",november:"11 月",december:"12 月",sunday:"星期日",monday:"星期一",tuesday:"星期二",wednesday:"星期三",thursday:"星期四",friday:"星期五",saturday:"星期六",sundayShort:"周日",mondayShort:"周一",tuesdayShort:"周二",wednesdayShort:"周三",thursdayShort:"周四",fridayShort:"周五",saturdayShort:"周六"}},"zh-hk":{required:"請填寫此必填欄位。",invalidEmail:"請輸入有效的電郵地址。",invalidEmailFormat:"電郵必須使用正確格式",invalidNumber:"請輸入有效的數字。",invalidNumberRangeTooSmall:"請輸入大於或等於 {{ min }} 的數字。 ",invalidNumberRangeTooLarge:"請輸入小於或等於 {{ max }} 的數字。",missingOptionSelection:"請至少選取一項。",missingSelect:"請在下拉式選單中選取一個選項。",forbiddenEmailDomain:"請輸入你的工作電郵地址。此表單不接受來自{{ domain }}的地址。",manuallyBlockedEmailDomain:"請輸入另一個電郵地址。此表單不接受來自{{ domain }}的地址。",emailOptIn:"請查收郵件以重新選擇加入。",resubscribeMessage:"你似乎要選擇不接收電郵通訊。請按此處獲得重新訂閱的電郵。",invalidDate:"請輸入有效的日期。",phoneInvalidCharacters:"僅能包含數字、x,以及標點符號:+()-.",numberOutOfRange:"你輸入的號碼不在範圍內。",inputTooLarge:"請使用少於 65536 個字元。",emailSuggestion:"你的意思是 {{ email }}?",invalidDomain:"請輸入有效的網域名稱,然後再試一次。",valueNotInFieldDefintion:"請選擇其中一個提供的值。",submitText:"提交",fileTooLarge:"選取的檔案太大。允許的大小上限是 100MB。",defaultSelectOptionLabel:"請選取",notYou:"不是你?",resetTheForm:"按此處重設",renderErrors:{UNKNOWN:{title:"似乎此處有缺少的表單",message:"這可能是因為系統錯誤,又或從未建立表單、已刪除表單或表單的 URL 或 ID 不正確。"}},submissionErrors:{SERVER_ERROR:"抱歉,發生錯誤,尚未提交表單。請稍後再試一次。",RECAPTCHA_VALIDATION_ERROR:"無法驗證驗證碼,請再試一次。",MISSING_REQUIRED_FIELDS:"請填寫所有必填欄位。",OUT_OF_DATE:"此表單不是目前使用的版本,請重新整理頁面並再試一次。",BLOCKED_EMAIL:"請變更你的電郵地址以繼續。",SUBMISSION_NOT_ALLOWED:"無法提交此表單,請聯絡網站擁有者。",FORM_NOT_PUBLISHED:"此表單不是目前啟用的版本,請重新整理頁面並再試一次。",TOO_MANY_REQUESTS:"提交你的表單時發生問題。請等待幾秒後再試一次。",PORTAL_MIGRATION:"已提交你的回應。由於系統維護工作,可能需要最多一日才會處理完成。"},pagination:{next:"下一頁",previous:"上一頁",step:"第 {{currentPage}} 頁,共 {{numberOfPages}} 頁"},fieldErrors:{required:"請完成 {{link}} 上的「{{label}}」",validation:"請修正 {{link}} 上的「{{label}}」",pageNumber:"步驟 {{pageNumber}}"},pikaday:{previousMonth:"上個月",nextMonth:"下個月",january:"一月",february:"二月",march:"三月",april:"四月",may:"五月",june:"六月",july:"七月",august:"八月",september:"九月",october:"十月",november:"十一月",december:"十二月",sunday:"週日",monday:"週一",tuesday:"週二",wednesday:"週三",thursday:"週四",friday:"週五",saturday:"週六",sundayShort:"週日",mondayShort:"週一",tuesdayShort:"週二",wednesdayShort:"週三",thursdayShort:"週四",fridayShort:"週五",saturdayShort:"週六"}},"zh-tw":{required:"請填寫此必填欄位。",invalidEmail:"請輸入有效的電子郵件地址。",invalidEmailFormat:"電子郵件必須使用正確格式",invalidNumber:"請輸入有效的數字。",invalidNumberRangeTooSmall:"請輸入大於或等於 {{ min }} 的數字。",invalidNumberRangeTooLarge:"請輸入小於或等於 {{ max }} 的數字。",missingOptionSelection:"請至少選擇一項。",missingSelect:"請在下拉式功能表中選擇一個選項。",forbiddenEmailDomain:"請輸入你的工作電子郵件地址。此表單不接受來自{{ domain }}的地址。",manuallyBlockedEmailDomain:"請輸入另一個電子郵件地址。此表單不接受來自{{ domain }}的地址。",emailOptIn:"請查收電子郵件以重新選擇加入。",resubscribeMessage:"你似乎要選擇不接收電子郵件通訊。請按一下此處獲得重新訂閱的電子郵件。",invalidDate:"請輸入有效的日期。",phoneInvalidCharacters:"僅能包含數字、x,以及標點符號:+()-.",numberOutOfRange:"你輸入的號碼不在範圍內。",inputTooLarge:"請使用少於 65536 個字元。",emailSuggestion:"你的意思是 {{ email }}?",invalidDomain:"請輸入有效的網域名稱,然後再試一次。",valueNotInFieldDefintion:"請選擇其中一個提供的值。",submitText:"提交",fileTooLarge:"選取的檔案太大。允許的大小上限是 100MB。",defaultSelectOptionLabel:"請選取",notYou:"不是你?",resetTheForm:"按一下此處重設",renderErrors:{UNKNOWN:{title:"似乎此處有缺少的表格",message:"這可能是因為系統錯誤,或從未建立或刪除表格,又或者表格的 URL 或 ID 不正確。"}},submissionErrors:{SERVER_ERROR:"抱歉,發生錯誤,尚未提交表單。請稍後再試一次。",RECAPTCHA_VALIDATION_ERROR:"無法驗證驗證碼,請再試一次。",MISSING_REQUIRED_FIELDS:"請填寫所有必填欄位。",OUT_OF_DATE:"此表單不是目前使用的版本,請重新整理頁面並再試一次。",BLOCKED_EMAIL:"請變更你的電子郵件地址以繼續。",SUBMISSION_NOT_ALLOWED:"無法提交此表單,請連絡網站負責人。",FORM_NOT_PUBLISHED:"此表單不是目前啟用的版本,請重新整理頁面並再試一次。",TOO_MANY_REQUESTS:"提交你的表單時發生問題。請等待幾秒後再試一次。",PORTAL_MIGRATION:"你的回應已提交。由於系統維護工作,最多可能需要一天才能完成處理。"},pagination:{next:"下一頁",previous:"上一頁",step:"第 {{currentPage}} 頁,共 {{numberOfPages}} 頁"},fieldErrors:{required:"請完成 {{link}} 上的「{{label}}」",validation:"請修正 {{link}} 上的「{{label}}」",pageNumber:"步驟 {{pageNumber}}"},pikaday:{previousMonth:"上個月",nextMonth:"下個月",january:"1 月",february:"2 月",march:"3 月",april:"4 月",may:"5 月",june:"6 月",july:"7 月",august:"8 月",september:"9 月",october:"10 月",november:"11 月",december:"12 月",sunday:"週日",monday:"週一",tuesday:"週二",wednesday:"週三",thursday:"週四",friday:"週五",saturday:"週六",sundayShort:"週日",mondayShort:"週一",tuesdayShort:"週二",wednesdayShort:"週三",thursdayShort:"週四",fridayShort:"週五",saturdayShort:"週六"}}};var Sn=({appConfig:e,context:t,embedDefinition:n,error:a,apiInstance:l})=>{const u=l?l.instanceId:Object(o.a)(),c=Object(s.a)(e,On,u,t,n,a);if(l){l._setDispatch(c.dispatch);l._setGetState(c.getState)}return Object(r.jsx)(i.a,{store:c,children:Object(r.jsx)(sn,{})})},kn=n("+Z2S"),En=n("NMc2"),jn=n("XU/c"),Tn=n("BT0a"),In=n("Uv6s"),wn=n("7E7p"),_n=n("6VWM"),Nn=n("eVW8"),Rn=n("HVTr"),Cn=n("iVT2"),xn=n("xT0X"),An=n("r46I"),Dn=n("Jax0"),Ln=n("G6e0"),Mn=n("GjuR");class Pn extends Cn.a{onBeforeFormInit(e){this.on(Rn.a.onBeforeFormInit,e)}onBeforeValidationInit(e){this.on(Rn.a.onBeforeValidationInit,e)}onReady(e){this.on(Rn.a.onReady,e)}onFormReady(e){this.on(Rn.a.onFormReady,e)}onFormFailedValidation(e){this.on(Rn.a.onFormFailedValidation,e)}onFormDefinitionFetchError(e){this.on(Rn.a.onFormDefinitionFetchError,e)}onBeforeFormSubmit(e){this.on(Rn.a.onBeforeFormSubmit,e)}onFormSubmit(e){this.on(Rn.a.onFormSubmit,e)}onFormSubmitted(e){this.on(Rn.a.onFormSubmitted,e)}hasField(e){const{field:t}=Object(Dn.a)(this._getState(),e)||{};return Boolean(t)}setFieldValue(e,t){const{field:n}=Object(Dn.a)(this._getState(),e)||{};n&&this._dispatch(Object(An.f)([n,t]))}setSubmitText(e){this._dispatch(Object(xn.b)({submitText:e}))}getMetaData(e){return Object(Ln.a)(this._getState())[e]}getContext(){return Object(Mn.b)(this._getState())}setContext(e){this._dispatch(Object(xn.b)(e))}setEmbedDefinition(e){this._dispatch(Object(xn.c)(e))}setError(e){this._dispatch(Object(xn.d)(e))}getField(){console.warn('"getField" is no longer supported.')}getFields(){console.warn('"getFields" is no longer supported.')}shouldSubmitForm(){console.warn('"shouldSubmitForm" is no longer supported.')}_setSubmitKey(){console.warn('"_setSubmitKey" is no longer supported.')}_getComponent(){console.warn('"_getComponent" is no longer supported.')}_registerField(){console.warn('"_registerField" is no longer supported.')}_registerInput(){console.warn('"_registerInput" is no longer supported.')}_triggerReady(){console.warn('"_triggerReady" is no longer supported.')}}var Fn=Pn,zn=n("3SsM"),Bn=n("fO7v"),Un=n("bR6L"),Vn=n("4sO9");var Hn=(e="",t="",n="",r="100%",a="0")=>{const i=document.createElement("iframe");i.id=e;i.className=t;i.title=n;i.scrolling="no";i.style.position="static";i.style.border="none";i.style.display="block";i.style.overflow="hidden";i.style.width=r;i.setAttribute("width",r);if(a){i.style.height=a;i.setAttribute("height",a)}return i};const qn=e=>{if(e.contentWindow&&e.contentWindow.document){const t=e.contentWindow.document,n=t.createElement("base");n.href=document.location.href;n.target="_parent";t.head.appendChild(n)}},Wn=e=>{if(e.contentWindow&&e.contentWindow.document){const t=e.contentWindow.document,n=t.createElement("style");n.innerText=".hs-form * { box-sizing: border-box; } body { margin: 0 }";t.head.appendChild(n)}};var Gn=e=>{if(!e.contentWindow||!e.contentWindow.document)throw new Error("iframe must be mounted first, call this in iframe.onload");qn(e);Wn(e)};var Kn=(e,t)=>{if(!e.contentWindow||!e.contentWindow.document)throw new Error("iframe must be mounted first, call this in iframe.onload");e.contentWindow.HubSpotForms={};Object.assign(e.contentWindow.HubSpotForms,t)};const $n=(e,t)=>{if(!e.complete){const n=e=>{if(e&&e.target){e.target.removeEventListener("load",n);t()}};e.addEventListener("load",n)}};var Qn=(e,t)=>{e.forEach(e=>{Array.prototype.forEach.call(e.addedNodes,e=>{let n=[];"IMG"===e.tagName?n=[e]:e.querySelectorAll&&(n=[...e.querySelectorAll("img")]);n.forEach(e=>{$n(e,t)})})})};var Yn=e=>{if(!e.contentDocument)return;const t=e.contentDocument.body,n={attributes:!0,childList:!0,subtree:!0},r=t=>setTimeout(()=>{if(!e.contentWindow||!e.contentWindow.document)return;const n=e.contentWindow.document.querySelector('[data-hs-forms-root="true"]');if(!n||!n.offsetHeight)return;t&&Qn(t,r);let a=n.offsetHeight;const i=e.contentWindow.document.querySelector(".hs-datepicker-open .hs-datepicker");i&&(a=Math.max(a,i.offsetHeight+i.offsetTop));e.setAttribute("height",""+a);e.style.height=a+"px"},0),a=new MutationObserver(r),i=new ResizeObserver(()=>r());a.observe(t,n);i.observe(e)};const Jn=(e,t,n,r,a,i)=>{const o=t.contentWindow.document,s=o.createElement("script");s.src=n;s.setAttribute("data-hs-shell",!0);s.setAttribute("data-hs-frame",!0);s.onload=()=>{const n=Object(L.a)(r,["target","css","cssClass"]);t.contentWindow.hbspt.forms.create(Object.assign({pageUrl:document.location.href,pageTitle:document.title,referrer:document.referrer},n,{shellId:e,isInsideFrame:!0,target:null}),a,i);Yn(t)};o.body.appendChild(s)};var Zn=(e,t,n,r,a,i)=>{if(!t.contentWindow||!t.contentWindow.document)throw new Error("iframe must be mounted first, call this in iframe.onload");Jn(e,t,n,r,a,i)},Xn=n("9/JM");var er=e=>Object(Xn.a)("hs-outer-captcha-target-"+e,void 0,{display:"none",width:"0px",height:"0px"});var tr=(e,t)=>{const n=er(t),r=e.querySelector("#"+n.id);r&&r.remove();e.appendChild(n)},nr=n("d6yV"),rr=n("FLCD");const ar="legacy";var ir=(e={},t={})=>{const{scopes:{renderShell:n=!1,rawHtmlAccess:r=!1}={},form:{themeName:a="",metaData:i=[]}={}}=e,{renderFrame:o=!1,isInsideFrame:s=!1,css:l,pageId:u=""}=t,c=Object(nr.a)(i,"renderRawHtml");return!!o||!s&&(!Object(rr.b)(window.location.href)&&(!Object(rr.a)(window.location.href)&&(!u&&(!!n||(!r||!c)&&(void 0===l&&!(!a||a===ar))))))};var or=({form:{captchaEnabled:e=!1}={}}={})=>e,sr=n("KBh+"),lr=n("SPYa"),ur=n("W0WH");const cr="__HS__FORMS__EMBED__",dr="https://js{{region}}.hsforms{{env}}.net/forms/embed/frame.js",mr=()=>!window[cr],fr=(e,t,n)=>{const r=document.createElement(e);for(const[e,n]of Object.entries(t))r.setAttribute(e,n);if(n)for(const[e,t]of Object.entries(n))r.dataset[e]=t;return r},pr=e=>fr("div",{class:"hs-form-frame"},e),hr=e=>fr("script",{src:dr.replace("{{region}}",e.region?"-"+e.region:"").replace("{{env}}","qa"===e.env?"qa":""),defer:""});var br=(e,t)=>{mr()?e.append(pr(t),hr(t)):e.append(pr(t))};const gr={app:"forms-embed",renderVersion:"v2",projectVersion:Object(Vn.a)()},vr=(yr=document.currentScript,e=>({embed:yr,render:Object(wn.a)(e)}));var yr;const Or=({formId:e,__INTERNAL__CONTEXT:t={}})=>{const n=new Fn({id:e});G.a._registerForm(n);t.disableAnalyticReporting||Object(zn.a)(n,gr);t.disableErrorReporting||Object(Bn.a)(n,gr);return n},Sr=(e,t,n)=>{Object(Nn.a)(gr);const i=Object(Un.a)(e),o=vr(i),s=n||Or(i);if(!i.isPreview&&!i.isBuilder){if(!i.portalId)throw new Error("Invalid portal id provided: "+e.portalId);if(!i.formId)throw new Error("Invalid form id provided: "+e.formId)}o.render&&Object(sr.a)(o.render);if(!i.target){const{id:e}=Object(lr.a)(s.instanceId,o.render);i.target="#"+e}if(t){const e=Object(ur.a)(i);e&&Object(a.render)(Object(r.jsx)(Sn,{appConfig:gr,context:i,embedDefinition:t,apiInstance:s}),e)}else Object(_n.a)(i,s).catch(e=>{s._trigger("onRenderError",[e.eventType||Xt.a,e,...e.response&&e.response.data?[e.response.data]:[]])}).then(e=>{e&&Object(jn.a)(window,()=>{const t=Object(ur.a)(i);if(!t)return;const n=Object.assign({},i,{region:Object(Tn.a)(e)||i.region});if("v3"===(e.data.form||{}).embedVersion||window.location.search.includes("_hsForceFrameV3")){const e="Attempting to render v3 form using incorrect v2 script. Please use the embed code from the hubspot forms editor. Halting execution and falling back to v3.";console.error(e);s._trigger("onRenderError",[Xt.l,e]);br(t,n);return}if(ir(e.data,i)){Object(kn.a)(window,"hbspt.forms.shells",0);const r=window.hbspt.forms.shells++,a=Hn("hs-form-iframe-"+r,"hs-form-iframe","Form "+r,"100%",null);a.onload=()=>{Gn(a);Kn(a,G.a);Zn(r,a,o.embed.src,n,e.data,s);or(e.data)&&tr(t,r)};t.innerHTML="";t.prepend(a)}else Object(a.render)(Object(r.jsx)(Sn,{appConfig:gr,context:n,embedDefinition:e.data,apiInstance:s}),t)})}).catch(e=>{s._trigger("onRenderError",[Xt.j,e])});return s};(()=>{Object(kn.a)(window,"HubSpotForms.create",Sr,{overwrite:!0});Object(kn.a)(window,"hbspt.forms.create",Sr,{overwrite:!0});Object(kn.a)(window,"hsFormsOnReady",[]);Object(En.a)(window,"hsFormsOnReady");Object(jn.a)(window,()=>Object(In.a)().forEach(Sr))})()},c4rN:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("Ce6w"),a=n("1qii");const i=(e,t,{countryCodeExtension:n})=>Object(a.a)(Object(r.a)(n,e))},cyWB:function(e,t,n){"use strict";n.d(t,"d",(function(){return r}));n.d(t,"o",(function(){return a}));n.d(t,"a",(function(){return i}));n.d(t,"k",(function(){return o}));n.d(t,"m",(function(){return s}));n.d(t,"n",(function(){return l}));n.d(t,"g",(function(){return u}));n.d(t,"h",(function(){return c}));n.d(t,"j",(function(){return d}));n.d(t,"i",(function(){return m}));n.d(t,"c",(function(){return f}));n.d(t,"b",(function(){return p}));n.d(t,"l",(function(){return h}));n.d(t,"e",(function(){return b}));n.d(t,"f",(function(){return g}));const r="forms",a="t",i="app",o="js",s="share",l="survey",u={prod:"hsforms.com",qa:"hsformsqa.com"},c={prod:"hsforms.net",qa:"hsformsqa.net"},d={prod:"hubspot.com",qa:"hubspotqa.com"},m={prod:"hs-growth-metrics.com",qa:"hs-growth-metricsqa.com"},f="hubspot-forms-static-embed",p="s3.amazonaws.com",h="www.recaptcha.net",b="www.google.com",g="fonts.googleapis.com"},d1d4:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));n.d(t,"e",(function(){return u}));n.d(t,"b",(function(){return c}));n.d(t,"d",(function(){return d}));n.d(t,"c",(function(){return m}));var r=n("GjuR"),a=n("zl02");const i=e=>Object(r.g)(e)&&!(Object(a.b)(e)||{}).email,o=(e,t)=>i(e)?(t||{}).default:(t||{}).shown,s=({groups:e=[]})=>e,l=(e,t)=>s(e)[t],u=e=>s(e).filter(t=>o(e,t)),c=(e,t)=>o(e,l(e,t)),d=(e,t)=>(l(e,t)||{}).isSmartGroup,m=e=>s(e).some(({fieldIds:e=[]})=>e.length>1)},d6yV:function(e,t,n){"use strict";const r=(e=[],t="")=>{const n=e.find(({name:e})=>e===t)||{};return"true"===n.value||"false"!==n.value&&n.value};t.a=r},dJd0:function(e,t,n){"use strict";const r=e=>{(new Image).src=e};t.a=r},dTTr:function(e,t,n){"use strict";var r=n("B/LR"),a=n("X5Hn"),i=n("aDMY"),o=n("GjuR");const s=(e={})=>{const t=Object(i.f)(e),n=Object(o.v)(e),s=Object(a.a)(n)||n,l=Object(a.a)(t);return s||l||r.a};t.a=s},dWKJ:function(e,t,n){"use strict";n.d(t,"d",(function(){return r}));n.d(t,"c",(function(){return a}));n.d(t,"b",(function(){return i}));n.d(t,"e",(function(){return o}));n.d(t,"a",(function(){return s}));const r="RENDER",a="FOCUS",i="CHANGE",o="STALE",s="BLUR"},eOo3:function(e,t,n){"use strict";const r=(e=[],t="")=>e.filter(e=>!!e).join(t);t.a=r},eVW8:function(e,t,n){"use strict";var r=n("2g2v"),a=n.n(r);const i=({app:e,projectVersion:t})=>{a.a.defaults.params={hs_static_app:e,hs_static_app_version:t,"X-HubSpot-Static-App-Info":`${e}-${t}`}};t.a=i},f5Bg:function(e,t,n){"use strict";const r=e=>e&&e.grecaptcha&&e.grecaptcha.enterprise||void 0;t.a=r},fHhM:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("Fd+w"),i=n("6WNA"),o=n("Jax0"),s=e=>(Object(i.a)(e).communicationConsentCheckboxes||[]).map(({communicationTypeId:t})=>Object(o.a)(e,"LEGAL_CONSENT.subscription_type_"+t)).filter(e=>Boolean(e)),l=n("d1d4");const u=e=>{const t=Object(i.a)(e),n=Object(a.a)(t);return Object.assign({},t,{type:n,processingField:Object(o.a)(e,"LEGAL_CONSENT.processing"),checkboxFields:s(e),isAnyGroupMultiColumn:Object(l.c)(e)})};t.a=Object(r.b)(u)},fO7v:function(e,t,n){"use strict";var r=n("RFRR"),a=n("Fz1Q"),i=n("u4Ho"),o=n("dJd0");const s="https://exceptions{{region}}.hs-embed-reporting{{env}}.com/outpost",l=({region:e,env:t})=>{const n=e?"-"+e:"",r="qa"===t?"qa":"";return s.replace("{{region}}",n).replace("{{env}}",r)},u=(e,t,{env:n="PROD",url:o="",query:s="",version:l="",region:u="",tags:c={},user:d={},extra:m={}})=>{const f=Date.now()/1e3,p=Object(i.a)(t);return{environment:n,tags:Object.assign({region:u},c),logger:"javascript",platform:"javascript",request:{headers:{"User-Agent":navigator.userAgent},url:o||window.location.href,queryString:s.replace(/^\?/,"")},event_id:Object(a.a)().replace(/-/g,""),transaction:p.stack?p.stack[0].filename:p.filename,level:e,exception:{values:[{mechanism:{handled:!0,type:"generic"},type:p.name,value:p.message,stacktrace:{frames:p.stack?p.stack.reverse():[]}}]},timestamp:f,version:l,user:d,extra:Object(r.a)(m)}};var c=(e="",t="",n="",r={})=>{const a=u(t,n,r);Object(o.a)(`${l(r)}/${e}/raw/error.gif?url=${a.request.url}&report=${encodeURIComponent(JSON.stringify(a))}`)},d=n("2SXp");const m=({pageUrl:e,__INTERNAL__CONTEXT:t})=>t&&t.isV3FrameRendered?new URL(e):window.location,f=(e,{app:t,renderVersion:n,projectVersion:r},a={})=>{const i=(i,o,s)=>{if(Object(d.a)(o)){const l=m(a);c(t,"error",o,{type:"Error",env:e.getContext().env,region:e.getContext().region,url:l.href,query:l.search,tags:{renderVersion:n,projectVersion:r,key:i},extra:{key:i,data:JSON.stringify(s),formId:e.getContext().formId,portalId:e.getContext().portalId}})}};e.on("onRenderError",i)};t.a=f},fdKd:function(e,t,n){"use strict";var r=n("NxG1");const a=".",i="/",o=({name:e,objectTypeId:t,propertyObjectType:n})=>t===r.a.TICKET||"TICKET"===n?`TICKET${a}${e}`:t===r.a.FEEDBACK_SUBMISSION||"FEEDBACK_SUBMISSION"===n?`FEEDBACK_SUBMISSION${a}${e}`:t&&t!==r.a.CONTACT?`${t}${i}${e}`:e;t.a=o},goji:function(e,t,n){"use strict";const r=({target:{checked:e}})=>e;t.a=r},h1u3:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));n.d(t,"b",(function(){return s}));n.d(t,"c",(function(){return m}));var r=n("wc1Y"),a=n("ai8m"),i=n("Jax0");const o=(e,{name:t,fieldType:n})=>{switch(t){case"phone":case"email":return t;default:return n}},s=(e,{id:t})=>(Object(i.d)(e)[t]||{}).value,l=(e,{id:t})=>Object(i.d)(e)[t].inputState||{},u=(e,{id:t})=>Object.values(l(e,{id:t})),c=(e,t)=>{const{touched:n,updating:r,changed:a,focused:i}=e[0];return!!t&&!r||a&&!r||n&&!i},d=e=>{const t=e.every(e=>e.blurred&&!e.updating),n=e.some(e=>e.touched)&&e.every(e=>!e.focused);return t||n},m=(e,t,n=[])=>{const{id:i,fieldType:o}=t,l=Object(a.f)(e),m=u(e,{id:i}),f=s(e,{id:i});let p=!0;if(!l&&m.length>0)switch(o){case r.s:case r.t:case r.h:case r.l:p=c(m,f);break;case r.c:p=d(m);break;case r.j:case r.m:case r.a:case r.e:case r.o:p=m.some(e=>e.blurred);break;default:p=m.some(e=>e.touched)}return p&&n.length>0}},hY1Q:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("S2dB"),i=n("n/GY"),o=n("vB5j"),s=n("GjuR"),l=n("ai8m"),u=n("B/LR"),c=n("4Zvj"),d=n("Km3C"),m=n("aDMY"),f=n("dTTr");const p="submitText",h="[Missing Translation: en.submitText]",b=e=>{const t=Object(m.h)(e),n=Object(d.a)(Object(c.a)()[u.a],p);return t&&t!==n?t:null};var g=(e={})=>{const{translations:t={}}=e,n=Object(f.a)(e),r=Object(s.F)(e),a=Object(d.a)(t[n],p),i=b(e),o=Object(d.a)(Object(c.a)()[n],p);return r||a||i||o||h},v=n("BSIC");const y=e=>({currentPage:Object(o.a)(e),isBuilder:Object(s.o)(e),isLastPage:Object(o.d)(e),isFirstPage:Object(o.c)(e),isPaginated:Object(o.g)(e),isSubmitting:Object(l.h)(e)||Object(l.g)(e),submitButtonClass:Object(s.E)(e),submitText:g(e),pageDownText:Object(v.a)(e,"pagination.previous"),pageUpText:Object(v.a)(e,"pagination.next")}),O={setPage:a.a,submit:i.a};t.a=Object(r.b)(y,O)},i7SF:function(e,t,n){"use strict";t.a=function(e,t=1e3){let n;return function(){const r=()=>e.apply(this,arguments);clearTimeout(n);n=setTimeout(r,t)}}},iVT2:function(e,t,n){"use strict";var r=n("HVTr"),a=n("Fz1Q");class i{constructor({id:e,instanceId:t}){this._getState=()=>({});this._dispatch=()=>{};this.id=e;this.instanceId=t||Object(a.a)();this._callbackQueue=Object.assign({},r.b)}on(e,t){this._callbackQueue[e]?t&&(this._callbackQueue[e]=[...this._callbackQueue[e],t]):console.warn(`HubSpotForms: ${e} is not a valid event.`)}off(e,t){this._callbackQueue[e]&&t&&(this._callbackQueue[e]=this._callbackQueue[e].filter(e=>e!==t))}_trigger(e,t=[]){this._callbackQueue[e]&&this._callbackQueue[e].forEach(e=>e(...t))}_setGetState(e){this._getState=e}_setDispatch(e){this._dispatch=e}}t.a=i},ijHp:function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"d",(function(){return a}));n.d(t,"h",(function(){return i}));n.d(t,"l",(function(){return o}));n.d(t,"j",(function(){return s}));n.d(t,"k",(function(){return l}));n.d(t,"c",(function(){return u}));n.d(t,"i",(function(){return c}));n.d(t,"e",(function(){return d}));n.d(t,"f",(function(){return m}));n.d(t,"g",(function(){return f}));const r=e=>Array.isArray(e),a=e=>r(e)&&0===e.length,i=e=>null===e,o=e=>void 0===e,s=e=>"object"==typeof e,l=e=>"string"==typeof e,u=e=>"boolean"==typeof e,c=e=>"number"==typeof e,d=e=>s(e)&&0===Object.keys(e).length,m=e=>l(e)&&0===e.trim().length,f=e=>"function"==typeof e;t.a=e=>i(e)||o(e)||m(e)||a(e)||d(e)},jNZJ:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("7y0O"),i=n("5l2X"),o=n("7B9M"),s=n("GjuR"),l=n("oLWj"),u=n("6aOV"),c=n("FLCD");const d=e=>({formId:Object(s.k)(e),instanceId:Object(u.a)(e),formIdWithUUID:Object(l.a)(e),message:Object(i.a)(e),isFree:!Object(o.a)(e),isShareablePage:Object(c.b)(a.a.getWindow().location.href)});t.a=Object(r.b)(d,{})},k12P:function(e,t,n){"use strict";var r=n("wc1Y");const a=e=>e===r.a||e===r.e||e===r.c||e===r.m;t.a=a},kfph:function(e,t,n){"use strict";const r=e=>e.document.cookie.split("; ").map(e=>e.split(/=(.*)/s).map(e=>{try{return decodeURIComponent(e)}catch(t){return e}})).reduce((e,[t,n])=>Object.assign({},e,{[t]:n}),{});t.a=r},l1pX:function(e,t,n){"use strict";e.exports=n("8FlH")},lJ4h:function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]);Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}});Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}});Object.defineProperty(t,"exports",{enumerable:!0});t.webpackPolyfill=1}return t}},ljop:function(e,t,n){"use strict";n.d(t,"b",(function(){return r}));n.d(t,"a",(function(){return a}));n.d(t,"c",(function(){return i}));n.d(t,"d",(function(){return o}));n.d(t,"e",(function(){return s}));n.d(t,"f",(function(){return l}));n.d(t,"g",(function(){return u}));n.d(t,"j",(function(){return c}));n.d(t,"k",(function(){return d}));n.d(t,"l",(function(){return m}));n.d(t,"i",(function(){return f}));n.d(t,"h",(function(){return p}));const r="DEFINITION_NOT_FOUND",a="DEFINITION_FAILURE",i="FALLBACK_DEFINITION_FAILURE",o="INVALID_FORM_GUID",s="INVALID_PORTAL_ID",l="IP_ADDRESS_IS_PROBABLY_A_BOT",u="NON_EMBEDDABLE_FORM",c="UNCAUGHT_JS_ERROR",d="UNKNOWN_RENDER_ERROR",m="V3_FRAME_FALLBACK_ERROR",f="SUBMISSION_PERIOD_ENDED",p="RATE_LIMIT_EXCEEDED"},mZmw:function(e,t,n){"use strict";const r={focused:!1,updating:!1,touched:!1,blurred:!1,changed:!1};t.a=r},"n/GY":function(e,t,n){"use strict";var r=n("XG4J");var a=e=>{try{const t=e.response,{data:n}=t;return{response:Object(r.a)(t,["data"]),data:n}}catch(t){return{error:e}}},i=n("2g2v"),o=n.n(i);const s=e=>{const t=new FormData;Object.keys(e).forEach(n=>{const r=e[n];Array.isArray(r)?r.forEach(e=>{t.append(n,e)}):t.append(n,r)});return t},l=({values:e,url:t})=>o.a.post(t,s(e));var u=n("rogK"),c=n("Faz6"),d=n("bird"),m=n("XKAh"),f=n("GjuR"),p=n("NBi5");const h=()=>(e,t)=>e(Object(u.a)()).then(()=>l({values:Object(p.a)(t()),url:`${Object(m.c)(t())}/${Object(f.y)(t())}/${Object(f.k)(t())}/json`}).then(t=>e(Object(c.a)(t)),t=>e(Object(d.a)(a(t))))).catch(()=>{});t.a=h},oLWj:function(e,t,n){"use strict";var r=n("eOo3"),a=n("GjuR"),i=n("6aOV");const o=e=>Object(r.a)([Object(a.k)(e),Object(i.a)(e)],"_");t.a=o},oXXr:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("6Nfw"),a=n("1qii");const i={[r.REQUIRED]:r.MISSING_OPTION_SELECTION},o=e=>{const t=Object(a.a)(e);return null!==t&&i[t]?[i[t]]:null}},pdPg:function(e,t,n){"use strict";(function(e){var r=n("Cche"),a=n("pmgf"),i=n.n(a),o=n("WPai"),s=n.n(o);function l(e){function t(e,r,l,u,c){for(var f,p,h,b,g,S=0,E=0,j=0,T=0,I=0,w=0,A=h=f=0,L=0,P=0,F=0,z=0,B=l.length,U=B-1,V="",H="",q="",W="";Lf)&&(z=(V=V.replace(" ",":")).length),0r&&(r=(t=t.trim()).charCodeAt(0));switch(r){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*n&&0l.charCodeAt(8))break;case 115:o=o.replace(l,"-webkit-"+l)+";"+o;break;case 207:case 102:o=o.replace(l,"-webkit-"+(102r.charCodeAt(0)&&(r=r.trim());r=[r];if(0=0||(a[n]=e[n])}return a}var p=function(e,t){for(var n=[e[0]],r=0,a=t.length;r1?t-1:0),r=1;r0?" Additional arguments: "+n.join(", "):""))}var R=1,C=function(e){for(var t=e.childNodes,n=t.length;n>=0;n--){var r=t[n];if(r&&r.nodeType===R&&r.hasAttribute(k))return r}},x=function(e){var t=document.head,n=e||t,r=document.createElement("style"),a=C(n),i=void 0!==a?a.nextSibling:null;r.setAttribute(k,E);r.setAttribute(j,T);var o=_();o&&r.setAttribute("nonce",o);n.insertBefore(r,i);return r},A=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,n=0,r=t.length;n=0){var n=document.createTextNode(t),r=this.nodes[e];this.element.insertBefore(n,r||null);this.length++;return!0}return!1};t.deleteRule=function(e){this.element.removeChild(this.nodes[e]);this.length--};t.getRule=function(e){return e=this.groupSizes.length){for(var n=this.groupSizes,r=n.length,a=r;e>=a;)(a<<=1)<0&&N(16,""+e);this.groupSizes=new Uint32Array(a);this.groupSizes.set(n);this.length=a;for(var i=r;i=this.length||0===this.groupSizes[e])return t;for(var n=this.groupSizes[e],r=this.indexOfGroup(e),a=r+n,i=r;i=H&&(H=t+1);U.set(e,t);V.set(t,e)},K="style["+k+"]["+j+'="'+T+'"]',$=/(?:\s*)?(.*?){((?:{[^}]*}|(?!{).*?)*)}/g,Q=new RegExp("^"+k+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\]'),Y=function(e){for(var t=e.getTag(),n=t.length,r="",a=0;a0&&(u+=e+",")}));r+=""+s+l+'{content:"'+u+'"}\n'}}}return r},J=function(e,t,n){for(var r,a=n.split(","),i=0,o=a.length;i0&&-1!==a.slice(0,r).indexOf(n)&&a.slice(r-n.length,r)!==n?"."+t:e},h=function(e,t,a){2===e&&a.length&&a[0].lastIndexOf(n)>0&&(a[0]=a[0].replace(r,p))};c.use([].concat(u,[h,f,m]));function v(e,a,i,o){void 0===o&&(o="&");var s=e.replace(se,""),l=a&&i?i+" "+a+" { "+s+" }":s;t=o;n=a;r=new RegExp("\\"+n+"\\b","g");return c(i||!a?"":a,l)}v.hash=u.length?u.reduce((function(e,t){t.name||N(15);return ae(e,t.name)}),re).toString():"";return v}var ue=i.a.createContext(),ce=(ue.Consumer,i.a.createContext()),de=(ce.Consumer,new ne),me=le();function fe(){return Object(a.useContext)(ue)||de}function pe(){return Object(a.useContext)(ce)||me}var he=function(){function e(e,t){var n=this;this.inject=function(e){e.hasNameForId(n.id,n.name)||e.insertRules(n.id,n.name,me.apply(void 0,n.stringifyArgs))};this.toString=function(){return N(12,String(n.name))};this.name=e;this.id="sc-keyframes-"+e;this.stringifyArgs=t}e.prototype.getName=function(){return this.name};return e}(),be=/([A-Z])/g,ge=/^ms-/;function ve(e){return e.replace(be,"-$1").toLowerCase().replace(ge,"-ms-")}function ye(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||e in u?String(t).trim():t+"px"}var Oe=function(e){return null==e||!1===e||""===e},Se=function e(t,n){var r=[];Object.keys(t).forEach((function(n){if(!Oe(t[n])){if(h(t[n])){r.push.apply(r,e(t[n],n));return r}if(v(t[n])){r.push(ve(n)+":",t[n],";");return r}r.push(ve(n)+": "+ye(n,t[n])+";")}return r}));return n?[n+" {"].concat(r,["}"]):r};function ke(e,t,n){if(Array.isArray(e)){for(var r,a=[],i=0,o=e.length;i1?t-1:0),r=1;r1?t-1:0),r=1;r25?39:97))};function xe(e){var t,n="";for(t=Math.abs(e);t>Re;t=t/Re|0)n=Ce(t%Re)+n;return(Ce(t%Re)+n).replace(Ne,"$1-$2")}function Ae(e){for(var t=0;t>>0);if(!t.hasNameForId(r,i)){var o=n(a,"."+i,void 0,r);t.insertRules(r,i,o)}this.staticRulesId=i;return i}for(var s=this.rules.length,l=ae(this.baseHash,n.hash),u="",c=0;c>>0);if(!t.hasNameForId(r,p)){var h=n(u,"."+p,void 0,r);t.insertRules(r,p,h)}return p};return e}(),Le=(new Set,function(e,t,n){void 0===n&&(n=g);return e.theme!==n.theme&&e.theme||t||n.theme}),Me=/[[\].#*$><+~=|^:(),"'`-]+/g,Pe=/(^-|-$)/g;function Fe(e){return e.replace(Me,"-").replace(Pe,"")}function ze(e){return"string"==typeof e&&!0}function Be(e){return ze(e)?"styled."+e:"Styled("+y(e)+")"}var Ue=function(e){return xe(ie(e)>>>0)};function Ve(e,t){return e&&t?e+" "+t:e||t}var He=i.a.createContext();He.Consumer;var qe={};function We(e,t){var n="string"!=typeof e?"sc":Fe(e);qe[n]=(qe[n]||0)+1;var r=n+"-"+Ue(n+qe[n]);return t?t+"-"+r:r}function Ge(e,t,n){void 0===e&&(e=g);var r=Object.assign({},t,{theme:e}),a={};n.forEach((function(e){var t,n=e;v(n)&&(n=n(r));for(t in n)r[t]=a[t]="className"===t?Ve(a[t],n[t]):n[t]}));return[r,a]}function Ke(e,t,n,r){var i=fe(),o=pe(),s=e.isStatic&&!t?e.generateAndInjectStyles(g,i,o):e.generateAndInjectStyles(n,i,o);Object(a.useDebugValue)(s);0;return s}function $e(e,t,n){var r=e.attrs,i=e.componentStyle,o=e.defaultProps,s=e.foldedComponentIds,l=e.styledComponentId,u=e.target;Object(a.useDebugValue)(l);var c=Ge(Le(t,Object(a.useContext)(He),o)||g,t,r),d=c[0],f=c[1],p=Ke(i,r.length>0,d,void 0),h=n,b=f.as||t.as||u,v=ze(b),y=f!==t?Object.assign({},t,{},f):t,O=v||"as"in y||"forwardedAs"in y,S=O?{}:Object.assign({},y);if(O)for(var k in y)"forwardedAs"===k?S.as=y[k]:"as"===k||"forwardedAs"===k||v&&!m(k)||(S[k]=y[k]);t.style&&f.style!==t.style&&(S.style=Object.assign({},t.style,{},f.style));S.className=Array.prototype.concat(s,l,p!==l?p:null,t.className,f.className).filter(Boolean).join(" ");S.ref=h;return Object(a.createElement)(b,S)}function Qe(e,t,n){var r,a=S(e),o=!ze(e),l=t.displayName,u=void 0===l?Be(e):l,c=t.componentId,d=void 0===c?We(t.displayName,t.parentComponentId):c,m=t.attrs,p=void 0===m?b:m,h=t.displayName&&t.componentId?Fe(t.displayName)+"-"+t.componentId:t.componentId||d,g=a&&e.attrs?Array.prototype.concat(e.attrs,p).filter(Boolean):p,v=new De(a?e.componentStyle.rules.concat(n):n,h),O=function(e,t){return $e(r,e,t)};O.displayName=u;(r=i.a.forwardRef(O)).attrs=g;r.componentStyle=v;r.displayName=u;r.foldedComponentIds=a?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):b;r.styledComponentId=h;r.target=a?e.target:e;r.withComponent=function(e){var r=t.componentId,a=f(t,["componentId"]),i=r&&r+"-"+(ze(e)?e:Fe(y(e)));return Qe(e,Object.assign({},a,{attrs:g,componentId:i}),n)};Object.defineProperty(r,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=a?_e({},e.defaultProps,t):t}});0;r.toString=function(){return"."+r.styledComponentId};o&&s()(r,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,self:!0,styledComponentId:!0,target:!0,withComponent:!0});return r}var Ye=function(e){return je(Qe,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){Ye[e]=Ye(e)}));0;0;if("undefined"!=typeof window&&"HTMLElement"in window&&document.head){var Je=document.head,Ze=document.createElement("style");Ze.setAttribute("data-hubspot-styled-components","");Je.firstChild?Je.insertBefore(Ze,Je.firstChild):Je.appendChild(Ze)}t.a=Ye}).call(this,n("A3fq"))},pdVJ:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("sBkf"),i=n("BSIC"),o=n("+1EL");const s=({events:{[o.a]:e=[]}={}})=>e[0],l="UNKNOWN",u=e=>{const t=s(e);return{errorKey:t,errorTitle:Object(i.a)(e,`renderErrors.${t}.title`,{defaultValue:Object(i.a)(e,`renderErrors.${l}.title`)}),errorText:Object(i.a)(e,`renderErrors.${t}.message`,{defaultValue:Object(i.a)(e,`renderErrors.${l}.message`)})}},c={onError:a.o};t.a=Object(r.b)(u,c)},pmgf:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});e.exports=n("Br5m")},qI4W:function(e,t){e.exports="#hs-outer-captcha-target,#hs-outer-captcha-target *{display:none;height:0;width:0}.hubspot-link__container{font-size:14px;padding-bottom:40px;position:relative;color:#9fa0a2;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.hubspot-link-text{color:#00a4bd;font-weight:400}.hubspot-link__container.sproket{color:#9fa0a2}.hubspot-link{color:#9fa0a2}.hubspot-link,.hubspot-link:hover{text-decoration:none}.hubspot-link:hover .hubspot-link-text{text-decoration:underline}.hubspot-link__icon{margin-bottom:-1px;margin-right:5px}.hubspot-link__container.sproket .hubspot-link__icon{width:30px;margin-right:0;float:left;margin-top:-9px;margin-left:-5px}"},r46I:function(e,t,n){"use strict";var r=n("ijHp"),a=n("G3IP"),i=n("Jax0");const o=({portalSetting:{enableLiveValidation:e=!0}={}})=>e,s=(e,t)=>{const n=Array.isArray(e)?[...e]:[];return n.indexOf(t)>-1?n.filter(e=>e!==t):[...n,t]};var l=(e,t,n)=>{switch(e){case"checkbox":return s(t,n);default:return n}},u=n("I50/"),c=n("BxMQ"),d=n("0oVg"),m=n("dWKJ"),f=n("mZmw");var p=e=>{switch(e){case m.d:return f.a;case m.c:return{focused:!0,touched:!0};case m.b:return{touched:!0,updating:!0,changed:!0};case m.a:return{focused:!1,updating:!1,blurred:!0};case m.e:return{updating:!1};default:return{}}};n.d(t,"b",(function(){return b}));n.d(t,"a",(function(){return v}));n.d(t,"c",(function(){return y}));n.d(t,"f",(function(){return E}));n.d(t,"d",(function(){return j}));n.d(t,"e",(function(){return T}));const h=e=>({type:a.G,payload:e}),b=e=>({type:a.D,payload:e}),g=e=>({type:a.c,payload:e}),v=e=>({type:a.d,payload:e}),y=e=>({type:a.E,payload:e}),O=e=>({type:a.F,payload:e}),S=()=>({type:a.v}),k=([e,t])=>(n,a)=>{const{errors:o,infos:s}=Object(i.a)(a(),e.id),l=Object(u.b)(e),m=Object(u.c)(e,t,l);Object(r.a)(s)||n(v([e]));Object(r.a)(o)||n(g([e]));Object(r.a)(m)||n(b([e,m]));Object(c.b)(e)&&Object(r.a)(o)&&n(Object(d.c)([e,t]))},E=([e,t])=>(n,r)=>{const a=Object(i.c)(r(),e.id),s=l(e.fieldType,a,t),u=o(r());n(h([e,s]));u&&n(k([e,s]))},j=([e,{eventName:t,key:n}])=>r=>{const a=p(t);r(O([e,n,a]))},T=()=>(e,t)=>{if(!o(t()))return;const n=Object(i.e)(t());e(S());n.forEach(t=>e(k([t.field,t.value])))}},rCSV:function(e,t,n){"use strict";var r=["'andale mono', times","arial, helvetica, sans-serif","avenir","'book antiqua', palatino","'courier new', courier","georgia, palatino","helvetica","impact, chicago","symbol","tahoma, arial, helvetica, sans-serif","terminal, monaco","'times new roman', times","'trebuchet ms', geneva","verdana, geneva"];const a="data-hs-form-font-resource",i=[400,500,700],o=(e,t,n)=>{if(!n)return;if(r.indexOf(n)>-1)return;if(e.document.querySelector(`[${a}="${n}"]`))return;const o=e.document.createElement("link"),s=":wght@"+i.join(";");o.setAttribute("data-test-id","hs-forms-google-font-resource");o.setAttribute("href",`${t}?family=${n}${s}&display=swap`);o.setAttribute(a,n);o.setAttribute("rel","stylesheet");e.document.head.appendChild(o)};t.a=o},rogK:function(e,t,n){"use strict";var r=n("7y0O"),a=n("BLBL"),i=n("ijHp"),o=n("f5Bg"),s=n("452d"),l=n("G3IP"),u=n("a52W"),c=n("sBkf"),d=n("NBi5"),m=n("Jax0"),f=n("C4lD"),p=n("ai8m"),h=n("xT0X"),b=n("GjuR"),g=n("zl02");const v=()=>({type:l.u}),y=()=>({type:l.x}),O=()=>(e,t)=>new Promise((n,l)=>{const O=Object(f.e)(t()),S=!!Object(o.a)(r.a.getWindow()),k=Object(m.h)(t()),E=Object(p.g)(t()),j=Object(p.h)(t()),T=Object(b.u)(t()),I=Object(g.a)(t());if(I.isCMSEditor){a.a.log("Submission not allowed inside Editor. Please use preview");l(new Error)}else if(T){e(Object(h.b)({showInlineMessageInitially:!0}));a.a.log("This is a test only. No validation performed or submission created.");l(new Error)}else if(E||j){a.a.log("Submit already requested or completed. Preventing duplicate submit");l(new Error)}else{I.pageId||e(Object(h.f)());e(v());if(Object(i.a)(k))if(S&&O){e(Object(u.e)());l(new Error)}else{e(y());e(Object(c.a)());setTimeout(()=>{e(Object(c.b)());e(Object(c.e)(Object(d.a)(t())));n()},0)}else{e(Object(c.i)(s.c,null,k.map(({field:{id:e},value:t,errors:n})=>({id:e,value:t,errors:n}))));e(Object(c.j)());l(new Error)}}});t.a=O},sB95:function(e,t,n){"use strict";n.r(t);(function(e){var r=n("+xNg");n.d(t,"date",(function(){return r.a}));var a=n("7XKT");n.d(t,"emailFormat",(function(){return a.a}));var i=n("MaST");n.d(t,"length",(function(){return i.a}));var o=n("0WKS");n.d(t,"numericality",(function(){return o.a}));var s=n("8toI");n.d(t,"phone",(function(){return s.a}));var l=n("1qii");n.d(t,"presence",(function(){return l.a}));var u=n("EnHY");n.d(t,"range",(function(){return u.a}));var c=n("oXXr");n.d(t,"optionPresence",(function(){return c.a}));var d=n("3PpA");n.d(t,"selectOptionPresence",(function(){return d.a}));var m=n("c4rN");n.d(t,"phonePresence",(function(){return m.a}));var f=n("DLpL");n.d(t,"size",(function(){return f.a}));e&&e.exports&&(e.exports.default=Object.assign({},e.exports))}).call(this,n("lJ4h")(e))},sBkf:function(e,t,n){"use strict";n.d(t,"d",(function(){return O}));n.d(t,"j",(function(){return S}));n.d(t,"f",(function(){return k}));n.d(t,"n",(function(){return E}));n.d(t,"k",(function(){return j}));n.d(t,"e",(function(){return T}));n.d(t,"l",(function(){return I}));n.d(t,"h",(function(){return w}));n.d(t,"g",(function(){return _}));n.d(t,"o",(function(){return N}));n.d(t,"i",(function(){return R}));n.d(t,"c",(function(){return C}));n.d(t,"a",(function(){return x}));n.d(t,"m",(function(){return A}));n.d(t,"b",(function(){return D}));var r=n("BLBL"),a=n("ijHp"),i=n("7y0O"),o=n("HVTr"),s=n("ljop"),l=n("452d"),u=n("+1EL"),c=n("xT0X"),d=n("GjuR"),m=n("6aOV"),f=n("Jax0"),p=n("2XLB");const h=({id:e,instanceId:t,eventName:n,args:r,data:a})=>{i.a._trigger({id:e,instanceId:t,eventName:n,args:r,data:a})},b=({callback:e,args:t=[]})=>{e(...t)},g=({eventName:e,args:t=[],data:n={}})=>(a,i)=>{const o=Object(d.k)(i()),s=Object(m.a)(i()),l=Object(d.f)(i(),e);try{b({callback:l,args:t,data:n});h({id:o,instanceId:s,eventName:e,args:t,data:n})}catch(e){r.a.error(e)}},v=e=>{const t=document.querySelector(`[data-instance-id="${e}"]`);if(!t)return null;const n=i.a.getWindow().jQuery;if("function"==typeof n){const e=n(t);if(e)return e}return t},y=({submissionValues:e,fields:t})=>{const n=Object.keys(t);return Object.keys(e).map(t=>({name:t,value:e[t]})).sort((e,t)=>n.indexOf(e.name)<0?1:n.indexOf(t.name)<0?-1:n.indexOf(e.name)-n.indexOf(t.name))},O=()=>(e,t)=>{const n=[Object(d.b)(t())];e(g({eventName:o.a.onBeforeFormInit,args:n}))},S=()=>(e,t)=>{const n=[v(Object(m.a)(t()))];e(g({eventName:o.a.onFormFailedValidation,args:n}))},k=()=>(e,t)=>{const n=[v(Object(m.a)(t()))];e(g({eventName:o.a.onBeforeValidationInit,args:n}))},E=()=>(e,t)=>{const n=[v(Object(m.a)(t()))];e(g({eventName:o.a.onReady,args:n}))},j=()=>(e,t)=>{const n=[v(Object(m.a)(t()))];e(g({eventName:o.a.onFormReady,args:n}))},T=(e={})=>(t,n)=>{const r=v(Object(m.a)(n())),a=Object(f.d)(n()),i=y({submissionValues:e,fields:a}),s=[r,i];t(g({eventName:o.a.onFormSubmit,args:s,data:i}));t(g({eventName:o.a.onBeforeFormSubmit,args:s,data:i}))},I=({redirectUrl:e,conversionId:t,formGuid:n,submissionValues:r={}})=>(a,i)=>{const s=[v(Object(m.a)(i())),{redirectUrl:e,submissionValues:r}];a(g({eventName:o.a.onFormSubmitted,args:s,data:{redirectUrl:e,conversionId:t,formGuid:n,submissionValues:r}}))},w=e=>t=>{const n=[e];t(g({eventName:o.a.onFormDefinitionFetchSuccess,args:n}))},_=e=>(t,n)=>{const r=[v(Object(m.a)(n())),e];t(g({eventName:o.a.onFormDefinitionFetchError,args:r}))},N=(e=s.k,t,n)=>r=>{r(g({eventName:o.a.onRenderError,args:[e,t,n||{}],data:JSON.parse(JSON.stringify(n||{}))}));r(Object(u.b)(e))},R=(e=l.d,t,n)=>r=>{r(g({eventName:o.a.onFormError,args:[e,t,n||{}],data:JSON.parse(JSON.stringify(n||{}))}))},C=(e,t)=>n=>{n(g({eventName:o.a.onAnalyticEvent,args:[e,JSON.parse(JSON.stringify(t||{}))]}))},x=()=>(e,t)=>{const n=Object(d.f)(t(),"getExtraMetaDataBeforeSubmit")();if(!Object(a.a)(n)){e(Object(c.b)({extraSubmissionMetadata:n}));e(Object(p.a)({message:"Retrieved extraSubmissionMetadata object",properties:n}))}},A=e=>t=>{t(g({eventName:o.a.onPageChange,args:[e]}))},D=()=>(e,t)=>{const n=v(Object(m.a)(t()));if(n&&document.createEvent){const e=document.createEvent("Event");e.initEvent("hsvalidatedsubmit",!0,!0);n&&n[0]&&n[0].dispatchEvent?n[0].dispatchEvent(e):n.dispatchEvent&&n.dispatchEvent(e)}else n&&n.trigger&&n.trigger("hsvalidatedsubmit")}},tp5F:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("TFZF"),i=n("GjuR"),o=n("BSIC");const s=e=>{const t=(Object(a.a)(e)||{}).key;return{messageKey:t,messageText:Object(o.a)(e,"submissionErrors."+t),messageType:(Object(a.a)(e)||{}).type,errorMessageClass:Object(i.i)(e)}};t.a=Object(r.b)(s,{})},u4Ho:function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));const r="?";function a(){return"undefined"==typeof document||null==document.location?"":document.location.href}function i(){return"undefined"==typeof document||null==document.location?"":document.location.origin?document.location.origin:`${document.location.protocol}//${document.location.hostname}${document.location.port?":"+document.location.port:""}`}function o(e){if(void 0===e.stack||!e.stack)return null;const t=/^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|native|eval|webpack||[a-z]:|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,n=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx(?:-web)|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,o=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i,s=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,l=/\((\S*)(?::(\d+))(?::(\d+))\)/,u=e.stack.split("\n"),c=[];let d,m,f;for(let a=0,p=u.length;a eval")>-1&&(d=s.exec(m[3]))){m[3]=d[1];m[4]=d[2];m[5]=null}else 0!==a||m[5]||void 0===e.columnNumber||(c[0].column=e.columnNumber+1);f={filename:m[3],function:m[1]||r,args:m[2]?m[2].split(","):[],lineno:m[4]?+m[4]:null,colno:m[5]?+m[5]:null}}!f.function&&f.line&&(f.function=r);if(f.filename&&"blob:"===f.filename.substr(0,5)){const e=new XMLHttpRequest;e.open("GET",f.filename,!1);e.send(null);if(200===e.status){let t=e.responseText||"";t=t.slice(-300);const n=t.match(/\/\/# sourceMappingURL=(.*)$/);if(n){let e=n[1];"~"===e.charAt(0)&&(e=i()+e.slice(1));f.url=e.slice(0,-4)}}}c.push(f)}return c.length?{name:e.name,message:e.message,url:a(),stack:c}:null}function s(e,t,n){const a={filename:t,lineno:n};if(a.filename&&a.lineno){e.incomplete=!1;a.function||(a.function=r);if(e.stack.length>0&&e.stack[0].filename===a.filename){if(e.stack[0].lineno===a.lineno)return!1;if(!e.stack[0].lineno&&e.stack[0].function===a.function){e.stack[0].lineno=a.lineno;return!1}}e.stack.unshift(a);e.partial=!0;return!0}e.incomplete=!0;return!1}function l(e,t){const n=/function\s+([_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*)?\s*\(/i,i=[],o={};let c,d,m=!1;for(let e=l.caller;e&&!m;e=e.caller)if(e!==u){d={filename:null,function:r,lineno:null,colno:null};e.name?d.function=e.name:(c=n.exec(e.toString()))&&(d.function=c[1]);if(void 0===d.function)try{d.function=c.input.substring(0,c.input.indexOf("{"))}catch(e){}o[""+e]?m=!0:o[""+e]=!0;i.push(d)}t&&i.splice(0,t);const f={name:e.name,message:e.message,filename:a(),stack:i};s(f,e.sourceURL||e.fileName,e.line||e.lineNumber,e.message||e.description);return f}function u(e,t){if("string"==typeof e)return{name:"Error",message:e,filename:a()};let n=null;t=null==t?0:+t;try{n=o(e);if(n)return n}catch(e){}try{n=l(e,t+1);if(n)return n}catch(e){}return{name:e.name,message:e.message,filename:a()}}},vB5j:function(e,t,n){"use strict";n.d(t,"h",(function(){return o}));n.d(t,"a",(function(){return s}));n.d(t,"g",(function(){return l}));n.d(t,"d",(function(){return u}));n.d(t,"c",(function(){return c}));n.d(t,"f",(function(){return d}));n.d(t,"e",(function(){return m}));n.d(t,"b",(function(){return f}));n.d(t,"k",(function(){return p}));n.d(t,"j",(function(){return h}));n.d(t,"i",(function(){return b}));var r=n("Jax0"),a=n("d1d4"),i=n("ijHp");const o=({pagination:{numberOfPages:e}})=>e,s=({pagination:{currentPage:e}})=>e,l=({pagination:{isPaginated:e}})=>e,u=({pagination:{currentPage:e,numberOfPages:t}})=>e===t,c=({pagination:{currentPage:e}})=>0===e,d=e=>!l(e)||u(e),m=e=>l(e)&&u(e),f=e=>Object(r.h)(e).reduce((t,n)=>{const{field:{label:r},groupIndex:o,errors:s}=n;if(Object(i.a)(o))return t;const{pageNumber:l}=Object(a.a)(e,o);return[...t,[l,r,s[0][0]]]},[]),p=({style:{paginationProgressTransition:e}})=>e,h=({style:{paginationProgressTheme:e}})=>e,b=({style:{paginationProgressShow:e=!0},pagination:{isPaginated:t}})=>e&&t},vmRj:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("7y0O"),i=n("ai8m"),o=n("FLCD"),s=n("4m0j"),l=n("GjuR");const u=e=>{const t=Object(l.x)(e),n=a.a.getWindow().location.host;if(Object(s.b)(e)&&t)try{return new URL(t).host}catch(e){return n}return n},c=e=>{const t=e.form.thankYouMessage,n=Object(i.h)(e),r=Object(o.a)(a.a.getWindow().location.href)?"utm":"hubs";return{[r+"_id"]:t&&n?"forms-branding-thankyou":"forms-branding-control",[r+"_source"]:u(e),intent:"marketingFreeForms"}};var d=n("dTTr");const m=e=>({additionalParameters:c(e),portalId:Object(l.y)(e),locale:Object(d.a)(e)});t.a=Object(r.b)(m)},wc1Y:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n.d(t,"c",(function(){return a}));n.d(t,"d",(function(){return i}));n.d(t,"e",(function(){return o}));n.d(t,"f",(function(){return s}));n.d(t,"h",(function(){return l}));n.d(t,"i",(function(){return u}));n.d(t,"k",(function(){return c}));n.d(t,"l",(function(){return d}));n.d(t,"m",(function(){return m}));n.d(t,"j",(function(){return f}));n.d(t,"n",(function(){return p}));n.d(t,"o",(function(){return h}));n.d(t,"p",(function(){return b}));n.d(t,"q",(function(){return g}));n.d(t,"r",(function(){return v}));n.d(t,"s",(function(){return y}));n.d(t,"t",(function(){return O}));n.d(t,"g",(function(){return S}));n.d(t,"b",(function(){return k}));const r="checkbox",a="date",i="email",o="file",s="hidden",l="number",u="numberrating",c="phone",d="phonenumber",m="radio",f="payment_link_radio",p="rating",h="select",b="booleancheckbox",g="smileyrating",v="starrating",y="text",O="textarea",S="nps",k="csat"},wenO:function(e,t,n){"use strict";const r="NOT_APPLICABLE",a="SHOWN",i="SUCCESS";var o=n("h1u3");n.d(t,"a",(function(){return s}));n.d(t,"b",(function(){return l}));const s=({emailValidation:e={}}={},t="")=>e[t],l=(e={})=>{const t=(Object(o.b)(e,{id:"email"})||"").trim(),{resubscribed:n=!1,validation:{emailShouldResubscribe:l=!1}={}}=s(e,t)||{};return n?i:l?a:r}},wr0d:function(e,t,n){"use strict";var r=n("J9Cp"),a=n("BSIC");const i=(e,{messageKey:t})=>({text:Object(a.a)(e,t)});t.a=Object(r.b)(i)},xT0X:function(e,t,n){"use strict";var r=n("sBkf"),a=n("ljop"),i=n("G3IP"),o=n("A9qg"),s=n("d6yV"),l=n("NxG1"),u=n("fdKd");const c="US",d=Object(u.a)({name:"phone",objectTypeId:l.a.CONTACT}),m=Object(u.a)({name:"hs_calculated_phone_number_country_code",objectTypeId:l.a.CONTACT}),f=(e,t)=>Boolean(Object.prototype.hasOwnProperty.call(e||{},t))&&e[t].length>0;var p=(e={},t,n={})=>{const r=f(n,d),a=f(e,d),i=f(e,m);return r||a&&!i?null:a&&i?e[m]:t||c},h=n("XG4J"),b=n("mZmw");const g=(e,t)=>Object.assign({},e,{[t]:b.a});var v=e=>{let t;switch(e.fieldType){case"checkbox":case"radio":t=e.options.map((t,n)=>`${e.id}-${n}-input`);break;case"date":t=["YYYY","MM","DD"];break;default:t=[0]}return t.reduce(g,{})},y=n("9YAw"),O=n("QvVZ");const S={errors:[],infos:[],validationRequestState:"NOT_REQUESTED",validation:{}},k=({knownProperties:e,knownSmartFields:t},n)=>e.hasOwnProperty(n)||t.indexOf(n)>-1;var E=({formFieldGroups:e=[],knownSmartFields:t=[],knownProperties:n={},urlParams:r={}})=>{let a=0,i=0;const o=(e,r)=>{if(e.isSmartGroup&&e.default){const e=r.filter(e=>k({knownProperties:n,knownSmartFields:t},e)).length===r.length;e&&a++;return!e}if(!e.default&&a>0){const e=r.filter(e=>k({knownProperties:n,knownSmartFields:t},e)).length===r.length;e||a--;return!e}return e.default};return e.reduce(({groups:e,fields:a},s,l)=>{const{fields:c}=s,d=Object(h.a)(s,["fields"]);let m=[],f=[];const p={},b=l+i;c.forEach(e=>{let a=[];const o=Object(u.a)(e);f=[...f,o];const{dependentFieldFilters:l=[]}=e,c=Object(h.a)(e,["dependentFieldFilters"]),d=Object(O.d)(c.metaData),g=Object(O.c)(e,d),E=k({knownProperties:n,knownSmartFields:t},o),j=s.isSmartGroup&&E,T=Object.assign({},Object.assign({},c,{},g&&{fieldType:g}),{},d,{fieldValueKnown:k({knownProperties:n,knownSmartFields:t},o),id:o}),I=Object.assign({field:T,parentField:null,logicFilter:null,groupIndex:b},S,{inputState:v(e),value:Object(O.a)({field:T,id:o,type:T.type,knownProperties:n,urlParams:r})});l.forEach(({dependentFormField:t,filters:s},l)=>{const[c]=s,d=Object(h.a)(t,["dependentFieldFilters"]),f=Object(O.d)(d.metaData),g=Object(O.c)(t,f),k=Object(u.a)(t);a=[...a,k];const E=Object.assign({},Object.assign({},d,{},g&&{fieldType:g}),{},f,{fieldValueKnown:!1,id:k}),T=Object.assign({field:E,parentField:o,logicFilter:c,groupIndex:b+l+1},S,{value:Object(O.a)({field:E,id:k,type:E.type,knownProperties:n,urlParams:r}),dependentFieldIds:[],inputState:v(e)});i++;m=[...m,{default:!0,fieldIds:[k],isSmartGroup:!1,richText:{content:"",type:"TEXT"},shown:!j,isDependentFieldGroup:!0}];p[k]=Object.assign({},T,{shown:Object(y.a)({field:T,parentField:I},O.b)})});p[o]=Object.assign({},I,{dependentFieldIds:a,shown:!j})});const g=Object.assign({},d,{fieldIds:f,shown:o(s,f),isDependentFieldGroup:!1});m=[g,...m];return{groups:[...e,...m],fields:Object.assign({},a,{},p)}},{groups:[],fields:{}})};const j=e=>{const{normalized:t}=e,{groups:n}=t;let r=0,a=!1;const i=n.map(e=>{if(e.isPageBreak){r++;a=!0}return Object.assign({},e,{pageNumber:r})});return Object.assign({},e,{normalized:Object.assign({},t,{isPaginated:a,groups:i})})},T=({communicationTypeId:e="",label:t="",required:n=!1})=>{const r={name:"LEGAL_CONSENT.subscription_type_"+e,fieldType:"booleancheckbox",type:"enumeration",required:n,label:t,id:"LEGAL_CONSENT.subscription_type_"+e,fieldValueKnown:!1};return{field:r,parentField:null,logicFilter:null,groupIndex:null,value:!1,dependentFieldIds:[],errors:[],infos:[],validationRequestState:"NOT_REQUESTED",validation:{},shown:!0,inputState:v(r)}};var I=e=>{const{normalized:t}=e,{fields:n,metaData:r}=t;let a;try{a=JSON.parse(r.legalConsentOptions)}catch(t){return e}const{isLegitimateInterest:i,communicationConsentCheckboxes:o=[],processingConsentCheckboxLabel:s,processingConsentFooterText:l,processingConsentType:u}=a;if(i)return e;const c=o.reduce((e,t)=>{const n=T(t),{field:{id:r}}=n;return Object.assign({},e,{[r]:n})},{}),d={name:"LEGAL_CONSENT.processing",fieldType:"booleancheckbox",type:"enumeration",label:s,footer:l,required:!0,id:"LEGAL_CONSENT.processing",fieldValueKnown:!1},m="REQUIRED_CHECKBOX"===u?{"LEGAL_CONSENT.processing":{field:d,parentField:null,logicFilter:null,groupIndex:null,value:!1,dependentFieldIds:[],errors:[],infos:[],validationRequestState:"NOT_REQUESTED",validation:{},inputState:v(d),shown:!0}}:{};return Object.assign({},e,{normalized:Object.assign({},t,{fields:Object.assign({},n,{},c,{},m)})})},w=n("GjuR"),_=n("zl02"),N=n("2XLB"),R=n("4m0j");const C=["step","row"],x=["richText","image"],A={email:{type:"string",fieldType:"text"},text:{type:"string",fieldType:"text"},textarea:{type:"string",fieldType:"textarea"},number:{type:"number",fieldType:"number"},phoneNumber:{type:"string",fieldType:"phonenumber"},singleCheckbox:{type:"enumeration",fieldType:"booleancheckbox"},multipleCheckbox:{type:"enumeration",fieldType:"checkbox"},dropdownSelect:{type:"enumeration",fieldType:"select"},radioSelect:{type:"enumeration",fieldType:"radio"},date:{type:"date",fieldType:"date"},file:{type:"string",fieldType:"file"}};var D=({type:e,checked:t,options:n})=>{const r=Object.entries(A).filter(([e,t])=>"enumeration"===t.type).reduce((e,t)=>[...e,t[0]],[]);return n&&r.includes(e)?"singleCheckbox"===e?[String(t||!1)]:n.reduce((e,{selected:t,value:n})=>t?[...e,n]:e,[]):[]};var L=e=>{const t=e.split("/");return t.length>1?{name:t[1],objectTypeId:t[0]}:{name:t[0]}};var M=e=>{if([...x,"submitButton"].includes(e.type))return null;const{label:t,description:n,propertyReference:r,required:a,defaultValue:i,placeholder:o,options:s}=e,{type:l,fieldType:u}=A[e.type],{name:c,objectTypeId:d}=L(r||"");return{name:c,label:t,type:l,fieldType:u,description:n,required:a,selectedOptions:D(e),options:s||[],validation:{name:"",message:"",data:"",useDefaultBlockList:!1,blockedEmailAddresses:[]},hidden:!1,defaultValue:i,placeholder:o,metaData:[],objectTypeId:d}};var P=e=>{const t=e.modules[0];if(x.includes(t.type)){if(t.type===x[0])return{content:t.html,type:"TEXT"};if(t.type===x[1])return{content:`DSC_0195`,type:"IMAGE"}}return{content:"",type:""}};const F=e=>e.map(e=>M(e)).filter(e=>e),z=(e=[],t=[])=>{e.forEach(e=>{"row"===e.type?t.push({fields:F(e.modules),default:!0,isPageBreak:!1,richText:P(e)}):"step"===e.type&&z(e.modules,t)});return t};var B=z;const U=(e=[])=>{for(let t=0;t({thankYouMessageJson:"",inlineMessage:"",redirectUrl:""});var q=({form:{id:e="",modules:t=[],typeNumber:n=0,updatedAt:r=""}={},portalId:a=0})=>Object.assign({},H(t),{captchaEnabled:!1,formTypeNumber:n,guid:e,portalId:a,submitText:V(t),metaData:[{name:"formDefinitionUpdatedAt",value:r}],formFieldGroups:B(t)});var W=({form:e={},gates:t={},portalId:n=0,scopes:r={},settings:a={},visitor:{countryCode:i="",properties:o={}}={}})=>({countryCode:i,form:q({form:e,portalId:n}),gates:t,portalSetting:a,properties:o,scopes:r});const G="renderDefinition";var K=e=>{switch(e){case G:return W;default:return()=>{}}};const $="2.0",Q=e=>(t,n)=>{const{form:{formFieldGroups:r=[],metaData:a=[]}={},properties:i={},countryCode:o,knownSmartFields:s=[]}=e,c=n(),d=Object(w.A)(c),m=Object(w.z)(c),f=Object(w.m)(c),h=m?d:Object.assign({},i,{},d),b=f?{}:Object.keys(h).reduce((e,t)=>Object.assign({},e,{[""+Object(u.a)({name:t,objectTypeId:l.a.CONTACT})]:h[t]}),{}),g=Object.assign({},e,{normalized:Object.assign({},E({formFieldGroups:r,knownProperties:b,knownSmartFields:s,urlParams:Object(_.b)(n())||{}}),{countryCode:p(b,o,Object(_.b)(n())||{}),metaData:a.reduce((e,{name:t,value:n})=>Object.assign({},e,{[t]:n}),{})})});t(Object(N.a)({message:"Retrieved countryCode property from normalized embed definition response",properties:g.normalized.countryCode}));return g},Y=(e,t)=>{const n=Object(R.a)(t);return n&&n===$?K(G)(e):e};var J=e=>(t,n)=>j(I(t(Q(Y(e,n()))))),Z=n("r46I");n.d(t,"a",(function(){return te}));n.d(t,"b",(function(){return ne}));n.d(t,"d",(function(){return ae}));n.d(t,"c",(function(){return ie}));n.d(t,"e",(function(){return se}));n.d(t,"f",(function(){return le}));function X(e){return{type:i.i,payload:e}}function ee(){return{type:i.h}}function te(){return{type:i.j}}function ne(e){return{type:i.m,payload:e}}const re=({form:{metaData:e}={}})=>Object(s.a)(e,"definitionS3WriteDate")?o.b:o.a,ae=e=>t=>{t(ee(e));t(Object(r.g)(e));t(Object(r.o)(e.eventType||a.a,e,e.response&&e.response.data||null))},ie=e=>t=>{t(Object(r.c)(re(e)));t(Object(r.h)(e));const n=t(J(e));t(X(n));t(Object(Z.e)())};function oe(){return{type:i.p}}const se=()=>(e,t)=>{e(oe());e(Object(N.a)({message:"Retrieved pageContext values which may be overriden by the embed context",properties:Object(_.a)(t())}))};function le(){return{type:i.q}}},zU1e:function(e,t,n){"use strict";n.d(t,"d",(function(){return r}));n.d(t,"e",(function(){return a}));n.d(t,"b",(function(){return i}));n.d(t,"a",(function(){return o}));n.d(t,"f",(function(){return s}));n.d(t,"c",(function(){return l}));const r="NOT_APPLICABLE",a="NOT_LOADED",i="LOADED",o="INVOKED",s="PASSED",l="LOAD_TIMEOUT"},zl02:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n.d(t,"b",(function(){return a}));const r=({pageContext:e={}}={})=>e,a=e=>r(e).urlParams},zmtA:function(e,t,n){"use strict";n.r(t);n.d(t,"FORM_NEVER_EXISTED",(function(){return r}));n.d(t,"MISSING_SCOPE",(function(){return a}));n.d(t,"FORM_TYPE_MISMATCH",(function(){return i}));n.d(t,"SERVER_ERROR",(function(){return o}));n.d(t,"RECAPTCHA_VALIDATION_ERROR",(function(){return s}));n.d(t,"MISSING_REQUIRED_FIELDS",(function(){return l}));n.d(t,"OUT_OF_DATE",(function(){return u}));n.d(t,"BLOCKED_EMAIL",(function(){return c}));n.d(t,"SUBMISSION_NOT_ALLOWED",(function(){return d}));n.d(t,"FORM_NOT_PUBLISHED",(function(){return m}));n.d(t,"TOO_MANY_REQUESTS",(function(){return f}));n.d(t,"FILE_TOO_LARGE",(function(){return p}));const r="FORM_NEVER_EXISTED",a="MISSING_SCOPE",i="FORM_TYPE_MISMATCH",o="SERVER_ERROR",s="RECAPTCHA_VALIDATION_ERROR",l="MISSING_REQUIRED_FIELDS",u="OUT_OF_DATE",c="BLOCKED_EMAIL",d="SUBMISSION_NOT_ALLOWED",m="FORM_NOT_PUBLISHED",f="TOO_MANY_REQUESTS",p="FILE_TOO_LARGE"},"zs/p":function(e,t,n){"use strict";var r=n("GjuR");const a=e=>{const t=Object(r.n)(e),n=Object(r.B)(e);return!(!t||!n)};t.a=a}}); \ No newline at end of file diff --git a/well-it/www.well-it.com/about-us.html b/well-it/www.well-it.com/about-us.html new file mode 100644 index 000000000..2551307b6 --- /dev/null +++ b/well-it/www.well-it.com/about-us.html @@ -0,0 +1,864 @@ + + + + + + + Who are Wellington IT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ About us +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+Your strategic partner
+
+
+
+ +
+
+
+
+

We are incredibly proud to work alongside Credit Unions across Ireland and the UK. We pride ourselves on being your strategic partner; not just your IT provider. The Credit Union industry is constantly changing and we are delighted to work alongside you to help you reach your strategic goals. With a wide array of products and services including your core system, online banking solution and an IT Managed Service we are here for all of your needs.

+
+
+
+
+ +
+
+ +
+
+
+
+Value for your Credit Union
+
+
+
+ +
+
+
+
+We're dedicated to help you reach your strategic goals. Our solutions are continuously evolving to incorporate your requirements as well as new regulations in place. We work closely with all of our customers and third party APIs to build technology that your staff and your members love to use. Whether your main goal is gaining new members or growing your loan book, our solutions are always built with your strategy in mind. +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+What makes Wellington IT unique?
+
+
+
+ +
+
+
+
+

The Credit Union industry is what we live and breathe. We are entirely focussed on helping you grow, manage and protect your Credit Union. We're the only software provider in Ireland that can offer you your core financial system, online and member services including a mobile app, the ability to offer current accounts, as well as an IT managed service. Giving you total peace of mind, that one experienced supplier is managing your full IT needs. Being in the industry for over 35 years, we have gathered a wealth of knowledge and have a history of market firsts.

+
+
+
+
+ +
+
+ +
+
+
+
+Always your local and friendly software provider
+
+
+
+ +
+
+
+
+

With offices in Belfast, Dublin, and Cork, wherever you are, we're your local Credit Union software provider. From Oracle and Microsoft qualified experts, to Chartered Accountants and Certified Project Management professionals we are extremely lucky to have such a talented workforce. But one thing we all have in common? Our passion for delivering services and software that allow you, our customers, to reach your strategic goals, not just now, but in the future. We'll always be here.

+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+credit union advice
+
+
+
+ +
+
+
+
+Blog
+
+
+
+ +
+
+
+
+

Stay up to date with our latest insight and updates on what's happening in the market, with our customers and with Wellington IT.

+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+ +
+
+
+
+worldwide2.png
+
+
+
+ +
+
+
+
+Our Parent Company
+
+
+
+ +
+
+
+
+

As part of Vencora, a new global division under Volaris Group, we offer the best of both worlds. Your local provider with the backing and resource of a global company and expertise in financial services technology. Vencora focus on strengthening our company, inspiring innovation, and securing our long term stability.

+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+ +
+
+
+
+careers2.png
+
+
+
+ +
+
+
+
+Careers
+
+
+
+ +
+
+
+
+

We're always growing, and always on the lookout for talented people to join our team. If you think you'd be a great fit, we'd love to hear from you.

+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+What our customers say
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+
+ +
+
+
+
+ +
+
+
+
+
+ + +
+
It gives confidence to me as a customer that Wellington will satisfy our needs in 3 and 5 and 10 years time. As a Credit Union, we're growing and we need our supplier to grow with us. Core Credit Union + +
+ +
+
"As a long standing partner of Wellington IT, we've continously been able to offer services and software to benefit our members. We have faith in the system and the information it collects". Mullingar Credit Union + +
+ +
+
It's important your IT provider is also supporting your strategy and what you want to achieve. We had the vision and we were able to put that into practice using the tools from Wellington IT. Member First Credit Union + +
+ +
+
Wellington are listening to what our requirements are, they're listening to how the service and products can be improved from our point of view, and it's made it easier for us to work on delivering the strategies that we are trying to deliver. Gurranabraher Credit Union + +
+ +
+
To me, we're dependent on Wellington. Wellington are our support - they're our pillar in our IT and IT is the core to our business. Tallaght West Credit Union + +
+ +
+
Working with Wellington IT, we have a fully integrated system which meets all of our operational and member needs. They understand what we're trying to achieve, helping us grow, compete, manage risk and develop into new markets. Wexford Credit Union + +
+ +
+
We always strive for members to be able to do as much of their business with HSSCU as possible from the comfort of their homes. Our member demographic has grown and we are seeing an increase in members joining from new geographical regions in Ireland and in different fields across the healthcare industry. Health Services Staffs Credit Union + +
+ + +
+
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+We're your strategic IT partner and we're here for the long-term
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/careers.html b/well-it/www.well-it.com/careers.html new file mode 100644 index 000000000..5fd28ba37 --- /dev/null +++ b/well-it/www.well-it.com/careers.html @@ -0,0 +1,1114 @@ + + + + + + + Careers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Make Your Move Today +

+
+
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Our Business +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Wellington IT  (and our sister company, Gaina Software) are innovators with a history - we've been in business for over 30 years, but our market firsts have helped Credit Unions to evolve into modern, powerful financial institutions. With a parent company based in Canada, a portfolio spread across the world, and offices in Belfast, Dublin, and Cork, we're a local company on a global stage, offering incredible career progression, but staying true to the spirit of community that's so important to our customers.

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+

+
+
+Our People
+
+

+
+
+ +
+
+
+
+
+ + Untitled design (9) + +
+

Emma Leahy

+

Head of Marketing

+

Customer Experience Team

+

"Working here is my most rewarding role to date. The work we do is interesting, challenging, collaborative and there is lots of opportunity for career progression through company events, workshops and training programmes. Ultimately, people are what make a company great and Wellington IT has the best of them!"

+
+
+
+ + nicole-mcilmurray-wellington + +
+

Nicole McIlmurray

+

Finance Business Partner

+

Finance Team

+

"I love the fact that I have the chance to work with colleagues across different departments in the company, as well as regular interactions with customers - every day is different! I'm lucky to work with a team of people that I can learn new things from daily, and it's inspired me to drive my career forward with Wellington."

+
+
+
+ + nikola-kaic-wellington + +
+

James Morrissey

+

Helpdesk Team Lead

+

Customer Care Team

+

"The people are hands down the best thing about working at Wellington. We trust, support, and encourage each other, regardless of department or seniority, and knowing that this kind of supportive, dynamic environment is available whenever I need it makes coming to work every day easy."

+
+
+
+ + sheen-kurian-wellington + +
+

Sheen Kurian

+

Senior Network Engineer

+

Networks Team

+

"Wellington is always growing, evolving and changing, with a major focus on continuous improvement. I'm constantly learning and developing alongside it, and can actively make a positive difference every day to both the company, my colleagues, and our customers!"

+
+
+
+ + Jonathan Hutson + +
+

Jonathan Hutson

+

.NET Developer

+

Digital Development Team

+

"The drive and passion from the people in Wellington is truly spectacular. Everyone works together cohesively to build and support our products & customers. Regardless of seniority, your opinion is valid. Learning is a key component in Wellington and is actively encouraged".

+
+
+
+ + Ciara-bell-wellington + +
+

Ciara Bell

+

HR Officer

+

HR & Admin Team

+

"Working within a tightly knit group, I know I'm a valued member of the team and my personal contributions can be seen first hand. My position allows me to work with various departments which is a bonus, as the people are the best thing about working here!"

+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+ +

+ Our Culture +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Our Values

+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+integrity.png
+
+
+
+ +
+
+
+
+Integrity & Respect
+
+
+
+ +
+
+
+
+Doing the right thing, the right way for our business, customers, and colleagues. +
+
+
+
+ +
+
+ +
+
+
+
+innovation.png
+
+
+
+ +
+
+
+
+Innovation & Growth
+
+
+
+ +
+
+
+
+Using our initiative to pursue new and creative ways of improving. +
+
+
+
+ +
+
+ +
+
+
+
+passion.png
+
+
+
+ +
+
+
+
+Commitment & Passion
+
+
+
+ +
+
+
+
+

Working to our full potential, taking personal responsibility for doing our best.

+
+
+
+
+ +
+
+ +
+
+
+
+achievement.png
+
+
+
+ +
+
+
+
+Customer Experience & Achievement
+
+
+
+ +
+
+
+
+
Striving to meet, manage, and exceed customer expectations.
+
 
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ +

 

+

Our Perks

+

+

We're a home for creative, innovative thinkers with entrepreneurial spirits. Progression within the company is supported and encouraged and we offer many benefits and perks including AXA/VHI healthcare, Bonus Scheme, international development events, cycle to work scheme, social events, not to mention free ice cream on a sunny day!

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +

+ Our Growth +

+
+
+ +
+
+
+ +
+
+
+
+
+ + Since acquisition by Volaris, we have grown by 50%, with an impressive increase in profitability. We are proud of our strong team, and our talent management focus shows our dedication to getting stronger, building the foundations we need to keep getting bigger and better, and helping our customers do the same. + +
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+Our Opportunities
+
+
+
+
+ +
+
+
+ +
+
+
+
+

Wellington IT is made up of problem solvers and creative thinkers from across the globe who are dedicated to helping Credit Unions to succeed and excel.

+

We are a diverse bunch - our team includes former accountants, dentists, and bookmakers who've made the switch to IT and includes a mix of people who have worked here for 20+ years as well as new joiners in the earliest stages of their careers. 

+

We’re growing fast, and we’re looking for extraordinary people to both contribute and develop their experience and expertise with us.

+

Check out our open opportunities and make your move today. 

+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+Sales & Marketing
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+Development & QA
+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+Networks
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+Finance, Admin, & HR
+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+Customer Care
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+Professional Services
+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Our Contribution +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
Similar to our Customers focus on community, we at Wellington IT are passionate about giving back to ours.

+simon_community_ending_homelessness
+
In 2019, our Charity of the Year is Simon Community. Simon Community is Northern Ireland’s leading homeless charity. They work without judgement to support people who are experiencing, or are at risk of homelessness. 
+
 
+
+ +
+ +
+ Click here to help +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/credit-union-compliance.html b/well-it/www.well-it.com/credit-union-compliance.html new file mode 100644 index 000000000..27dad0f75 --- /dev/null +++ b/well-it/www.well-it.com/credit-union-compliance.html @@ -0,0 +1,605 @@ + + + + + + + Ensure Credit Union Compliance + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Protect Your Credit Union By Collaborating on Compliance +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Making sure you're staying compliant is the best way to protect your Credit Union, your staff, and your members. Working in partnership with our customers, we've developed a highly integrated and automated Credit Union compliance system that protects the integrity of your most important data, as well as ensuring you can meet EU and CBI regulations. 

+

We're also the only Credit Union software provider in Ireland to offer a full IT managed service, which is the pro-active management of your IT environment that supports the software.  This gives you the freedom you need to focus on your goals, while we focus on your Credit Union regulatory requirements. 

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+Our Partners Include
+
+
+
+
+ +
+
+
+
+verifone1.png
+
+
+
+dowjones.png
+
+
+
+symantec1.png
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Inbuilt Controls For Maximum Protection +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + Our system contains controls covering multiple aspects of Credit Union compliance. We provide inbuilt anti-money laundering and anti-terrorism financing checking, giving you the information you need without ever having to let your members' data leave the system. We also offer a managed service with prescriptive disaster recovery and business continuity plans that can be tailored to your needs. We work with you to ensure you are always doing the best for your Credit Union and its members while meeting current regulatory requirements. + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ How We Help Protect Your Credit Union +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Staying at the front of credit union regulatory requirements and compliance is a huge area of focus for us when it comes to our customers. We always have several projects running concurrently that are designed to keep your members and your Credit Union safe, compliant, and ahead of the game.

+

 

+
+ +
+ +
+ Find out more +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/credit-union-customer-success.html b/well-it/www.well-it.com/credit-union-customer-success.html new file mode 100644 index 000000000..2740b40d0 --- /dev/null +++ b/well-it/www.well-it.com/credit-union-customer-success.html @@ -0,0 +1,1589 @@ + + + + + + + Credit Union Customer Success + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Our Customer Success Stories +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + + + +
+
+ +
+
+ + +

+ North Midlands CU see increase of 59% in web loans since rebrand +

+ +
+ +

North Midlands Credit Union launched their rebrand with a brand new member-centric website and since this, have experienced a 59% increase in web loans. 

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ Tipperary Credit Union grow their loan book with €500,000 already drawn down in Revolving Credit loans. +

+ +
+ +

Tipperary Credit Union offers a variety of financial products and services to its members, including top-up loans. The Credit Union noticed that its manual processes for managing and administering these types of loans were time-consuming and prone to errors. 

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ 15%+ of loan applications coming through Community's new website +

+ +
+ +

Since launching their new website 2 months ago, Community Credit Union have seen 165 loan enquires come through via web. This averages to over 15% of their typical annual loans coming in via their new website.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ Member First Credit Union takes a forward-thinking approach to loan applications +

+ +
+ +

Member First Credit Union offers a variety of financial products and services to its members.  

+

With the support of Wellington IT, they have taken a forward-thinking approach by integrating open banking into their loan application process.  

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ 5* reviews for Member First Credit Union's new app +

+ +
+ +

In just a few short months, MFCU have achieved 8500+ downloads of their mobile app (30% of their cuOnline+ users) and both their ioS and Android app have 5* app reviews.  

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ 20% of Core Credit Union members now onboarding with ID&V +

+ +
+ +

ID&V liveness test provides a sleek, modern experience for their new members and the reporting is extremely beneficial from a compliance and KYC point of view - saving Core CU time and costs!  

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Mullingar expanding their services with support from Well-IT +

+ +
+ +

From mergers to hardware refreshes and new online services to current account offerings, Mullingar Credit Union have provided more choice and better services to their members.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ Private cloud supports Member First CU BCP and DR strategy +

+ +
+ +

A cloud offering ensures MFCU can benefit from increased security, reduced support costs and many other benefits of the cloud! It also supports BCP & DR.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ +15% in loan applications due to Enniscorthy's new website +

+ +
+ +

A new website with top security, an accurate loans calculator and intuitive experience for members have resulted in a 15% increase in loan applications for Enniscorthy Credit Union.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ Assurance for Ardee with Wellington's IT Managed Service +

+ +
+ +

Wellington IT's IT Managed Service provides peace of mind to Ardee that a trusted partner is looking after their IT. It's also freeing up their time to focus on their digital strategy.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Letterkenny CU experience 170% increase in Kiosk usage +

+ +
+ +

Letterkenny Credit Union are experiencing a 170% increase in Kiosk usage amidst COVID-19. It's also proven an incredibly useful machine to help their members with social distancing in branch.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ St Dominic CU appeal to new demographic with MPCAS  +

+ +
+ +

St Dominic Credit Union introduced the Member Personal Current Account (MPCAS) solution in the summer of 2019 as part of a strategic vision to appeal to a new demographic.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ 17% time savings with Kiosk for Ballina Credit Union +

+ +
+ +

Since introducing a self-service kiosk into their branch, Ballina Credit Union are enhancing their members' experience whilst generating 17% time efficiencies.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ 75% time savings for 1st Alliance Credit Union with cuOnline+ +

+ +
+ +

Since making the switch to cuOnline+ 1st Alliance Credit Union are seeing an increase in new membership and growing their loan book.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Success at St. Paul's with current accounts +

+ +
+ +

In order to fulfil their strategy of being the primary financial provider to their members, St. Paul's Garda Credit Union realised they needed to offer full banking services, which included a current account and a new debit card.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ Central Liverpool save 6 hours per week with cuInsight +

+ +
+ +

Central Liverpool Credit Union are saving 6 hours per week by reporting with cuInsight. Not only are they better prepared for board meetings, they can make better informed decisions with up-to-date information at their fingertips.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ HSSCU increase new membership by 48% +

+ +
+ +

Since implementing Digital Member Onboarding, HSSCU have increased new membership by 48%, gaining new members from other geographic locations and from other fields within the healthcare industry.

+
+ + + +
+
+ + + +
+
+ + + Credit Union Software + + +
+
+ + +
+
+ + +

+ MFCU gain 20% increase in new member registrations +

+ +
+ +

To build on their current membership of 80K, MFCU wanted to offer more digital offerings to potential new members. Since launching Digital Member Onboarding they have increased new member registrations 20%.

+
+ + + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Increasing millennial members for Member First +

+ +
+ +

Member First Credit Union achieved success with the next generation using our software, launching a marketing campaign that increased millennial membership by 38%, and saw their loan book grow by 25%.

+
+ + + +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Cara save up to 45 hours per week with kiosks +

+ +
+ +

With a membership of over 42,000, Cara Credit Union wanted to provide the best financial services to their members. Since implementing kiosks, Cara are saving up to 45 hours per week, and €36,600 per year.

+
+ + + + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Strategy that connects to members for Tallaght West +

+ +
+ +

In order to ensure minimal disruption to IT provision and member services throughout Tallaght West's move, the staff at Wellington IT worked alongside Credit Union staff to ensure that what they needed was delivered on time.

+
+ + + +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Improving through technology for Wexford +

+ +
+ +

Wexford Credit Union successfully transitioned to a new IT system which will enable its 38,500 members to avail of new services.  The Credit Union will also be able to meet their operational and compliance needs, meeting strategic objectives

+
+ + + + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ 35% increase in online usage for Gurranabraher +

+ +
+ +

If Gurranabraher Credit Union wanted to attract new members and increase member loyalty, they knew the best way to do this was to invest in member experience, utilising both the technology and strategic partnership offered by Wellington IT.

+
+ + + + +
+
+ +
+
+ + + Credit Union Software + + +
+
+ +
+
+ + +

+ Efficiency, accuracy, & peace of mind for Core  +

+ +
+ +

The merger that created Core Credit Union presented unique challenges. It was one of the first set of mergers through The Credit Union Restructuring Board (ReBo) as well as the difficult task of merging three Credit Unions at the one time.

+
+ + + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + + + +
+
+ +
+
+ + +

+ A new website revitalises loans at Letterkenny +

+ +
+ +

On average, a visitor to your website decides whether to stay or leave in just 10 seconds. With statistics like these in mind, Letterkenny Credit Union began work on a new & improved website alongside the web team at Wellington IT. 

+
+ + + + +
+
+ +
+
+ + + Credit Union Software + + + + +
+
+ +
+
+ + +

+ Improved loans processing at 1st Alliance +

+ +
+ +

Processing a loan at 1st Alliance could take up to a week, was completely paper-based and required manual checking. Now, processing a loan is completely paperless, and takes just five minutes. 

+
+ + + + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/credit-union-key-information.html b/well-it/www.well-it.com/credit-union-key-information.html new file mode 100644 index 000000000..454a9d684 --- /dev/null +++ b/well-it/www.well-it.com/credit-union-key-information.html @@ -0,0 +1,587 @@ + + + + + + + Credit Union Key Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Credit Union Technology Resource Hub +

+
+
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Key Company & Product Information +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

This page holds information on our Credit Union software, and the latest Credit Union technology and services from the team here at Wellington IT.

+

If there's anything in particular you'd like to see published on this page, don't be afraid to let us know!

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/credit-union-software-goals.html b/well-it/www.well-it.com/credit-union-software-goals.html new file mode 100644 index 000000000..c4304be17 --- /dev/null +++ b/well-it/www.well-it.com/credit-union-software-goals.html @@ -0,0 +1,669 @@ + + + + + + + Reach your goals + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Thrive In Your Community & Market +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
 
+
+
We're a Credit Union software partner who supports the achievement of your goals and your ability to grow your Credit Union, working to a common agenda that enables both short and long term viability for your Credit Union. We focus on delivering a superior, value added combination of solution and services that nurtures your Credit Union, allowing you to focus on what really matters: delivering your strategy.
+
+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+icon-1.png
+
+
+
+ +
+
+
+
+Grow
+
+
+
+ +
+
+
+
+
Make sure your Credit Union reaches its full potential with an IT provider that can be your strategic partner
+
 
+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+ +
+
+
+
+icon-2.png
+
+
+
+ +
+
+
+
+Manage
+
+
+
+ +
+
+
+
+
Be more efficient with our scalable, end-to-end financial software, self-service solutions and IT managed service
+
 
+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+ +
+
+
+
+icon-3.png
+
+
+
+ +
+
+
+
+Protect
+
+
+
+ +
+
+
+
+
With increasing regulation in the sector, we provide dedicated compliance support to ensure you stay safe
+
 
+
+
+
+
+ +
+
+
+
+
+
+ Discover More +
+
+ +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Partner Launch Story: Touch ID +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Working in partnership with Wellington IT, Health Services Staffs Credit Union launched Touch ID, allowing members to access their accounts using the fingerprint reader on their phone or tablet. The team at Wellington supported Health Services' digital strategy throughout the launch, with both marketing and software. Members have jumped at the chance to modernise how they interact with their Credit Union, and both sign up and satisfaction rates have been high. 

+
+ +
+ +
+ Discover more +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/credit-union-software-solutions.html b/well-it/www.well-it.com/credit-union-software-solutions.html new file mode 100644 index 000000000..c28421199 --- /dev/null +++ b/well-it/www.well-it.com/credit-union-software-solutions.html @@ -0,0 +1,775 @@ + + + + + + + Credit Union Software Solutions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Credit Union Software & Service Solutions +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Grow, Manage & Protect +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + Grow your Credit Union, increase your efficiencies, and overcome the challenges of increasing Credit Union regulatory requirements with our holistic suite of Credit Union software, solutions, and services. + +
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+credit union software
+
+
+ +
+
+
+
+Core Credit Union Software
+
+
+
+ +
+
+
+
+Our financial, back office Credit Union software contains a range of modules designed to help your Credit Union operate with greater efficiency, reduce costs, and improve automation. +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+credit union it managed service
+
+
+ +
+
+
+
+Credit Union IT Managed Services
+
+
+
+ +
+
+
+
+We're the only Credit Union software partner to also provide a full managed service for Credit Unions. This means that you get total peace of mind when it comes to both your software and your service. +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+credit union business intelligence
+
+
+ +
+
+
+
+Credit Union Business Intelligence
+
+
+
+ +
+
+
+
+Powerful business intelligence software for Credit Unions allows you to better understand and analyse key membership data, creating opportunities that can help grow your Credit Union. +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+credit union mobile banking online
+
+
+ +
+
+
+
+Online & Mobile Credit Union banking
+
+
+
+ +
+
+
+
+We're dedicated to Credit Union digital services that allow you to offer your members increased accessibility options, including a smartphone app and online banking software to get your members engaged. +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+responsive credit union websites
+
+
+ +
+
+
+
+Responsive Credit Union Websites
+
+
+
+ +
+
+
+
+Web design will put your Credit Union at the forefront of the digital landscape, attracting new members and making it easier than ever to advertise your products and services. +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+credit union compliance
+
+
+ +
+
+
+
+Credit Union Compliance
+
+
+
+ +
+
+
+
+Our core system helps you to meet Credit Union regulatory requirements with inbuilt controls and automated checks designed to ensure your Credit Union stays compliant. +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+credit union customer care
+
+
+ +
+
+
+
+Customer Care For Your Credit Union
+
+
+
+ +
+
+
+
+We met 99.6% of our SLAs last year, and our Credit Union Customer Care team are always at the other end of the phone when you need help. We have a structured support strategy, giving you peace of mind when you need it. +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+credit union self service
+
+
+ +
+
+
+
+Credit Union Self-Service Capabilities 
+
+
+
+ +
+
+
+
+Give your members more choice, convenience, and flexibility in accessing your Credit Union with our new and improved self-service capabilities including Credit Union kiosks, ATMs, and recurring direct debits. +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/cuinsight.html b/well-it/www.well-it.com/cuinsight.html new file mode 100644 index 000000000..2ea48b319 --- /dev/null +++ b/well-it/www.well-it.com/cuinsight.html @@ -0,0 +1,1140 @@ + + + + + + + Credit Union Business Intelligence Software + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ cuInsight Reporting +

+
+ +
+
+
+
+ +

+ Make data-driven decisions with a powerful Business Intelligence tool +

+
+
+
+
+
+ + +
+
+ Download Guide +
+
+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Make data-driven decisions +

+
+
+
+ +
+
+ +
+
+ +
+ Credit Union Software + +
+
+
+
+ +
+
+ +

With over 150 pre-built reports, charts and dashboards in your reporting tool, cuInsight, it is easier than ever to use your member data to drive your day-to-day business decisions. 

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+

Access 150+ built-in reports

+ +
+
+
+ +
+
+
+

 

+

 

+ +
+
+
+ +
+
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Credit Control +

+
+
+
+
+ +
+
+
+
These reports will help you monitor member loan repayments
+ +
+
+
+ +
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Anti-Money Laundering +

+
+
+
+
+ +
+
+
+
Monitor any suspicious activity in your member accounts with AML reports
+ +
+
+
+ +
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Lending +

+
+
+
+
+ +
+
+
+
Keep a handle on your members borrowing habits with our lending reports
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Operational +

+
+
+
+
+ +
+
+
+
Operations reports help you manage your branch performance and staff planning
+ +
+
+
+ +
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Membership +

+
+
+
+
+ +
+
+
+
Understand your members like never before with rich demographic data
+ +
+
+
+ +
+
+ +
+
+
+
+ + + + + + +
+
+ +
+

+ Custom Reporting +

+
+
+
+
+ +
+
+
+
Use the built-in data sources to create your own custom reports
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Build custom reports +

+
+
+
+ +
+
+ +
+
+ +

Slice and dice the data in existing reports to create your own custom reports!  

+

The colourful dashboards, graphs and reports give you new ways to view your data.

+

Export to PDF, CSV or Excel and share with others.

+
+ + +
+
+ +
+
+ +
+ Credit Union Technology + +
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+     Download Guide     
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Schedule to run automatically +

+
+
+
+ +
+
+ +
+
+ +
+ Credit Union Software + +
+
+
+
+ +
+
+ +

Once you have your reports created you can schedule them to run at specific times e.g. weekly, monthly. 

+

Scheduling your regular reports means that they run automatically and are ready whenever you or your colleagues need them.

+
+
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+

+ Download our best practice guide +

+
+
+
+
+ +
+
+ +
+
+
+
+

+ +
+ + + + + + + + + +
+
+
+
+
+

Complete the form to download a copy of the guide. 

+

Our best practice guide provides hints and tips on how to get the most out of your Business Intelligence tool, cuInsight.

+

In this guide you will learn:

+
    +
  • How to access the key built-in reports
  • +
  • How to analyse the data within reports
  • +
  • How to create your own custom reports
  • +
  • How to schedule your reports
  • +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+

"With cuInsight we can gather more granular data. For example, I can report on loan officer and branch and tell if one branch is being overloaded. Then we can decide to send another loan officer to that branch. We wouldn't have had this information before using cuInsight"
+
 
+
Geoff McKay, Business Development Manager

+
+
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/well-it/www.well-it.com/decision-time-utm_campaign=Decision Time&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-_6wBAMYgtw1w2siOKjIGP58YRuYX2k8V2C1gQ92E56GYK7ldF1z4PInAubCokKYOjb53UF.html b/well-it/www.well-it.com/decision-time-utm_campaign=Decision Time&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-_6wBAMYgtw1w2siOKjIGP58YRuYX2k8V2C1gQ92E56GYK7ldF1z4PInAubCokKYOjb53UF.html new file mode 100644 index 000000000..ae6386a00 --- /dev/null +++ b/well-it/www.well-it.com/decision-time-utm_campaign=Decision Time&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-_6wBAMYgtw1w2siOKjIGP58YRuYX2k8V2C1gQ92E56GYK7ldF1z4PInAubCokKYOjb53UF.html @@ -0,0 +1,739 @@ + + + + + + + Decision Time for your Credit Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Decision Time: allowing your Credit Union to be more efficient and compliant +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Who are Decision Time? +

+
+
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+ +

 

+

Decision Time simplifies meeting management, increases productivity, enables good governance and reduces costs. Meeting organisers can stop printing and binding piles of paper or managing complex PDF workflows. Meeting attendees can read and annotate their meeting packs easily, assign tasks, share notes, have conversations with colleagues and record their decisions. 

+

All of this on one simple interface on a tablet, laptop or desktop.

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+Watch the video +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Benefits of Decision Time +

+
+
+
+ +
+
+ +
+
+ +
    +
  • Granular access controls allow you to specify precisely who has access to each meeting and who can read specific agenda items and documents.
  • +
  • Provides secure access to committee papers and prevents downloading, printing or forwarding of documents, keeping sensitive information under control. Decision Time has all the benefits of paper but with none of the drawbacks.
  • +
  • Access your papers offline, make notes or comment on documents and agenda items, then synchronise when you are back online.
  • +
  • Instant access to archived meeting packs, agendas and minutes. A full audit log is maintained in the background for assurance.
  • +
  • Decision Time customers have already saved hundreds of thousands of pieces of paper, reducing costs and environmental impact. See how much you could save using Decision Time with our ROI calculator.
  • +
+

Find out more about Decision Time by reading the Dundalk Credit Union case study here.

+
+ +
+
+ +
+
+ + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+

"It really helped us as a Board become better informed. One of the most immediate benefits was having more preparation time as the papers were generally delivered earlier than before. There was also the peace of mind that our access to documents was much more secure than before, not to mention a lot more convenient".

+

 

+

Damien Rooney, Dundalk Credit Union 

+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+ + + + +

Decision Time Virtual Demo

+ +
+ + + + + + + + + +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/decision-time.html b/well-it/www.well-it.com/decision-time.html new file mode 100644 index 000000000..027507041 --- /dev/null +++ b/well-it/www.well-it.com/decision-time.html @@ -0,0 +1,739 @@ + + + + + + + Decision Time for your Credit Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Decision Time: allowing your Credit Union to be more efficient and compliant +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Who are Decision Time? +

+
+
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+ +

 

+

Decision Time simplifies meeting management, increases productivity, enables good governance and reduces costs. Meeting organisers can stop printing and binding piles of paper or managing complex PDF workflows. Meeting attendees can read and annotate their meeting packs easily, assign tasks, share notes, have conversations with colleagues and record their decisions. 

+

All of this on one simple interface on a tablet, laptop or desktop.

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+Watch the video +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ Benefits of Decision Time +

+
+
+
+ +
+
+ +
+
+ +
    +
  • Granular access controls allow you to specify precisely who has access to each meeting and who can read specific agenda items and documents.
  • +
  • Provides secure access to committee papers and prevents downloading, printing or forwarding of documents, keeping sensitive information under control. Decision Time has all the benefits of paper but with none of the drawbacks.
  • +
  • Access your papers offline, make notes or comment on documents and agenda items, then synchronise when you are back online.
  • +
  • Instant access to archived meeting packs, agendas and minutes. A full audit log is maintained in the background for assurance.
  • +
  • Decision Time customers have already saved hundreds of thousands of pieces of paper, reducing costs and environmental impact. See how much you could save using Decision Time with our ROI calculator.
  • +
+

Find out more about Decision Time by reading the Dundalk Credit Union case study here.

+
+ +
+
+ +
+
+ + + + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+

"It really helped us as a Board become better informed. One of the most immediate benefits was having more preparation time as the papers were generally delivered earlier than before. There was also the peace of mind that our access to documents was much more secure than before, not to mention a lot more convenient".

+

 

+

Damien Rooney, Dundalk Credit Union 

+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+ + + + +

Decision Time Virtual Demo

+ +
+ + + + + + + + + +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/grow-your-credit-union.html b/well-it/www.well-it.com/grow-your-credit-union.html new file mode 100644 index 000000000..544bfaf4d --- /dev/null +++ b/well-it/www.well-it.com/grow-your-credit-union.html @@ -0,0 +1,720 @@ + + + + + + + Grow your Credit Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Give Yourself The Power To Grow +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Credit Unions need to think dynamically when it comes to new ways to grow their loan book, increase their membership, and expand their common bond. Financial institutions are changing how they do business, embracing technology and new member services, allowing you to grow your Credit Union and remain competitive against other financial services rivals. 

+

Technology and services are integral to achieving the internal changes and improvement to member services that Credit Unions need to become powerful financial institutions.  Keeping ahead of technological advances and consumer trends  allows you to attract and retain the next generation of members.

+
+
+
+ +
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+Of the top 10 community Credit Unions
+
+
+
+ +
+
+
+
+
+
0
%
+
+
+
+
+
+ +
+
+
+
+

Trust us to power their growth 

+
+
+
+
+ +
+
+ +
+
+
+
+Our top customers achieved an average of
+
+
+
+ +
+
+
+
+
+
0
%
+
+
+
+
+
+ +
+
+
+
+

Loan book growth last year 

+
+
+
+
+ +
+
+ +
+
+
+
+Our biggest customers saw an average of
+
+
+
+ +
+
+
+
+
+
0
%
+
+
+
+
+
+ +
+
+
+
+

Asset growth last year 

+
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ A strategic partnership that enables growth +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
We want to help you grow your Credit Union so that you can compete against both traditional financial institutions, and new-to-the-market fintechs. 
+
 
+
With an impressive combination of a powerful Credit Union core system, marketing tools that allow you to identify ready and reliable borrowers, responsive, secure websites, online, mobile, and self-service banking tools, as well as Ireland's only full managed service offering, when you choose us as your strategic partner, you can focus on growing your Credit Union membership, loan book, and assets.
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +

+ A 39% growth in next gen membership for Member First Credit Union +

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +

Using our business intelligence software, Member First Credit Union put together a marketing plan that targeted millennials in their area, encouraging them to join the Credit Union with a series of specialised loan products catered to their stage of life. This led to a 39% increase in their millennial membership, and a loan book growth of 25%.

+
+ +
+ +
+ Get the full story +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/hive-crm-system.html b/well-it/www.well-it.com/hive-crm-system.html new file mode 100644 index 000000000..8b90c36d9 --- /dev/null +++ b/well-it/www.well-it.com/hive-crm-system.html @@ -0,0 +1,629 @@ + + + + + + + Hive CRM API + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+well-it-logo-white-2.png
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+Ë + + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ +
+ + + +
+
+ +
+
+ +
+ +
+
+
+
+ +

+ Hive CRM System +

+
+ + + +
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +

+ Hive CRM System +

+
+
+
+ +
+
+ +
+
+ +
+ HIVE BEnefits 2021 +
+
+
+
+ +
+
+ +

We're delighted to announce our integration with Hive CRM System.

+

This API will enable your Credit Union to easily interface with your CRM system for a variety of customer engagements, including marketing campaigns. It also ensures that your CRM system holds up to date information on your members, since it's integrated with Scion.

+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+

In 2020 alone, we saw up to a 93% conversion rate on loan enquiries coming through HIVE turning into successfully drawn down loans, with over €2,000,000 directly attributable to digital marketing through the platform.” Michael Cox, Head of Business Solutions at Intuity Technologies

+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+ + + + +

Register interest in Scion/Hive integration

+ +
+ + + + + + + + + +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+Talk to us
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/well-it/www.well-it.com/hs-fs/.DS_Store b/well-it/www.well-it.com/hs-fs/.DS_Store new file mode 100644 index 000000000..0bb4e5a8a Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/.DS_Store differ diff --git a/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/module_assets/1565004338235/module_11839776798_Marketplace_Ascend_Inbound_Marketing_Better_Vertical_Spacer_Better_Vertical_Spacer.min.css b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/module_assets/1565004338235/module_11839776798_Marketplace_Ascend_Inbound_Marketing_Better_Vertical_Spacer_Better_Vertical_Spacer.min.css new file mode 100644 index 000000000..0b9055f8f --- /dev/null +++ b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/module_assets/1565004338235/module_11839776798_Marketplace_Ascend_Inbound_Marketing_Better_Vertical_Spacer_Better_Vertical_Spacer.min.css @@ -0,0 +1 @@ +@media(max-width:767px){.aim-bvs_hide-phone{display:none}}@media(min-width:768px) and (max-width:1024px){.aim-bvs_hide-tablet{display:none}}@media(min-width:1025px){.aim-bvs_hide-desktop{display:none}} \ No newline at end of file diff --git a/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/26069646481/1582108058650/Coded_files/Custom/system/Aplite/aplite_styles_copy_2.min.css b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/26069646481/1582108058650/Coded_files/Custom/system/Aplite/aplite_styles_copy_2.min.css new file mode 100644 index 000000000..150760762 --- /dev/null +++ b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/26069646481/1582108058650/Coded_files/Custom/system/Aplite/aplite_styles_copy_2.min.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600");@font-face{font-family:'modern_pictograms_proregular';src:url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot');src:url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff2') format('woff2'),url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'),url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular') format('svg');font-weight:normal;font-style:normal}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a{text-decoration:none}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto;border-radius:3px}img.company-description{border:0;-ms-interpolation-mode:bicubic;max-width:90%;height:auto;border-radius:3px;display:block}a:focus{outline:0}.manual-clear:after,.aplite-section-title-wrap:after{clear:both}.manual-clear:before,.manual-clear:after,.aplite-section-title-wrap:before,.aplite-section-title-wrap:after{display:table;content:""}.sidr{position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-size:15px;background:#0b7fb1;color:#fff}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4d4d4d),color-stop(100%,#1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #fff;solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-bottom:1px solid #a6c0cc}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:0;line-height:48px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{background:#0c99d6}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:0;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:0;line-height:40px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{background:#0c99d6}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:0;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}body{font-family:Montserrat;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;color:#222;line-height:28px}.center{width:300px;margin:0 auto}.dhide{display:none}.page-center{max-width:1140px;margin:0 auto;padding:0 9px}.page-center-wide{max-width:1350px;margin:0 auto;padding:0 9px}.aplite-section-wrap{padding:85px 10px 115px 10px}.aplite-section-wrap-intro{padding:0px 10px 65px 10px}.aplite-section-wrap-casestudy-intro{padding:0px 10px 100px 10px}.aplite-section-wrap-imagine{padding:65px 10px 65px 10px}.aplite-section-wrap-medium{padding:75px 10px}.aplite-section-wrap-thin{padding:50px 10px}.aplite-section-wrap-small{padding:50px 10px 10px 10px}.aplite-section-wrap .no-padding{padding:0 10px}.aplite-section-wrap-partners{padding:75px 10px}.aplite-section-wrap-map{padding:85px 10px 0 10px}.aplite-section-wrap-volaris{padding:0px 10px 0 10px}.aplite-section-wrap-subscribe{padding:10px 0 40px 0}.aplite-section-wrap-graph{padding:85px 10px 250px 10px}.white{color:#FFF !important}.asset-type{color:#0c99d6}.bg-primary{background:#0c99d6;color:#FFF}.bg-secondary{background:#ffb700;color:#FFF}.bg-tertiary{background:#f1efef;color:#4d4d4e}.bg-tinted-light{background-color:rgba(241,239,239,0.5)}.bg-tinted-blue{background-color:rgba(12,153,214,1)}.bg-tinted-dark{background-color:#000036;color:#FFF}.bg-dark-brand-mix{background-color:rgba(12,153,214,0.37)}.bg-light-grey{background-color:#f6f6f6}.bg-white{background-color:#FFF}.bg-testimonial{background-image:url('https://cdn2.hubspot.net/hubfs/2419491/vovg2.jpg');color:#FFF}.angled-top{-webkit-clip-path:polygon(0% 25%,100% 0,100% 100%,0 100%);clip-path:polygon(0% 25%,100% 0,100% 100%,0 100%)}.angled-bottom{-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.g-logo{position:absolute;bottom:-0.95em;right:5em;width:136px}.g-logo-2{position:absolute;bottom:-0.95em;right:5em;width:136px}#mobile-trigger{font-size:42px;color:#fff;font-family:'modern_pictograms_proregular';float:right;margin-top:-50px;position:relative;z-index:99;text-rendering:auto}.header-container .widget-span{min-height:0 !important}.aplite-section-title-wrap{text-align:center;padding-bottom:75px}.aplite-section-title-wrap.small{text-align:center;padding-bottom:45px}.aplite-section-title-wrap.left{text-align:left}h2.aplite-section-title,.aplite-section-title.widget-span .hs_cos_wrapper_type_text{display:inline;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#0c99d6;padding-bottom:4px;font-size:2em;color:#414141;line-height:50px;font-weight:700}h2.aplite-section-title-clients,.aplite-section-title.widget-span .hs_cos_wrapper_type_text{display:inline;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#0c99d6;padding-bottom:4px;font-size:2em;color:#414141;line-height:50px;font-weight:700}h2.aplite-section-title-cs,.aplite-section-title.widget-span .hs_cos_wrapper_type_text{display:inline;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#0c99d6;padding-bottom:0px !important;font-size:2em;color:#414141;font-weight:700}.bg-tinted-dark h2.aplite-section-title,.bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text,.bg-primary h2.aplite-section-title,.bg-primary .aplite-section-title.widget-span .hs_cos_wrapper_type_text .bg-testimonial h2.aplite-section-title,.bg-testimonial .aplite-section-title.widget-span .hs_cos_wrapper_type_text,.homepagequote-bg h2.aplite-section-title,.homepagequote-bg .aplite-section-title.widget-span .hs_cos_wrapper_type_text,.volarisquote-bg h2.aplite-section-title,.volarisquote-bg .aplite-section-title.widget-span .hs_cos_wrapper_type_text{border-bottom-color:#FFF;border-image:none;color:#FFF}html.borderimage .aplite-section-title,html.borderimage .aplite-section-title.widget-span .hs_cos_wrapper_type_text{-moz-border-image:-moz-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#0c99d6),color-stop(100%,#0c99d6));-webkit-border-image:-webkit-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-o-border-image:-o-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-ms-border-image:-ms-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);border-image:linear-gradient(to right,#0c99d6 0%,#0c99d6 100%);border-image-slice:1}html.borderimage .bg-tinted-dark .aplite-section-title,html.borderimage .bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text,html.borderimage .bg-primary .aplite-section-title,html.borderimage .bg-primary .aplite-section-title.widget-span .hs_cos_wrapper_type_text{border-bottom-color:#FFF;border-image:none;color:#FFF}.mini-header{font-size:36px;font-weight:700;padding-bottom:30px}.mini-header-2{font-size:30px;font-weight:700;padding-bottom:30px}.mini-header-3{font-size:22px;font-weight:700;padding-bottom:12px}.mini-header-4{font-size:20px;font-weight:500;padding-bottom:14px}.mini-header-5{font-size:30px;font-weight:700;padding-bottom:0px}.mini-header-6{font-size:22px;font-weight:700;padding-bottom:30px}.header-container-wrapper .hs_cos_wrapper_type_logo a,.header-container-wrapper .hs_cos_wrapper_type_linked_image a{margin:20px 0;display:block;position:relative;min-height:30px}.header-container-wrapper .hs_cos_wrapper_type_logo img,.header-container-wrapper .hs_cos_wrapper_type_linked_image img{width:auto !important;display:block;height:auto;position:absolute;top:50%;transform:translateY(-50%)}.header-container-wrapper .hs-menu-wrapper{text-align:right;font-size:0px;margin-top:11px;font-weight:700}.header-container-wrapper .hs-menu-item{text-align:left;display:inline-block;position:relative;zoom:1;*display:inline}.header-container-wrapper .hs-menu-depth-1.hs-menu-item{margin:15px 3px;z-index:99999999}.header-container-wrapper .hs-menu-depth-1.hs-menu-item a{padding:7px 15px;font-size:15px;color:#fff;line-height:17px}.header-container-wrapper .hs-menu-depth-1.hs-menu-item:hover a{background:#0c99d6;border-radius:5px 5px 0 0}.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item,.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item a{display:block;z-index:9999999999;border-radius:8px 8px 0 0}.header-container-wrapper .hs-menu-children-wrapper{display:none;position:absolute}.header-container-wrapper .hs-menu-depth-1 .hs-menu-children-wrapper{left:0;top:23px;min-width:140px;background:#0c99d6;border-radius:0 5px 0 0}.header-container-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper{left:100%;top:0px;min-width:140px;background:#b6ffff}.header-container-wrapper .hs-menu-item:hover>.hs-menu-children-wrapper{display:block}.aplite-banner{padding:200px 0 200px 0;position:relative}.aplite-banner.smaller{padding:70px 0 50px;z-index:999}.aplite-home-banner-title{padding-bottom:25px;font-size:2.5em;color:#fff;line-height:54px;font-weight:700;text-align:center;z-index:999999999}.aplite-banner-subtext{font-size:18px;text-align:center;color:#fff;line-height:31px;padding-bottom:40px;z-index:999}.aplite-banner-2{padding:120px 0 195px 0;position:relative}.border-bottom{border-bottom:solid 6px #f1efef}.goals-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/goalsheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.efficiency-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/efficiencyheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.compliance-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/complianceheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.grow-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/growheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.products-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/productsheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.custsuccess-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/customerstoriesheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.cuonlineplus-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/cuonlineplusheader.png") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.resources-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/resourcesheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.blog-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/blogbg.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.aboutus-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/aboutus.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.news-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/blogheader1.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.careers-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/jobsbg-1.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.jobs-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/jobsbg-1.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.volaris-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/volarisheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.contactus-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/contactus.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.corecasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/corecasestudybg.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.letterkennycasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/letterkennyheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.twcu-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/twcuheader-bg.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.defaultcasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/defaultcasestudybg.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.memberfirst2019casestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Case%20studies/DMO%20Case%20study%20header%20%20(2).png") no-repeat}.alliancecasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/1stallianceheader.png") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.gculcasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/gculheader.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.cookies-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/cookiesbg.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.mfcucasestudyheader-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/mfcucasestudyblack.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.responsivewebsiteheader-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Images/websitesheader.png") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.discoverysessionheader-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Banner%20image.jpg") no-repeat;position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.landing-header-bg{position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background-size:cover;overflow:hidden;margin-top:-70px;background-position:center}.partner-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/touchidbg.jpg") no-repeat;background-size:cover;background-position:center}.compliancecasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/compliancebg.jpg") no-repeat;background-size:cover;background-position:center}.alliancecasestudysmall-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/1stalliancebg.png") no-repeat;background-size:cover;background-position:center}.valueprop-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/vpbg.jpg") no-repeat;background-size:cover;background-position:center}.wexfordcasestudysmall-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/wexfordcasestudyblac1.jpg") no-repeat;background-size:cover;background-position:center}.corecasestudysmall-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/corecasestudyblack.jpg") no-repeat;background-size:cover;background-position:center}.mfcucasestudy-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/mfcucasestudyblack.jpg") no-repeat;background-size:cover;background-position:center}.gculcasestudyblue-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/gculcasestudyblack.jpg") no-repeat;background-size:cover;background-position:center}.corecasestudyblue-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/corecasestudyblue.jpg") no-repeat;background-size:cover;background-position:center}.letterkennycasestudypage-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/lcucasestufy.png") no-repeat;background-size:cover;background-position:center}.twcucasestudyblue-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/twcucasestudyblack.jpg") no-repeat;background-size:cover;background-position:center}.fitforfuture-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/kiosk%20header%20image.png") no-repeat;background-size:cover;background-position:center}.csr-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/simon-community-cheque.jpg") no-repeat;background-size:cover;background-position:center}.graph-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/graph-1.jpg") no-repeat;background-size:cover;height:100%}.subscribe-bg{background:url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/subscribe-bg.jpg") no-repeat;background-size:cover;background-position:center}.cta-left{float:left}.cta-right{float:right}.cta-style-halcyon-hollow{width:300px !important;height:40px;border:2px solid #ffb700;float:left;text-align:center;cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden;margin:0 0 40px;border-radius:3em}.cta-style-halcyon-hollow a{font-family:'Montserrat',sans-serif;font-weight:400;font-size:14px;color:#ffb700 !important;text-decoration:none !important;line-height:38px;transition:all .5s ease;z-index:2;position:relative}.eff-halcyon{width:300px;height:40px;bottom:-50px;background:#ffb700;position:absolute;transition:all .5s ease;z-index:1}.cta-style-halcyon-hollow:hover .eff-halcyon{bottom:0}.cta-style-halcyon-hollow:hover a{color:#fff !important}.cta-style-halcyon-hollow-small{width:200px !important;height:40px;border:2px solid #ffb700;text-align:center;cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden;margin:0 auto 40px;border-radius:3em;display:block}.cta-style-halcyon-hollow-small a{font-family:'Montserrat',sans-serif;font-weight:400;font-size:14px;color:#ffb700 !important;text-decoration:none !important;line-height:38px;transition:all .5s ease;z-index:2;position:relative;display:block;margin:0 auto}.eff-halcyon-small{width:200px;height:40px;bottom:-50px;background:#ffb700;position:absolute;transition:all .5s ease;z-index:1}.cta-style-halcyon-hollow-small:hover .eff-halcyon-small{bottom:0}.cta-style-halcyon-hollow-small:hover a{color:#fff !important}.cta-style-ocean-hollow{width:300px !important;height:40px;border:2px solid #0c99d6;float:left;text-align:center;cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden;margin:0 0 40px;border-radius:3em}.cta-style-ocean-hollow a{font-family:'Montserrat',sans-serif;font-weight:400;font-size:14px;color:#0c99d6 !important;text-decoration:none !important;line-height:38px;transition:all .5s ease;z-index:2;position:relative}.eff-ocean{width:300px;height:40px;bottom:-50px;background:#0c99d6;position:absolute;transition:all .5s ease;z-index:1}.cta-style-ocean-hollow:hover .eff-ocean{bottom:0}.cta-style-ocean-hollow:hover a{color:#fff !important}.cta-style-ocean-hollow-small{width:200px !important;height:40px;border:2px solid #0c99d6;text-align:center;cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden;margin:0 auto 40px;border-radius:3em;display:block}.cta-style-ocean-hollow-small a{font-family:'Montserrat',sans-serif;font-weight:400;font-size:14px;color:#0c99d6 !important;text-decoration:none !important;line-height:38px;transition:all .5s ease;z-index:2;position:relative;display:block;margin:0 auto}.eff-ocean-small{width:200px;height:40px;bottom:-50px;background:#0c99d6;position:absolute;transition:all .5s ease;z-index:1}.cta-style-ocean-hollow-small:hover .eff-ocean-small{bottom:0}.cta-style-ocean-hollow-small:hover a{color:#fff !important}.cta-style-ocean-filled .cta_button{background:#0c99d6;display:block;color:#0c99d6;font-size:18px;padding:12px 0;text-align:center;border:0;border-radius:3em;transition:all .3s ease}.cta-style-ocean-filled-2 .cta_button{background:#0c99d6;width:200px;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 0;text-align:center;border:0;border-radius:3em;transition:all .3s ease;display:block;margin:0 auto}.cta-style-ocean-filled-3 .cta_button{background:#0c99d6;width:270px;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 0;text-align:center;border:0;border-radius:3em;transition:all .3s ease;display:block;margin:0 auto}.cta-style-halcyon-filled .cta_button{background:#ffb700;width:200px;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 0;text-align:center;border:0;border-radius:3em;transition:all .3s ease;display:block;margin:0 auto}.cta-style-halcyon-filled-2 .cta_button{background:#ffb700;width:300px;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 0;text-align:center;border:0;border-radius:3em;transition:all .3s ease;display:block;margin:0 auto}.cta-style-ocean-filled .cta_button:hover{text-decoration:none !important;background:#10b7ff}.cta-style-ocean-filled-2 .cta_button:hover{text-decoration:none !important;background:#10b7ff}.cta-style-ocean-filled-3 .cta_button:hover{text-decoration:none !important;background:#10b7ff}.cta-style-halcyon-filled .cta_button:hover{text-decoration:none !important;background:#ffc229}.cta-style-halcyon-filled-2 .cta_button:hover{text-decoration:none !important;background:#ffc229}.cta-style-white-hollow .cta_button{background:transparent;display:block;color:#FFF;font-size:18px;padding:12px 0;text-align:center;border:2px solid #FFF;border-radius:5px;transition:all .3s ease}.cta-style-color-hollow .cta_button{background:transparent;display:block;color:#0c99d6;font-size:18px;padding:12px 0;text-align:center;border:2px solid #0c99d6;border-radius:5px;transition:all .3s ease}.cta-style-white-filled .cta_button:hover{background:#0c99d6;color:#FFF}.cta-style-white-hollow .cta_button:hover{background:rgba(255,255,255,0.2)}.cta-style-color-hollow .cta_button:hover{color:#FFF;background:#0c99d6}#mobile .sidr-class-hs-cta-node a{background:#fff;border-radius:3em;padding:12px 26px 2px 26px;transition:all .3s ease;text-align:center;width:65%;margin:10px;color:#fff;text-decoration:none}#mobile .sidr-class-hs-cta-node a:hover{background:#ffc73a}.header-cta .cta_button{font-size:14px;color:#fff;line-height:17px;margin-top:14px;border-width:1px;padding:10px 0}.testimonial-slide .hs_cos_wrapper_type_textarea{padding:0 13%;display:block}.slides-nav-wrapper{text-align:center}#testimonials{position:relative;overflow:visible !important}.slidesjs-navigation{font-family:'modern_pictograms_proregular';color:#FFF;font-size:40px;line-height:0;position:absolute;top:25%;right:-10%;transform:translateY(-50%);z-index:90;cursor:pointer}.slidesjs-previous{transform:rotate(180deg);left:-10%;right:auto}.testimonial-slide:before{content:"\201C";font-family:Arial,sans-serif;position:absolute;top:13px;left:50px;font-size:48px;color:#ffb700}.testimonial-slide img{width:140px !important;height:auto;display:block;margin:35px auto 0}.feature-item{padding-bottom:35px}.three-points{text-align:center}.three-points img{padding:25px}.four-points{text-align:center}.four-points img{padding:25px}.dept-card{box-shadow:0 3px 5px 0 rgba(36,50,66,.2);display:block;height:calc(100% - 32px);margin-bottom:32px;overflow:hidden;padding:32px;transition:box-shadow .3s;border-radius:5px;background-color:#fff}.dept-card:hover{border-bottom:0;box-shadow:0 20px 30px 0 rgba(36,50,66,.14)}.hs-rss-item.hs-with-featured-image .hs-rss-item-text{float:right;width:60%;padding:0 0 0 15px}.hs-rss-item:last-child{margin-bottom:10px}.hs-rss-item.hs-with-featured-image .hs-rss-featured-image{display:block;width:auto}.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{float:left;width:40%;border-radius:4px}.hs_cos_wrapper_type_rss_listing{text-align:center;display:block}.hs_cos_wrapper_type_rss_listing h3{display:inline-block;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#0c99d6;padding-bottom:8px;font-size:32px;color:#414141;line-height:39px;font-weight:700;zoom:1;*display:inline}html.borderimage .hs_cos_wrapper_type_rss_listing h3{-moz-border-image:-moz-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#0c99d6),color-stop(100%,#0c99d6));-webkit-border-image:-webkit-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-o-border-image:-o-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);-ms-border-image:-ms-linear-gradient(left,#0c99d6 0%,#0c99d6 100%);border-image:linear-gradient(to right,#0c99d6 0%,#0c99d6 100%);border-image-slice:1}.hs-rss-module{padding-top:75px}.hs-rss-title{font-weight:700;font-size:24px;color:#414141;line-height:32px}.hs-rss-item-text{text-align:left}.footer-title{font-weight:700;font-size:24px;line-height:32px;text-align:left}.vpreply-title{font-weight:500;font-size:24px;line-height:32px;text-align:center}#site-footer{font-size:14px;line-height:23px;background-color:rgba(241,239,239,0.5);padding:10px 0}.footer-widget-title{font-weight:700;font-size:14px;color:#414141}#site-footer a{color:#878787}#site-footer .hs_cos_wrapper_type_follow_me{text-align:right}#site-footer .hs_cos_wrapper_type_follow_me a{margin-left:12px}#site-footer .hs_cos_wrapper_type_blog_subscribe h3{font-size:14px;font-weight:normal}#site-footer .input input{width:100%;border-radius:3px;height:38px;border:1px solid #d0d0d0}#site-footer .input input{box-sizing:border-box;padding:4px}#site-footer .hs-error-msgs{font-size:12px;color:#d30000;text-align:center}#site-footer .hs_submit input{background:#0c99d6;display:inline-block;padding:7px 17px;color:#FFF;border:0;border-radius:3em;font-size:14px;margin-top:9px;font-family:Montserrat}#site-footer .hs_submit input:hover{background:#333}.hs-footer-company-copyright{display:block;padding:10px 0;text-align:left}.theme-border{border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#0c99d6;padding-bottom:8px}html.borderimage .theme-border{-moz-border-image:-moz-linear-gradient(left,#0c99d6 0%,#ffb700 100%);-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#0c99d6),color-stop(100%,#ffb700));-webkit-border-image:-webkit-linear-gradient(left,#0c99d6 0%,#ffb700 100%);-o-border-image:-o-linear-gradient(left,#0c99d6 0%,#ffb700 100%);-ms-border-image:-ms-linear-gradient(left,#0c99d6 0%,#ffb700 100%);border-image:linear-gradient(to right,#0c99d6 0%,#ffb700 100%);border-image-slice:1}.testimonial-bg{background-image:url('https://cdn2.hubspot.net/hubfs/2419491/testimonial-bg.jpg');background-size:cover;color:#FFF}.homepagequote-bg{background-image:url('https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/homepagequotebg.jpg');background-size:cover;color:#FFF}.volarisquote-bg{background-image:url('https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/volarisquote.jpg');background-size:cover;color:#FFF}.bg-macbook,.layout-macbook{padding-bottom:56.07%}.bg-macbook img{width:77%;top:4.2%;left:11.6%}.bg-ipad{padding-bottom:55.29%}.layout-ipad{width:auto;background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-tablet.png") top center no-repeat;padding-bottom:68.28%}.bg-iphone-full-wrapper{width:44%;margin:0 auto}.bg-iphone-full-wrapper-bg{background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/phone-shadow.png") center 135% no-repeat;background-size:100% auto}.bg-iphone,.layout-iphone{background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-phone.png") top center no-repeat;padding-bottom:205.75%}.bg-iphone img{width:88.1%;top:11.7%;left:6%}.bg-macbook img,.bg-ipad img,.bg-iphone img,.layout-macbook img,.layout-ipad img,.layout-iphone img{display:block;position:absolute}.bg-macbook,.bg-ipad,.bg-iphone,.layout-macbook,.layout-ipad,.layout-iphone{background-size:100% auto;position:relative;height:0;margin:0 auto}.layout-item{display:inline-block;zoom:1;*display:inline}.bg-layout-1{text-align:center}.bg-layout-1 .layout-macbook-wrap{width:72.45%}.bg-layout-1 .layout-iphone-wrap{width:11.11%;margin-left:5.5%}.bg-layout-1 .layout-macbook-wrap img{top:4.4%;left:11.6%;width:77.2%}.bg-layout-1 .layout-iphone img{top:11%;left:5%;width:89%}.bg-layout-2{text-align:justify;padding:0 15px}.bg-layout-2:after{content:" ";width:100%;display:inline-block;zoom:1;*display:inline}.bg-layout-2 .layout-item{vertical-align:middle}.bg-layout-2 .layout-macbook-wrap{width:57.36%}.bg-layout-2 .layout-ipad-wrap{width:33.75%;margin-left:-5.5%}.bg-layout-2 .layout-iphone-wrap{width:11.11%}.bg-layout-2 .layout-macbook img{top:4.3%;left:11.6%;width:77.3%}.bg-layout-2 .layout-ipad img{top:4.7%;left:9.5%;width:81.4%}.bg-layout-2 .layout-iphone img{top:11%;left:5%;width:89%}.bg-layout-3{text-align:center}.bg-layout-3 .layout-iphone-wrap{width:15.137375%;margin-left:7.49375%}.bg-layout-3 .layout-iphone-wrap:first-child{margin-left:0}.bg-layout-3 .layout-iphone img{top:11%;left:5.6%;width:89%}.flexible-column .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget)+.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget){padding-top:1.8em}.widget-header{font-size:18px;color:#414141;padding-bottom:.8em}.divider-line{height:1px;margin:3em 0;background:#d0d0d0}.body-container-wrapper .hs-menu-wrapper a{padding:11px 13px 8px;border-radius:5px;color:#0c99d6;background-color:#FFF;transition:.2s;line-height:1;display:inline-block;zoom:1;*display:inline}.body-container-wrapper .hs-menu-wrapper a:hover{color:#FFF;background-color:#0c99d6}.pullout-copy{color:#FFF;font-weight:300;font-size:32px;text-align:center;padding:0 6%;line-height:1.2em}.single-column-flexible .hs_cos_wrapper:nth-child(even){background-color:rgba(12,153,214,0.1)}.team-modules-wrap span{font-size:0px}.team-modules-wrap span .hs_cos_wrapper_type_custom_widget{width:calc(100% / 3);zoom:1;display:inline-block;display:inline-table}.team-item-wrap{margin:0 15px 50px;border-radius:5px;box-shadow:0 3px 5px 0 rgba(36,50,66,.2);transition:box-shadow .3s}.team-item-wrap:hover{border-bottom:0;box-shadow:0 20px 30px 0 rgba(36,50,66,.14)}.team-item-image{display:block;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0px !important;border-bottom-right-radius:0px !important;width:100%}.team-item-info{padding:25px}.team-item-name{font-size:18px;font-weight:400;color:#414141;padding-bottom:5px}.team-item-title{font-style:italic;font-size:14px;color:#414141;font-weight:300}.team-item-dept{font-style:italic;font-size:14px;color:#0c99d6;font-weight:300;padding-bottom:10px}.team-item-bio{font-size:14px;line-height:1.5em}.post-item+.post-item{margin-top:50px}.post-item .row-fluid{border:1px solid #e1e1e1;border-radius:5px}.hs-featured-image-link{display:block;min-height:270px !important;height:100%;background-position:center center;background-size:cover;border-top-left-radius:5px;border-bottom-left-radius:5px}.hs-featured-image{float:none;display:block;min-height:250px;max-width:100%;margin:0}.excerpt-body{padding:30px 2.564102564% 30px 0}.excerpt-header h2{padding-bottom:12px}.excerpt-header h2 a{color:#414141;font-size:24px;font-weight:600;line-height:1.2em}.excerpt-header #hubspot-author_data{padding-bottom:12px}.excerpt-header #hubspot-author_data a,.excerpt-header #hubspot-author_data{color:#4a4a4a}.blog-section-inner{padding:50px 0 100px 0}.blog-single-section-inner{padding:50px 0 0 0}.post-header{position:relative;padding:80px 0 50px;min-height:350px;width:100%;overflow:hidden;box-sizing:border-box;margin-bottom:20px}.post-header-bg{position:absolute;width:100%;min-height:350px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.post-header-tint{width:100%;height:100%;background-color:rgba(12,153,214,0.5);position:absolute;top:0;left:0}.post-header-content{position:relative;color:#FFF;padding:0 8%}.hs-author-avatar{height:50px;width:50px;border-radius:50%;border:1px solid #FFF;vertical-align:middle;position:relative;top:-10px;margin-right:10px}#hubspot-author_data{font-style:italic;padding:10px 0}#hubspot-author_data a{color:#FFF}.post-header-content h1{font-size:45px;line-height:1.1em;letter-spacing:-0.013em}#hubspot-topic_data{margin-top:15px;margin-left:-10px}#hubspot-topic_data li{margin:0 0 0 10px;display:inline-block;zoom:1;*display:inline}.topic-link{color:#FFF;font-weight:700;font-size:12px;text-transform:uppercase;background-color:#ffb700;padding:0px 13px;border-radius:15px;background:;display:inline-block;zoom:1;*display:inline}.post-body{padding:2% 0}.blog-pagination{text-align:center;padding-top:50px}.blog-pagination a{display:inline-block;color:#FFF;background-color:#0c99d6;padding:6px 40px;border-radius:3em;margin:10px 7px}#blog-comments{padding-top:50px}#comment-form{padding-top:60px;border-top:1px solid #d1d1d1}#comment-form .hs-form-field{padding-bottom:20px}#comment-form .hs-input{padding:8px 15px;border-radius:5px;border:1px solid #d2d2d2;font-size:16px;color:#878787;width:100%;box-sizing:border-box;max-width:490px}#comment-form .hs_subscribe.hs-form-field .hs-input{width:auto}.hs-button.primary{background-color:#0c99d6;padding:10px 17px;min-width:154px;text-align:center;border-radius:5em;font-size:16px;font-family:Montserrat;color:#FFF;border:0;padding:10px;margin-top:10px}.hs-blog-post .addthis_toolbox{position:fixed;top:10%;left:0;width:50px}.addthis_toolbox a{margin-bottom:0 !important;height:50px}.addthis_32x32_style .at-icon{margin-left:8px;margin-top:8px}.addthis_toolbox.addthis_32x32_style span{width:50px !important;height:50px !important}.addthis_default_style .at300b,.addthis_default_style .at300bo,.addthis_default_style .at300m{padding:0 !important}.widget-type-rich_text ul,.hs_cos_wrapper_type_rich_text p,.hs_cos_wrapper_type_rich_text ul,.post-body p,.post-body ul{padding:1em}.widget-type-rich_text h2{padding:0 0 .5em 0;font-size:22px}.widget-type-rich_text p{padding:0 1em 1.2em 0;font-size:1em}.widget-type-rich_text p.cs{padding:.5em 1em 1em 0;font-size:1em}.widget-type-rich_text .fa{padding-right:10px;font-size:16px;width:20px}.widget-type-rich_text ul,.post-body ul,.hs_cos_wrapper_type_rich_text ul{list-style-type:square;list-style-position:outside;padding-left:25px}.widget-type-rich_text ol,.post-body ol,.hs_cos_wrapper_type_rich_text ol{list-style-type:decimal;list-style-position:outside;padding-left:25px}.widget-type-rich_text li,.post-body li,.hs_cos_wrapper_type_rich_text li{padding-top:1em}.widget-type-rich_text ul li:first-child,.widget-type-rich_text ol li:first-child,.hs_cos_wrapper_type_rich_text ul li:first-child,.hs_cos_wrapper_type_rich_text ol li:first-child,.post-body ul li:first-child,.post-body ol li:first-child{padding-top:0}.widget-type-rich_text a,.post-body a,.excerpt-body a,.hs_cos_wrapper_type_rich_text a{color:#0c99d6}.widget-type-rich_text a:hover,.post-body a:hover,.hs_cos_wrapper_type_rich_text a{text-decoration:none}.post-body blockquote{padding-left:30px;margin-left:30px;border-left:2px solid #4a4a4a;font-weight:300;font-style:italic;font-size:20px;line-height:1.8em;margin-bottom:1.8em}.post-body blockquote p{padding-bottom:0}.post-body code{background-color:#f6f6f6;padding:4px}.fix-v-align .widget-span{position:relative}img.fr{float:right}.hs-landing-page .widget-type-custom_widget .widget-type-form{max-width:500px !important;margin:0 auto !important;width:auto !important;float:none !important;display:block !important;margin-bottom:50px !important}.hs-landing-page .widget-type-custom_widget .widget-type-form input[type="submit"]{cursor:pointer}.hs-landing-page .widget-type-custom_widget .widget-type-form h3,.hs-landing-page .widget-type-custom_widget .widget-type-form .actions{max-width:500px;margin:0 auto}.link a:hover .fa-twitter{color:#00aced}.link a:hover .fa-facebook-square{color:#3b5998}.link a:hover .fa-linkedin{color:#007bb6}.link a:hover .fa-youtube-play{color:#b00}ul.social_icons,li.social{padding-left:10px;padding-right:10px;list-style:none;float:right;text-decoration:none;display:inline-block;position:relative;margin-top:4px;font-size:22px}.fa{color:#4d4d4e;-webkit-transition:all .5s;transition:all .5s}.fa-youtube-play:hover{color:#b00}.fa-twitter:hover{color:#00aced}.fa-facebook-square:hover{color:#3b5998}.fa-linkedin:hover{color:#007bb6}#mobile-trigger{display:none}@media only screen and (max-width:1000px){#mobile-trigger{display:block}}@media(max-width:2500px) and (min-width:1681px){.aplite-banner{padding:270px 0 250px 0}}@media(max-width:1680px) and (min-width:1217px){.aplite-banner{padding:146px 0 250px 0}}@media(max-width:1216px) and (min-width:929px){.aplite-banner{padding:100px 0 200px 0}}@media(max-width:928px) and (min-width:768px){.aplite-banner{padding:45px 0 200px 0}}@media screen and (max-width:640px){.header-container{background-color:#0c99d6}}@media(max-width:1460px){.circle-ocean-1{display:none}.circle-halcyon-1{display:none}}@media(max-width:1024px){.aplite-banner-2{padding:80px 0 160px 0}}@media(max-width:1054px){.g-logo{position:absolute;bottom:.1em;right:5em;width:96px}.g-logo-2{position:absolute;bottom:2.05em;right:5em;width:96px}}video::-webkit-media-controls-start-playback-button{display:none !important}#video-background{position:absolute;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;overflow:hidden;background:transparent url('https://cdn2.hubspot.net/hubfs/2419491/blue.jpg');background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;display:block}.hover-image{position:relative;top:0;left:0;z-index:2}.circle-ocean-1{position:absolute;top:192px;left:-66px;z-index:1;transition:all .5s ease-in-out;max-width:175px}.hover-image:hover+.circle-ocean-1{transform:scale(1.2)}.circle-halcyon-1{position:absolute;top:-50px;left:390px;z-index:1;transition:all .5s ease-in-out;max-width:175px}.hover-image:hover+.circle-halcyon-1{transform:scale(1.2)}.slide-link a{position:relative;padding-bottom:6px;margin-top:18px;width:0;color:#0c99d6;margin:0 auto}.slide-link a:before{content:'';display:block;position:absolute;left:0;bottom:0;height:2px;width:100%;transition:width 0s ease}.slide-link a:after{content:'';display:block;position:absolute;right:0;bottom:0;height:2px;width:100%;background:#0c99d6;transition:width .5s ease}.slide-link a:hover:before{width:0;display:block;background:#0c99d6;transition:width .5s ease}.slide-link a:hover:after{width:0;display:block;background:transparent;transition:width 0s ease}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.slide-link a{position:relative;border-bottom:2px solid #0c99d6;padding-bottom:6px;margin-top:18px;width:0;color:#0c99d6;margin:0 auto}.slide-link a:before{display:none}.slide-link a:after{display:none}}.centered-link a{display:block;position:relative;padding-bottom:3px;margin-top:18px;width:32%;color:#0c99d6;margin:0 auto}.centered-link a:before{content:'';display:block;position:absolute;left:0;bottom:0;height:2px;width:90px;transition:width 0s ease}.centered-link a:after{content:'';display:block;position:absolute;right:0;bottom:0;height:2px;width:100%;background:#0c99d6;transition:width .5s ease}.centered-link a:hover:before{width:0;background:#0c99d6;transition:width .5s ease}.centered-link a:hover:after{width:0;background:transparent;transition:width 0s ease}.scroll-downs{position:absolute;right:0;bottom:0;left:0;margin:auto;width:34px;height:55px}.mousey{width:3px;padding:10px 15px;height:35px;border:2px solid #2c383f;border-radius:25px;opacity:.75}.scroller{width:3px;height:10px;border-radius:25%;background-color:#2c383f;animation-name:scroll;animation-duration:2.2s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite}@keyframes scroll{0%{opacity:0}10%{transform:translateY(0);opacity:1}100%{transform:translateY(15px);opacity:0}}.postFilter h3{font-size:26px;padding:0 0 20px 0}.postFilter ul{list-style:none;padding:10px 0 5px}.postFilter ul li{display:inline-block}.postFilter ul li a{font-size:14px;display:block;text-decoration:none;text-transform:uppercase;line-height:1;border:solid 2px #0c99d6;border-radius:3em;padding:10px 20px;margin:0 5px 5px 0;color:#0c99d6;-webkit-transition:ease-in-out .2s;transition:ease-in-out .2s}.postFilter ul li a.active,.postFilter ul li a:hover{background-color:#0c99d6;color:#fff}.postFilter .filter-link-count{display:none}.filter-expand-link{font-size:14px;text-decoration:none;text-transform:uppercase;line-height:1;background-color:#0c99d6;border:solid 2px #0c99d6;border-radius:3em;padding:8px 20px;margin:0 5px 10px 0;color:#fff;-webkit-transition:ease-in-out .2s;transition:ease-in-out .2s}.filter-expand-link .active,.filter-expand-link:hover{background-color:#fff;color:#0c99d6}.hs-form .hs-form-field{padding:10px 0}.hs-form input[type="text"],.hs-form input[type="password"],.hs-form input[type="datetime"],.hs-form input[type="datetime-local"],.hs-form input[type="date"],.hs-form input[type="month"],.hs-form input[type="time"],.hs-form input[type="week"],.hs-form input[type="number"],.hs-form input[type="email"],.hs-form input[type="url"],.hs-form input[type="search"],.hs-form input[type="tel"],.hs-form input[type="color"],.hs-form input[type="file"],.hs-form textarea,.hs-form option,.hs-form select{font-family:'Montserrat',sans-serif;font-size:14px;color:#666;outline:0;background:#f1f1f1;border:0;border-radius:5px;-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-o-transition:all ease .4s;-ms-transition:all ease .4s;transition:all ease .4s;line-height:1.5;padding:15px;width:90%;max-width:90%;letter-spacing:.1em;-webkit-appearance:none}.hs-form textarea{font-family:'Montserrat',sans-serif;font-size:14px;color:#666;outline:0;background:#f1f1f1;border:0;border-radius:5px;-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-o-transition:all ease .4s;-ms-transition:all ease .4s;transition:all ease .4s;line-height:1.5;padding:15px;width:90%;max-width:90%;letter-spacing:.1em;min-height:160px}.hs-form select{width:650px !important;max-width:95% !important}.hs-form form.hs-form .hs-form-field ul.inputs-list{font-family:'Montserrat',sans-serif;font-size:14px;color:#666;outline:0;background:#f1f1f1;border:0;border-radius:5px;-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-o-transition:all ease .4s;-ms-transition:all ease .4s;transition:all ease .4s;line-height:1.5;padding:15px;width:95%;max-width:95%;letter-spacing:.1em}.hs-form .hs-form-required{display:none}.hs-form .hs-error-msgs label{font-size:12px;color:red;letter-spacing:.1em;padding:10px}.hs-form-1b69715e-05e3-4ace-b8b5-9fae19adb5a0_989d0943-9c7f-40c5-a4bf-45029f327611 fieldset{border:0;padding:0;margin:0;max-width:100% !important}.hs-form .hs-form fieldset.form-columns-1{width:100%}.hs-form .hs-form fieldset.form-columns-1 .hs-form-field{width:100%}.hs-form .hs-form fieldset.form-columns-2{width:50%;float:left}.hs-form .hs-form fieldset.form-columns-2 .hs-form-field{width:50%;float:left}.jobs-listing ul{padding:0 !important;list-style-type:none}.jobs-listing ul li{border-bottom:1px solid #e0e6e8;color:#161d28;display:block;padding:24px 8px;transition:all 225ms;padding:24px}.jobs-listing ul>li:first-child{border-top:1px solid #e0e6e8;padding-top:24px !important}.jobs-listing ul>li:last-child{padding-bottom:24px !important}.jobs-listing li:hover{background-color:#fff;box-shadow:0 3px 5px 0 rgba(36,50,66,.2);border-bottom-color:#e0e6e8}.location-right{float:right}.asset-card-container{float:left;width:100%}.asset-card-container.half{width:50%}.asset-card-container.third{width:33.33%;margin-right:-4px}.asset-card-container.quarter{width:25%}.asset-card-container.half:nth-of-type(2n+1),.asset-card-container.third:nth-of-type(3n+1),.asset-card-container.quarter:nth-of-type(4n+1){clear:left}.asset-card{margin:0 15px 50px;background-color:#fff;border-radius:5px;box-shadow:0 3px 5px 0 rgba(36,50,66,.2);transition:box-shadow .3s}.asset-card:hover{border-bottom:0;box-shadow:0 20px 30px 0 rgba(36,50,66,.14)}.asset-card-container.rounded .asset-card{border-radius:10px;-webkit-border-radius:10px;overflow:hidden}.asset-card .image-container{position:relative;overflow:hidden;height:0;padding-bottom:70%;border-top-left-radius:5px;border-top-right-radius:5px}.asset-card img{height:auto;width:auto;min-width:100%;min-height:100%;max-width:initial;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.asset-card img.landscape{height:100%;width:auto}.asset-info{display:block;text-align:center;background-color:#fff;padding:20px 10px 40px 10px;border-bottom-left-radius:5em;border-bottom-right-radius:5em}.asset-info h3{display:block;text-align:center;background-color:#fff;padding:10px 0;font-size:20px}.asset-info h4{display:block;text-align:center;margin:10px 0;font-size:18px}.asset-button p{padding:0 20px}.asset-link{padding:20px 0 0 0}@media(max-width:767px){.asset-card-container{width:100% !important}}.progress-bar{position:relative;height:150px;width:150px;margin:0 auto}.progress-bar div{position:absolute;height:150px;width:150px;border-radius:50%}.progress-bar div span{position:absolute;font-family:Montserrat;font-size:33px;line-height:134px;height:130px;width:130px;left:10px;top:10px;text-align:center;border-radius:50%;background-color:white;font-weight:700}.progress-bar .background{background-color:#b3cef6}.progress-bar .rotate{clip:rect(0 75px 150px 0);background-color:#4b86db}.progress-bar .left{clip:rect(0 75px 150px 0);opacity:1;background-color:#b3cef6}.progress-bar .right{clip:rect(0 75px 150px 0);transform:rotate(180deg);opacity:0;background-color:#4b86db}@keyframes toggle{0%{opacity:0}100%{opacity:1}}.figure-style{font-family:Montserrat;font-size:60px;line-height:134px;font-weight:700;color:#0c99d6}.innerContainer{position:relative;display:block;width:100% !important;height:0;padding:56.25% 0 0 0;max-width:640px;margin:auto}.outerContainer{max-height:360px}.vidyard_player{position:absolute;top:0;left:0;width:100%;height:100%;max-width:640px;max-height:360px}.vidyard_player>span{width:100% !important;height:100% !important;margin:0 auto !important}.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}@media(max-width:767px){.mhide{display:none}.dhide{display:block}.widget-type-space{display:none !important}.m-no-break.widget-type-space{display:block !important}.header-container-wrapper .hs_cos_wrapper_type_logo a,.header-container-wrapper .hs_cos_wrapper_type_linked_image a{max-width:calc(100% - 50px)}.hs-with-featured-image .hs-rss-item-text{width:100%;float:none;padding-left:0;padding-right:0}.hs-with-featured-image .hs-rss-item-image-wrapper{width:100%;float:right;padding-right:0;margin-top:20px}.hs-rss-title{font-size:26px;margin-bottom:20px}.aplite-banner{padding:10px 10px 60px 10px}.aplite-banner-2{padding:80px 0 140px 0}.aplite-banner .cta_button{margin:10px 0}h2.aplite-section-title,.aplite-section-title.widget-span .hs_cos_wrapper_type_text{padding-bottom:0}.bg-iphone-full-wrapper-bg{padding-bottom:30px}.aplite-section-wrap{padding:50px 10px}.aplite-section-wrap-small{padding:0px 10px 10px 10px}.aplite-section-wrap-map{padding:0px 10px 0 10px}.aplite-section-wrap-intro{padding:0px 10px 50px 10px}.aplite-section-wrap-casestudy-intro{padding:0px 10px 50px 10px}.aplite-section-wrap-medium{padding:35px 0}.aplite-section-title-wrap{padding-bottom:35px}.aplite-section-title-wrap.left{text-align:center}.feature-item{text-align:center;padding-bottom:40px}.hs_cos_wrapper_type_rss_listing h3{display:inline;padding-bottom:0px}.hs-rss-item.hs-with-featured-image .hs-rss-item-text{width:auto}.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{display:none}.three-points .widget-type-cell{padding-bottom:40px}.four-points .widget-type-cell{padding-bottom:40px}.bg-layout-1,.bg-layout-2,.bg-layout-3{text-align:center}.layout-item{padding-top:35px}.layout-item:first-child{padding-top:0}.layout-macbook-wrap,.layout-ipad-wrap,.layout-iphone-wrap{width:100% !important;margin:0 !important}.layout-iphone-wrap{width:55% !important}.testimonial-slide::before{left:5px}.slidesjs-navigation{top:93%;right:0}.slidesjs-previous{left:0;right:auto}.widget-span+.widget-type-widget_container{padding-top:5em}.span6+.span6{padding-top:2em}.team-modules-wrap span .hs_cos_wrapper_type_custom_widget{width:auto;display:block}.blog-section-inner{padding:10px 0}.blog-single-section-inner{padding:10px 0}.post-header{padding:30px 0 50px;min-height:0}#hubspot-author_data{text-align:center}.hs-author-avatar{margin:0 auto;display:block}.post-header-content h1{text-align:center;font-size:30px;padding-top:20px}#hubspot-topic_data{display:none}.post-body{padding:4% 2%}.post-item+.post-item{margin-top:10px}.excerpt-body{padding:20px}.excerpt-header #hubspot-author_data{text-align:left}.blog-pagination{padding-bottom:50px}.hs-blog-post .addthis_toolbox{display:none}.footer-title{text-align:center}#site-footer>div>div>div>div>div>div>div>.widget-span{padding-bottom:25px}#site-footer .hs_submit input{width:100%;display:block;-ms-appearance:none;-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#site-footer .hs_cos_wrapper_type_follow_me,.hs-footer-company-copyright{text-align:center}.widget-type-follow_me{padding-bottom:0 !important}.hs-page .hs-tools-menu{top:70px !important}.g-logo{display:none}.g-logo-2{display:none}.widget-type-rich_text p{padding:0 1em 1.2em 1em;font-size:1em}.widget-type-rich_text p.cs{padding:0 1em 1.2em 0;font-size:1em}.angled-bottom{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.header-container-wrapper .hs_cos_wrapper_type_logo img,.header-container-wrapper .hs_cos_wrapper_type_linked_image img{width:40% !important;display:block;height:auto;position:absolute;top:60%;transform:translateY(-50%)}ul.social_icons,li.social{padding-left:10px;padding-right:10px;float:none;list-style:none;text-decoration:none;display:inline-block;position:relative;margin-top:4px;font-size:22px}img.company-description{border:0;max-width:90%;height:auto;border-radius:3px;padding:0 1em 1.2em 1em}.cta-left{float:none}.cta-right{float:none}.location-right{float:none}img.fr{float:none;margin-top:20px}} \ No newline at end of file diff --git a/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5282930209/1585670679195/Coded_files/Custom/system/Aplite/aplite_styles.css b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5282930209/1585670679195/Coded_files/Custom/system/Aplite/aplite_styles.css new file mode 100644 index 000000000..5145ed330 --- /dev/null +++ b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5282930209/1585670679195/Coded_files/Custom/system/Aplite/aplite_styles.css @@ -0,0 +1,3209 @@ +/****************************************************************************/ +/* Wellington IT v1.0 */ +/* Created by Sean Murray */ +/****************************************************************************/ + +/* =Variables +-------------------------------------------------------------- */ + + + + + +/* =Fonts +-------------------------------------------------------------- */ +@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600"); + +@font-face { + font-family: 'modern_pictograms_proregular'; + src: url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot'); + src: url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot?#iefix') format('embedded-opentype'), + url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff2') format('woff2'), + url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff') format('woff'), + url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'), + url('https://cdn2.hubspot.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular') format('svg'); + font-weight: normal; + font-style: normal; +} + + +/* =Reset +-------------------------------------------------------------- */ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + vertical-align: baseline; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +caption, +th, +td { + font-weight: normal; + text-align: left; +} +h1, +h2, +h3, +h4, +h5, +h6 { + clear: both; +} +html { + overflow-y: scroll; + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +a { + text-decoration:none; +} +a:focus { + outline: thin dotted; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} +audio, +canvas, +video { + display: inline-block; +} +audio:not([controls]) { + display: none; +} +del { + color: #333; +} +ins { + background: #fff9c0; + text-decoration: none; +} +hr { + background-color: #ccc; + border: 0; + height: 1px; + margin: 24px; + margin-bottom: 1.714285714rem; +} +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +small { + font-size: smaller; +} +img { + border: 0; + -ms-interpolation-mode: bicubic; + max-width:100%; + height:auto; + border-radius: 3px; +} +img.company-description { + border: 0; + -ms-interpolation-mode: bicubic; + max-width:90%; + height:auto; + border-radius: 3px; + display: block; +} +a:focus { + outline:none; +} + +/* Clearing floats */ +.manual-clear:after, +.aplite-section-title-wrap:after { + clear: both; +} +.manual-clear:before, +.manual-clear:after, +.aplite-section-title-wrap:before, +.aplite-section-title-wrap:after { + display: table; + content: ""; +} + +/* =Sidr Styles +-------------------------------------------------------------- */ +.sidr{position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-size:15px;background:#0b7fb1;color:#fff;}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #ffffff;solid #ffffff}.sidr ul li{display:block;margin:0;line-height:48px;border-bottom:1px solid #a6c0cc}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:48px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{background: #0c99d6;}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:40px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{background: #0c99d6;}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)} + +/* =Main Theme Styles +-------------------------------------------------------------- */ +body { + font-family:Montserrat; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; + font-size: 16px; + color: #222222; + line-height: 28px; +} +.center{ + width: 300px; + margin: 0 auto; +} +.dhide { + display:none; +} +.page-center { + max-width:1140px; + margin:0 auto; + padding:0 9px; +} +.page-center-wide { + max-width:1350px; + margin:0 auto; + padding:0 9px; +} +.aplite-section-wrap { + padding: 85px 10px 115px 10px; +} +.aplite-section-wrap-intro { + padding: 0px 10px 65px 10px; +} +.aplite-section-wrap-casestudy-intro { + padding: 0px 10px 100px 10px; +} +.aplite-section-wrap-imagine { + padding: 65px 10px 65px 10px; + } +.aplite-section-wrap-medium { + padding:75px 10px; +} +.aplite-section-wrap-thin { + padding:50px 10px; +} +.aplite-section-wrap-small{ + padding: 50px 10px 10px 10px; +} +.aplite-section-wrap .no-padding { + padding:0 10px; +} +.aplite-section-wrap-partners { + padding:75px 10px; +} +.aplite-section-wrap-map { + padding:85px 10px 0 10px; +} +.aplite-section-wrap-volaris { + padding:0px 10px 0 10px; +} +.aplite-section-wrap-subscribe { + padding:10px 0 40px 0; +} +.aplite-section-wrap-graph { + padding: 85px 10px 250px 10px; +} + +.white{ + color:#FFF!important; +} +.asset-type{ + color:#0c99d6; +} +.bg-primary { + background:#0c99d6; + color:#FFF; +} +.bg-secondary { + background:#ffb700; + color:#FFF; +} +.bg-tertiary { + background:#f1efef; + color:#4d4d4e; +} +.bg-tinted-light { + background-color:rgba(241, 239, 239, 0.5); +} +.bg-tinted-blue { + background-color:rgba(12, 153, 214, 1); +} +.bg-tinted-dark { + background-color:#000036; + color:#FFF; +} +.bg-dark-brand-mix { + background-color:rgba(12, 153, 214, 0.37); +} +.bg-light-grey { + background-color:#F6F6F6; +} +.bg-white { + background-color:#FFF; +} +.bg-testimonial { + background-image: url('https://cdn2.hubspot.net/hubfs/2419491/vovg2.jpg'); + color:#FFF; +} +.angled-top { + -webkit-clip-path: polygon(0% 25%, 100% 0, 100% 100%, 0 100%); + clip-path: polygon(0% 25%, 100% 0, 100% 100%, 0 100%); +} +.angled-bottom { + -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); + clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); +} +.g-logo { + position: absolute; + bottom: -0.95em; + right: 5em; + width: 136px; +} +.g-logo-2 { + position: absolute; + bottom: -0.95em; + right: 5em; + width: 136px; +} +#mobile-trigger { + font-size:42px; + color:#ffffff; + font-family:'modern_pictograms_proregular'; + float:right; + margin-top:-50px; + position:relative; + z-index:99; + text-rendering:auto; +} + +.header-container .widget-span { + min-height:0!important; +} + +.aplite-section-title-wrap { + text-align:center; + padding-bottom:75px; +} +.aplite-section-title-wrap.small { + text-align:center; + padding-bottom:45px; +} +.aplite-section-title-wrap.left { + text-align:left; +} +h2.aplite-section-title, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + display:inline; + border-bottom-width:3px; + border-bottom-style:solid; + border-bottom-color:#0c99d6; + padding-bottom:4px; + font-size: 2em; + color: #414141; + line-height: 50px; + font-weight:700; +} +h2.aplite-section-title-clients, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + display:inline; + border-bottom-width:3px; + border-bottom-style:solid; + border-bottom-color:#0c99d6; + padding-bottom:4px; + font-size: 2em; + color: #414141; + line-height: 50px; + font-weight:700; +} +h2.aplite-section-title-cs, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + display:inline; + border-bottom-width:3px; + border-bottom-style:solid; + border-bottom-color:#0c99d6; + padding-bottom:0px!important; + font-size: 2em; + color: #414141; + font-weight:700; + } + h2.aplite-section-title-white, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + display: inline; + border-bottom-width: 3px; + border-bottom-style: solid; + border-bottom-color: #fff; + padding-bottom: 4px; + font-size: 1.85em; + color: #fff; + line-height: 50px; + font-weight: 700; +} + +h2.aplite-section-title-small, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + display: inline; + border-bottom-width: 1.5px!important; + border-bottom-style: solid; + border-bottom-color: #0c99d6; + padding-bottom: 4px; + font-size: 1.5em!important; + color: #414141; + line-height: 37px; + font-weight: 700; +} + +} +.bg-tinted-dark h2.aplite-section-title, .bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text, .bg-primary h2.aplite-section-title, .bg-primary .aplite-section-title.widget-span .hs_cos_wrapper_type_text .bg-testimonial h2.aplite-section-title, .bg-testimonial .aplite-section-title.widget-span .hs_cos_wrapper_type_text, .homepagequote-bg h2.aplite-section-title, .homepagequote-bg .aplite-section-title.widget-span .hs_cos_wrapper_type_text, .volarisquote-bg h2.aplite-section-title, .volarisquote-bg .aplite-section-title.widget-span .hs_cos_wrapper_type_text{ + border-bottom-color:#FFF; + border-image:none; + color:#FFF; +} +html.borderimage .aplite-section-title, html.borderimage .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + -moz-border-image: -moz-linear-gradient(left, #0c99d6 0%, #0c99d6 100%); /* FF3.6+ */ + -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c99d6), color-stop(100%,#0c99d6)); /* Chrome,Safari4+ */ + -webkit-border-image: -webkit-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* Chrome10+,Safari5.1+ */ + -o-border-image: -o-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* Opera 11.10+ */ + -ms-border-image: -ms-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* IE10+ */ + border-image: linear-gradient(to right, #0c99d6 0%,#0c99d6 100%); /* W3C */ + border-image-slice: 1; +} +html.borderimage .bg-tinted-dark .aplite-section-title, html.borderimage .bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text, html.borderimage .bg-primary .aplite-section-title, html.borderimage .bg-primary .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + border-bottom-color:#FFF; + border-image:none; + color:#FFF; +} + +.mini-header { + font-size:36px; + font-weight:700; + padding-bottom:30px; +} + +.mini-header-2 { + font-size:30px; + font-weight:700; + padding-bottom:30px; +} + +.mini-header-3 { + font-size:22px; + font-weight:700; + padding-bottom:12px; +} + +.mini-header-4 { + font-size: 20px; + font-weight: 500; + padding-bottom: 14px; +} + +.mini-header-5 { + font-size:30px; + font-weight:700; + padding-bottom:0px; +} + +.mini-header-6 { + font-size: 22px; + font-weight: 700; + padding-bottom: 30px; +} + +.header-container-wrapper .hs_cos_wrapper_type_logo a, .header-container-wrapper .hs_cos_wrapper_type_linked_image a { + margin:20px 0; + display:block; + position:relative; + min-height:30px; +} +.header-container-wrapper .hs_cos_wrapper_type_logo img, .header-container-wrapper .hs_cos_wrapper_type_linked_image img { + width:auto!important; + display:block; + height:auto; + position:absolute; + top:50%; + transform:translateY(-50%); +} + +.header-container-wrapper .hs-menu-wrapper { + text-align:right; + font-size:0px; + margin-top:11px; + font-weight:700; +} +.header-container-wrapper .hs-menu-item { + text-align:left; + display:inline-block; + position:relative; + zoom:1; + *display:inline; +} +.header-container-wrapper .hs-menu-depth-1.hs-menu-item { + margin:15px 3px; + z-index: 99999999; +} +.header-container-wrapper .hs-menu-depth-1.hs-menu-item a { + padding:7px 15px; + font-size: 15px; + color: #ffffff; + line-height: 17px; +} +.header-container-wrapper .hs-menu-depth-1.hs-menu-item:hover a { + background: #0c99d6; + border-radius: 5px 5px 0 0; +} +.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item, .header-container-wrapper .hs-menu-children-wrapper .hs-menu-item a { + display:block; + z-index:9999999999; + border-radius:8px 8px 0 0; +} +.header-container-wrapper .hs-menu-children-wrapper { + display:none; + position:absolute; +} +.header-container-wrapper .hs-menu-depth-1 .hs-menu-children-wrapper { + left:0; + top:23px; + min-width: 140px; + background: #0c99d6; + border-radius: 0 5px 0 0; +} +.header-container-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper { + left:100%; + top:0px; + min-width:140px; + background:#b6ffff; +} +.header-container-wrapper .hs-menu-item:hover > .hs-menu-children-wrapper { + display:block; +} + +.aplite-banner { + padding:200px 0 200px 0; + position: relative; +} +.aplite-banner.smaller { + padding:70px 0 50px; + z-index: 999; +} +.aplite-home-banner-title { + padding-bottom:25px; + /*font-size: 45px;*/ + font-size: 2.5em; + color: #FFFFFF; + line-height: 54px; + font-weight:700; + text-align:center; + z-index: 999999999; +} +.aplite-banner-subtext { + font-size: 18px; + text-align:center; + color: #FFFFFF; + line-height: 31px; + padding-bottom:40px; + z-index: 999; +} +.aplite-banner-2 { + padding: 120px 0 195px 0; + position: relative; +} +.border-bottom { + border-bottom: solid 6px #f1efef; +} +.goals-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/goalsheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.efficiency-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/efficiencyheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.compliance-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/complianceheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.grow-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/growheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.products-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/productsheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.custsuccess-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/customerstoriesheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.cuonlineplus-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/cuonlineplusheader.png") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.resources-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/resourcesheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.blog-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/blogbg.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.aboutus-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/aboutus.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.news-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/blogheader1.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.careers-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/jobsbg-1.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.jobs-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/jobsbg-1.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.volaris-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/volarisheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.contactus-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/contactus.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.corecasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/corecasestudybg.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.letterkennycasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/letterkennyheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.twcu-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/twcuheader-bg.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.defaultcasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/defaultcasestudybg.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.memberfirst2019casestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Case%20studies/DMO%20Case%20study%20header%20%20(2).png") no-repeat; +} +.alliancecasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/1stallianceheader.png") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.gculcasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/gculheader.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.cookies-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/cookiesbg.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.mfcucasestudyheader-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/mfcucasestudyblack.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.responsivewebsiteheader-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Images/websitesheader.png") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.discoverysessionheader-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Banner%20image.jpg") no-repeat; + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.landing-header-bg { + position: absolute; + top: 0; + left: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + background-size: cover; + overflow: hidden; + margin-top: -70px; + background-position: center; +} +.partner-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/touchidbg.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.compliancecasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/compliancebg.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.alliancecasestudysmall-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/1stalliancebg.png") no-repeat; + background-size: cover; + background-position: center; +} +.valueprop-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/vpbg.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.wexfordcasestudysmall-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/wexfordcasestudyblac1.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.corecasestudysmall-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/corecasestudyblack.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.mfcucasestudy-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/mfcucasestudyblack.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.gculcasestudyblue-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/gculcasestudyblack.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.corecasestudyblue-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/corecasestudyblue.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.letterkennycasestudypage-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Web%20Project%202017/lcucasestufy.png") no-repeat; + background-size: cover; + background-position: center; +} +.twcucasestudyblue-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Customer%20Success/twcucasestudyblack.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.fitforfuture-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Fit%20for%20the%20Future%20eBook/ebook%20landing%20page%20FFF-1.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.csr-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/simon-community-cheque.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.graph-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/graph-1.jpg") no-repeat; + background-size: cover; + height: 100%; +} +.subscribe-bg { + background: url("https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/subscribe-bg.jpg") no-repeat; + background-size: cover; + background-position: center; +} +.cta-left{ + float:left; +} +.cta-right{ + float:right; +} +.cta-style-halcyon-hollow { + width: 300px!important; + height: 40px; + border: 2px solid #FFB700; + float: left; + text-align: center; + cursor: pointer; + position: relative; + box-sizing: border-box; + overflow: hidden; + margin: 0 0 40px; + border-radius: 3em; +} +.cta-style-halcyon-hollow a { + font-family: 'Montserrat', sans-serif; + font-weight: 400; + font-size: 14px; + color: #FFB700!important; + text-decoration: none!important; + line-height: 38px; + transition: all .5s ease; + z-index: 2; + position: relative; +} +.eff-halcyon { + width: 300px; + height: 40px; + bottom: -50px; + background: #FFB700; + position: absolute; + transition: all .5s ease; + z-index: 1; +} +.cta-style-halcyon-hollow:hover .eff-halcyon { + bottom: 0; +} +.cta-style-halcyon-hollow:hover a { + color: #fff!important; +} + +.cta-style-halcyon-hollow-small { + width: 200px!important; + height: 40px; + border: 2px solid #ffb700; + text-align: center; + cursor: pointer; + position: relative; + box-sizing: border-box; + overflow: hidden; + margin: 0 auto 40px; + border-radius: 3em; + display: block; + +} +.cta-style-halcyon-hollow-small a { + font-family: 'Montserrat', sans-serif; + font-weight: 400; + font-size: 14px; + color: #ffb700!important; + text-decoration: none!important; + line-height: 38px; + transition: all .5s ease; + z-index: 2; + position: relative; + display:block; + margin: 0 auto; +} +.eff-halcyon-small { + width: 200px; + height: 40px; + bottom: -50px; + background: #FFB700; + position: absolute; + transition: all .5s ease; + z-index: 1; +} +.cta-style-halcyon-hollow-small:hover .eff-halcyon-small { + bottom: 0; +} +.cta-style-halcyon-hollow-small:hover a { + color: #fff!important; +} + +.cta-style-ocean-hollow { + width: 300px!important; + height: 40px; + border: 2px solid #0c99d6; + float: left; + text-align: center; + cursor: pointer; + position: relative; + box-sizing: border-box; + overflow: hidden; + margin: 0 0 40px; + border-radius: 3em; +} +.cta-style-ocean-hollow a { + font-family: 'Montserrat', sans-serif; + font-weight: 400; + font-size: 14px; + color: #0c99d6!important; + text-decoration: none!important; + line-height: 38px; + transition: all .5s ease; + z-index: 2; + position: relative; +} +.eff-ocean { + width: 300px; + height: 40px; + bottom: -50px; + background: #0c99d6; + position: absolute; + transition: all .5s ease; + z-index: 1; +} +.cta-style-ocean-hollow:hover .eff-ocean { + bottom: 0; +} +.cta-style-ocean-hollow:hover a { + color: #fff!important; +} + +.cta-style-ocean-hollow-small { + width: 200px!important; + height: 40px; + border: 2px solid #0c99d6; + text-align: center; + cursor: pointer; + position: relative; + box-sizing: border-box; + overflow: hidden; + margin: 0 auto 40px; + border-radius: 3em; + display: block; +} +.cta-style-ocean-hollow-small a { + font-family: 'Montserrat', sans-serif; + font-weight: 400; + font-size: 14px; + color: #0c99d6!important; + text-decoration: none!important; + line-height: 38px; + transition: all .5s ease; + z-index: 2; + position: relative; + display:block; + margin: 0 auto; +} +.eff-ocean-small { + width: 200px; + height: 40px; + bottom: -50px; + background: #0c99d6; + position: absolute; + transition: all .5s ease; + z-index: 1; +} +.cta-style-ocean-hollow-small:hover .eff-ocean-small { + bottom: 0; +} +.cta-style-ocean-hollow-small:hover a { + color: #fff!important; +} +.cta-style-ocean-filled .cta_button { + background:#0c99d6; + display:block; + color:#0c99d6; + font-size:18px; + padding:12px 0; + text-align:center; + border:none; + border-radius:3em; + transition:all 0.3s ease; +} +.cta-style-ocean-filled-2 .cta_button { + background:#0c99d6; + width: 200px; + color: #ffffff; + font-size: 14px; + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + padding: 6px 0; + text-align: center; + border: none; + border-radius: 3em; + transition: all 0.3s ease; + display: block; + margin: 0 auto; +} +.cta-style-ocean-filled-3 .cta_button { + background:#0c99d6; + width: 270px; + color: #ffffff; + font-size: 14px; + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + padding: 6px 0; + text-align: center; + border: none; + border-radius: 3em; + transition: all 0.3s ease; + display: block; + margin: 0 auto; +} +.cta-style-halcyon-filled .cta_button { + background:#ffb700; + width: 200px; + color: #ffffff; + font-size: 14px; + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + padding: 6px 0; + text-align: center; + border: none; + border-radius: 3em; + transition: all 0.3s ease; + display: block; + margin: 0 auto; +} +.cta-style-halcyon-filled-2 .cta_button { + background:#ffb700; + width: 300px; + color: #ffffff; + font-size: 14px; + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + padding: 6px 0; + text-align: center; + border: none; + border-radius: 3em; + transition: all 0.3s ease; + display: block; + margin: 0 auto; +} +.cta-style-ocean-filled .cta_button:hover { + text-decoration:none!important; + background: #10b7ff; +} +.cta-style-ocean-filled-2 .cta_button:hover { + text-decoration:none!important; + background: #10b7ff; +} +.cta-style-ocean-filled-3 .cta_button:hover { + text-decoration:none!important; + background: #10b7ff; +} +.cta-style-halcyon-filled .cta_button:hover { + text-decoration:none!important; + background: #ffc229; +} +.cta-style-halcyon-filled-2 .cta_button:hover { + text-decoration:none!important; + background: #ffc229; +} + +.cta-style-white-hollow .cta_button { + background:transparent; + display:block; + color:#FFF; + font-size:18px; + padding:12px 0; + text-align:center; + border:2px solid #FFF; + border-radius:5px; + transition:all 0.3s ease; +} +.cta-style-color-hollow .cta_button { + background:transparent; + display:block; + color:#0c99d6; + font-size:18px; + padding:12px 0; + text-align:center; + border:2px solid #0c99d6; + border-radius:5px; + transition:all 0.3s ease; +} +.cta-style-white-filled .cta_button:hover { + background:#0c99d6; + color:#FFF; +} +.cta-style-white-hollow .cta_button:hover { + background:rgba(255,255,255,0.2); +} +.cta-style-color-hollow .cta_button:hover { + color:#FFF; + background:#0c99d6; +} + +#mobile .sidr-class-hs-cta-node a { + background: #fff; + border-radius: 3em; + /* display: none; */ + padding: 12px 26px 2px 26px; + /* margin-left: 10px; */ + transition: all 0.3s ease; + text-align: center; + width: 65%; + margin: 10px; + color: #fff; + text-decoration: none; +} +#mobile .sidr-class-hs-cta-node a:hover { + background: #ffc73a; +} +.header-cta .cta_button { + font-size:14px; + color:#ffffff; + line-height:17px; + margin-top:14px; + border-width:1px; + padding:10px 0; +} + +.testimonial-slide .hs_cos_wrapper_type_textarea { + padding:0 13%; + display:block; +} +.slides-nav-wrapper { + text-align:center; +} +#testimonials { + position:relative; + overflow:visible!important; +} +.slidesjs-navigation { + font-family: 'modern_pictograms_proregular'; + color:#FFF; + font-size:40px; + line-height:0; + position:absolute; + top:25%; + right:-10%; + transform:translateY(-50%); + z-index:90; + cursor:pointer; +} +.slidesjs-previous { + transform:rotate(180deg); + left:-10%; + right:auto; +} +.testimonial-slide:before { + content:"\201C"; + font-family:Arial, sans-serif; + position:absolute; + top:13px; + left:50px; + font-size:48px; + color:#ffb700; + +} +.testimonial-slide img { + width:140px!important; + height:auto; + display:block; + margin:35px auto 0; +} + +.feature-item { + padding-bottom:35px; +} + +.three-points { + text-align:center; +} +.three-points img { + padding:25px; +} + +.four-points { + text-align:center; +} +.four-points img { + padding:25px; +} + +.dept-card { + box-shadow: 0 3px 5px 0 rgba(36,50,66,.2); + display: block; + height: calc(100% - 32px); + margin-bottom: 32px; + overflow: hidden; + padding: 32px; + transition: box-shadow .3s; + border-radius: 5px; + background-color: #ffffff; +} + +.dept-card:hover { + border-bottom: none; + box-shadow: 0 20px 30px 0 rgba(36,50,66,.14); +} + +.hs-rss-item.hs-with-featured-image .hs-rss-item-text { + float: right; + width: 60%; + padding: 0 0 0 15px; +} +.hs-rss-item:last-child { + margin-bottom: 10px; +} +.hs-rss-item.hs-with-featured-image .hs-rss-featured-image { + display: block; + width: auto; +} +.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { + float: left; + width: 40%; + border-radius: 4px; +} +.hs_cos_wrapper_type_rss_listing { + text-align:center; + display:block; +} +.hs_cos_wrapper_type_rss_listing h3 { + display:inline-block; + border-bottom-width:3px; + border-bottom-style:solid; + border-bottom-color:#0c99d6; + padding-bottom:8px; + font-size: 32px; + color: #414141; + line-height: 39px; + font-weight:700; + zoom:1; + *display:inline; +} +html.borderimage .hs_cos_wrapper_type_rss_listing h3 { + -moz-border-image: -moz-linear-gradient(left, #0c99d6 0%, #0c99d6 100%); /* FF3.6+ */ + -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c99d6), color-stop(100%,#0c99d6)); /* Chrome,Safari4+ */ + -webkit-border-image: -webkit-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* Chrome10+,Safari5.1+ */ + -o-border-image: -o-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* Opera 11.10+ */ + -ms-border-image: -ms-linear-gradient(left, #0c99d6 0%,#0c99d6 100%); /* IE10+ */ + border-image: linear-gradient(to right, #0c99d6 0%,#0c99d6 100%); /* W3C */ + border-image-slice: 1; +} +.hs-rss-module { + padding-top:75px; +} +.hs-rss-title { + font-weight:700; + font-size: 24px; + color: #414141; + line-height: 32px; +} +/*.hs-rss-description a {*/ +/* display:block;*/ +/* margin-top:18px;*/ +/* color:#0c99d6;*/ +/*}*/ +.hs-rss-item-text { + text-align:left; +} + +.footer-title { + font-weight:700; + font-size: 24px; + line-height: 32px; + text-align:left; +} +.vpreply-title { + font-weight: 500; + font-size: 24px; + line-height: 32px; + text-align: center; +} +#site-footer { + font-size:14px; + line-height:23px; + background-color:rgba(241, 239, 239, 0.5); + padding:10px 0; +} +.footer-widget-title { + font-weight:700; + font-size:14px; + color:#414141; +} +#site-footer a { + color:#878787; +} +#site-footer .hs_cos_wrapper_type_follow_me { + text-align:right; +} +#site-footer .hs_cos_wrapper_type_follow_me a { + margin-left:12px; +} +#site-footer .hs_cos_wrapper_type_blog_subscribe h3 { + font-size:14px; + font-weight:normal; +} +#site-footer .input input { + width:100%; + border-radius:3px; + height:38px; + border:1px solid #D0D0D0; +} +#site-footer .input input { + box-sizing: border-box; + padding: 4px; +} +#site-footer .hs-error-msgs { + font-size:12px; + color:#d30000; + text-align:center; +} +#site-footer .hs_submit input { + background: #0c99d6; + display: inline-block; + padding: 7px 17px; + color: #FFF; + border: none; + border-radius: 3em; + font-size: 14px; + margin-top: 9px; + font-family: Montserrat; +} +#site-footer .hs_submit input:hover { + background:#333; +} +.hs-footer-company-copyright { + display:block; + padding:10px 0; + text-align: left; +} + +/* Some template stuff, don't sweat this at all */ +.theme-border { + border-bottom-width:3px; + border-bottom-style:solid; + border-bottom-color:#0c99d6; + padding-bottom:8px; +} +html.borderimage .theme-border { + -moz-border-image: -moz-linear-gradient(left, #0c99d6 0%, #ffb700 100%); /* FF3.6+ */ + -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c99d6), color-stop(100%,#ffb700)); /* Chrome,Safari4+ */ + -webkit-border-image: -webkit-linear-gradient(left, #0c99d6 0%,#ffb700 100%); /* Chrome10+,Safari5.1+ */ + -o-border-image: -o-linear-gradient(left, #0c99d6 0%,#ffb700 100%); /* Opera 11.10+ */ + -ms-border-image: -ms-linear-gradient(left, #0c99d6 0%,#ffb700 100%); /* IE10+ */ + border-image: linear-gradient(to right, #0c99d6 0%,#ffb700 100%); /* W3C */ + border-image-slice: 1; +} +.testimonial-bg { + background-image: url('https://cdn2.hubspot.net/hubfs/2419491/testimonial-bg.jpg'); + background-size:cover; + color:#FFF; +} +.homepagequote-bg { + background-image: url('https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/homepagequotebg.jpg'); + background-size:cover; + color:#FFF; +} +.volarisquote-bg { + background-image: url('https://cdn2.hubspot.net/hubfs/2419491/Stock%20Images/Credit%20Unions/volarisquote.jpg'); + background-size:cover; + color:#FFF; +} +.bg-macbook, .layout-macbook { + /*background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-laptop.png") top center no-repeat;*/ + padding-bottom:56.07%; +} +.bg-macbook img { + width:77%; + top:4.2%; + left:11.6%; +} +.bg-ipad { + /*background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-tablet.png") top center no-repeat;*/ + padding-bottom:55.29%; + /*width:80%;*/ +} +.layout-ipad { + width:auto; + background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-tablet.png") top center no-repeat; + padding-bottom:68.28%; +} +/*.bg-ipad img {*/ +/* width:82%;*/ +/* left:9%;*/ +/* top:4.2%;*/ +/*}*/ +.bg-iphone-full-wrapper { + width:44%; + margin:0 auto; +} +.bg-iphone-full-wrapper-bg { + background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/phone-shadow.png") center 135% no-repeat; + background-size:100% auto; +} +.bg-iphone, .layout-iphone { + background:url("https://cdn2.hubspot.net/hubfs/364768/Aplite/aplite-phone.png") top center no-repeat; + padding-bottom:205.75%; +} +.bg-iphone img { + width:88.1%; + top:11.7%; + left:6%; +} +.bg-macbook img, .bg-ipad img, .bg-iphone img, .layout-macbook img, .layout-ipad img, .layout-iphone img { + display:block; + position:absolute; +} +.bg-macbook, .bg-ipad, .bg-iphone, .layout-macbook, .layout-ipad, .layout-iphone { + background-size:100% auto; + position:relative; + height:0; + margin:0 auto; +} + +.layout-item { + display:inline-block; + zoom:1; + *display:inline; +} + +.bg-layout-1 { + text-align:center; +} +.bg-layout-1 .layout-macbook-wrap { + width:72.45%; +} +.bg-layout-1 .layout-iphone-wrap { + width:11.11%; + margin-left:5.5%; +} +.bg-layout-1 .layout-macbook-wrap img { + top:4.4%; + left:11.6%; + width:77.2%; +} +.bg-layout-1 .layout-iphone img { + top:11%; + left:5%; + width:89%; +} + +.bg-layout-2 { + text-align:justify; + padding:0 15px; +} +.bg-layout-2:after { + content:" "; + width:100%; + display:inline-block; + zoom:1; + *display:inline; +} +.bg-layout-2 .layout-item { + vertical-align:middle; +} +.bg-layout-2 .layout-macbook-wrap { + width:57.36%; +} +.bg-layout-2 .layout-ipad-wrap { + width:33.75%; + margin-left:-5.5%; +} +.bg-layout-2 .layout-iphone-wrap { + width:11.11%; +} +.bg-layout-2 .layout-macbook img { + top:4.3%; + left:11.6%; + width:77.3%; +} +.bg-layout-2 .layout-ipad img { + top:4.7%; + left:9.5%; + width:81.4%; +} +.bg-layout-2 .layout-iphone img { + top:11%; + left:5%; + width:89%; +} + +.bg-layout-3 { + text-align:center; +} +.bg-layout-3 .layout-iphone-wrap { + width:15.137375%; + margin-left:7.49375%; +} +.bg-layout-3 .layout-iphone-wrap:first-child { + margin-left:0; +} +.bg-layout-3 .layout-iphone img { + top:11%; + left:5.6%; + width:89%; +} + +.flexible-column .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget) + .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget) { + padding-top:1.8em; +} + +.widget-header { + font-size:18px; + color:#414141; + padding-bottom:0.8em; +} + +.divider-line { + height:1px; + margin:3em 0; + background:#D0D0D0; +} + +.body-container-wrapper .hs-menu-wrapper a { + padding:11px 13px 8px; + border-radius:5px; + color:#0c99d6; + background-color:#FFF; + transition:0.2s; + line-height:1; + display:inline-block; + zoom:1; + *display:inline; +} +.body-container-wrapper .hs-menu-wrapper a:hover { + color:#FFF; + background-color:#0c99d6; +} + +.pullout-copy { + color:#FFF; + font-weight:300; + font-size:32px; + text-align:center; + padding:0 6%; + line-height:1.2em; +} + +.pullout-copy-dark { + color:#4d4d4d; + font-weight:400; + font-size:1.8em; + text-align:center; + padding:0 6%; + line-height:1.4em; +} + +.single-column-flexible .hs_cos_wrapper:nth-child(even) { + background-color:rgba(12, 153, 214, 0.1); +} + +/* About */ +.team-modules-wrap span { + font-size:0px; +} +.team-modules-wrap span .hs_cos_wrapper_type_custom_widget { + width:calc(100% / 3); + zoom:1; + display:inline-block; + display:inline-table; +} +.team-item-wrap { + margin:0 15px 50px; + border-radius: 5px; + box-shadow: 0 3px 5px 0 rgba(36,50,66,.2); + transition: box-shadow .3s; +} +.team-item-wrap:hover { + border-bottom: none; + box-shadow: 0 20px 30px 0 rgba(36,50,66,.14); +} +.team-item-image { + display:block; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-left-radius: 0px!important; + border-bottom-right-radius: 0px!important; + width: 100%; +} +.team-item-info { + padding:25px; +} +.team-item-name { + font-size:18px; + font-weight:400; + color:#414141; + padding-bottom:5px; +} +.team-item-title { + font-style:italic; + font-size:14px; + color:#414141; + font-weight:300; +} +.team-item-dept { + font-style:italic; + font-size:14px; + color:#0c99d6; + font-weight:300; + padding-bottom:10px; +} +.team-item-bio { + font-size:14px; + line-height:1.5em; +} + +/* Blog */ +.post-item + .post-item { + margin-top:50px; +} +.post-item .row-fluid { + border:1px solid #E1E1E1; + border-radius: 5px; +} +.hs-featured-image-link { + display:block; + min-height:270px!important; + height:100%; + background-position:center center; + background-size:cover; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} +.hs-featured-image { + float:none; + display:block; + min-height:250px; + max-width:100%; + margin:0; +} +.excerpt-body { + padding: 30px 2.564102564% 30px 0; +} +.excerpt-header h2 { + padding-bottom:12px; +} +.excerpt-header h2 a { + color:#414141; + font-size:24px; + font-weight:600; + line-height:1.2em; +} +.excerpt-header #hubspot-author_data { + padding-bottom:12px; +} +.excerpt-header #hubspot-author_data a, .excerpt-header #hubspot-author_data { + color:#4A4A4A; +} +.blog-section-inner { + padding:50px 0 100px 0; +} +.blog-single-section-inner { + padding:50px 0 0 0; +} +.post-header { + position:relative; + padding:80px 0 50px; + min-height:350px; + width:100%; + overflow:hidden; + box-sizing:border-box; + margin-bottom:20px; +} +.post-header-bg { + position:absolute; + width:100%; + min-height:350px; + top:50%; + left:50%; + -webkit-transform:translate(-50%, -50%); + -moz-transform:translate(-50%, -50%); + -ms-transform:translate(-50%, -50%); + -o-transform:translate(-50%, -50%); + transform:translate(-50%, -50%); +} +.post-header-tint { + width:100%; + height:100%; + background-color:rgba(12,153,214,0.5); + position:absolute; + top:0; + left:0; +} +.post-header-content { + position:relative; + color:#FFF; + padding:0 8%; +} +.hs-author-avatar { + height:50px; + width:50px; + border-radius:50%; + border:1px solid #FFF; + vertical-align:middle; + position: relative; + top: -10px; + margin-right: 10px; +} +#hubspot-author_data { + font-style:italic; + padding: 10px 0; +} +#hubspot-author_data a { + color:#FFF; +} +.post-header-content h1 { + font-size:45px; + line-height:1.1em; + letter-spacing:-0.013em; +} +#hubspot-topic_data { + margin-top:15px; + margin-left:-10px; +} +#hubspot-topic_data li { + margin:0 0 0 10px; + display:inline-block; + zoom:1; + *display:inline; +} +.topic-link { + color:#FFF; + font-weight:700; + font-size:12px; + text-transform:uppercase; + background-color:#ffb700; + padding:0px 13px; + border-radius:15px; + background:; + display:inline-block; + zoom:1; + *display:inline; +} +.post-body { + padding:2% 0; +} +.blog-pagination { + text-align:center; + padding-top:50px; +} +.blog-pagination a { + display: inline-block; + color: #FFF; + background-color:#0c99d6; + padding: 6px 40px; + border-radius: 3em; + margin: 10px 7px; +} + +#blog-comments { + padding-top:50px; +} +#comment-form { + padding-top:60px; + border-top:1px solid #D1D1D1; +} +#comment-form .hs-form-field { + padding-bottom:20px; +} +#comment-form .hs-input { + padding:8px 15px; + border-radius:5px; + border:1px solid #D2D2D2; + font-size:16px; + color:#878787; + width:100%; + box-sizing:border-box; + max-width:490px; +} +#comment-form .hs_subscribe.hs-form-field .hs-input { + width:auto; +} +.hs-button.primary { + background-color: #0c99d6; + padding: 10px 17px; + min-width: 154px; + text-align: center; + border-radius: 5em; + font-size: 16px; + font-family: Montserrat; + color: #FFF; + border: none; + padding: 10px; + margin-top: 10px; +} +.hs-blog-post .addthis_toolbox { + position:fixed; + top:10%; + left:0; + width:50px; +} +.addthis_toolbox a { + margin-bottom:0!important; + height:50px; +} +.addthis_32x32_style .at-icon { + margin-left:8px; + margin-top:8px; +} +.addthis_toolbox.addthis_32x32_style span { + width:50px!important; + height:50px!important; +} +.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m { + padding:0!important; +} +.widget-type-rich_text ul, .hs_cos_wrapper_type_rich_text p, .hs_cos_wrapper_type_rich_text ul, .post-body p, .post-body ul { + padding: 1em; +} +.widget-type-rich_text h2 { + padding: 0 0 0.5em 0; + font-size: 22px; +} +.widget-type-rich_text p { + padding: 0 1em 1.2em 0em; + font-size: 1em; +} +.widget-type-rich_text p.cs { + padding: 0.5em 1em 1em 0em; + font-size: 1em; +} +.widget-type-rich_text .fa { + padding-right:10px; + font-size: 16px; + width:20px; +} +.widget-type-rich_text ul, .post-body ul, .hs_cos_wrapper_type_rich_text ul { + list-style-type:square; + list-style-position:outside; + padding-left:25px; +} +.widget-type-rich_text ol, .post-body ol, .hs_cos_wrapper_type_rich_text ol { + list-style-type:decimal; + list-style-position:outside; + padding-left:25px; +} +.widget-type-rich_text li, .post-body li, .hs_cos_wrapper_type_rich_text li { + padding-top:1em; +} +.widget-type-rich_text ul li:first-child, .widget-type-rich_text ol li:first-child, .hs_cos_wrapper_type_rich_text ul li:first-child, .hs_cos_wrapper_type_rich_text ol li:first-child, .post-body ul li:first-child, .post-body ol li:first-child { + padding-top:0; +} +.widget-type-rich_text a, .post-body a, .excerpt-body a, .hs_cos_wrapper_type_rich_text a { + color:#0c99d6; +} +.widget-type-rich_text a:hover, .post-body a:hover, .hs_cos_wrapper_type_rich_text a { + text-decoration:none; +} +.post-body blockquote { + padding-left:30px; + margin-left:30px; + border-left:2px solid #4A4A4A; + font-weight:300; + font-style:italic; + font-size:20px; + line-height:1.8em; + margin-bottom:1.8em; +} +.post-body blockquote p { + padding-bottom:0; +} +.post-body code { + background-color:#f6f6f6; + padding:4px; +} + +.fix-v-align .widget-span { + position:relative; +} + +img.fr{ + float:right; +} + +.hs-landing-page .widget-type-custom_widget .widget-type-form {max-width:500px !important;margin:0 auto !important;width:auto !important;float:none !important;display:block !important;margin-bottom:50px !important}.hs-landing-page .widget-type-custom_widget .widget-type-form input[type="submit"]{cursor:pointer}.hs-landing-page .widget-type-custom_widget .widget-type-form h3,.hs-landing-page .widget-type-custom_widget .widget-type-form .actions{max-width:500px;margin:0 auto} + +/*****************************************/ +/* Social Icons */ +/*****************************************/ + + +.link a:hover .fa-twitter {color: #00aced;} +.link a:hover .fa-facebook-square {color: #3b5998;} +.link a:hover .fa-linkedin {color: #007bb6;} +.link a:hover .fa-youtube-play {color: #bb0000;} + + +/*****************************************/ +/* Footer Social Icons */ +/*****************************************/ + +ul.social_icons, li.social { + padding-left: 10px; + padding-right: 10px; + list-style: none; + float: right; + text-decoration: none; + display: inline-block; + position: relative; + margin-top: 4px; + font-size: 22px; +} +.fa { + color: #4d4d4e; + -webkit-transition: all 0.5s; + transition: all 0.5s; +} +.fa-youtube-play:hover { + color: #bb0000; +} +.fa-twitter:hover { + color: #00aced; +} +.fa-facebook-square:hover { + color: #3b5998; +} +.fa-linkedin:hover { + color: #007bb6; +} + +/*****************************************/ +/* Mobile Menu */ +/*****************************************/ + +#mobile-trigger { + display: none; +} +@media only screen and (max-width: 1000px){ + #mobile-trigger { + display: block; + } +} + + + +/*****************************************/ +/* Video Media Queries */ +/*****************************************/ + +@media (max-width: 2500px) and (min-width: 1681px) { + .aplite-banner { + padding: 270px 0 250px 0; + } +} + +@media (max-width: 1680px) and (min-width: 1217px) { + .aplite-banner { + padding: 146px 0 250px 0; + } +} +@media (max-width: 1216px) and (min-width: 929px) { + .aplite-banner { + padding: 100px 0 200px 0; + } +} + +@media (max-width: 928px) and (min-width: 768px) { + .aplite-banner { + padding: 45px 0 200px 0; + } +} + +@media screen and (max-width: 640px) { + .header-container { + background-color: #0c99d6; + } +} + + +/*****************************************/ +/* Image and Logo Media Queries */ +/*****************************************/ + +@media (max-width: 1460px) { + .circle-ocean-1 { + display:none; + } + .circle-halcyon-1 { + display:none; + } +} + +@media (max-width: 1024px) { + + .aplite-banner-2 { + padding: 80px 0 160px 0; + } +} + +@media (max-width: 1054px) { + .g-logo { + position: absolute; + bottom: 0.1em; + right: 5em; + width: 96px; + } + .g-logo-2 { + position: ; + bottom: 2.05em; + right: 5em; + width: 96px; + } +} + +/*****************************************/ +/* Video Background */ +/*****************************************/ +video::-webkit-media-controls-start-playback-button { + display: none!important; +} + +#video-background { +/* making the video fullscreen */ + position: absolute; + right: 0; + bottom: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + overflow: hidden; + background: transparent url('https://cdn2.hubspot.net/hubfs/2419491/blue.jpg'); + background-repeat: no-repeat; + -webkit-background-size:cover; + -moz-background-size:cover; + -o-background-size:cover; + background-size:cover; + display: block; +} + +/*****************************************/ +/* Hover Image */ +/*****************************************/ + + +.hover-image { + position: relative; + top: 0; + left: 0; + z-index: 2; +} + +.circle-ocean-1 { + position: absolute; + top: 192px; + left: -66px; + z-index: 1; + transition: all .5s ease-in-out; + max-width: 175px; +} + +.hover-image:hover + .circle-ocean-1 { + transform: scale(1.2); +} + +.circle-halcyon-1 { + position: absolute; + top: -50px; + left: 390px; + z-index: 1; + transition: all .5s ease-in-out; + max-width: 175px; +} + +.hover-image:hover + .circle-halcyon-1 { + transform: scale(1.2); +} + + +/*****************************************/ +/* Slide Link Original */ +/*****************************************/ + +.slide-link a { + position: relative; + padding-bottom: 6px; + margin-top:18px; + width: 0; + color:#0c99d6; + margin: 0 auto; +} + +.slide-link a:before { + content: ''; + display: block; + position: absolute; + left: 0; + bottom: 0; + height: 2px; + width: 100%; + transition: width 0s ease; +} +.slide-link a:after { + content: ''; + display: block; + position: absolute; + right: 0; + bottom: 0; + height: 2px; + width: 100%; + background: #0c99d6; + transition: width .5s ease; +} +.slide-link a:hover:before { + width: 0%; + display: block; + background: #0c99d6; + transition: width .5s ease; +} +.slide-link a:hover:after { + width: 0%; + display: block; + background: transparent; + transition: width 0s ease; +} + +@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { + /* IE10+ CSS styles go here */ + .slide-link a { + position: relative; + border-bottom: 2px solid #0c99d6; + padding-bottom: 6px; + margin-top:18px; + width: 0; + color:#0c99d6; + margin: 0 auto; + } + .slide-link a:before { + display:none; + } + .slide-link a:after { + display:none; + } +} + +/*****************************************/ +/* Centered button */ +/*****************************************/ + +.centered-link a { + display: block; + position: relative; + padding-bottom: 3px; + margin-top:18px; + width: 32%; + color:#0c99d6; + margin:0 auto; + +} +.centered-link a:before { + content: ''; + display: block; + position: absolute; + left: 0; + bottom: 0; + height: 2px; + width: 90px; + transition: width 0s ease; +} +.centered-link a:after { + content: ''; + display: block; + position: absolute; + right: 0; + bottom: 0; + height: 2px; + width: 100%; + background: #0c99d6; + transition: width .5s ease; +} +.centered-link a:hover:before { + width: 0%; + background: #0c99d6; + transition: width .5s ease; +} +.centered-link a:hover:after { + width: 0%; + background: transparent; + transition: width 0s ease; +} + + +/*****************************************/ +/* Scroll Mouse Animation */ +/*****************************************/ + +.scroll-downs { + position: absolute; + right: 0; + bottom: 0; + left: 0; + margin: auto; + + width :34px; + height: 55px; +} +.mousey { + width: 3px; + padding: 10px 15px; + height: 35px; + border: 2px solid #2c383f; + border-radius: 25px; + opacity: 0.75; +} +.scroller { + width: 3px; + height: 10px; + border-radius: 25%; + background-color: #2c383f; + animation-name: scroll; + animation-duration: 2.2s; + animation-timing-function: cubic-bezier(.15,.41,.69,.94); + animation-iteration-count: infinite; +} +@keyframes scroll { + 0% { opacity: 0; } + 10% { transform: translateY(0); opacity: 1; } + 100% { transform: translateY(15px); opacity: 0;} +} + +/*****************************************/ +/* Blog Styling */ +/*****************************************/ + +.postFilter h3 { + font-size:26px; + padding:0 0 20px 0; + +} +.postFilter ul { + list-style: none; + padding: 10px 0 5px; +} +.postFilter ul li { + display: inline-block; +} +.postFilter ul li a { + font-size:14px; + display: block; + text-decoration: none; + text-transform: uppercase; + line-height: 1; + border: solid 2px #0c99d6; + border-radius: 3em; + padding: 10px 20px; + margin: 0 5px 5px 0; + color: #0c99d6; + -webkit-transition: ease-in-out .2s; /* Safari */ + transition: ease-in-out .2s; +} +.postFilter ul li a.active, .postFilter ul li a:hover { + background-color: #0c99d6; + color: #fff; +} +.postFilter .filter-link-count { + display: none; +} + +.filter-expand-link { + font-size: 14px; + text-decoration: none; + text-transform: uppercase; + line-height: 1; + background-color: #0c99d6; + border: solid 2px #0c99d6; + border-radius: 3em; + padding: 8px 20px; + margin: 0 5px 10px 0; + color: #ffffff; + -webkit-transition: ease-in-out .2s; + transition: ease-in-out .2s; +} + +.filter-expand-link .active, .filter-expand-link:hover { + background-color: #ffffff; + color: #0c99d6; +} + + +/*****************************************/ +/* Hubspot Form Styling */ +/*****************************************/ + +/* Form Field (selector for form field wrapper) */ +.hs-form .hs-form-field { + padding:10px 0; +} + +/* Descriptions (targets class applied to Help Text divs) */ +.hs-form .hs-field-desc {} + +/* Labels (selects field labels and error messages) */ +.hs-form label {} +.hs-form .hs-form-field > label {} + +/* Inputs (selectors for all inputs) */ +.hs-form input[type="text"], +.hs-form input[type="password"], +.hs-form input[type="datetime"], +.hs-form input[type="datetime-local"], +.hs-form input[type="date"], +.hs-form input[type="month"], +.hs-form input[type="time"], +.hs-form input[type="week"], +.hs-form input[type="number"], +.hs-form input[type="email"], +.hs-form input[type="url"], +.hs-form input[type="search"], +.hs-form input[type="tel"], +.hs-form input[type="color"], +.hs-form input[type="file"], +.hs-form textarea, +.hs-form option, +.hs-form select { + font-family: 'Montserrat',sans-serif; + font-size: 14px; + color: #666; + outline: 0; + background: #f1f1f1; + border: 0; + border-radius: 5px; + -webkit-transition: all ease .4s; + -moz-transition: all ease .4s; + -o-transition: all ease .4s; + -ms-transition: all ease .4s; + transition: all ease .4s; + line-height: 1.5; + padding: 15px; + width: 90%; + max-width: 90%; + letter-spacing: .1em; + -webkit-appearance:none; +} + +/* Inputs in focus (selectors for all inputs when clicked) */ +.hs-form input[type="text"]:focus, +.hs-form input[type="password"]:focus, +.hs-form input[type="datetime"]:focus, +.hs-form input[type="datetime-local"]:focus, +.hs-form input[type="date"]:focus, +.hs-form input[type="month"]:focus, +.hs-form input[type="time"]:focus, +.hs-form input[type="week"]:focus, +.hs-form input[type="number"]:focus, +.hs-form input[type="email"]:focus, +.hs-form input[type="url"]:focus, +.hs-form input[type="search"]:focus, +.hs-form input[type="tel"]:focus, +.hs-form input[type="color"]:focus, +.hs-form input[type="file"]:focus, +.hs-form textarea:focus, +.hs-form select:focus {} + +/* Multi-line inputs (selectors to target multi-line fields */ +.hs-form textarea { + font-family: 'Montserrat',sans-serif; + font-size: 14px; + color: #666; + outline: 0; + background: #f1f1f1; + border: 0; + border-radius: 5px; + -webkit-transition: all ease .4s; + -moz-transition: all ease .4s; + -o-transition: all ease .4s; + -ms-transition: all ease .4s; + transition: all ease .4s; + line-height: 1.5; + padding: 15px; + width: 90%; + max-width: 90%; + letter-spacing: .1em; + min-height:160px; +} +.hs-form textarea:focus {} + +/* Dropdowns (selectors for dropdowns) */ +.hs-form select { + width: 650px!important; + max-width: 95%!important; +} +.hs-form select:focus {} + +/* Multi-select (selectors for multi-select fields) */ +.hs-form form.hs-form .hs-form-field ul.inputs-list { + font-family: 'Montserrat',sans-serif; + font-size: 14px; + color: #666; + outline: 0; + background: #f1f1f1; + border: 0; + border-radius: 5px; + -webkit-transition: all ease .4s; + -moz-transition: all ease .4s; + -o-transition: all ease .4s; + -ms-transition: all ease .4s; + transition: all ease .4s; + line-height: 1.5; + padding: 15px; + width: 95%; + max-width: 95%; + letter-spacing: .1em; +} + +.hs-form form.hs-form .hs-form-field ul.inputs-list li input {} +.hs-form input[type="radio"] {} +.hs-form input[type="checkbox"] {} + +/* Required (selectors for fields, when they do not pass validation) */ +.hs-form .hs-form-required { + display:none; +} + +.hs-form input:focus:required:invalid, +.hs-form textarea:focus:required:invalid, +.hs-form select:focus:required:invalid {} + +.hs-form input:focus:required:invalid:focus, +.hs-form textarea:focus:required:invalid:focus, +.hs-form select:focus:required:invalid:focus {} + +/* Error message (selector for validation messages) */ +.hs-form .hs-error-msgs label{ + font-size: 12px; + color: red; + letter-spacing: .1em; + padding:10px; +} + +/* Placeholder Text (styles the placeholder attribute text) */ +::-webkit-input-placeholder { /* Webkit Browsers */} +:-moz-placeholder { /* Firefox 18- */} +::-moz-placeholder { /* Firefox 19+ */} +:-ms-input-placeholder { /* IE10 */} + +/* Multi Column Form (selectors for fieldsets and field wrappers) + ========================================================================== */ +.hs-form-1b69715e-05e3-4ace-b8b5-9fae19adb5a0_989d0943-9c7f-40c5-a4bf-45029f327611 fieldset { + border: 0; + padding: 0; + margin: 0; + max-width: 100%!important; +} + +.hs-form .hs-form fieldset.form-columns-1 {width:100%;} +.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {width:100%;} + +.hs-form .hs-form fieldset.form-columns-2 { + width: 50%; + float: left; +} +.hs-form .hs-form fieldset.form-columns-2 .hs-form-field { + width: 50%; + float: left; +} + +.hs-form .hs-form fieldset.form-columns-3 {} +.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {} + +/* Submit buttons (selectors for all non-CTA buttons) + ========================================================================== */ + +body .hs-button.primary, +body input[type="submit"], +body input[type="button"] {} + +body .hs-button.primary:hover, +body input[type="submit"]:hover, +body input[type="button"]:hover {} + +body .hs-button.primary:focus, +body input[type="submit"]:focus, +body input[type="button"]:focus {} + +/*****************************************/ +/* Jobs Listing Styling */ +/*****************************************/ + +.jobs-listing ul { + padding: 0!important; + list-style-type: none; +} +.jobs-listing ul li { + border-bottom: 1px solid #e0e6e8; + color: #161d28; + display: block; + padding: 24px 8px; + transition: all 225ms; + padding: 24px; +} +.jobs-listing ul > li:first-child { + border-top: 1px solid #e0e6e8; + padding-top: 24px!important; +} +.jobs-listing ul > li:last-child { + /*border-top: 1px solid #e0e6e8;*/ + padding-bottom: 24px!important; +} +.jobs-listing li:hover { + background-color: #fff; + box-shadow: 0 3px 5px 0 rgba(36,50,66,.2); + border-bottom-color: #e0e6e8; +} +.location-right{ + float:right; +} + +/*****************************************/ +/* Asset Styling */ +/*****************************************/ + +.asset-card-container { + /*background: transparent;*/ + float: left; + width: 100%; +} +.asset-card-container.half { + width: 50%; +} +.asset-card-container.third { + width: 33.33%; + margin-right: -4px; +} +.asset-card-container.quarter { + width: 25%; +} +.asset-card-container.half:nth-of-type(2n+1), .asset-card-container.third:nth-of-type(3n+1), .asset-card-container.quarter:nth-of-type(4n+1) { + clear: left; +} +.asset-card { + margin: 0 15px 50px; + background-color: #fff; + border-radius: 5px; + box-shadow: 0 3px 5px 0 rgba(36,50,66,.2); + transition: box-shadow .3s; +} +.asset-card:hover { + border-bottom: none; + box-shadow: 0 20px 30px 0 rgba(36,50,66,.14); +} +.asset-card-container.rounded .asset-card { + border-radius: 10px; + -webkit-border-radius: 10px; + overflow: hidden; +} +.asset-card .image-container { + position: relative; + overflow: hidden; + height: 0; + padding-bottom: 70%; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} +.asset-card img { + height: auto; + width: auto; + min-width: 100%; + min-height: 100%; + max-width: initial; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); +} +.asset-card img.landscape { + height: 100%; + width: auto; +} +.asset-info { + display: block; + text-align: center; + background-color: #ffffff; + padding: 20px 10px 40px 10px; + border-bottom-left-radius: 5em; + border-bottom-right-radius: 5em; +} +.asset-info h3 { + display: block; + text-align: center; + background-color: #ffffff; + padding: 10px 0; + font-size: 20px; +} +.asset-info h4 { + display: block; + text-align: center; + margin: 10px 0; + font-size: 18px; +} +.asset-button p { + padding: 0 20px; +} +.asset-link { + padding: 20px 0 0 0; +} +@media (max-width: 767px) { + .asset-card-container { + width: 100% !important; + } +} + +/*****************************************/ +/* Percentage Counter */ +/*****************************************/ + +.progress-bar { + position: relative; + height: 150px; + width: 150px; + margin: 0 auto; +} + +.progress-bar div { + position: absolute; + height: 150px; + width: 150px; + border-radius: 50%; +} + +.progress-bar div span { + position: absolute; + font-family: Montserrat; + font-size: 33px; + line-height: 134px; + height: 130px; + width: 130px; + left: 10px; + top: 10px; + text-align: center; + border-radius: 50%; + background-color: white; + font-weight: 700; +} + +.progress-bar .background { + background-color: #b3cef6; +} + +.progress-bar .rotate { + clip: rect(0 75px 150px 0); + background-color: #4b86db; +} + +.progress-bar .left { + clip: rect(0 75px 150px 0); + opacity: 1; + background-color: #b3cef6; +} + +.progress-bar .right { + clip: rect(0 75px 150px 0); + transform: rotate(180deg); + opacity: 0; + background-color: #4b86db; +} + @keyframes +toggle { 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +.figure-style { + font-family: Montserrat; + font-size: 60px; + line-height: 134px; + font-weight: 700; + color:#0c99d6; +} + +/*****************************************/ +/* Video Player */ +/*****************************************/ + +.innerContainer { + position: relative; + display: block; + width: 100% !important; + height: 0; + padding: 56.25% 0 0 0; /* This should reflect your video aspect ratio */ + + /* Use the following 2 lines if you wish to make your player align centrally */ + + max-width: 640px; /* This should be the width of your player */ + margin: auto; +} +.outerContainer { + max-height: 360px; /* Set this to the height of your player */ +} +.vidyard_player { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + max-width: 640px; /* These should be the dimensions of your player */ + max-height: 360px; +} +.vidyard_player > span { + width: 100% !important; + height: 100% !important; + margin: 0 auto !important; +} + +/*****************************************/ +/* YouTube Video Responsive */ +/*****************************************/ + +.video-responsive{ + overflow:hidden; + padding-bottom:56.25%; + position:relative; + height:0; +} +.video-responsive iframe{ + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} + + +/*****************************************/ +/* Phone to Tablet Media Queries */ +/*****************************************/ + +@media (max-width: 767px) { + + .mhide { + display:none; + } + .dhide { + display:block; + } + .widget-type-space { + display:none !important; + } + .m-no-break.widget-type-space { + display:block!important; + } + + .header-container-wrapper .hs_cos_wrapper_type_logo a, .header-container-wrapper .hs_cos_wrapper_type_linked_image a { + max-width:calc(100% - 50px); + } + + .hs-with-featured-image .hs-rss-item-text{ width:100%; float:none; padding-left:0; padding-right:0;} + .hs-with-featured-image .hs-rss-item-image-wrapper{ width:100%; float:right; padding-right:0; margin-top:20px;} + .hs-rss-title{ font-size:26px; margin-bottom:20px;} + + .aplite-banner { + padding: 10px 10px 60px 10px; + } + .aplite-banner-2 { + padding: 80px 0 140px 0; + + } + .aplite-banner .cta_button { + margin:10px 0; + } + + h2.aplite-section-title, .aplite-section-title.widget-span .hs_cos_wrapper_type_text { + padding-bottom:0; + } + .bg-iphone-full-wrapper-bg { + padding-bottom:30px; + } + + .aplite-section-wrap { + padding: 50px 10px; + } + .aplite-section-wrap-small{ + padding: 0px 10px 10px 10px; + } + .aplite-section-wrap-map { + padding: 0px 10px 0 10px; + } + .aplite-section-wrap-intro { + padding: 0px 10px 50px 10px; + } + .aplite-section-wrap-casestudy-intro { + padding: 0px 10px 50px 10px; +} + .aplite-section-wrap-medium { + padding:35px 0; + } + .aplite-section-title-wrap { + padding-bottom:35px; + } + .aplite-section-title-wrap.left { + text-align:center; + } + + .feature-item { + text-align:center; + padding-bottom:40px; + } + .hs_cos_wrapper_type_rss_listing h3 { + display: inline; + padding-bottom: 0px; + } + .hs-rss-item.hs-with-featured-image .hs-rss-item-text { + width:auto; + } + .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { + display:none; + } + + .three-points .widget-type-cell { + padding-bottom:40px; + } + + .four-points .widget-type-cell { + padding-bottom:40px; + } + + .bg-layout-1, .bg-layout-2, .bg-layout-3 { + text-align:center; + } + .layout-item { + padding-top:35px; + } + .layout-item:first-child { + padding-top:0; + } + .layout-macbook-wrap, .layout-ipad-wrap, .layout-iphone-wrap { + width:100%!important; + margin:0!important; + } + .layout-iphone-wrap { + width:55%!important; + } + + .testimonial-slide::before { + left:5px; + } + .slidesjs-navigation { + top:93%; + right:0; + } + .slidesjs-previous { + left:0; + right:auto; + } + + .widget-span + .widget-type-widget_container { + padding-top:5em; + } + .span6 + .span6 { + padding-top:2em; + } + + .team-modules-wrap span .hs_cos_wrapper_type_custom_widget { + width:auto; + display:block; + } + + .blog-section-inner { + padding:10px 0; + } + .blog-single-section-inner { + padding:10px 0; + } + + .post-header { + padding:30px 0 50px; + min-height:0; + } + #hubspot-author_data { + text-align:center; + } + .hs-author-avatar { + margin:0 auto; + display:block; + } + .post-header-content h1 { + text-align:center; + font-size:30px; + padding-top:20px; + } + #hubspot-topic_data { + display:none; + } + + .post-body { + padding:4% 2%; + } + .post-item + .post-item { + margin-top:10px; + } + + .excerpt-body { + padding:20px; + } + .excerpt-header #hubspot-author_data { + text-align:left; + } + + .blog-pagination { + padding-bottom:50px; + } + + .hs-blog-post .addthis_toolbox { + display:none; + } + .footer-title { + text-align:center; + } + + + #site-footer > div > div > div > div > div > div > div > .widget-span { + padding-bottom:25px; + } + #site-footer .hs_submit input { + width:100%; + display:block; + -ms-appearance:none; + -o-appearance:none; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + } + #site-footer .hs_cos_wrapper_type_follow_me, .hs-footer-company-copyright { + text-align:center; + } + .widget-type-follow_me { + padding-bottom:0!important; + } + .hs-page .hs-tools-menu { + top:70px!important; + } + .g-logo { + display:none; + } + .g-logo-2 { + display:none; + } + .widget-type-rich_text p { + padding: 0 1em 1.2em 1em; + font-size: 1em; + } + .widget-type-rich_text p.cs { + padding: 0 1em 1.2em 0em; + font-size: 1em; + } + .angled-bottom { + -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); + clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); + } + .header-container-wrapper .hs_cos_wrapper_type_logo img, .header-container-wrapper .hs_cos_wrapper_type_linked_image img { + width: 40%!important; + display:block; + height:auto; + position:absolute; + top:60%; + transform:translateY(-50%); + } + ul.social_icons, li.social { + padding-left: 10px; + padding-right: 10px; + float:none; + list-style: none; + text-decoration: none; + display: inline-block; + position: relative; + margin-top: 4px; + font-size: 22px; + } + img.company-description { + border: 0; + /*-ms-interpolation-mode: bicubic;*/ + max-width: 90%; + height:auto; + border-radius: 3px; + padding: 0 1em 1.2em 1em; + } + .cta-left{ + float:none; + } + .cta-right{ + float:none; + } + .location-right{ + float:none; + } + img.fr{ + float:none; + margin-top:20px; + } + +} + diff --git a/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5305424927/1569716701860/Coded_files/Custom/page/js/jQuery-plugin-progressbar.js b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5305424927/1569716701860/Coded_files/Custom/page/js/jQuery-plugin-progressbar.js new file mode 100644 index 000000000..dd80a294f --- /dev/null +++ b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/5305424927/1569716701860/Coded_files/Custom/page/js/jQuery-plugin-progressbar.js @@ -0,0 +1,50 @@ +(function ($) { + $.fn.loading = function () { + var DEFAULTS = { + backgroundColor: '#b3cef6', + progressColor: '#4b86db', + percent: 75, + duration: 2000 + }; + + $(this).each(function () { + var $target = $(this); + + var opts = { + backgroundColor: $target.data('color') ? $target.data('color').split(',')[0] : DEFAULTS.backgroundColor, + progressColor: $target.data('color') ? $target.data('color').split(',')[1] : DEFAULTS.progressColor, + percent: $target.data('percent') ? $target.data('percent') : DEFAULTS.percent, + duration: $target.data('duration') ? $target.data('duration') : DEFAULTS.duration + }; + // console.log(opts); + + $target.append('
' + opts.percent + '%
'); + + $target.find('.background').css('background-color', opts.backgroundColor); + $target.find('.left').css('background-color', opts.backgroundColor); + $target.find('.rotate').css('background-color', opts.progressColor); + $target.find('.right').css('background-color', opts.progressColor); + + var $rotate = $target.find('.rotate'); + setTimeout(function () { + $rotate.css({ + 'transition': 'transform ' + opts.duration + 'ms linear', + 'transform': 'rotate(' + opts.percent * 3.6 + 'deg)' + }); + },1); + + if (opts.percent > 50) { + var animationRight = 'toggle ' + (opts.duration / opts.percent * 50) + 'ms step-end'; + var animationLeft = 'toggle ' + (opts.duration / opts.percent * 50) + 'ms step-start'; + $target.find('.right').css({ + animation: animationRight, + opacity: 1 + }); + $target.find('.left').css({ + animation: animationLeft, + opacity: 0 + }); + } + }); + } +})(jQuery); \ No newline at end of file diff --git a/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/9851309481/1569716700004/Coded_files/Custom/system/css/CaseStudy2019.min.css b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/9851309481/1569716700004/Coded_files/Custom/system/css/CaseStudy2019.min.css new file mode 100644 index 000000000..04005397a --- /dev/null +++ b/well-it/www.well-it.com/hs-fs/hub/2419491/hub_generated/template_assets/9851309481/1569716700004/Coded_files/Custom/system/css/CaseStudy2019.min.css @@ -0,0 +1 @@ +.submission{max-width:500px !important;margin:0 auto !important;width:auto !important;float:none !important;display:block !important;margin-bottom:50px !important}.submission input[type="submit"]{cursor:pointer}.submission h3,.submission .actions{max-width:500px;margin:0 auto} \ No newline at end of file diff --git a/well-it/www.well-it.com/hs-fs/hubfs/0-2-width=3508&height=1463&name=0-2.jpeg.jpeg b/well-it/www.well-it.com/hs-fs/hubfs/0-2-width=3508&height=1463&name=0-2.jpeg.jpeg new file mode 100644 index 000000000..996b6ad49 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/0-2-width=3508&height=1463&name=0-2.jpeg.jpeg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/3-3-width=500&name=3-3.png.png b/well-it/www.well-it.com/hs-fs/hubfs/3-3-width=500&name=3-3.png.png new file mode 100644 index 000000000..2223d7227 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/3-3-width=500&name=3-3.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/CRIF-width=500&name=CRIF.png.png b/well-it/www.well-it.com/hs-fs/hubfs/CRIF-width=500&name=CRIF.png.png new file mode 100644 index 000000000..47ba91ae4 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/CRIF-width=500&name=CRIF.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Decision Time header-width=500&name=Decision Time header.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Decision Time header-width=500&name=Decision Time header.png.png new file mode 100644 index 000000000..bab8cb7d1 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Decision Time header-width=500&name=Decision Time header.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Digital Signatures/dose-media-337491-1-width=500&name=dose-media-337491-1.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/Digital Signatures/dose-media-337491-1-width=500&name=dose-media-337491-1.jpg.jpg new file mode 100644 index 000000000..eae8b15e2 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Digital Signatures/dose-media-337491-1-width=500&name=dose-media-337491-1.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Facebook timeline 1 (2)-width=500&name=Facebook timeline 1 (2).png.png b/well-it/www.well-it.com/hs-fs/hubfs/Facebook timeline 1 (2)-width=500&name=Facebook timeline 1 (2).png.png new file mode 100644 index 000000000..02e5cd229 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Facebook timeline 1 (2)-width=500&name=Facebook timeline 1 (2).png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Globally-Accepted-Debit-Card-Tagline-6--1-width=1200&height=948&name=Globally-Accepted-Debit-Card-Tagline-6--1.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/Globally-Accepted-Debit-Card-Tagline-6--1-width=1200&height=948&name=Globally-Accepted-Debit-Card-Tagline-6--1.jpg.jpg new file mode 100644 index 000000000..5e124d12d Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Globally-Accepted-Debit-Card-Tagline-6--1-width=1200&height=948&name=Globally-Accepted-Debit-Card-Tagline-6--1.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/HIVE BEnefits 2021-width=712&height=386&name=HIVE BEnefits 2021.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/HIVE BEnefits 2021-width=712&height=386&name=HIVE BEnefits 2021.jpg.jpg new file mode 100644 index 000000000..ec016eb21 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/HIVE BEnefits 2021-width=712&height=386&name=HIVE BEnefits 2021.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/ITMS key info page-width=500&name=ITMS key info page.png.png b/well-it/www.well-it.com/hs-fs/hubfs/ITMS key info page-width=500&name=ITMS key info page.png.png new file mode 100644 index 000000000..780a8867e Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/ITMS key info page-width=500&name=ITMS key info page.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Jonathan Hutson-width=1280&height=857&name=Jonathan Hutson.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/Jonathan Hutson-width=1280&height=857&name=Jonathan Hutson.jpg.jpg new file mode 100644 index 000000000..cc7ecd358 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Jonathan Hutson-width=1280&height=857&name=Jonathan Hutson.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Screenshot 2021-06-08 at 09.02.58-width=500&name=Screenshot 2021-06-08 at 09.02.58.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Screenshot 2021-06-08 at 09.02.58-width=500&name=Screenshot 2021-06-08 at 09.02.58.png.png new file mode 100644 index 000000000..0c4105cf2 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Screenshot 2021-06-08 at 09.02.58-width=500&name=Screenshot 2021-06-08 at 09.02.58.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Stripe-width=500&name=Stripe.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Stripe-width=500&name=Stripe.png.png new file mode 100644 index 000000000..339ad2bea Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Stripe-width=500&name=Stripe.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Untitled design (9)-width=347&height=223&name=Untitled design (9).png.png b/well-it/www.well-it.com/hs-fs/hubfs/Untitled design (9)-width=347&height=223&name=Untitled design (9).png.png new file mode 100644 index 000000000..e5c74aaf7 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Untitled design (9)-width=347&height=223&name=Untitled design (9).png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/blog2-width=100&name=blog2.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/blog2-width=100&name=blog2.png.png new file mode 100644 index 000000000..36119e47a Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/blog2-width=100&name=blog2.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/careers2-width=100&name=careers2.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/careers2-width=100&name=careers2.png.png new file mode 100644 index 000000000..5377c53c4 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/careers2-width=100&name=careers2.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union business intelligence-width=100&name=credit union business intelligence.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union business intelligence-width=100&name=credit union business intelligence.png.png new file mode 100644 index 000000000..9a1664966 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union business intelligence-width=100&name=credit union business intelligence.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union compliance-width=100&name=credit union compliance.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union compliance-width=100&name=credit union compliance.png.png new file mode 100644 index 000000000..067d93803 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union compliance-width=100&name=credit union compliance.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union customer care-width=100&name=credit union customer care.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union customer care-width=100&name=credit union customer care.png.png new file mode 100644 index 000000000..c276631db Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union customer care-width=100&name=credit union customer care.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union it managed service-width=100&name=credit union it managed service.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union it managed service-width=100&name=credit union it managed service.png.png new file mode 100644 index 000000000..d8aa11162 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union it managed service-width=100&name=credit union it managed service.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union mobile banking online-width=100&name=credit union mobile banking online.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union mobile banking online-width=100&name=credit union mobile banking online.png.png new file mode 100644 index 000000000..2d310078d Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union mobile banking online-width=100&name=credit union mobile banking online.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union self service-width=100&name=credit union self service.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union self service-width=100&name=credit union self service.png.png new file mode 100644 index 000000000..2561df2d6 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union self service-width=100&name=credit union self service.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union software-width=100&name=credit union software.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union software-width=100&name=credit union software.png.png new file mode 100644 index 000000000..e48f4cc48 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/credit union software-width=100&name=credit union software.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/responsive credit union websites-width=100&name=responsive credit union websites.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/responsive credit union websites-width=100&name=responsive credit union websites.png.png new file mode 100644 index 000000000..b381280a9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/responsive credit union websites-width=100&name=responsive credit union websites.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/worldwide2-width=100&name=worldwide2.png.png b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/worldwide2-width=100&name=worldwide2.png.png new file mode 100644 index 000000000..e318cc747 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/Icons/worldwide2-width=100&name=worldwide2.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/nicole1-width=360&height=230&name=nicole1.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/nicole1-width=360&height=230&name=nicole1.jpg.jpg new file mode 100644 index 000000000..54411b323 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/Web Project 2017/nicole1-width=360&height=230&name=nicole1.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/WellIT_Fintech_eBook_cover-01-1-width=500&name=WellIT_Fintech_eBook_cover-01-1.png.png b/well-it/www.well-it.com/hs-fs/hubfs/WellIT_Fintech_eBook_cover-01-1-width=500&name=WellIT_Fintech_eBook_cover-01-1.png.png new file mode 100644 index 000000000..19266ca95 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/WellIT_Fintech_eBook_cover-01-1-width=500&name=WellIT_Fintech_eBook_cover-01-1.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/achievement-width=100&name=achievement.png.png b/well-it/www.well-it.com/hs-fs/hubfs/achievement-width=100&name=achievement.png.png new file mode 100644 index 000000000..4b12024a5 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/achievement-width=100&name=achievement.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/cabotfinancialfrance.png-width=500&name=cabotfinancialfrance.png.jpeg b/well-it/www.well-it.com/hs-fs/hubfs/cabotfinancialfrance.png-width=500&name=cabotfinancialfrance.png.jpeg new file mode 100644 index 000000000..610870358 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/cabotfinancialfrance.png-width=500&name=cabotfinancialfrance.png.jpeg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/ciara bell-width=360&height=230&name=ciara bell.jpeg.jpeg b/well-it/www.well-it.com/hs-fs/hubfs/ciara bell-width=360&height=230&name=ciara bell.jpeg.jpeg new file mode 100644 index 000000000..0d6cbd0bb Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/ciara bell-width=360&height=230&name=ciara bell.jpeg.jpeg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/cuInsight-width=500&name=cuInsight.png.png b/well-it/www.well-it.com/hs-fs/hubfs/cuInsight-width=500&name=cuInsight.png.png new file mode 100644 index 000000000..6618059d9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/cuInsight-width=500&name=cuInsight.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/debit card current account-width=500&name=debit card current account.png.png b/well-it/www.well-it.com/hs-fs/hubfs/debit card current account-width=500&name=debit card current account.png.png new file mode 100644 index 000000000..31eedb1cc Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/debit card current account-width=500&name=debit card current account.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/dowjones-width=244&name=dowjones.png.png b/well-it/www.well-it.com/hs-fs/hubfs/dowjones-width=244&name=dowjones.png.png new file mode 100644 index 000000000..afff40c2d Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/dowjones-width=244&name=dowjones.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/download docs-width=500&name=download docs.png.png b/well-it/www.well-it.com/hs-fs/hubfs/download docs-width=500&name=download docs.png.png new file mode 100644 index 000000000..ff1695b85 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/download docs-width=500&name=download docs.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/icon-1-width=100&name=icon-1.png.png b/well-it/www.well-it.com/hs-fs/hubfs/icon-1-width=100&name=icon-1.png.png new file mode 100644 index 000000000..d5d20730d Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/icon-1-width=100&name=icon-1.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/icon-2-width=100&name=icon-2.png.png b/well-it/www.well-it.com/hs-fs/hubfs/icon-2-width=100&name=icon-2.png.png new file mode 100644 index 000000000..ef49a81fc Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/icon-2-width=100&name=icon-2.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/icon-3-width=100&name=icon-3.png.png b/well-it/www.well-it.com/hs-fs/hubfs/icon-3-width=100&name=icon-3.png.png new file mode 100644 index 000000000..820e7d0a9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/icon-3-width=100&name=icon-3.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/id&v-width=500&name=id&v.png.png b/well-it/www.well-it.com/hs-fs/hubfs/id&v-width=500&name=id&v.png.png new file mode 100644 index 000000000..d9fb6884d Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/id&v-width=500&name=id&v.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/innovation-width=100&name=innovation.png.png b/well-it/www.well-it.com/hs-fs/hubfs/innovation-width=100&name=innovation.png.png new file mode 100644 index 000000000..2ef0223d9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/innovation-width=100&name=innovation.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/integrity-width=100&name=integrity.png.png b/well-it/www.well-it.com/hs-fs/hubfs/integrity-width=100&name=integrity.png.png new file mode 100644 index 000000000..137b5d160 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/integrity-width=100&name=integrity.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/james morrissey-width=360&height=230&name=james morrissey.png.png b/well-it/www.well-it.com/hs-fs/hubfs/james morrissey-width=360&height=230&name=james morrissey.png.png new file mode 100644 index 000000000..f260d6e93 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/james morrissey-width=360&height=230&name=james morrissey.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/kiosk1-width=500&name=kiosk1.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/kiosk1-width=500&name=kiosk1.jpg.jpg new file mode 100644 index 000000000..f89b37af9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/kiosk1-width=500&name=kiosk1.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/passion-width=100&name=passion.png.png b/well-it/www.well-it.com/hs-fs/hubfs/passion-width=100&name=passion.png.png new file mode 100644 index 000000000..e26270d27 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/passion-width=100&name=passion.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/sheen-width=360&height=230&name=sheen.png.png b/well-it/www.well-it.com/hs-fs/hubfs/sheen-width=360&height=230&name=sheen.png.png new file mode 100644 index 000000000..de9a92209 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/sheen-width=360&height=230&name=sheen.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/symantec1-width=244&name=symantec1.png.png b/well-it/www.well-it.com/hs-fs/hubfs/symantec1-width=244&name=symantec1.png.png new file mode 100644 index 000000000..68c5b7ce5 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/symantec1-width=244&name=symantec1.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/verifone-width=500&name=verifone.jpg.jpg b/well-it/www.well-it.com/hs-fs/hubfs/verifone-width=500&name=verifone.jpg.jpg new file mode 100644 index 000000000..d4c3441e0 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/verifone-width=500&name=verifone.jpg.jpg differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/verifone1-width=244&name=verifone1.png.png b/well-it/www.well-it.com/hs-fs/hubfs/verifone1-width=244&name=verifone1.png.png new file mode 100644 index 000000000..90225dbf9 Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/verifone1-width=244&name=verifone1.png.png differ diff --git a/well-it/www.well-it.com/hs-fs/hubfs/well-it-logo-white-2-width=320&name=well-it-logo-white-2.png.png b/well-it/www.well-it.com/hs-fs/hubfs/well-it-logo-white-2-width=320&name=well-it-logo-white-2.png.png new file mode 100644 index 000000000..62e646e5e Binary files /dev/null and b/well-it/www.well-it.com/hs-fs/hubfs/well-it-logo-white-2-width=320&name=well-it-logo-white-2.png.png differ diff --git a/well-it/www.well-it.com/hs/.DS_Store b/well-it/www.well-it.com/hs/.DS_Store new file mode 100644 index 000000000..4d050e72b Binary files /dev/null and b/well-it/www.well-it.com/hs/.DS_Store differ diff --git a/well-it/www.well-it.com/hs/cta/cta/current.js b/well-it/www.well-it.com/hs/cta/cta/current.js new file mode 100644 index 000000000..5581a95c4 --- /dev/null +++ b/well-it/www.well-it.com/hs/cta/cta/current.js @@ -0,0 +1 @@ +window._hsq=window._hsq||[];window.hbspt=window.hbspt||{};window.hbspt.cta=window.hbspt.cta||{__hstc:"",__hssc:"",__hsfp:"",__utk:"",__generated_utk:"",email:"",__analyticsPageId:"",__path:"",__referrerPath:"",TRACKING_CODE_TIMEOUT:2e3,WEB_INTERACTIVE_POLLING_INTERVAL:200,placementsData:{},placementsLoadQueue:{},loadedQueue:!1,canonicalURL:"",queryStringToForward:["tc_country","tc_deviceCategory","tc_visitSource","tc_drillDownRule","tc_language","utm_campaign","utm_medium"],trackingKeys:{RENDER_SUCCESS:"cta-render-success",RENDER_TIMEOUT:"cta-render-timeout",CTA_JSON_SUCCESS:"cta-json-success",CTA_JSON_FAILURE:"cta-json-failure",WITH_ANALYTICS:"cta-with-analytics"},load:function(t,e,a){var i=this,n=!1;i.utils.log(e+" loading");a||(a={region:"na1"});a.region||(a.region="na1");a.useNewLoader=!0;i.utils.setTrackingEnv(a.env,a.region,t);i.placementsData[e]=i.placementsData[e]||{portalId:t,loadCallTimestamp:(new Date).getTime()};i.utils.changeCtaVisibility(e,"hidden");i.__utk=i.__utk||i.utils.getCookieValue("hubspotutk");i.__hssc=i.__hssc||i.utils.getCookieValue("__hssc");i.__hstc=i.__hstc||i.utils.getCookieValue("__hstc");a.enforceTargetIsBlank&&(i.enforceTargetIsBlank=!0);i.canonicalURL=i.canonicalURL||i.getCanonicalURL();i.utils.isPreviewUrl&&(i.email=i.utils.getParameterByName("email"));i.setPlacementData(e,a,"t");function s(s){if(!n){i.__utk||(i.__generated_utk=i.utils.generateUtk());i.displayCta(t,e,a,s);n=!0}}function r(t){window._hsq.push((function(e){i.utils.track(i.trackingKeys.WITH_ANALYTICS);i.__path=e.path;i.__referrerPath=e.referrerPath;i.__analyticsPageId=window.hsVars&&window.hsVars.analytics_page_id||e.pageId;i.__hsfp=e._getFingerprint();if(e.utk){i.__hstc=e.utk.get();i.__utk=e.utk.visitor}e.session&&(i.__hssc=e.session.get());e.contentType&&(i.__contentType=e.contentType);t()}))}if(a.useNewLoader){i.addToQueue(t,e,a);i.utils.isPreviewUrl||r((function(){i.utils.log("got tracker data")}));i.utils.domReady((function(){if(!i.loadedQueue){i.setupCMSAnalytics();i.loadedQueue=!0;setTimeout((function(){i.loadQueue()}))}}));window.setTimeout((function(){if(!i.placementsData[e].ctaLoaded){i.utils.log(e+" timed out");i.utils.track(i.trackingKeys.RENDER_TIMEOUT);i.utils.changeCtaVisibility(e,"visible")}}),i.TRACKING_CODE_TIMEOUT)}else if(i.utils.isPreviewUrl)s();else{r((function(){i.utils.log(e+" get tracker data");s("a")}));i.utils.domReady((function(){i.setupCMSAnalytics();var t=!!i.__analyticsPageId||!i.__isCos,e=!!i.__utk,a=!!i.__path||!i.shouldWaitForPath();e&&t&&a&&s("d")}));window.setTimeout((function(){if(!n){i.utils.track(i.trackingKeys.RENDER_TIMEOUT);i.utils.log(e+" timed out");s("t")}}),i.TRACKING_CODE_TIMEOUT)}},shouldWaitForPath:function(){for(var t=0;t-1&&!e.getAttribute("data-hs-drop")}}for(i=0;i{clearTimeout(self.webInteractiveClientTimeout);window.__PRIVATE__HubspotCtaClient?t():self.pollForWebInteractiveClient(t,e-self.WEB_INTERACTIVE_POLLING_INTERVAL)},self.WEB_INTERACTIVE_POLLING_INTERVAL))},onWebInteractiveScriptLoaded:function(t){if(window.__PRIVATE__HubspotCtaClient&&"function"==typeof window.__PRIVATE__HubspotCtaClient.loadCta){window.hsCtasOnReady=window.hsCtasOnReady||[];window.hsCtasOnReady.push(()=>{const e="#hs-cta-wrapper-"+t.placementGuid,a=document.querySelectorAll(e);a?window.__PRIVATE__HubspotCtaClient.loadCta({contentId:Number(t.webInteractiveContentId),options:{elementToEmbed:[...a]}}):console.error("Cannot find element for replacing",t)})}else console.error("Web interactive API not found after load")},renderWebInteractive:function(t,e){var a=this;if(window.__PRIVATE__HubspotCtaClient)a.onWebInteractiveScriptLoaded(t);else{const i="hubspot-web-interactives-loader",n=document.getElementById(i),s="hs-cta-embed-"+t.placementGuid;if(n){if(n.dataset.loader===s)return;a.pollForWebInteractiveClient(()=>a.onWebInteractiveScriptLoaded(t),1e4);return}const r="https://"+a.utils.getJsDomain(e.options.env,e.options.region);a.utils.addScript(r+"/web-interactives-embed.js",t.placementGuid,!0,{id:i,dataset:{hsjsPortal:t.portalId,hsjsEnv:e.options.env,hsjsHublet:e.options.region||"na1",loader:s}}).then(()=>{a.onWebInteractiveScriptLoaded(t)}).catch(t=>{console.error("Failed to load web interactive JS",{errorMessage:String(t)})})}},renderCTA:function(t){var e,a,i,n=!!document.getElementById("hs-cta-ie-element"),s=t.image_html,r=this.getTags(t),o=t.is_image;if(!n&&!o){e=document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0];a=document.createElement("style");e.insertBefore(a,e.childNodes[0]);try{i=".hs-cta-wrapper p, .hs-cta-wrapper div { margin: 0; padding: 0; }"+" "+t.css;a[document.all?"innerText":"textContent"]=i}catch(t){a.styleSheet.cssText=i}t.has_external_links&&this.addExternalCSSLinks(t.css_links,e);s=t.raw_html}for(var c=null,l=0;l-1&&"lazy"===d[g].loading&&(c=u)}if("right"==p){u.style.display="block";u.style.textAlign="right"}else if("middle"==p){u.style.display="block";u.style.textAlign="center"}u.innerHTML=s.replace("/*hs-extra-styles*/",h);u.style.visibility="visible";u.setAttribute("data-hs-drop","true");try{var m=new CustomEvent("onrenderhscta",{detail:u});document.dispatchEvent(m)}catch(t){console.error("Custom event not supported in browser.")}window.hbspt&&hbspt.cta&&hbspt.cta.afterLoad&&hbspt.cta.afterLoad(t.placement_guid)}this.trackView(t.cta_guid,t.placement_guid,c);return r},trackView:function(t,e,a){window._hsq=window._hsq||[];a?window._hsq.push((function(i){if(i.limitTrackingToCookieDomains&&!i.cookie.currentDomain||!i.trackingEnabled||i._hasDoNotTrack())self.utils.log("tracking not enabled, not tracking for: "+e+"-"+t);else{var n={k:12,aij:'["'+(e||"")+'","'+(t||"")+'"]',rfc:8},s=i._generateURL(n),r=document.createElement("img");r.src=s;r.width=1;r.height=1;r.loading="lazy";r.id="pixel-"+e+"-"+t;r.onload=function(){a.removeChild(r)};a.appendChild(r)}})):window._hsq.push(["trackCtaView",e,t])},getCtaFromService:function(t,e,a,i){for(var n=this,s=this.generateLoaderQueryParams(t,null,a,i),r=this.utils.toQueryString(s),o=0;o=0},log:function(t){if(this.isDebug()){t=(new Date).getTime()+" [CTA]: "+t;window.console&&window.console.log(t);if(this.getParameterByName("selenium")){var e=document.getElementById("selenium_log");if(!e){(e=document.createElement("pre")).id="selenium_log";document.body.appendChild(e)}e.appendChild(document.createTextNode(t+"\n"))}}},generateUtk:function(){function t(){return(65536*(1+Math.random())).toString(16).substring(0,4)}var e=(new Date).getTime().toString(16);e=e.substring(e.length-12||0,e.length);for(;e.length<12;)e="0"+e;return"c7a00000"+t()+t()+t()+e},addScript:function(t,e,a=!1,i={}){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src=t;this.isDebug()&&this.log(e+" adding script: "+n.src.replace(/&|\?/g,"\n").replace(/=/g,"\t= "));(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(n);if(a)return new Promise((t,e)=>{let a=!1;n.onload=()=>{a=!0;t()};n.onerror=()=>e(new Error("addScript failed for: "+src));if(i){const{dataset:t={},...e}=i;Object.keys(t).forEach(e=>{n.dataset[e]=t[e]});Object.keys(e).forEach(t=>n.setAttribute(t,e[t]))}document.getElementsByTagName("head")[0].appendChild(n);setTimeout(()=>{a||e(new Error("addScript timed out for: "+src))},1e4)})},isPreviewUrlFn:function(e){return/preview(-[^\.]+)?\.hs-sites(qa)?(-[^\.]+)?\.com/g.test(e)||/hubspotpreview(qa)?(-[^\.]+)?/.test(e)||!!t.utils.getParameterByName("hs_preview")},getRequest:function(t,e,a){var i=new XMLHttpRequest;i.onreadystatechange=function(){if(4===i.readyState){if(200===i.status)try{var t=JSON.parse(i.responseText),n="";try{n=i.getResponseHeader("x-origin-hublet")}catch(t){}e(t,n)}catch(t){a(t)}i.status>=400&&a()}};i.open("GET",t,!0);i.withCredentials=!0;i.send(null)},setTrackingEnv:function(t,e,a){this.env=t||"prod";this.hublet=e||"na1";this.portalId=a},track:function(t){var e=this.hublet||"na1",a="https://perf"+("na1"!==e?"-"+e:"")+".hsforms"+("qa"===(this.env||"prod")?"qa":"")+".com/embed/v3/counters.gif?key="+t+"&value=1";(new Image).src=a}};t.utils.isPreviewUrl=t.utils.isPreviewUrlFn(window.location.host,this.hublet);t.utils.isGooglebot=/googlebot/i.test(navigator.userAgent);t.utils.getElementsByClassName=document.getElementsByClassName?document.getElementsByClassName.bind(document):function(t){document.querySelectorAll("."+t)};t.utils.domReady((function(){t.utils.domReadyCalled=!0}))}(window.hbspt.cta); \ No newline at end of file diff --git a/well-it/www.well-it.com/hs/hsstatic/HubspotToolsMenu/static-1.191/js/index.js b/well-it/www.well-it.com/hs/hsstatic/HubspotToolsMenu/static-1.191/js/index.js new file mode 100644 index 000000000..09c1bca8c --- /dev/null +++ b/well-it/www.well-it.com/hs/hsstatic/HubspotToolsMenu/static-1.191/js/index.js @@ -0,0 +1,2 @@ +!function(e){var t={};function n(o){if(t[o])return t[o].exports;var s=t[o]={i:o,l:!1,exports:{}};e[o].call(s.exports,s,s.exports,n);s.l=!0;return s.exports}n.m=e;n.c=t;n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})};n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});Object.defineProperty(e,"__esModule",{value:!0})};n.t=function(e,t){1&t&&(e=n(e));if(8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);n.r(o);Object.defineProperty(o,"default",{enumerable:!0,value:e});if(2&t&&"string"!=typeof e)for(var s in e)n.d(o,s,function(t){return e[t]}.bind(null,s));return o};n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};n.d(t,"a",t);return t};n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};n.p="//static.hsappstatic.net/HubspotToolsMenu/static-1.191/";n(n.s=3)}([function(e,t){e.exports="//static.hsappstatic.net/HubspotToolsMenu/static-1.191/js/sprocket_white.svg"},function(e,t){e.exports="//static.hsappstatic.net/HubspotToolsMenu/static-1.191/js/sprocket_orange.svg"},function(e,t){e.exports="//static.hsappstatic.net/HubspotToolsMenu/static-1.191/css/toolsmenu.css"},function(e,t,n){"use strict";n.r(t);const o="HS_SPROCKET_MENU_LOCAL_OVERRIDE",s="https://local.hsappstatic.net/HubspotToolsMenu/static/js/index.js",i=()=>Array.from(document.body.getElementsByTagName("script")).some(e=>e.src===s),r=()=>!(!window.localStorage.getItem(o)&&1)&&!i(),a=()=>{const e=document.createElement("script");e.src=s;e.onload=()=>{setTimeout(()=>{const e=new Event("DOMContentLoaded");document.dispatchEvent(e)},100)};document.body.appendChild(e)};r()&&a();var l=n(0),c=n.n(l),d=n(1),p=n.n(d),h=n(2),u=n.n(h);class m{constructor(e){this.baseUrl=this.getHsBaseUrl(e.app_hs_base_url);this.cpBaseUrl=this.getHsBaseUrl(e.cp_hs_base_url);this.contentId=e.dynamic_page_id&&"0"!==e.dynamic_page_id&&"null"!==e.dynamic_page_id?e.dynamic_page_id:e.page_id;this.categoryId=e.category_id;this.contentGroupId=e.content_group_id;this.portalId=e.portal_id;this.environments={PRODUCTION:1,STAGING:2};this.isCustomerPortal=!0===e.is_customer_portal;this.cmsEnvironment=this.getCmsEnvironmentFromCookie();this.permissionObj={}}getHsBaseUrl(e){return window.localStorage.getItem("HS_LOCAL_TESTING")?e.replace(/[^/](\w+?)(?=\.)/,"local"):e}createElementFromHTML(e){const t=document.createElement("div");t.innerHTML=e.trim();return t.firstChild}jsonp(e,t){window.jsonpHandler=e=>{t(e)};const n=`${e}${-1!==e.indexOf("?")?"&":"?"}callback=jsonpHandler`,o=document.createElement("script");o.type="text/javascript";o.referrerPolicy="no-referrer-when-downgrade";o.async=!0;o.src=n;document.getElementsByTagName("head")[0].appendChild(o)}httpGet(e,t){const n=new XMLHttpRequest;n.withCredentials=!0;n.onreadystatechange=function(){4===this.readyState&&200===this.status&&t(JSON.parse(this.responseText))};n.open("GET",e,!0);n.send()}showToolsMenuIfAuthor(){let e,t=this.contentId,n=!1;if(this.isCustomerPortal)e="customer-portal";else if(window.location.pathname.endsWith("_hcms/mem/login"))e="content-membership";else if(this.contentId&&this.contentGroupId)e=7===this.categoryId?"blog-listing-pages":6===this.categoryId?"knowledge-articles":"blog-posts";else if(this.contentGroupId){e=6===this.categoryId?"knowledge-bases":"blogs";t=this.contentGroupId}else{n=!0;e="landing-pages"}const o=`${this.baseUrl}/content-tools-menu/api/v1/tools-menu/has-permission?portalId=${this.portalId}`;this.jsonp(o,o=>{if(o.has_permission){const o=`${this.cpBaseUrl}/content-tools-menu/api/v1/tools-menu/permissions?portalId=${this.portalId}`;this.httpGet(o,o=>{this.permissionObj=o;this.setUpLocalDevUrl();"content-membership"===e?this.getContentMembershipCookie(e,this.portalId):this.getAppLinks(e,t,this.portalId);n&&this.setupDeferredPrefetchingOfEditorAssets(e)})}})}getContentMembershipCookie(e,t){this.jsonp(`${this.baseUrl}/content-tools-menu/api/v1/content/validate-hubspot-user?redirect_url=${window.location.href}&portalId=${t}`,e=>{if(e&&e.verified){const t=this.getUrlParameter("redirect_url");window.location.href=t||e.redirectUrl||window.location.origin}})}getAppLinks(e,t,n){this.jsonp(`${this.baseUrl}/content-tools-menu/api/v1/tools-menu/${e}/${t}/actions?portalId=${n}`,e=>{e.actions&&e.strings&&this.showAppLinks(e.actions,e.strings)})}setUpLocalDevUrl(){this.localDevPromise=new Promise((e,t)=>{if(!this.permissionObj.permissions.includes("CAN_OPEN_LOCAL_DEVELOPMENT"))return e(!1);let n=window.location.hostname,o=window.location.pathname;const s=window.location.search;s&&s.slice("1").split("&").forEach(e=>{if(e.indexOf("hsDebugOverridePublicHost")>-1){n=e.split("=")[1];o=o.replace("/cos-rendering/v1/public","")}});const i={hostName:n,pathName:o,protocol:window.location.protocol,contentId:this.contentId,portalId:this.portalId},r=Object.keys(i).map(e=>`${e}=${i[e]}`).join("&");return fetch("http://localhost:1442/check-if-local-dev-server?"+r).then(e=>{if(!e.ok)throw e.statusText;return e.json()}).then(t=>{e(t)}).catch(n=>{"Failed to fetch"===n.message?e(!1):t(n)})})}showAppLinks(e,t){const n=[].slice.call(document.querySelectorAll("[data-menu-id]")).filter(e=>!!e.getAttribute("data-menu-id").trim()),o=n.length>0?n[0]:null;if(null!==o){const n=o.getAttribute("data-menu-id").trim();e.push([t.EDIT_NAVIGATION_MENU,`${this.baseUrl}/menus/${this.portalId}/edit/${n}`])}const s=(n=!1)=>{let o="";n&&e.push(["Open Local Dev Server",n.localProxyUrl]);this.permissionObj.permissions.includes("CAN_OPEN_LOCAL_DEVELOPMENT")&&(o+='\n
  • JS Rendering Enabled
  • \n ');e.forEach(e=>{o+=`
  • \n ${e[0]}\n
  • `});if(this.permissionObj.permissions.includes("CAN_PREVIEW_ENVIRONMENTS")){o+=`
  • ${t.VIEW_BUFFER}
  • ${t.VIEW_HARD}
  • `;o+=`
  • ${t.VIEW_STAGING}
  • ${t.VIEW_PRODUCTION}
  • `}const s=``,i=`\n \n `;document.body.appendChild(this.createElementFromHTML(s));document.body.appendChild(this.createElementFromHTML(i));this.registerEvents()};this.localDevPromise.then(s).catch(e=>{console.error("Unable to render local dev action in Sprocket Menu");console.error(e);s()})}registerEvents(){const e=document.querySelector(".hs-tools-menu");this.registerDropdown(e);e.querySelector(".hs-menu-hider").addEventListener("click",t=>{t.preventDefault();t.stopPropagation();e.style.display="none"});const t=e.querySelector(".hs-environment-buffer-on");t&&(this.cmsEnvironment.buffer?t.parentElement.removeChild(t):t.addEventListener("click",e=>{e.preventDefault();e.stopPropagation();this.requestAndSetEnvironmentCookie(this.portalId,!0,this.cmsEnvironment.environmentId)}));const n=e.querySelector(".hs-environment-buffer-off");n&&(this.cmsEnvironment.buffer?n.addEventListener("click",e=>{e.preventDefault();e.stopPropagation();this.requestAndSetEnvironmentCookie(this.portalId,!1,this.cmsEnvironment.environmentId)}):n.parentElement.removeChild(n));const o=e.querySelector(".hs-environment-staging");o&&(this.cmsEnvironment.environmentId!==this.environments.STAGING?o.addEventListener("click",e=>{e.preventDefault();e.stopPropagation();this.requestAndSetEnvironmentCookie(this.portalId,this.cmsEnvironment.buffer,this.environments.STAGING)}):o.parentElement.removeChild(o));const s=e.querySelector(".hs-environment-production");s&&(this.cmsEnvironment.environmentId!==this.environments.PRODUCTION?s.addEventListener("click",e=>{e.preventDefault();e.stopPropagation();this.requestAndSetEnvironmentCookie(this.portalId,this.cmsEnvironment.buffer,this.environments.PRODUCTION)}):s.parentElement.removeChild(s))}requestAndSetEnvironmentCookie(e,t,n){const o=`${this.cpBaseUrl}/content-tools-menu/api/v1/tools-menu/environment-cookie?portalId=${e}&environmentId=${n}&buffer=${t}`;this.httpGet(o,e=>{document.cookie="hs_cms_environment="+btoa(JSON.stringify(e));window.location.reload()})}registerDropdown(e){const t=Array.from(e.children).find(e=>e.classList.contains("hs-sprocket")),n=()=>{e.classList.add("hs-collapsed");e.setAttribute("aria-expanded",!1);t.setAttribute("src",c.a)},o=()=>{e.classList.remove("hs-collapsed");e.setAttribute("aria-expanded",!0);t.setAttribute("src",p.a)},s=()=>{n();document.body.removeEventListener("click",s)},i=t=>{if(!t.target.getAttribute("href")){t.preventDefault();t.stopPropagation();if(e.classList.contains("hs-collapsed")){o();document.body.addEventListener("click",s)}else{n();document.body.removeEventListener("click",s)}}};e.addEventListener("click",i,!1)}getUrlParameter(e){e=e.replace(/[[]/,"\\[").replace(/[\]]/,"\\]");const t=new RegExp(`[\\?&]${e}=([^&#]*)`).exec(location.search);return null===t?"":decodeURIComponent(t[1].replace(/\+/g," "))}getCmsEnvironmentFromCookie(){const e=this.getCookie("hs_cms_environment");return e?JSON.parse(atob(e)):{portalId:0,environmentId:this.environments.PRODUCTION,buffer:!1,createdAt:0}}getCookie(e){const t=e+"=",n=document.cookie.split(";");for(let e=0;e{setTimeout(()=>{let t;if("landing-pages"!==e)return;t="content/editor/prefetcher.js";const n=document.createElement("script");n.src=`${this.baseUrl}/${t}`;document.head.appendChild(n)},2e3)})}}class f{constructor(){this.getShowAllFiltersLinkEventHandler=e=>t=>{const{previousElementSibling:{children:n}}=e;n&&[].slice.call(n,0).forEach(e=>{e.style.display="block"});e.style.display="none";t.preventDefault();t.stopPropagation()}}setup(){[].slice.call(document.querySelectorAll(".filter-expand-link"),0).forEach(e=>{e.addEventListener("click",this.getShowAllFiltersLinkEventHandler(e))})}}const v=()=>{const e=window.location,{port:t,hostname:n,pathname:o}=e,s=e!==window.parent.location,i=o.includes("_hcms/preview/template"),a=""!==t||n.includes("hslocal.net")||n.includes("localhost");return!(s||i||r()||a)};!function(){if(window.document.documentMode)return;const e=()=>{if(!window.hsVars||!window.hsVars.portal_id)return;new m(window.hsVars).showToolsMenuIfAuthor();(new f).setup()};v()&&("loading"===document.readyState?document.addEventListener("DOMContentLoaded",(function t(){e();document.removeEventListener("DOMContentLoaded",t)}),!1):e())}()}]); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/well-it/www.well-it.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js b/well-it/www.well-it.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js new file mode 100644 index 000000000..652f67ba9 --- /dev/null +++ b/well-it/www.well-it.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js @@ -0,0 +1 @@ +"use strict";function hs_i18n_log(n){console.log("i18n_getmessage: "+n)}function hs_i18n_substituteStrings(n,e){var s=n.match(new RegExp("\\$[0-9]+","g"));if(null==s)return n;for(var r=0;re.length?hs_i18n_log("no substitution string at index "+t+" found for string '"+n+"'"):n=n.replace(l,e[t-1])}return n}function hs_i18n_insertPlaceholders(n,e){var s=n.message,r=s.match(new RegExp("\\$\\w+\\$","g"));if(null==r)return s;for(var l=0;l").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
    a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
    "+""+"
    ",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
    t
    ",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
    ",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; +f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

    ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
    ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
    ","
    "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() +{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
    ").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/well-it/www.well-it.com/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js b/well-it/www.well-it.com/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js new file mode 100644 index 000000000..4415e782e --- /dev/null +++ b/well-it/www.well-it.com/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js @@ -0,0 +1 @@ +!function(){var e=document.querySelectorAll(".hs-menu-wrapper.flyouts > ul > li"),t=document.querySelectorAll(".hs-menu-wrapper.flyouts > ul > li > ul > li");Array.prototype.forEach.call(e,function(e,t){e.querySelector("a").addEventListener("focus",function(e){var t=document.querySelector(".hs-menu-wrapper.flyouts > ul > li > ul.open-menu-list"),r=this.parentNode.querySelector("ul");if(t){t.removeAttribute("style");t.classList.remove("open-menu-list")}t&&t.parentNode.querySelector("a").setAttribute("aria-expanded","false");if(r){r.style.visibility="visible";r.style.opacity="1";r.style.display="block";r.classList.add("open-menu-list")}r&&this.setAttribute("aria-expanded","true")});Array.prototype.forEach.call(e.querySelectorAll("ul li:last-child > a"),function(e,t){e.addEventListener("blur",function(e){if(!this.parentNode.querySelector("ul")){var t=this.parentNode.parentNode;if(t){t.removeAttribute("style");t.classList.remove("open-menu-list")}this.parentNode.parentNode.parentNode.querySelector("a").setAttribute("aria-expanded","false")}})});e.querySelector("a").addEventListener("mouseout",function(e){var t=document.querySelector(".hs-menu-wrapper.flyouts > ul > li > ul.open-menu-list");if(t){t.removeAttribute("style");t.classList.remove("open-menu-list")}t&&t.parentNode.querySelector("a").setAttribute("aria-expanded","false")})});Array.prototype.forEach.call(t,function(e,t){e.querySelector("a").addEventListener("focus",function(e){var t=document.querySelector(".hs-menu-wrapper.flyouts > ul > li > ul ul.open-menu-list"),r=this.parentNode.querySelector("ul");if(t){t.removeAttribute("style");t.classList.remove("open-menu-list")}t&&t.querySelector("a").setAttribute("aria-expanded","false");if(r){r.style.visibility="visible";r.style.opacity="1";r.style.display="block";r.classList.add("open-menu-list")}r&&this.parentNode.querySelector("a").setAttribute("aria-expanded","true")});e.querySelector("a").addEventListener("mouseout",function(e){var t=document.querySelector(".hs-menu-wrapper.flyouts > ul > li > ul ul.open-menu-list");if(t){t.removeAttribute("style");t.classList.remove("open-menu-list")}t&&t.querySelector("a").setAttribute("aria-expanded","false")})})}(); \ No newline at end of file diff --git a/well-it/www.well-it.com/hs/scriptloader/2419491.js b/well-it/www.well-it.com/hs/scriptloader/2419491.js new file mode 100644 index 000000000..d5a5f7bce --- /dev/null +++ b/well-it/www.well-it.com/hs/scriptloader/2419491.js @@ -0,0 +1,6 @@ +// HubSpot Script Loader. Please do not block this resource. See more: http://hubs.ly/H0702_H0 + +!function(e,t){if(!document.getElementById(e)){var c=document.createElement("script");c.src="https://js.hs-analytics.net/analytics/1698881400000/2419491.js",c.type="text/javascript",c.id=e;var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(c,n)}}("hs-analytics"); +var _hsp = window._hsp = window._hsp || []; + _hsp.push(['addEnabledFeatureGates', []]); +!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hs-banner.com/2419491.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("cookieBanner-2419491",0,{"data-cookieconsent":"ignore","data-hs-ignore":true,"data-loader":"hs-scriptloader","data-hsjs-portal":2419491,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"}); \ No newline at end of file diff --git a/well-it/www.well-it.com/hubfs/.DS_Store b/well-it/www.well-it.com/hubfs/.DS_Store new file mode 100644 index 000000000..5cf2d5ed1 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/.DS_Store differ diff --git a/well-it/www.well-it.com/hubfs/2022 - Case Studies/North Midlands - Website/North Midlands Customer Story LP tiles3.jpg b/well-it/www.well-it.com/hubfs/2022 - Case Studies/North Midlands - Website/North Midlands Customer Story LP tiles3.jpg new file mode 100644 index 000000000..f84a8842c Binary files /dev/null and b/well-it/www.well-it.com/hubfs/2022 - Case Studies/North Midlands - Website/North Midlands Customer Story LP tiles3.jpg differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/1stalliancesmallimg.png b/well-it/www.well-it.com/hubfs/CS Images/1stalliancesmallimg.png new file mode 100644 index 000000000..acf7ef9c7 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/1stalliancesmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/corecusmallimg.png b/well-it/www.well-it.com/hubfs/CS Images/corecusmallimg.png new file mode 100644 index 000000000..ec78f3777 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/corecusmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/gculsmallimg.png b/well-it/www.well-it.com/hubfs/CS Images/gculsmallimg.png new file mode 100644 index 000000000..b5041e362 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/gculsmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/lcusmallimg.png b/well-it/www.well-it.com/hubfs/CS Images/lcusmallimg.png new file mode 100644 index 000000000..1a7259dee Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/lcusmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/twcusmallimg.png b/well-it/www.well-it.com/hubfs/CS Images/twcusmallimg.png new file mode 100644 index 000000000..61e12a192 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/twcusmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/CS Images/wexfordsmallimng.png b/well-it/www.well-it.com/hubfs/CS Images/wexfordsmallimng.png new file mode 100644 index 000000000..d7f50e9b4 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/CS Images/wexfordsmallimng.png differ diff --git a/well-it/www.well-it.com/hubfs/Case Study images/ID&V Core CS.png b/well-it/www.well-it.com/hubfs/Case Study images/ID&V Core CS.png new file mode 100644 index 000000000..f7c22159a Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Case Study images/ID&V Core CS.png differ diff --git a/well-it/www.well-it.com/hubfs/Case Study images/Mullingar customer lp.png b/well-it/www.well-it.com/hubfs/Case Study images/Mullingar customer lp.png new file mode 100644 index 000000000..ba0d03f29 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Case Study images/Mullingar customer lp.png differ diff --git a/well-it/www.well-it.com/hubfs/Case studies/Case Study Image MFCU.png b/well-it/www.well-it.com/hubfs/Case studies/Case Study Image MFCU.png new file mode 100644 index 000000000..e6fea54df Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Case studies/Case Study Image MFCU.png differ diff --git a/well-it/www.well-it.com/hubfs/Decision Time header.png b/well-it/www.well-it.com/hubfs/Decision Time header.png new file mode 100644 index 000000000..83f5dfc03 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Decision Time header.png differ diff --git a/well-it/www.well-it.com/hubfs/Decision+Time+board+portal+meetings+software.jpeg b/well-it/www.well-it.com/hubfs/Decision+Time+board+portal+meetings+software.jpeg new file mode 100644 index 000000000..72c095a92 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Decision+Time+board+portal+meetings+software.jpeg differ diff --git a/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 1 - 1 (3).gif b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 1 - 1 (3).gif new file mode 100644 index 000000000..a310cde4b Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 1 - 1 (3).gif differ diff --git a/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 2 - 1 (2).gif b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 2 - 1 (2).gif new file mode 100644 index 000000000..018e71825 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 2 - 1 (2).gif differ diff --git a/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 3 - 1 (1).gif b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 3 - 1 (1).gif new file mode 100644 index 000000000..f3aa8d855 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Documents/cuInsight videos/Report Gif 3 - 1 (1).gif differ diff --git a/well-it/www.well-it.com/hubfs/HP customer success.png b/well-it/www.well-it.com/hubfs/HP customer success.png new file mode 100644 index 000000000..615d6cc3c Binary files /dev/null and b/well-it/www.well-it.com/hubfs/HP customer success.png differ diff --git a/well-it/www.well-it.com/hubfs/HSSCU image for website.png b/well-it/www.well-it.com/hubfs/HSSCU image for website.png new file mode 100644 index 000000000..82dd7ce60 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/HSSCU image for website.png differ diff --git a/well-it/www.well-it.com/hubfs/ITMS/Enniscorthy customer lp image-2.png b/well-it/www.well-it.com/hubfs/ITMS/Enniscorthy customer lp image-2.png new file mode 100644 index 000000000..b839a51d4 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/ITMS/Enniscorthy customer lp image-2.png differ diff --git a/well-it/www.well-it.com/hubfs/Images/CS Images/mfcusmallimg.png b/well-it/www.well-it.com/hubfs/Images/CS Images/mfcusmallimg.png new file mode 100644 index 000000000..4f69e8678 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Images/CS Images/mfcusmallimg.png differ diff --git a/well-it/www.well-it.com/hubfs/Screenshot 2021-03-22 at 15.05.33.png b/well-it/www.well-it.com/hubfs/Screenshot 2021-03-22 at 15.05.33.png new file mode 100644 index 000000000..c32c7a7eb Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Screenshot 2021-03-22 at 15.05.33.png differ diff --git a/well-it/www.well-it.com/hubfs/Stock Images/Credit Unions/creditunionefficiency.jpg b/well-it/www.well-it.com/hubfs/Stock Images/Credit Unions/creditunionefficiency.jpg new file mode 100644 index 000000000..3283c3c3c Binary files /dev/null and b/well-it/www.well-it.com/hubfs/Stock Images/Credit Unions/creditunionefficiency.jpg differ diff --git a/well-it/www.well-it.com/hubfs/TW-ITMS-customer story image.png b/well-it/www.well-it.com/hubfs/TW-ITMS-customer story image.png new file mode 100644 index 000000000..182a6c773 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/TW-ITMS-customer story image.png differ diff --git a/well-it/www.well-it.com/hubfs/WellingtonIT_Oct2016/Image/favicon.ico b/well-it/www.well-it.com/hubfs/WellingtonIT_Oct2016/Image/favicon.ico new file mode 100644 index 000000000..b403c8a74 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/WellingtonIT_Oct2016/Image/favicon.ico differ diff --git a/well-it/www.well-it.com/hubfs/brochure website lp/Enniscorthy customer lp image.png b/well-it/www.well-it.com/hubfs/brochure website lp/Enniscorthy customer lp image.png new file mode 100644 index 000000000..3f9671b12 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/brochure website lp/Enniscorthy customer lp image.png differ diff --git a/well-it/www.well-it.com/hubfs/business-925900_960_720.jpg b/well-it/www.well-it.com/hubfs/business-925900_960_720.jpg new file mode 100644 index 000000000..a6b28e65e Binary files /dev/null and b/well-it/www.well-it.com/hubfs/business-925900_960_720.jpg differ diff --git a/well-it/www.well-it.com/hubfs/cloud case study image.png b/well-it/www.well-it.com/hubfs/cloud case study image.png new file mode 100644 index 000000000..9d3eaf4d6 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/cloud case study image.png differ diff --git a/well-it/www.well-it.com/hubfs/cuInsight/cuInsight header Image (1).png b/well-it/www.well-it.com/hubfs/cuInsight/cuInsight header Image (1).png new file mode 100644 index 000000000..54719c202 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/cuInsight/cuInsight header Image (1).png differ diff --git a/well-it/www.well-it.com/hubfs/cuOnline+ LP/cuonline+ case study header.png b/well-it/www.well-it.com/hubfs/cuOnline+ LP/cuonline+ case study header.png new file mode 100644 index 000000000..7acb8f702 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/cuOnline+ LP/cuonline+ case study header.png differ diff --git a/well-it/www.well-it.com/hubfs/cuonline+ case study header-2.png b/well-it/www.well-it.com/hubfs/cuonline+ case study header-2.png new file mode 100644 index 000000000..5b2d0d022 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/cuonline+ case study header-2.png differ diff --git a/well-it/www.well-it.com/hubfs/cuonline+ case study lp.png b/well-it/www.well-it.com/hubfs/cuonline+ case study lp.png new file mode 100644 index 000000000..0e7c0c8b6 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/cuonline+ case study lp.png differ diff --git a/well-it/www.well-it.com/hubfs/decision-time-meeting.jpg b/well-it/www.well-it.com/hubfs/decision-time-meeting.jpg new file mode 100644 index 000000000..fb01b398c Binary files /dev/null and b/well-it/www.well-it.com/hubfs/decision-time-meeting.jpg differ diff --git a/well-it/www.well-it.com/hubfs/g-logo.png b/well-it/www.well-it.com/hubfs/g-logo.png new file mode 100644 index 000000000..f853564e7 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/g-logo.png differ diff --git a/well-it/www.well-it.com/hubfs/kiosk customer lp.png b/well-it/www.well-it.com/hubfs/kiosk customer lp.png new file mode 100644 index 000000000..6ddd0e6f1 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/kiosk customer lp.png differ diff --git a/well-it/www.well-it.com/hubfs/kiosk for customer story webpage-2.png b/well-it/www.well-it.com/hubfs/kiosk for customer story webpage-2.png new file mode 100644 index 000000000..d3514fcfa Binary files /dev/null and b/well-it/www.well-it.com/hubfs/kiosk for customer story webpage-2.png differ diff --git a/well-it/www.well-it.com/hubfs/letterkenny case study kiosk customer story image.png b/well-it/www.well-it.com/hubfs/letterkenny case study kiosk customer story image.png new file mode 100644 index 000000000..a43fac259 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/letterkenny case study kiosk customer story image.png differ diff --git a/well-it/www.well-it.com/hubfs/mfcu-cumobile-customer story.png b/well-it/www.well-it.com/hubfs/mfcu-cumobile-customer story.png new file mode 100644 index 000000000..2d4916c50 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/mfcu-cumobile-customer story.png differ diff --git a/well-it/www.well-it.com/hubfs/open banking holding screen.jpg b/well-it/www.well-it.com/hubfs/open banking holding screen.jpg new file mode 100644 index 000000000..4772dde2d Binary files /dev/null and b/well-it/www.well-it.com/hubfs/open banking holding screen.jpg differ diff --git a/well-it/www.well-it.com/hubfs/pexels-photo-919436-2.jpeg b/well-it/www.well-it.com/hubfs/pexels-photo-919436-2.jpeg new file mode 100644 index 000000000..03b408477 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/pexels-photo-919436-2.jpeg differ diff --git a/well-it/www.well-it.com/hubfs/reporting fingertips 1.png b/well-it/www.well-it.com/hubfs/reporting fingertips 1.png new file mode 100644 index 000000000..51e2a1422 Binary files /dev/null and b/well-it/www.well-it.com/hubfs/reporting fingertips 1.png differ diff --git a/well-it/www.well-it.com/hubfs/st Dominic payac case study.png b/well-it/www.well-it.com/hubfs/st Dominic payac case study.png new file mode 100644 index 000000000..5cee2391b Binary files /dev/null and b/well-it/www.well-it.com/hubfs/st Dominic payac case study.png differ diff --git a/well-it/www.well-it.com/increase-your-credit-union-efficiency.html b/well-it/www.well-it.com/increase-your-credit-union-efficiency.html new file mode 100644 index 000000000..b4790cc39 --- /dev/null +++ b/well-it/www.well-it.com/increase-your-credit-union-efficiency.html @@ -0,0 +1,729 @@ + + + + + + + Increase efficiency in your Credit Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + Make Time To Add Value For Your Members +

    +
    + + + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    Managing your Credit Union efficiently drives sustainability and a reduction in manual processing. This means your staff are free to dedicate themselves to speaking to members who need more information on your products, services and those who want to join. This all helps you focus on the growth strategies that will make your Credit Union stronger. 
    +
     
    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    0
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +increase in electronic funds transfers
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + Get the full story +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    0
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +of our leading Credit Unions' processes are automated 
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + Discover More +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    0
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +growth with no change in staff numbers is fully achievable
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + Get the full story +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Supporting Your Efficiency Goals +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    It's important that your Credit Union software provider is an agile, high-performing partner. We provide more than just a Credit Union core system - we take on the management of the entirety of your IT. At Wellington, we make sure your staff are trained on our systems prior to go-live, which means they can jump right in. 
    +
     
    +
    Our Credit Union technology provides automated processes, document management, and integrated compliance products to make your day easier.  Self-service kiosks, online banking debit card payments and a mobile app, give your members more self-service options than ever before, allowing you to be more efficient than ever.
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Accuracy, Efficiency, & Peace of Mind for Core Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +

    Learn more about how Core Credit Union, working with Wellington IT, completed the merger of three Credit Unions with five different IT systems in the space of three weeks, creating one larger, but more efficient Credit Union. With accurate data transfers and streamlined back office processes, Core saves hundreds of hours anually. 

    +
    + +
    + +
    + Get the full story +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +Talk to us
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    \ No newline at end of file diff --git a/well-it/www.well-it.com/index.html b/well-it/www.well-it.com/index.html new file mode 100644 index 000000000..bd3c89d5d --- /dev/null +++ b/well-it/www.well-it.com/index.html @@ -0,0 +1,898 @@ + + + + + + + Credit Union software and technology + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + + + + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + Imagine your Credit Union,
    leading the financial community +

    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    + +

    + It's possible, with the premium partner for all of your strategic Credit Union software and IT service needs +

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + + +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Grow, Manage & Protect Your Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + Credit Union Software + +
    +
    +
    +
    + +
    +
    + +

    A Credit Union's core purpose is to provide their community with accessible, affordable financial services, and we're committed to helping you achieve this goal. We're the only provider in Ireland that designs, develops, and supports both innovative Credit Union software and fully managed IT services. As part of a global IT organisation, we combine local sector knowledge with global best practice, designed to help you grow, manage, and protect your Credit Union. 

    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +Grow
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    0
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Like Member First Credit Union, using digital services, business intelligence and a strategic partnership they increased their next generation membership by 39%.

    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +Manage
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    100
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Like Core Credit Union, who increased their operational efficiency by 250% with no increase in staff, using automation, self-service and management tools 

    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +Protect
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    0
    %
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Like 46% of the Irish Credit Union market, who proactively respond to regulations with a provider that's dedicated to risk and compliance

    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +What Our Customers Say About Us
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    Working with Wellington IT, we have a fully integrated system which meets all of our operational and member needs. They understand what we're trying to achieve, helping us grow, compete, manage risk and develop into new markets +
    +
    Former CEO, Wexford Credit Union + +
    + +
    +
    We look at our relationship with Wellington very much as a partnership. Every product we have rolled out to our members with Wellington has successfully delivered the exact technological solution we required

    + Michael Byrne, CEO, Core Credit Union + +
    + +
    +
    As a long standing partner of Wellington IT, we've continuously been able to offer services and software to benefit our members. We have faith in the system and the information it collects, supporting our need to respond to the increased amount of pressure from regulators

    Tom Allen, CEO, Mullingar Credit Union + +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Find out what makes our customers so successful +

    +
    +
    +
    + +
    +
    + +
    +
    + +

    We're more than just a supplier to our Credit Union customers - we're a partner that's dedicated to helping them thrive, and support their staff, their members, and their communities. 

    +

    If you'd like to find out more about how Credit Unions in the UK & Ireland have used our software to reach their business goals and connect to their communities, check out our Customer Success Stories.

    +
    + +
    +
    +
    + Find out more +
    +
    + +
    +
    + +
    +
    + +
    + Credit Union Technology + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +Talk to us
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/well-it/www.well-it.com/marketplace.html b/well-it/www.well-it.com/marketplace.html new file mode 100644 index 000000000..c59b294ef --- /dev/null +++ b/well-it/www.well-it.com/marketplace.html @@ -0,0 +1,633 @@ + + + + + + + Wellington IT Marketplace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + Wellington IT Marketplace +

    +
    +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Our 3rd party providers +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +

    We strategically integrate with dozens of 3rd party applications to increase security, expand member services and improve operational efficiency for our customers.

    +

    This page has a selection of some of the partners we work with to help you deliver exceptional member sevices!

    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +Talk to us
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    \ No newline at end of file diff --git a/well-it/www.well-it.com/privacy-policy.html b/well-it/www.well-it.com/privacy-policy.html new file mode 100644 index 000000000..bf1979810 --- /dev/null +++ b/well-it/www.well-it.com/privacy-policy.html @@ -0,0 +1,564 @@ + + + + + + + Privacy Policy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + Privacy Policy +

    +
    +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +

    Privacy Policy: Published 24/5/18

    +

    This Privacy Policy describes management by Wellington Computer Systems Limited (hereinafter identified as "Controller") of any personal data (as hereinafter specified "Personal Data") relating to a natural person (“Data Subject”) identified or can be identified, directly or indirectly by reference to the use, for whatever purpose, of the following website address owned of the Controller: http://www.well-it.com (“Controller’s Website”). 

    +

    Wellington Computer Systems Limited (As Wellington Computer Systems) is registered with the Data Protection Commissioner (8262/A) and ICO (Z86356016) and is required to comply with the Data Protection Acts 1988 and 2003 and General Data Protection Regulation. 

    +

    Purpose

    +

    This Privacy Policy is to outline the steps the Controller takes to keep Personal Data confidential, to inform Data Subjects about how and why the Controller collects Personal Data and to provide Data Subjects with their rights and the Controller’s contact information to exercise these rights, and for any questions or concerns arising out of this Privacy Policy. 

    +

    Protecting Data Subject privacy and maintaining the integrity of Personal Data means that: The Controller will keep Personal Data and the business between the Data Subject and the Controller in confidence; The Controller will not sell, rent or loan a Data Subject’s information to third parties; The Controller will respect a Data Subject’s privacy when the Controller may contact a Data Subject concerning various products and services which the Controller make available to a Data Subject from time to time; The Controller may have control over who obtains, uses and the circumstances to give out information about a Data Subject; A Data Subject will have access to the information that the Controller has about the Data Subject. 

    +

    Scope

    +

    This Policy Privacy applies to the Controller’s products, services and websites, except where otherwise noted and does not concern any websites that a Data Subject may visit by external links. 

    +

    Controllers and Processors of Personal Data

    +

    The Controller who determines the purposes and means of Personal Data collecting and processing is Wellington Computer Systems Limited with registered office 20 Adelaide Street, Belfast, BT2 8GD. 

    +

    The processing operations of Personal Data, whether or not by automated means, are performed on behalf of the Controller by Wellington Computer Systems Limited. 

    +

    Why the Controller may collect Personal Data

    +
      +
    • Establish identity 
    • +
    • Perform necessary identity and security verifications 
    • +
    • Process transactions and conduct business 
    • +
    • Deliver products and services 
    • +
    • Provide customer support and services 
    • +
    • Provide ongoing service delivery 
    • +
    • Provide Data Subject with information 
    • +
    • Improve products, services and service delivery 
    • +
    • Better understanding Data Subject’s needs, interests and suitability for various products and services 
    • +
    • Recommend specific products and services that may meet Data Subject’s needs 
    • +
    • Respond to issues, questions, and queries 
    • +
    • Protect Data Subject and himself against errors or fraud; and 
    • +
    • Co-operate with law enforcement and legal authorities, where required, to comply with applicable laws and with court orders. 
    • +
    +

    The Controller will collect, use and may disclose personal information only for purposes that a reasonable person would consider appropriate in the circumstances; and endeavours to collect as little information as possible as may be necessary under the circumstances. 

    +

    The Controller reserves the right to use Data Subject aggregated information in any manner it determines, in its discretion, to be appropriate. Use of such aggregated information may include, but not be limited to, the preparation of aggregated user statistics and information summaries to improve efficiencies, more effectively describe Controller’s product and service offerings and assist in the marketing of the Controller’s products and services. 

    +

    The type of Personal Data the Controller may collect

    +

    The Controller collects various types of Personal Data. During the course of using Controller’s website, doing business with or interacting with the Controller, receiving products and services from or through the Controller, the Data Subject may, depending on the nature of the circumstances, be asked to provide the Controller with: 

    +
      +
    • Geographic (physical) addresses 
    • +
    • Demographic information 
    • +
    • E-mail addresses 
    • +
    • Phone numbers or other contact information 
    • +
    • Names (first, and last or whatever the family identifying name is) 
    • +
    • Shipping information 
    • +
    • Billing information 
    • +
    • Transaction history 
    • +
    • Website usage preferences 
    • +
    • Feedback regarding business, services, website and public relations
    • +
    • Source IP addresses 
    • +
    • Times and dates of access to website servers 
    • +
    • Language 
    • +
    • Personal preferences 
    • +
    • Product and service preferences 
    • +
    • Browser types and configurations, and  
    • +
    • Miscellaneous administrative and computer traffic information 
    • +
    +

    Certain forms of information, such as government-issued or private sector-issued licenses, permits, certificates, cards, social insurance/security number, passports, insurance cards, voucher numbers, and the like, although convenient for identification, is voluntary.  

    +

    It is a Data Subject’s decision whether they want to provide this, or other suitable identification, subject to any legal requirements. 

    +

    How does the Controller collect Personal Data?

    +

    The Controller will only collect Personal Data that the Data Subject has voluntarily provided to the Controller or agreed to have provided to the Controller. The Controller will not collect any Personal Data about a Data Subject without advising the Data Subject accordingly (either by way of this Privacy Policy or by way of providing the Data Subject with some other form of notice at the time the Controller is requesting or collecting Personal Data), why and how that Personal Data is being collected and how such Personal Data will be used or disclosed. The Controller may collect Personal Data through a variety of means: 

    +
      +
    • Using the Controller’s Website 
    • +
    • Using the Controller’s services 
    • +
    • In the course of communications with the Controller (face-to-face, by e-mail, by phone, mail or otherwise) in the course of feedback to the Controller regarding the Controller’s business, services, website and publications 
    • +
    • When registering with the Controller for services or, where relevant, accounts, or, where relevant, for the download of the Controller’s software 
    • +
    • Customer, membership, recipient, or service lists that have been lawfully acquired from third parties 
    • +
    • Through the completion of manual or electronic forms 
    • +
    • Website cookies – Cookies are identifiers that can be sent from a website via a Data Subject’s browser to be placed on a computer's hard drive of the Data Subject. A Data Subject may elect not to accept cookies by changing the designated settings on the Data Subject’s web browser; however, not utilizing cookies may prevent the Data Subject from using certain functions and features of the Controller’s website. Information collected from the use of cookies is used to improve the Controller’s services. 
    • +
    • Web beacons – Web beacons are small, graphic images that allow a website operator to collect certain information and monitor user activity on its website. A web beacon is a very small pixel which is invisible to the user. The Controller uses web beacons to collect information that is not of a personal nature. 
    • +
    • Clickstreaming - Clickstreaming is a technology that allows a website operator to track the paths that surfers take as they access a website and look at the site's pages, and as they use links to other sites. The Controller collects such information from visitors to the Controller’s website; and 
    • +
    • Website traffic information, which is monitored and analyzed in order to determine which products, services or features may be of interest to visitors, so the Controller may improve website, products, services, features or other offerings of the Controller. 
    • +
    • In addition, the Controller may review and analyse a Data Subject’s use of products and services, to help them serve the Data Subject better, and to bring other products and services to the Data Subject’s attention, which the Controller feels, will be of benefit to the Data Subject. The Controller may also collect and analyse information from other sources for the same purposes. 
    • +
    +

    In addition, the Controller may review and analyse a Data Subject’s use of products and services, to help them serve the Data Subject better, and to bring other products and services to the Data Subject’s attention, which the Controller feels, will be of benefit to the Data Subject. The Controller may also collect and analyse information from other sources for the same purposes. 

    +

    How the Controller may disclose Personal Information 

    +

    The Controller may share Personal Data with its affiliates, subsidiaries, employees, contractors and agents in the course of providing a Data Subject with Controller’s business services, support, or the fulfilment or delivery of products or services of the Controller. 

    +

    The Controller does not sell any Personal Data it collects to third parties. 

    +

    The Controller may disclose Personal Data if is required to do so a court of competent jurisdiction, other legal or regulatory authority, or, if there is a good faith belief and reliance on said belief that disclosure is necessary to: comply with any legal process served on the Controller; maintain, uphold or protect the Controller' rights or property; protect and ensure the personal safety of the public or other Controller’s clients; or protect against criminal or quasi-criminal activities, or to detect, prevent, investigate allegations of, or address, misrepresentation or fraud. 

    +

    Retention and Disposal

    +

    The Controller keeps information only for so long as it is needed for the efficient and effective delivery or fulfilment of the software, products, or services using or contemplating using by the Data Subject and for a reasonable time thereafter, or to meet any legal requirement. The Controller will either destroy or remove information when it is no longer needed. 

    +

    Security and Storage

    +

    The Controller keeps the Personal Data collected from a Data Subject strictly confidential. Only authorized personnel have access to this Personal Data. Personnel of the Controller and Processor who are permitted access to Personal Data receive training regarding privacy protection at periodic intervals. 

    +

    The Controller’s security specialists build security by design into the computer systems. The aim is to protect information at all times, when it is stored in data files or handled by the Controller’s employees. The Controller’s systems are also designed to protect information when it is transmitted, for example, between our data processing facilities and corporate offices. Personal information may be stored or processed in any jurisdiction in which we or our affiliates, suppliers, subsidiaries or agents maintain facilities. By supplying the Controller with Personal Data, you consent to any transfer of this information to other jurisdictions (including countries which have not been assessed for adequacy of privacy laws). 

    +

    The Controller does, and shall continue to use, industry-standard technology to maintain the security of Personal Data, and for the Controller’s connections to the internet; however, the Controller cannot and does not guarantee the privacy, security, authenticity or non-corruption of any information transmitted through the internet or any for information stored in any third-party system connected to the internet. 

    +

    While the Controller takes steps to verify that any service providers, suppliers or the like with whom the Controller shares Personal Data, are committed to maintaining the privacy of Personal Data at standards that are at least as stringent as the Controller’s Privacy Policy and has communicated to them to refrain from making any independent or unauthorized use of any Personal Data, the Controller does not and cannot guarantee the actions, conduct or standards of any such parties. 

    +

    The Controller shall not be responsible for any claims, damages, costs or losses whatsoever arising out of or in any way related to third-party connections to or use of the Internet. 

    +

    The Controller cannot and does not ensure the protection of any Personal Data that Data Subjects provide to a third-party website that may reference, be referenced or link to the Controller’s website. Personal Data collected by these third parties is not subject to, or governed by, this Privacy Policy. 

    +

    The Controller shall not be responsible for events beyond our direct control, and therefore will not be liable for any direct, indirect, incidental, consequential or punitive damages relating to the use or release of Personal Data.

    +

    Data Subjects' Rights

    +

    Data Subjects are entitled at any time to obtain confirmation of the existence of Personal Data and to be informed of their contents and origin, to verify their accuracy, or else request that such data be supplemented, updated or rectified. 

    +

    Data Subjects have the right to request the erasure, anonymization or blocking of any data that is processed in breach of the law as well as to object in all cases, on legitimate grounds, to processing of their personal data. 

    +

    Contact

    +

    The Controller is committed to upholding this Privacy Policy. The Controller has policies and procedures in place to educate and assist his employees and contractors in fulfilling their obligations under this Privacy Policy. The Controller’s policies and procedures are reviewed on a regular basis and the results of such reviews are presented to the Controller’s senior management. 

    +

    The Controller is committed to treating Data Subjects with the greatest respect and consideration. Data Subjects are to advise the Controller of any questions or concerns regarding this Privacy Policy. Additionally, if they would like to confirm the accuracy of applicable Personal Data, they believe that the privacy of Personal Data has not been respected, or would like to update or delete incorrect Personal Data, they should contact the Controller by emailing at privacy@well-it.com or write to the attention of the Data Protection Manager, 20 Adelaide Street, Belfast, BT2 8GD. 

    +

    The appropriate Privacy Policy Manager will acknowledge the query and will respond within thirty (30) business days. If the Controller needs to extend the timing to respond, or have to refuse a Data Subject’s request, the Controller will advise the Data Subject accordingly, subject to any legal restrictions. 

    +

    Age

    +

    The Controller is committed to protecting the safety of children. The Controller will not knowingly request or use Personal Data from children under the age of eighteen without parental consent. If the Controller receives actual knowledge, does not knowingly or intentionally collect any Personal Data from children under the age of eighteen, the Controller will take steps to have such Personal Data eliminated.  

    +

    Updates

    +

    The Controller may from time to time update this Privacy Policy, with the updated policy to be posted on the Controller’s website. The use of Personal Data provided to the Controller prior to the update will continue to be governed by the Policy and effective at the time the information was provided. The Controller recommends that Data Subjects revisit this Privacy Policy from time to time on a regular basis. 

    +

    Consent

    +

    In most cases a Data Subject will be asked to specifically express their consent to collecting and processing of Personal Data by the Controller, in accordance with this Privacy Policy. Data Subjects will not be obliged to provide such consent. 

    +

    Governing Law and Venue

    +

    Where the processing of Personal Data is performed in the context of the activities of the Controller and/or Processor established in European Union, this processing may be subject to EU Regulation 2016/679 and other applicable privacy laws on the protection of the natural person, with regard to the processing of personal data and the free movement of such data, and to the relevant EU member country national law before the competent local court. 

    +

    The Controller’s website is hosted and administered in Dublin, Ireland. 

    +

    The Controller will disclose Personal Data without the Data Subjects permission when required by law, or in good faith belief that such action is necessary to investigate or protect against harmful activities to the Controller’s company, associates, or property (including this website), or to others. 

    +

    Cookie Policy

    +

    What is a cookie?

    +

    A cookie is a small text file that stores Internet settings. Almost every website uses cookie technology. The cookie is downloaded by your Internet browser the first time you visit a website. The next time you visit this website from the same device, the cookie and the information contained in it are either sent back to the originating website (first-party cookies) or to another website to which it belongs (third-party cookies). In that way, the website can detect that it has already been opened using this browser, and in some cases it will then vary the content it displays. 

    +

    Some cookies are extremely useful because they can improve your user experience when you return to a previously visited website. This assumes that you are using the same device and the same browser as before; if so, cookies will remember your preferences, will know how you use the website, and will adapt the content you are shown so that it is more relevant to your personal interests and needs. 

    +

    Your cookie settings on this website.

    +

    Cookies on this website that do not require approval.

    +

    Cookies that are essential, also known as ‘strictly necessary’ cookies. They enable features without which you would not be able to use the website as intended. These cookies are used exclusively by the Controller and are therefore known as first-party cookies. They are only saved on your computer while you are actually browsing the website. An example of why strictly necessary cookies are used is to set the language of your preference when browsing this website. 

    +

    Another example of what these cookies do is facilitate a switch from HTTP to HTTPS when you change pages, so that the security of data transmitted is maintained. Furthermore, a cookie of this kind is used to store your decision about the use of cookies on our website. Your consent is not required for the use of strictly necessary cookies. Strictly necessary cookies cannot be disabled without losing some of the features of this website. 

    +

    Categories of cookies.

    +

    Based on what function cookies have and the purpose for which cookies are used, there are four categories of cookie: strictly necessary cookies, performance cookies, functional cookies and marketing cookies. 

    +

    Strictly necessary cookies

    +

    Are essential in order to enable you to move around the website and use its features. Without these cookies, some services cannot be provided – for example, remembering previous actions (e.g. the language in which you want to browse this site) when navigating back to a page in the same session. 

    +

    Performance cookies

    +

    Gather information about how a website is used – for example, which pages a visitor opens most often, and whether the user receives error messages from some pages. These cookies do not save information that would allow the user to be identified. The collected information is aggregated, and therefore anonymous. These cookies are used exclusively to improve the performance of the website, and with it the user experience. 

    +

    Functional cookies

    +

    Enable a website to save information which has already been entered (such as usernames, languages choices, and location data), so that it can offer improved and more personalized functions. For example, a website can offer local information if it uses a cookie to remember the region a Data Subject is currently located.  

    +

    Marketing cookies

    +

    Are used to deliver adverts and other communications more relevant to a Data Subject and their interests. They are also used to limit the number of times you see an advertisement and to help measure the effectiveness of advertising campaigns. They remember whether a Data Subject has visited a website or not, and this information can be shared with other parties such as advertisers. Cookies for improving group targeting and advertising will often be linked to site functionality provided by other organizations. 

    +

    Your cookie settings on this website.

    +

    You can completely disable cookies in your browser at any time.

    +

    It is important to note that if you change your settings and block certain cookies, you will not be able to take full advantage of some features of our site, and we might not be able to provide some features you have previously chosen to use.

    +

    How do I change my cookie settings?

    +

    Most web browsers allow some control of most cookies through the browser settings. To find out more about cookies, including how to see what cookies have been set, visit www.aboutcookies.org or www.allaboutcookies.org. 

    +

    Find out how to manage cookies on popular browsers:

    + +

    To opt out of being tracked by Google Analytics across all websites, visit http://tools.google.com/dlpage/gaoptout.

    +

    Data Protection Officer

    +

    Wellington IT has appointed a Data Protection Officer to contact if you have any questions or concerns about Wellington IT policies or practices.

    +

    The Wellington IT's Data Protection Officer name and contact information are as follows:

    +

    T: +44 (0)28 9068 1531
    E: dpo@well-it.com
    A: 89-91 Wellington Park, Belfast, BT9 6DP

    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    \ No newline at end of file diff --git a/well-it/www.well-it.com/robots.txt b/well-it/www.well-it.com/robots.txt new file mode 100644 index 000000000..327b64df0 --- /dev/null +++ b/well-it/www.well-it.com/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /_hcms/preview/ +Disallow: /hs/manage-preferences/ diff --git a/well-it/www.well-it.com/st-dominics-payac-story-hsCtaTracking=f2e4f6c9-908e-4c31-8f90-ae17855fec91|593568fc-8eca-4d09-b3dd-185939a3d3d8.html b/well-it/www.well-it.com/st-dominics-payac-story-hsCtaTracking=f2e4f6c9-908e-4c31-8f90-ae17855fec91|593568fc-8eca-4d09-b3dd-185939a3d3d8.html new file mode 100644 index 000000000..20b8755a9 --- /dev/null +++ b/well-it/www.well-it.com/st-dominics-payac-story-hsCtaTracking=f2e4f6c9-908e-4c31-8f90-ae17855fec91|593568fc-8eca-4d09-b3dd-185939a3d3d8.html @@ -0,0 +1,909 @@ + + + + + + + MPCAS help St Dominic's reach new demographic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + MPCAS help St Dominic Credit Union reach new demographic +

    +
    + + + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + Summary +

    +
    +
    +
    + +
    +
    + +
    +
    + +

    St Dominic Credit Union introduced the Member Personal Current Account (MPCAS) solution in the Summer of 2019. This was part of a strategic vision to help the Credit Union remain viable and relevant in the market and improve their business model. The availability of a fully functioning current account and Debit card was key to this vision.  

    +

    St Dominic’s CEO Patrick Lawlor says We see the member personal current account and debit card as a gateway product. The more opportunity we have to engage with members, the more opportunity we have to lend to them. We found that we were losing people once they left school and the level of engagement dropped off quickly. We wanted to have something to offer that demographic in particular and current accounts provided the solution” 

    +

    Almost 12 months on, 65% of members who have opened the current account are under the age of 40 – a key demographic for St Dominic  

    +

    In addition, they have seen a 117% increase in new current accounts being opened in March 2020 compared to February 2020. A figure which continues to rise during the Covid-19 pandemic. 

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + More choice with the same great service +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + +
    + +
    +
    +
    + +
    +
    + +

    For St Dominic’s members the biggest advantage of having a current account from their Credit Union is that it offers them more choice 

    +

    With the current account they can offer members low and transparent fees, and they get the same personal service they expect from their Credit Union.  Opening an account couldn’t be easier. Members can choose to come in-branch, or through their online banking (cuOnline+) 

    +

    With the MPCAS St Dominic's can offer their members more choice for their day-to-day financial needs. It comes with a globally accepted Mastercard that allows members to make purchases online and instore using their Credit Union account. They can also use their card at ATMS at home, or abroad. 

    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +Positive member feedback
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    St Dominic's CEO Patrick Lawlor says

    +

    The product is seamless. We’ve had very positive feedback from members, particularly in the online service, and using the debit card. Opening an account is extremely easy as there is a very refined process in the back-end. This positive member experience really helps us to build trust in the product and the service. The IT end to that is critical and Wellington IT have not failed us. We have had no technical difficulties to date and it has been a very positive experience. The positive feedback from the members speaks for itself.". 

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + Collaboration with Waterford Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + Globally-Accepted-Debit-Card-Tagline-6--1 +
    +
    +
    +
    + +
    +
    + +

    Another positive about the MPCAS product is that it really lends itself to collaboration. The standardization of the current account fees means that St Dominic Credit Union could work with another local Credit Union, Waterford Credit Union, to promote the product and share costs. 

    +

    Together they collaborated on a member video (here) which explains the MPCAS offering and it’s many benefits, and how a member can apply for one.  

    +

    Whilst St Dominic Credit Union promoted their Member Personal Current Accounts through video, radio, editorial, Google and Facebook ads, CEO Patrick Lawlor feels that word of mouth and staff engagement with members was the biggest contributor to their success.  He states, “It’s great to have something new to offer members. To have a new product like this is fantastic and it creates a good energy which makes it easier to get staff onboard. Their engagement with members in selling the product was key to its success.”.  

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Results +

    +
    +
    +
    + +
    +
    + +
    +
    + +

    So what are the results? 

    +
      +
    • 65% of members who have opened the account are under the age of 40 – a key demographic 
    • +
    +
      +
    • St Dominic's have experienced a 117% increase in new current accounts being opened in March 2020 compared to February 2020. 
    • +
    +
      +
    • Average web transactions i.e. Debit cards have increased 91% in the past 12 months.  
    • +
    +
      +
    • This trend has continued in April as more members open accounts due to Covid-19 
    • +
    +
      +
    • Current Accounts offer members more choice for their day-to-day financial needs  
    • +
    +

    The current account product has been easy to implement from the outset. The back-end  of the product is very intuitive, has a good workflow and is automated as much as it can be. It also has good controls in place which offer great oversight on member transactionsPatrick Lawlor, CEO, St Dominic’s Credit Union.  

    +
    + +
    +
    + +
    +
    + + + + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +

    A milestone for the movement 

    +

     

    +

    “Payac did a fantastic job with this MPCAS product. Being the first group to reach that goal is quite significant and Wellington IT did a fantastic job in delivering the product. It is a real milestone for the movement.

    +

     

    +

    We’re delighted to see a continued rise in members taking up our Current Account offering. We’ve had a 25% increase in new Current Accounts opened in 2021 compared to 2020. This is a fundamental product offering, not only for us, but for the entire Credit Union movement, to offer our members more choice and flexibility with where they manage their money".

    +

     

    +

    Patrick Lawlor, CEO, St Dominic’s Credit Union.  

    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + + + +
    + + + + + + + + +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + About St Dominic Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + 0-2 +
    +
    +
    +
    + +
    +
    + +

    Established in 1967, St. Dominic Credit Union is a modern, thriving Credit Union who place people before profit whilst striving to maintain the highest professional standards. They offer full electronic banking services and aim to continue to drive innovation in the credit union sector to the benefit of their 20,000+ members. 

    +

    St Dominic's vision is that they “will strive to provide for the financial needs of its members in a co-operative and professional manner” 

    +

    To find out more about St Dominic Credit Union and their current account offering visit https://www.stdominicscu.ie/current-account/  

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +read full story
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    \ No newline at end of file diff --git a/well-it/www.well-it.com/st-dominics-payac-story.html b/well-it/www.well-it.com/st-dominics-payac-story.html new file mode 100644 index 000000000..7559508da --- /dev/null +++ b/well-it/www.well-it.com/st-dominics-payac-story.html @@ -0,0 +1,909 @@ + + + + + + + MPCAS help St Dominic's reach new demographic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +well-it-logo-white-2.png
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +Ë + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +

    + MPCAS help St Dominic Credit Union reach new demographic +

    +
    + + + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + Summary +

    +
    +
    +
    + +
    +
    + +
    +
    + +

    St Dominic Credit Union introduced the Member Personal Current Account (MPCAS) solution in the Summer of 2019. This was part of a strategic vision to help the Credit Union remain viable and relevant in the market and improve their business model. The availability of a fully functioning current account and Debit card was key to this vision.  

    +

    St Dominic’s CEO Patrick Lawlor says We see the member personal current account and debit card as a gateway product. The more opportunity we have to engage with members, the more opportunity we have to lend to them. We found that we were losing people once they left school and the level of engagement dropped off quickly. We wanted to have something to offer that demographic in particular and current accounts provided the solution” 

    +

    Almost 12 months on, 65% of members who have opened the current account are under the age of 40 – a key demographic for St Dominic  

    +

    In addition, they have seen a 117% increase in new current accounts being opened in March 2020 compared to February 2020. A figure which continues to rise during the Covid-19 pandemic. 

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + More choice with the same great service +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + +
    + +
    +
    +
    + +
    +
    + +

    For St Dominic’s members the biggest advantage of having a current account from their Credit Union is that it offers them more choice 

    +

    With the current account they can offer members low and transparent fees, and they get the same personal service they expect from their Credit Union.  Opening an account couldn’t be easier. Members can choose to come in-branch, or through their online banking (cuOnline+) 

    +

    With the MPCAS St Dominic's can offer their members more choice for their day-to-day financial needs. It comes with a globally accepted Mastercard that allows members to make purchases online and instore using their Credit Union account. They can also use their card at ATMS at home, or abroad. 

    +
    +
    +
    + +
    +
    + +
    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +Positive member feedback
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    St Dominic's CEO Patrick Lawlor says

    +

    The product is seamless. We’ve had very positive feedback from members, particularly in the online service, and using the debit card. Opening an account is extremely easy as there is a very refined process in the back-end. This positive member experience really helps us to build trust in the product and the service. The IT end to that is critical and Wellington IT have not failed us. We have had no technical difficulties to date and it has been a very positive experience. The positive feedback from the members speaks for itself.". 

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + Collaboration with Waterford Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + Globally-Accepted-Debit-Card-Tagline-6--1 +
    +
    +
    +
    + +
    +
    + +

    Another positive about the MPCAS product is that it really lends itself to collaboration. The standardization of the current account fees means that St Dominic Credit Union could work with another local Credit Union, Waterford Credit Union, to promote the product and share costs. 

    +

    Together they collaborated on a member video (here) which explains the MPCAS offering and it’s many benefits, and how a member can apply for one.  

    +

    Whilst St Dominic Credit Union promoted their Member Personal Current Accounts through video, radio, editorial, Google and Facebook ads, CEO Patrick Lawlor feels that word of mouth and staff engagement with members was the biggest contributor to their success.  He states, “It’s great to have something new to offer members. To have a new product like this is fantastic and it creates a good energy which makes it easier to get staff onboard. Their engagement with members in selling the product was key to its success.”.  

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +

    + Results +

    +
    +
    +
    + +
    +
    + +
    +
    + +

    So what are the results? 

    +
      +
    • 65% of members who have opened the account are under the age of 40 – a key demographic 
    • +
    +
      +
    • St Dominic's have experienced a 117% increase in new current accounts being opened in March 2020 compared to February 2020. 
    • +
    +
      +
    • Average web transactions i.e. Debit cards have increased 91% in the past 12 months.  
    • +
    +
      +
    • This trend has continued in April as more members open accounts due to Covid-19 
    • +
    +
      +
    • Current Accounts offer members more choice for their day-to-day financial needs  
    • +
    +

    The current account product has been easy to implement from the outset. The back-end  of the product is very intuitive, has a good workflow and is automated as much as it can be. It also has good controls in place which offer great oversight on member transactionsPatrick Lawlor, CEO, St Dominic’s Credit Union.  

    +
    + +
    +
    + +
    +
    + + + + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +

    A milestone for the movement 

    +

     

    +

    “Payac did a fantastic job with this MPCAS product. Being the first group to reach that goal is quite significant and Wellington IT did a fantastic job in delivering the product. It is a real milestone for the movement.

    +

     

    +

    We’re delighted to see a continued rise in members taking up our Current Account offering. We’ve had a 25% increase in new Current Accounts opened in 2021 compared to 2020. This is a fundamental product offering, not only for us, but for the entire Credit Union movement, to offer our members more choice and flexibility with where they manage their money".

    +

     

    +

    Patrick Lawlor, CEO, St Dominic’s Credit Union.  

    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + + + +
    + + + + + + + + +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    + About St Dominic Credit Union +

    +
    +
    +
    + +
    +
    + +
    +
    + +
    + 0-2 +
    +
    +
    +
    + +
    +
    + +

    Established in 1967, St. Dominic Credit Union is a modern, thriving Credit Union who place people before profit whilst striving to maintain the highest professional standards. They offer full electronic banking services and aim to continue to drive innovation in the credit union sector to the benefit of their 20,000+ members. 

    +

    St Dominic's vision is that they “will strive to provide for the financial needs of its members in a co-operative and professional manner” 

    +

    To find out more about St Dominic Credit Union and their current account offering visit https://www.stdominicscu.ie/current-account/  

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +read full story
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    \ No newline at end of file