It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://tmh55nfndxc.typeform.com/to/RGmnkY8w

  1. <!DOCTYPE html><html lang="en" dir="ltr" translate="no"><head><title>Incident Report (copy)</title><meta charSet="utf-8"/><meta content="#FFFFFF" name="theme-color"/><meta content="width=device-width, initial-scale=1.0, viewport-fit=cover" name="viewport"/><meta content="Turn data collection into an experience with Typeform. Create beautiful online forms, surveys, quizzes, and so much more. Try it for FREE." name="description"/><meta content="ie=edge" http-equiv="x-ua-compatible"/><meta content="yes" name="apple-mobile-web-app-capable"/><meta content="index,follow" name="robots"/><meta content="no-referrer-when-downgrade" name="referrer"/><meta name="twitter:card" content="summary_large_image"/><meta content="#000000" name="msapplication-TileColor"/><meta content="https://public-assets.typeform.com/public/favicon/browserconfig.xml" name="msapplication-config"/><link href="https://public-assets.typeform.com/public/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"/><link href="https://public-assets.typeform.com/public/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/><link href="https://public-assets.typeform.com/public/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/><link href="https://public-assets.typeform.com/public/favicon/site.webmanifest" rel="manifest"/><link href="https://public-assets.typeform.com/public/favicon/favicon.ico" rel="shortcut icon"/><link color="#000000" href="https://public-assets.typeform.com/public/favicon/safari-pinned-tab.svg" rel="mask-icon"/><meta content="website" property="og:type"/><meta content="https://tmh55nfndxc.typeform.com/to/RGmnkY8w" property="og:url"/><meta content="Incident Report (copy)" property="og:title"/><meta content="Turn data collection into an experience with Typeform. Create beautiful online forms, surveys, quizzes, and so much more. Try it for FREE." property="og:description"/><meta content="https://public-assets.typeform.com/public/admin/2VWurKeiR4R7.png/image/default" property="og:image"/><link href="https://tmh55nfndxc.typeform.com/to/RGmnkY8w" rel="canonical"/><link href="https://tmh55nfndxc.typeform.com/oembed?url=https%3A%2F%2Ftmh55nfndxc.typeform.com%2Fto%2FRGmnkY8w" rel="alternate" title="Incident Report (copy)" type="application/json+oembed"/><link as="image" href="https://images.typeform.com/images/dqceAh2R64mt/image/default" rel="preload"/><style>
  2. html,
  3. body,
  4. #root {
  5.  position: relative;
  6.  height: 100%;
  7.  width: 100%;
  8.  overflow: hidden;
  9.  margin: 0;
  10.  padding: 0;
  11.  max-width: 100vw;
  12.  z-index: 50;
  13. }
  14.  
  15. @keyframes fadeIn {
  16.  from {
  17.    opacity: 0.01;
  18.  }
  19.  
  20.  to {
  21.    opacity: 1;
  22.  }
  23. }
  24.  
  25. @keyframes fadeOut {
  26.  from {
  27.    opacity: 1;
  28.  }
  29.  
  30.  to {
  31.    opacity: 0;
  32.  }
  33. }
  34.  
  35. @keyframes slideIn {
  36.  from {
  37.    transform: translateY(20px);
  38.  }
  39.  
  40.  to {
  41.    transform: translateY(0);
  42.  }
  43. }
  44.  
  45. @keyframes slideOut {
  46.  from {
  47.    transform: translateY(0);
  48.  
  49.  }
  50.  
  51.  to {
  52.    transform: translateY(-20px);
  53.  }
  54. }
  55.  
  56. @keyframes slideUp {
  57.  from {
  58.    transform: translateY(100vh);
  59.  }
  60.  to {
  61.    transform: translateY(0);
  62.  }
  63. }
  64.  
  65. #close-screen {
  66.    height: 100%;
  67.    width: 100%;
  68. }
  69.  
  70. #root-loader {
  71.  height: 100%;
  72.  width: 100%;
  73.  overflow: hidden;
  74.  margin: 0;
  75.  padding: 0;
  76.  position: fixed;
  77.  left: 0;
  78.  top: 0;
  79.  z-index: 40;
  80.  color: transparent;
  81.  fill: currentColor;
  82.  display: flex;
  83.  justify-content: center;
  84.  align-items: center;
  85.  flex-direction: column;
  86.  opacity: 0.01;
  87.  animation: 400ms ease-in-out 1 forwards fadeIn;
  88. }
  89.  
  90. .root-loader-inner {
  91.  position: relative;
  92. }
  93.  
  94. #root-loader.out {
  95.  animation: 400ms ease-in-out 400ms 1 forwards fadeOut;
  96.  opacity: 1;
  97. }
  98.  
  99. #loader-bar {
  100.  height: auto;
  101.  margin-top: 16px;
  102. }
  103.  
  104. #loader-logo {
  105.  width: 100%;
  106.  display: flex;
  107.  flex-direction: column;
  108.  align-items: center;
  109.  transform: translateY(20px);
  110.  position: absolute;
  111.  bottom: 20px;
  112.  animation: 400ms ease-in-out 1 forwards slideIn;
  113. }
  114.  
  115. #root-loader.out #loader-logo {
  116.  animation: 400ms ease-in-out 400ms 1 forwards slideOut;
  117.  transform: translateY(0);
  118. }
  119.  
  120. @media (prefers-reduced-motion) {
  121.  #loader-logo {
  122.    transform: translateY(0);
  123.    animation: 400ms ease-in-out 1 forwards fadeIn;
  124.  }
  125.  #root-loader.out #loader-logo {
  126.    animation: 600ms ease-in-out 1 forwards fadeOut;
  127.  }
  128. }
  129.  
  130. .renderer-in {
  131.  animation: 400ms ease-in-out 800ms 1 normal forwards running fadeIn;
  132.  opacity: 1;
  133. }
  134. </style><style>#root { opacity: 0.01; }</style></head><body><style data-styled="true" data-styled-version="5.3.11">.cxBVpT{display:inline-block;position:relative;z-index:-20;line-height:0;opacity:1;background-color:#FFFFFF;background-repeat:no-repeat;height:100%;width:100%;position:absolute;-webkit-inset-block-start:0;-ms-intb-rlock-start:0;inset-block-start:0;inset-inline-start:0;}/*!sc*/
  135. .cxBVpT::before{content:'';position:absolute;width:100%;height:100%;pointer-events:none;z-index:1;}/*!sc*/
  136. data-styled.g2[id="Background-sc-__sc-1x0n4hq-1"]{content:"cxBVpT,"}/*!sc*/
  137. .iakrhe{max-width:96px;width:100%;height:auto;}/*!sc*/
  138. data-styled.g8[id="PoweredByWrapper-sc-__sc-ydjpi1-1"]{content:"iakrhe,"}/*!sc*/
  139. .bGJWWD{width:100%;height:4px;border-radius:4px;overflow:hidden;background-color:rgba(255,253,253,0.56);position:relative;background-color:rgba(255,253,253,0.3);}/*!sc*/
  140. data-styled.g10[id="ProgressTrack-sc-__sc-zr62pz-0"]{content:"bGJWWD,"}/*!sc*/
  141. .kAGiLI{height:100%;width:100%;width:0%;border-inline-end:2px solid #FFF;background-color:#FFFDFD;border-radius:4px;-webkit-transition:0.4s;transition:0.4s;width:100%;-webkit-animation:iRScrV 1.3s infinite linear;animation:iRScrV 1.3s infinite linear;-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;border-inline-end:0;}/*!sc*/
  142. [dir='rtl'] .ProgressFill-sc-__sc-zr62pz-1{-webkit-animation-direction:reverse;animation-direction:reverse;}/*!sc*/
  143. data-styled.g11[id="ProgressFill-sc-__sc-zr62pz-1"]{content:"kAGiLI,"}/*!sc*/
  144. .gSSuSh{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  145. data-styled.g12[id="LoaderLayout-sc-__sc-chri7q-0"]{content:"gSSuSh,"}/*!sc*/
  146. .joJQzf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  147. data-styled.g13[id="LoaderWrapper-sc-__sc-chri7q-1"]{content:"joJQzf,"}/*!sc*/
  148. .kPFDHw{width:160px;}/*!sc*/
  149. data-styled.g15[id="LoadingBarWrapper-sc-__sc-chri7q-3"]{content:"kPFDHw,"}/*!sc*/
  150. @-webkit-keyframes iRScrV{0%{-webkit-transform:translateX(0) scaleX(0);-ms-transform:translateX(0) scaleX(0);transform:translateX(0) scaleX(0);}10%{-webkit-transform:translateX(0) scaleX(0.2);-ms-transform:translateX(0) scaleX(0.2);transform:translateX(0) scaleX(0.2);}40%{-webkit-transform:translateX(0) scaleX(0.7);-ms-transform:translateX(0) scaleX(0.7);transform:translateX(0) scaleX(0.7);}60%{-webkit-transform:translateX(60%) scaleX(0.4);-ms-transform:translateX(60%) scaleX(0.4);transform:translateX(60%) scaleX(0.4);}100%{-webkit-transform:translateX(100%) scaleX(0.2);-ms-transform:translateX(100%) scaleX(0.2);transform:translateX(100%) scaleX(0.2);}}/*!sc*/
  151. @keyframes iRScrV{0%{-webkit-transform:translateX(0) scaleX(0);-ms-transform:translateX(0) scaleX(0);transform:translateX(0) scaleX(0);}10%{-webkit-transform:translateX(0) scaleX(0.2);-ms-transform:translateX(0) scaleX(0.2);transform:translateX(0) scaleX(0.2);}40%{-webkit-transform:translateX(0) scaleX(0.7);-ms-transform:translateX(0) scaleX(0.7);transform:translateX(0) scaleX(0.7);}60%{-webkit-transform:translateX(60%) scaleX(0.4);-ms-transform:translateX(60%) scaleX(0.4);transform:translateX(60%) scaleX(0.4);}100%{-webkit-transform:translateX(100%) scaleX(0.2);-ms-transform:translateX(100%) scaleX(0.2);transform:translateX(100%) scaleX(0.2);}}/*!sc*/
  152. data-styled.g17[id="sc-keyframes-iRScrV"]{content:"iRScrV,"}/*!sc*/
  153. </style><script>
  154. !function(){"use strict";var e={log:"log",debug:"debug",info:"info",warn:"warn",error:"error"},t=function(n){for(var r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];Object.prototype.hasOwnProperty.call(e,n)||(n=e.log),t[n].apply(t,r)},n=console;function r(e,n){return function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];try{return e.apply(void 0,r)}catch(e){t.error(n,e)}}}t.debug=n.debug.bind(n),t.log=n.log.bind(n),t.info=n.info.bind(n),t.warn=n.warn.bind(n),t.error=n.error.bind(n);var o,i=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},a=!1;function s(e){a=e}function u(e,t,n){var r=n.value;n.value=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(o?c(r):r).apply(this,e)}}function c(e){return function(){return f(e,this,arguments)}}function f(t,n,r){try{return t.apply(n,r)}catch(t){if(l(e.error,t),o)try{o(t)}catch(t){l(e.error,t)}}}function l(e){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];a&&t.apply(void 0,i([e,"[MONITOR]"],n,!1))}function d(e,t){return-1!==e.indexOf(t)}function v(e){if(Array.from)return Array.from(e);var t=[];if(e instanceof Set)e.forEach((function(e){return t.push(e)}));else for(var n=0;n<e.length;n++)t.push(e[n]);return t}function p(e){return Object.keys(e).map((function(t){return e[t]}))}function g(e,t){return e.slice(0,t.length)===t}function h(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.forEach((function(t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})),e}function y(){if("object"==typeof globalThis)return globalThis;Object.defineProperty(Object.prototype,"_dd_temp_",{get:function(){return this},configurable:!0});var e=_dd_temp_;return delete Object.prototype._dd_temp_,"object"!=typeof e&&(e="object"==typeof self?self:"object"==typeof window?window:{}),e}var m=1024,b=1024*m,w=/[^\u0000-\u007F]/;function E(e){return w.test(e)?void 0!==window.TextEncoder?(new TextEncoder).encode(e).length:new Blob([e]).size:e.length}function S(e,t){var n,r=y();return r.Zone&&"function"==typeof r.Zone.__symbol__&&(n=e[r.Zone.__symbol__(t)]),n||(n=e[t]),n}function C(e,t){return S(y(),"setTimeout")(c(e),t)}function x(e){S(y(),"clearTimeout")(e)}function k(e,t){return S(window,"setInterval")(c(e),t)}function O(e){S(window,"clearInterval")(e)}function R(e,t,n){var r,o,i=!n||void 0===n.leading||n.leading,a=!n||void 0===n.trailing||n.trailing,s=!1;return{throttled:function(){for(var n=[],u=0;u<arguments.length;u++)n[u]=arguments[u];s?r=n:(i?e.apply(void 0,n):r=n,s=!0,o=C((function(){a&&r&&e.apply(void 0,r),s=!1,r=void 0}),t))},cancel:function(){x(o),s=!1,r=void 0}}}function _(){}function T(e){return null===e?"null":Array.isArray(e)?"array":typeof e}function L(e,t,n){if(void 0===n&&(n=function(){if("undefined"!=typeof WeakSet){var e=new WeakSet;return{hasAlreadyBeenSeen:function(t){var n=e.has(t);return n||e.add(t),n}}}var t=[];return{hasAlreadyBeenSeen:function(e){var n=t.indexOf(e)>=0;return n||t.push(e),n}}}()),void 0===t)return e;if("object"!=typeof t||null===t)return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp){var r=t.flags||[t.global?"g":"",t.ignoreCase?"i":"",t.multiline?"m":"",t.sticky?"y":"",t.unicode?"u":""].join("");return new RegExp(t.source,r)}if(!n.hasAlreadyBeenSeen(t)){if(Array.isArray(t)){for(var o=Array.isArray(e)?e:[],i=0;i<t.length;++i)o[i]=L(o[i],t[i],n);return o}var a="object"===T(e)?e:{};for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(a[s]=L(a[s],t[s],n));return a}}function A(e){return L(void 0,e)}function B(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r=0,o=t;r<o.length;r++){var i=o[r];null!=i&&(e=L(e,i))}return e}function P(e,t,n){if("object"!=typeof e||null===e)return JSON.stringify(e);var r=q(Object.prototype),o=q(Array.prototype),i=q(Object.getPrototypeOf(e)),a=q(e);try{return JSON.stringify(e,t,n)}catch(e){return"<error: unable to serialize object>"}finally{r(),o(),i(),a()}}function q(e){var t=e,n=t.toJSON;return n?(delete t.toJSON,function(){t.toJSON=n}):_}var U=220*m,j="$",I=3;function N(e,t){var n;void 0===t&&(t=U);var r=q(Object.prototype),o=q(Array.prototype),i=[],a=new WeakMap,s=M(e,j,void 0,i,a),u=(null===(n=JSON.stringify(s))||void 0===n?void 0:n.length)||0;if(!(u>t)){for(;i.length>0&&u<t;){var c=i.shift(),f=0;if(Array.isArray(c.source))for(var l=0;l<c.source.length;l++){if(u+=void 0!==(d=M(c.source[l],c.path,l,i,a))?JSON.stringify(d).length:4,u+=f,f=1,u>t){D(t,"truncated",e);break}c.target[l]=d}else for(var l in c.source)if(Object.prototype.hasOwnProperty.call(c.source,l)){var d;if(void 0!==(d=M(c.source[l],c.path,l,i,a))&&(u+=JSON.stringify(d).length+f+l.length+I,f=1),u>t){D(t,"truncated",e);break}c.target[l]=d}}return r(),o(),s}D(t,"discarded",e)}function M(e,t,n,r,o){var i=function(e){var t=e;if(t&&"function"==typeof t.toJSON)try{return t.toJSON()}catch(e){}return e}(e);if(!i||"object"!=typeof i)return function(e){if("bigint"==typeof e)return"[BigInt] ".concat(e.toString());if("function"==typeof e)return"[Function] ".concat(e.name||"unknown");if("symbol"==typeof e)return"[Symbol] ".concat(e.description||e.toString());return e}(i);var a=function(e){try{if(e instanceof Event)return{isTrusted:e.isTrusted};var t=Object.prototype.toString.call(e).match(/\[object (.*)\]/);if(t&&t[1])return"[".concat(t[1],"]")}catch(e){}return"[Unserializable]"}(i);if("[Object]"!==a&&"[Array]"!==a&&"[Error]"!==a)return a;var s=e;if(o.has(s))return"[Reference seen at ".concat(o.get(s),"]");var u=void 0!==n?"".concat(t,".").concat(n):t,c=Array.isArray(i)?[]:{};return o.set(s,u),r.push({source:i,target:c,path:u}),c}function D(e,n,r){t.warn("The data provided has been ".concat(n," as it is over the limit of ").concat(e," characters:"),r)}var G=3*m;var F=200;function H(e,n){void 0===n&&(n=E);var r,o={},i=!1,a=R((function(o){r=n(P(o)),i||(i=function(e,n){return e>G&&(t.warn("The ".concat(n," data is over ").concat(G/m,"KiB. On low connectivity, the SDK has the potential to exhaust the user's upload bandwidth.")),!0)}(r,e))}),F).throttled;return{getBytesCount:function(){return r},get:function(){return o},add:function(e,t){o[e]=t,a(o)},remove:function(e){delete o[e],a(o)},set:function(e){a(o=e)},getContext:function(){return A(o)},setContext:function(e){o=N(e),a(o)},setContextProperty:function(e,t){o[e]=N(t),a(o)},removeContextProperty:function(e){delete o[e],a(o)},clearContext:function(){o={},r=0}}}var z,J=function(){function e(){this.buffer=[]}return e.prototype.add=function(e){this.buffer.push(e)>500&&this.buffer.splice(0,1)},e.prototype.drain=function(){this.buffer.forEach((function(e){return e()})),this.buffer.length=0},e}(),V=1e3,W=60*V,$=60*W;function K(){return(new Date).getTime()}function X(){return K()}function Z(){return performance.now()}function Y(){return{relative:Z(),timeStamp:X()}}function Q(){return void 0===z&&(z=performance.timing.navigationStart),z}function ee(){var e=y().DatadogEventBridge;if(e)return{getAllowedWebViewHosts:function(){return JSON.parse(e.getAllowedWebViewHosts())},send:function(t,n){e.send(JSON.stringify({eventType:t,event:n}))}}}function te(e){var t;void 0===e&&(e=null===(t=y().location)||void 0===t?void 0:t.hostname);var n=ee();return!!n&&n.getAllowedWebViewHosts().some((function(t){return e===t||(n=e,r=".".concat(t),n.slice(-r.length)===r);var n,r}))}function ne(e){var t=h({},e);return["id","name","email"].forEach((function(e){e in t&&(t[e]=String(t[e]))})),t}function re(e){return e?(parseInt(e,10)^16*Math.random()>>parseInt(e,10)/4).toString(16):"".concat(1e7,"-").concat(1e3,"-").concat(4e3,"-").concat(8e3,"-").concat(1e11).replace(/[018]/g,re)}function oe(e,t,n){void 0===n&&(n="");var r=e.charCodeAt(t-1),o=r>=55296&&r<=56319?t+1:t;return e.length<=o?e:"".concat(e.slice(0,o)).concat(n)}var ie,ae,se=V;function ue(e,t,n,r){var o=new Date;o.setTime(o.getTime()+n);var i="expires=".concat(o.toUTCString()),a=r&&r.crossSite?"none":"strict",s=r&&r.domain?";domain=".concat(r.domain):"",u=r&&r.secure?";secure":"";document.cookie="".concat(e,"=").concat(t,";").concat(i,";path=/;samesite=").concat(a).concat(s).concat(u)}function ce(e){return function(e,t){var n=new RegExp("(?:^|;)\\s*".concat(t,"\\s*=\\s*([^;]+)")).exec(e);return n?n[1]:void 0}(document.cookie,e)}function fe(e,t){ue(e,"",0,t)}!function(e){e.PAGEHIDE="pagehide",e.FEATURE_FLAGS="feature_flags",e.RESOURCE_PAGE_STATES="resource_page_states",e.COLLECT_FLUSH_REASON="collect_flush_reason"}(ae||(ae={}));var le=new Set;function de(e){return le.has(e)}function ve(){return le}function pe(e){return 0!==e&&100*Math.random()<=e}function ge(e){return function(e){return"number"==typeof e}(e)&&e>=0&&e<=100}function he(e){return 0===Object.keys(e).length}function ye(e){return me(e,Ee(window.location)).href}function me(e,t){var n=function(){if(void 0===be)try{var e=new we("http://test/path");be="http://test/path"===e.href}catch(e){be=!1}return be?we:void 0}();if(n)try{return void 0!==t?new n(e,t):new n(e)}catch(n){throw new Error("Failed to construct URL: ".concat(String(n)," ").concat(P({url:e,base:t})))}if(void 0===t&&!/:/.test(e))throw new Error("Invalid URL: '".concat(e,"'"));var r=document,o=r.createElement("a");if(void 0!==t){var i=(r=document.implementation.createHTMLDocument("")).createElement("base");i.href=t,r.head.appendChild(i),r.body.appendChild(o)}return o.href=e,o}var be,we=URL;function Ee(e){if(e.origin)return e.origin;var t=e.host.replace(/(:80|:443)$/,"");return"".concat(e.protocol,"//").concat(t)}var Se="datad0g.com",Ce="datadoghq.com",xe="ap1.datadoghq.com",ke={logs:"logs",rum:"rum",sessionReplay:"session-replay"},Oe={logs:"logs",rum:"rum",sessionReplay:"replay"};function Re(e,t,n){var r=function(e,t){var n="/api/v2/".concat(Oe[t]),r=e.proxy,o=e.proxyUrl;if(r){var i=ye(r);return function(e){return"".concat(i,"?ddforward=").concat(encodeURIComponent("".concat(n,"?").concat(e)))}}var a=function(e,t){var n=e.site,r=void 0===n?Ce:n,o=e.internalAnalyticsSubdomain;if(o&&r===Ce)return"".concat(o,".").concat(Ce);var i=r.split("."),a=i.pop(),s=r!==xe?"".concat(ke[t],"."):"";return"".concat(s,"browser-intake-").concat(i.join("-"),".").concat(a)}(e,t);if(void 0===r&&o){var s=ye(o);return function(e){return"".concat(s,"?ddforward=").concat(encodeURIComponent("https://".concat(a).concat(n,"?").concat(e)))}}return function(e){return"https://".concat(a).concat(n,"?").concat(e)}}(e,t);return{build:function(o,i,a){var s=function(e,t,n,r,o,i){var a=e.clientToken,s=e.internalAnalyticsSubdomain,u=["sdk_version:".concat("4.42.1"),"api:".concat(r)].concat(n);o&&de(ae.COLLECT_FLUSH_REASON)&&u.push("flush_reason:".concat(o));i&&u.push("retry_count:".concat(i.count),"retry_after:".concat(i.lastFailureStatus));var c=["ddsource=browser","ddtags=".concat(encodeURIComponent(u.join(","))),"dd-api-key=".concat(a),"dd-evp-origin-version=".concat(encodeURIComponent("4.42.1")),"dd-evp-origin=browser","dd-request-id=".concat(re())];"rum"===t&&c.push("batch_time=".concat(X()));s&&c.reverse();return c.join("&")}(e,t,n,o,i,a);return r(s)},urlPrefix:r(""),endpointType:t}}var _e=200;var Te=/[^a-z0-9_:./-]/;function Le(e,n){var r=_e-e.length-1;(n.length>r||Te.test(n))&&t.warn("".concat(e," value doesn't meet tag requirements and will be sanitized"));var o=n.replace(/,/g,"_");return"".concat(e,":").concat(o)}function Ae(e){var t=function(e){var t=e.env,n=e.service,r=e.version,o=e.datacenter,i=[];return t&&i.push(Le("env",t)),n&&i.push(Le("service",n)),r&&i.push(Le("version",r)),o&&i.push(Le("datacenter",o)),i}(e),n=function(e,t){return{logsEndpointBuilder:Re(e,"logs",t),rumEndpointBuilder:Re(e,"rum",t),sessionReplayEndpointBuilder:Re(e,"sessionReplay",t)}}(e,t),r=p(n).map((function(e){return e.urlPrefix})),o=function(e,t,n){if(!e.replica)return;var r=h({},e,{site:Ce,clientToken:e.replica.clientToken}),o={logsEndpointBuilder:Re(r,"logs",n),rumEndpointBuilder:Re(r,"rum",n)};return t.push.apply(t,p(o).map((function(e){return e.urlPrefix}))),h({applicationId:e.replica.applicationId},o)}(e,r,t);return h({isIntakeUrl:function(e){return r.some((function(t){return 0===e.indexOf(t)}))},replica:o,site:e.site||Ce},n)}function Be(e){var n,o,i;if(e&&e.clientToken){var a=null!==(n=e.sessionSampleRate)&&void 0!==n?n:e.sampleRate;if(void 0===a||ge(a))if(void 0===e.telemetrySampleRate||ge(e.telemetrySampleRate)){if(void 0===e.telemetryConfigurationSampleRate||ge(e.telemetryConfigurationSampleRate))return Array.isArray(e.enableExperimentalFeatures)&&e.enableExperimentalFeatures.filter((function(e){return t=ae,n=e,Object.keys(t).some((function(e){return t[e]===n}));var t,n})).forEach((function(e){le.add(e)})),h({beforeSend:e.beforeSend&&r(e.beforeSend,"beforeSend threw an error:"),cookieOptions:Pe(e),sessionSampleRate:null!=a?a:100,telemetrySampleRate:null!==(o=e.telemetrySampleRate)&&void 0!==o?o:20,telemetryConfigurationSampleRate:null!==(i=e.telemetryConfigurationSampleRate)&&void 0!==i?i:5,service:e.service,silentMultipleInit:!!e.silentMultipleInit,batchBytesLimit:16*m,eventRateLimiterThreshold:3e3,maxTelemetryEventsPerPage:15,flushTimeout:30*V,batchMessagesLimit:50,messageBytesLimit:256*m},Ae(e));t.error("Telemetry Configuration Sample Rate should be a number between 0 and 100")}else t.error("Telemetry Sample Rate should be a number between 0 and 100");else t.error("Session Sample Rate should be a number between 0 and 100")}else t.error("Client Token is not configured, we will not send any data.")}function Pe(e){var t={};return t.secure=function(e){return!!e.useSecureSessionCookie||!!e.useCrossSiteSessionCookie}(e),t.crossSite=!!e.useCrossSiteSessionCookie,e.trackSessionAcrossSubdomains&&(t.domain=function(){if(void 0===ie){for(var e="dd_site_test_".concat(re()),t=window.location.hostname.split("."),n=t.pop();t.length&&!ce(e);)n="".concat(t.pop(),".").concat(n),ue(e,"test",V,{domain:n});fe(e,{domain:n}),ie=n}return ie}()),t}var qe="?";function Ue(e){var t=[],n=ze(e,"stack"),r=String(e);return n&&g(n,r)&&(n=n.slice(r.length)),n&&n.split("\n").forEach((function(e){var n=function(e){var t=Ne.exec(e);if(!t)return;var n=t[2]&&0===t[2].indexOf("native"),r=t[2]&&0===t[2].indexOf("eval"),o=Me.exec(t[2]);r&&o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3]);return{args:n?[t[2]]:[],column:t[4]?+t[4]:void 0,func:t[1]||qe,line:t[3]?+t[3]:void 0,url:n?void 0:t[2]}}(e)||function(e){var t=De.exec(e);if(!t)return;return{args:[],column:t[3]?+t[3]:void 0,func:qe,line:t[2]?+t[2]:void 0,url:t[1]}}(e)||function(e){var t=Ge.exec(e);if(!t)return;return{args:[],column:t[4]?+t[4]:void 0,func:t[1]||qe,line:+t[3],url:t[2]}}(e)||function(e){var t=Fe.exec(e);if(!t)return;var n=t[3]&&t[3].indexOf(" > eval")>-1,r=He.exec(t[3]);n&&r&&(t[3]=r[1],t[4]=r[2],t[5]=void 0);return{args:t[2]?t[2].split(","):[],column:t[5]?+t[5]:void 0,func:t[1]||qe,line:t[4]?+t[4]:void 0,url:t[3]}}(e);n&&(!n.func&&n.line&&(n.func=qe),t.push(n))})),{message:ze(e,"message"),name:ze(e,"name"),stack:t}}var je="((?:file|https?|blob|chrome-extension|native|eval|webpack|snippet|<anonymous>|\\w+\\.|\\/).*?)",Ie="(?::(\\d+))",Ne=new RegExp("^\\s*at (.*?) ?\\(".concat(je).concat(Ie,"?").concat(Ie,"?\\)?\\s*$"),"i"),Me=new RegExp("\\((\\S*)".concat(Ie).concat(Ie,"\\)"));var De=new RegExp("^\\s*at ?".concat(je).concat(Ie,"?").concat(Ie,"??\\s*$"),"i");var Ge=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i;var Fe=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|capacitor|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,He=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i;function ze(e,t){if("object"==typeof e&&e&&t in e){var n=e[t];return"string"==typeof n?n:void 0}}var Je="No stack, consider using an instance of Error";function Ve(e){var t=e.stackTrace,n=e.originalError,r=e.handlingStack,o=e.startClocks,i=e.nonErrorPrefix,a=e.source,s=e.handling,u=n instanceof Error,c=function(e,t,n,r){return(null==e?void 0:e.message)&&(null==e?void 0:e.name)?e.message:t?"Empty message":"".concat(n," ").concat(P(N(r)))}(t,u,i,n),f=function(e,t){if(void 0===t)return!1;if(e)return!0;return t.stack.length>0&&(t.stack.length>1||void 0!==t.stack[0].url)}(u,t)?$e(t):Je,l=u?function(e,t){var n=e,r=[];for(;(null==n?void 0:n.cause)instanceof Error&&r.length<10;){var o=Ue(n.cause);r.push({message:n.cause.message,source:t,type:null==o?void 0:o.name,stack:o&&$e(o)}),n=n.cause}return r.length?r:void 0}(n,a):void 0;return{startClocks:o,source:a,handling:s,handlingStack:r,originalError:n,type:null==t?void 0:t.name,message:c,stack:f,causes:l,fingerprint:We(n)}}function We(e){return e instanceof Error&&"dd_fingerprint"in e?String(e.dd_fingerprint):void 0}function $e(e){var t=Ke(e);return e.stack.forEach((function(e){var n="?"===e.func?"<anonymous>":e.func,r=e.args&&e.args.length>0?"(".concat(e.args.join(", "),")"):"",o=e.line?":".concat(e.line):"",i=e.line&&e.column?":".concat(e.column):"";t+="\n  at ".concat(n).concat(r," @ ").concat(e.url).concat(o).concat(i)})),t}function Ke(e){return"".concat(e.name||"Error",": ").concat(e.message)}var Xe=function(){function e(e){this.onFirstSubscribe=e,this.observers=[]}return e.prototype.subscribe=function(e){var t=this;return!this.observers.length&&this.onFirstSubscribe&&(this.onLastUnsubscribe=this.onFirstSubscribe()||void 0),this.observers.push(e),{unsubscribe:function(){t.observers=t.observers.filter((function(t){return e!==t})),!t.observers.length&&t.onLastUnsubscribe&&t.onLastUnsubscribe()}}},e.prototype.notify=function(e){this.observers.forEach((function(t){return t(e)}))},e}();function Ze(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=new Xe((function(){var t=e.map((function(e){return e.subscribe((function(e){return n.notify(e)}))}));return function(){return t.forEach((function(e){return e.unsubscribe()}))}}));return n}function Ye(e,t,n,r){return Qe(e,[t],n,r)}function Qe(e,t,n,r){var o=void 0===r?{}:r,i=o.once,a=o.capture,s=o.passive,u=c(i?function(e){d(),n(e)}:n),f=s?{capture:a,passive:s}:a,l=S(e,"addEventListener");function d(){var n=S(e,"removeEventListener");t.forEach((function(t){return n.call(e,t,u,f)}))}return t.forEach((function(t){return l.call(e,t,u,f)})),{stop:d}}var et={intervention:"intervention",deprecation:"deprecation",cspViolation:"csp_violation"};function tt(e){var t,n=[];d(e,et.cspViolation)&&n.push(t=new Xe((function(){return Ye(document,"securitypolicyviolation",(function(e){t.notify(function(e){var t=et.cspViolation,n="'".concat(e.blockedURI,"' blocked by '").concat(e.effectiveDirective,"' directive");return{type:et.cspViolation,subtype:e.effectiveDirective,message:"".concat(t,": ").concat(n),stack:nt(e.effectiveDirective,e.originalPolicy?"".concat(n,' of the policy "').concat(oe(e.originalPolicy,100,"..."),'"'):"no policy",e.sourceFile,e.lineNumber,e.columnNumber)}}(e))})).stop})));var r=e.filter((function(e){return e!==et.cspViolation}));return r.length&&n.push(function(e){var t=new Xe((function(){if(window.ReportingObserver){var n=c((function(e){return e.forEach((function(e){t.notify(function(e){var t=e.type,n=e.body;return{type:t,subtype:n.id,message:"".concat(t,": ").concat(n.message),stack:nt(n.id,n.message,n.sourceFile,n.lineNumber,n.columnNumber)}}(e))}))})),r=new window.ReportingObserver(n,{types:e,buffered:!0});return r.observe(),function(){r.disconnect()}}}));return t}(r)),Ze.apply(void 0,n)}function nt(e,t,n,r,o){return n&&$e({name:e,message:t,stack:[{func:"?",url:n,line:r,column:o}]})}var rt=32*m;function ot(e,n,r){return void 0===e?[]:"all"===e||Array.isArray(e)&&e.every((function(e){return d(n,e)}))?"all"===e?n:(o=e,i=new Set,o.forEach((function(e){return i.add(e)})),v(i)):void t.error("".concat(r,' should be "all" or an array with allowed values "').concat(n.join('", "'),'"'));var o,i}var it={AGENT:"agent",CONSOLE:"console",CUSTOM:"custom",LOGGER:"logger",NETWORK:"network",SOURCE:"source",REPORT:"report"},at=function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},st={debug:"debug",error:"error",info:"info",warn:"warn"},ut={console:"console",http:"http",silent:"silent"},ct=Object.keys(st),ft=function(){function e(e,t,n,r,o){void 0===n&&(n=ut.http),void 0===r&&(r=st.debug),void 0===o&&(o={}),this.handleLogStrategy=e,this.handlerType=n,this.level=r,this.contextManager=H("logger context"),this.contextManager.set(h({},o,t?{logger:{name:t}}:void 0))}return e.prototype.log=function(e,t,n,r){var o;if(void 0===n&&(n=st.info),n===st.error&&(o={origin:it.LOGGER}),null!=r){var i=Ve({stackTrace:r instanceof Error?Ue(r):void 0,originalError:r,nonErrorPrefix:"Provided",source:it.LOGGER,handling:"handled",startClocks:Y()});o={origin:it.LOGGER,stack:i.stack,kind:i.type,message:i.message}}var a=N(t),s=o?B({error:o},a):a;this.handleLogStrategy({message:N(e),context:s,status:n},this)},e.prototype.debug=function(e,t,n){this.log(e,t,st.debug,n)},e.prototype.info=function(e,t,n){this.log(e,t,st.info,n)},e.prototype.warn=function(e,t,n){this.log(e,t,st.warn,n)},e.prototype.error=function(e,t,n){this.log(e,t,st.error,n)},e.prototype.setContext=function(e){this.contextManager.set(e)},e.prototype.getContext=function(){return this.contextManager.get()},e.prototype.addContext=function(e,t){this.contextManager.add(e,t)},e.prototype.removeContext=function(e){this.contextManager.remove(e)},e.prototype.setHandler=function(e){this.handlerType=e},e.prototype.getHandler=function(){return this.handlerType},e.prototype.setLevel=function(e){this.level=e},e.prototype.getLevel=function(){return this.level},at([u],e.prototype,"log",null),e}();function lt(e,t){var n=window.__ddBrowserSdkExtensionCallback;n&&n({type:e,payload:t})}var dt={HIDDEN:"visibility_hidden",UNLOADING:"before_unload",PAGEHIDE:"page_hide",FROZEN:"page_frozen"};var vt="datadog-synthetics-public-id",pt="datadog-synthetics-result-id",gt="datadog-synthetics-injects-rum";function ht(){return Boolean(window._DATADOG_SYNTHETICS_INJECTS_RUM||ce(gt))}function yt(){var e=window._DATADOG_SYNTHETICS_RESULT_ID||ce(pt);return"string"==typeof e?e:void 0}var mt,bt={log:"log",configuration:"configuration"},wt=["https://www.datadoghq-browser-agent.com","https://www.datad0g-browser-agent.com","http://localhost","<anonymous>"],Et=["ddog-gov.com"],St={maxEventsPerPage:0,sentEventCount:0,telemetryEnabled:!1,telemetryConfigurationEnabled:!1};function Ct(e,t){var n,r=new Xe;return St.telemetryEnabled=!d(Et,t.site)&&pe(t.telemetrySampleRate),St.telemetryConfigurationEnabled=St.telemetryEnabled&&pe(t.telemetryConfigurationSampleRate),mt=function(t){if(St.telemetryEnabled){var o=function(e,t){return B({type:"telemetry",date:X(),service:e,version:"4.42.1",source:"browser",_dd:{format_version:2},telemetry:t,experimental_features:v(ve())},void 0!==n?n():{})}(e,t);r.notify(o),lt("telemetry",o)}},o=xt,h(St,{maxEventsPerPage:t.maxTelemetryEventsPerPage,sentEventCount:0}),{setContextProvider:function(e){n=e},observable:r,enabled:St.telemetryEnabled}}function xt(e){kt(h({type:bt.log,status:"error"},function(e){if(e instanceof Error){var t=Ue(e);return{error:{kind:t.name,stack:$e(Ot(t))},message:t.message}}return{error:{stack:Je},message:"".concat("Uncaught"," ").concat(P(e))}}(e)))}function kt(e){mt&&St.sentEventCount<St.maxEventsPerPage&&(St.sentEventCount+=1,mt(e))}function Ot(e){return e.stack=e.stack.filter((function(e){return!e.url||wt.some((function(t){return g(e.url,t)}))})),e}var Rt=function(){function e(e,t,n){var r=this;this.request=e,this.flushController=t,this.messageBytesLimit=n,this.pushOnlyBuffer=[],this.upsertBuffer={},this.flushController.flushObservable.subscribe((function(e){return r.flush(e)}))}return e.prototype.add=function(e){this.addOrUpdate(e)},e.prototype.upsert=function(e,t){this.addOrUpdate(e,t)},e.prototype.flush=function(e){var t=this.pushOnlyBuffer.concat(p(this.upsertBuffer));this.pushOnlyBuffer=[],this.upsertBuffer={};var n,r={data:t.join("\n"),bytesCount:e.bytesCount,flushReason:e.reason};n=e.reason,d(p(dt),n)?this.request.sendOnExit(r):this.request.send(r)},e.prototype.addOrUpdate=function(e,n){var r=this.process(e),o=r.processedMessage,i=r.messageBytesCount;i>=this.messageBytesLimit?t.warn("Discarded a message whose size was bigger than the maximum allowed size ".concat(this.messageBytesLimit,"KB.")):(this.hasMessageFor(n)&&this.remove(n),this.push(o,i,n))},e.prototype.process=function(e){var t=P(e);return{processedMessage:t,messageBytesCount:E(t)}},e.prototype.push=function(e,t,n){var r=this.flushController.messagesCount>0?1:0;this.flushController.notifyBeforeAddMessage(t+r),void 0!==n?this.upsertBuffer[n]=e:this.pushOnlyBuffer.push(e),this.flushController.notifyAfterAddMessage()},e.prototype.remove=function(e){var t=this.upsertBuffer[e];delete this.upsertBuffer[e];var n=E(t),r=this.flushController.messagesCount>1?1:0;this.flushController.notifyAfterRemoveMessage(n+r)},e.prototype.hasMessageFor=function(e){return void 0!==e&&void 0!==this.upsertBuffer[e]},e}();function _t(e){return e>=500}var Tt=80*m,Lt=32,At=3*b,Bt=W,Pt=V;function qt(e,t,n,r,o){0===t.transportStatus&&0===t.queuedPayloads.size()&&t.bandwidthMonitor.canHandle(e)?jt(e,t,n,{onSuccess:function(){return It(0,t,n,r,o)},onFailure:function(){t.queuedPayloads.enqueue(e),Ut(t,n,r,o)}}):t.queuedPayloads.enqueue(e)}function Ut(e,t,n,r){2===e.transportStatus&&C((function(){jt(e.queuedPayloads.first(),e,t,{onSuccess:function(){e.queuedPayloads.dequeue(),e.currentBackoffTime=Pt,It(1,e,t,n,r)},onFailure:function(){e.currentBackoffTime=Math.min(Bt,2*e.currentBackoffTime),Ut(e,t,n,r)}})}),e.currentBackoffTime)}function jt(e,t,n,r){var o=r.onSuccess,i=r.onFailure;t.bandwidthMonitor.add(e),n(e,(function(n){t.bandwidthMonitor.remove(e),!function(e){return"opaque"!==e.type&&(0===e.status&&!navigator.onLine||408===e.status||429===e.status||_t(e.status))}(n)?(t.transportStatus=0,o()):(t.transportStatus=t.bandwidthMonitor.ongoingRequestCount>0?1:2,e.retry={count:e.retry?e.retry.count+1:1,lastFailureStatus:n.status},i())}))}function It(e,t,n,r,o){0===e&&t.queuedPayloads.isFull()&&!t.queueFullReported&&(o({message:"Reached max ".concat(r," events size queued for upload: ").concat(At/b,"MiB"),source:it.AGENT,startClocks:Y()}),t.queueFullReported=!0);var i=t.queuedPayloads;for(t.queuedPayloads=Nt();i.size()>0;)qt(i.dequeue(),t,n,r,o)}function Nt(){var e=[];return{bytesCount:0,enqueue:function(t){this.isFull()||(e.push(t),this.bytesCount+=t.bytesCount)},first:function(){return e[0]},dequeue:function(){var t=e.shift();return t&&(this.bytesCount-=t.bytesCount),t},size:function(){return e.length},isFull:function(){return this.bytesCount>=At}}}function Mt(e,t,n){var r={transportStatus:0,currentBackoffTime:Pt,bandwidthMonitor:{ongoingRequestCount:0,ongoingByteCount:0,canHandle:function(e){return 0===this.ongoingRequestCount||this.ongoingByteCount+e.bytesCount<=Tt&&this.ongoingRequestCount<Lt},add:function(e){this.ongoingRequestCount+=1,this.ongoingByteCount+=e.bytesCount},remove:function(e){this.ongoingRequestCount-=1,this.ongoingByteCount-=e.bytesCount}},queuedPayloads:Nt(),queueFullReported:!1},o=function(n,r){return function(e,t,n,r){var o=n.data,i=n.bytesCount,a=n.flushReason,s=n.retry,u=function(){try{return window.Request&&"keepalive"in new Request("http://a")}catch(e){return!1}}()&&i<t;if(u){var f=e.build("fetch",a,s);fetch(f,{method:"POST",body:o,keepalive:!0,mode:"cors"}).then(c((function(e){return null==r?void 0:r({status:e.status,type:e.type})})),c((function(){Gt(e.build("xhr",a,s),o,r)})))}else{Gt(e.build("xhr",a,s),o,r)}}(e,t,n,r)};return{send:function(t){qt(t,r,o,e.endpointType,n)},sendOnExit:function(n){!function(e,t,n){var r=n.data,o=n.bytesCount,i=n.flushReason,a=!!navigator.sendBeacon&&o<t;if(a)try{var s=e.build("beacon",i);if(navigator.sendBeacon(s,r))return}catch(e){!function(e){Dt||(Dt=!0,xt(e))}(e)}var u=e.build("xhr",i);Gt(u,r)}(e,t,n)}}}var Dt=!1;function Gt(e,t,n){var r=new XMLHttpRequest;r.open("POST",e,!0),Ye(r,"loadend",(function(){null==n||n({status:r.status})}),{once:!0}),r.send(t)}function Ft(e){var t=e.messagesLimit,n=e.bytesLimit,r=e.durationLimit,o=e.pageExitObservable,i=e.sessionExpireObservable,a=new Xe;o.subscribe((function(e){return f(e.reason)})),i.subscribe((function(){return f("session_expire")}));var s,u=0,c=0;function f(e){if(0!==c){var t=c,n=u;c=0,u=0,l(),a.notify({reason:e,messagesCount:t,bytesCount:n})}}function l(){x(s),s=void 0}return{flushObservable:a,get messagesCount(){return c},notifyBeforeAddMessage:function(e){u+e>=n&&f("bytes_limit"),c+=1,u+=e,void 0===s&&(s=C((function(){f("duration_limit")}),r))},notifyAfterAddMessage:function(){c>=t?f("messages_limit"):u>=n&&f("bytes_limit")},notifyAfterRemoveMessage:function(e){u-=e,0===(c-=1)&&l()}}}function Ht(e,t,n,r,o,i){var a,s=u(t);function u(t){return new Rt(Mt(t,e.batchBytesLimit,n),Ft({messagesLimit:e.batchMessagesLimit,bytesLimit:e.batchBytesLimit,durationLimit:e.flushTimeout,pageExitObservable:r,sessionExpireObservable:o}),e.messageBytesLimit)}return i&&(a=u(i)),{add:function(e,t){void 0===t&&(t=!0),s.add(e),a&&t&&a.add(e)}}}var zt=1/0,Jt=W,Vt=function(){function e(e){var t=this;this.expireDelay=e,this.entries=[],this.clearOldValuesInterval=k((function(){return t.clearOldValues()}),Jt)}return e.prototype.add=function(e,t){var n=this,r={value:e,startTime:t,endTime:zt,remove:function(){var e=n.entries.indexOf(r);e>=0&&n.entries.splice(e,1)},close:function(e){r.endTime=e}};return this.entries.unshift(r),r},e.prototype.find=function(e){void 0===e&&(e=zt);for(var t=0,n=this.entries;t<n.length;t++){var r=n[t];if(r.startTime<=e){if(e<=r.endTime)return r.value;break}}},e.prototype.closeActive=function(e){var t=this.entries[0];t&&t.endTime===zt&&t.close(e)},e.prototype.findAll=function(e){return void 0===e&&(e=zt),this.entries.filter((function(t){return t.startTime<=e&&e<=t.endTime})).map((function(e){return e.value}))},e.prototype.reset=function(){this.entries=[]},e.prototype.stop=function(){O(this.clearOldValuesInterval)},e.prototype.clearOldValues=function(){for(var e=Z()-this.expireDelay;this.entries.length>0&&this.entries[this.entries.length-1].endTime<e;)this.entries.pop()},e}();var Wt,$t=4*$,Kt=15*W,Xt=/^([a-z]+)=([a-z0-9-]+)$/,Zt="&",Yt="_dd_s",Qt=10,en=100,tn=[];function nn(e,t){var n;if(void 0===t&&(t=0),Wt||(Wt=e),e===Wt)if(t>=en)an();else{var r,o=cn();if(rn()){if(o.lock)return void on(e,t);if(r=re(),o.lock=r,un(o,e.options),(o=cn()).lock!==r)return void on(e,t)}var i=e.process(o);if(rn()&&(o=cn()).lock!==r)on(e,t);else{if(i&&sn(i,e.options),rn()&&(!i||!ln(i))){if((o=cn()).lock!==r)return void on(e,t);delete o.lock,un(o,e.options),i=o}null===(n=e.after)||void 0===n||n.call(e,i||o),an()}}else tn.push(e)}function rn(){return!!window.chrome||/HeadlessChrome/.test(window.navigator.userAgent)}function on(e,t){C((function(){nn(e,t+1)}),Qt)}function an(){Wt=void 0;var e=tn.shift();e&&nn(e)}function sn(e,t){ln(e)?fn(t):(e.expire=String(K()+Kt),un(e,t))}function un(e,t){ue(Yt,function(e){return(t=e,Object.keys(t).map((function(e){return[e,t[e]]}))).map((function(e){var t=e[0],n=e[1];return"".concat(t,"=").concat(n)})).join(Zt);var t}(e),Kt,t)}function cn(){var e=ce(Yt),t={};return function(e){return void 0!==e&&(-1!==e.indexOf(Zt)||Xt.test(e))}(e)&&e.split(Zt).forEach((function(e){var n=Xt.exec(e);if(null!==n){var r=n[1],o=n[2];t[r]=o}})),t}function fn(e){fe(Yt,e)}function ln(e){return he(e)}var dn="_dd",vn="_dd_r",pn="_dd_l",gn="rum",hn="logs";function yn(e,t,n){var r=new Xe,o=new Xe,i=k((function(){nn({options:e,process:function(e){return c(e)?void 0:{}},after:s})}),se),a=function(){var e=cn();if(c(e))return e;return{}}();function s(e){return c(e)||(e={}),u()&&(!function(e){return a.id!==e.id||a[t]!==e[t]}(e)?a=e:(a={},o.notify())),e}function u(){return void 0!==a[t]}function c(e){return(void 0===e.created||K()-Number(e.created)<$t)&&(void 0===e.expire||K()<Number(e.expire))}return{expandOrRenewSession:R((function(){var o;nn({options:e,process:function(e){var r=s(e);return o=function(e){var r=n(e[t]),o=r.trackingType,i=r.isTracked;e[t]=o,i&&!e.id&&(e.id=re(),e.created=String(K()));return i}(r),r},after:function(e){o&&!u()&&function(e){a=e,r.notify()}(e),a=e}})}),se).throttled,expandSession:function(){nn({options:e,process:function(e){return u()?s(e):void 0}})},getSession:function(){return a},renewObservable:r,expireObservable:o,expire:function(){fn(e),s({})},stop:function(){O(i)}}}var mn=W,bn=$t,wn=[];function En(e,t,n){!function(e){var t=ce(Yt),n=ce(dn),r=ce(vn),o=ce(pn);if(!t){var i={};n&&(i.id=n),o&&/^[01]$/.test(o)&&(i[hn]=o),r&&/^[012]$/.test(r)&&(i[gn]=r),sn(i,e)}}(e);var r=yn(e,t,n);wn.push((function(){return r.stop()}));var o,i=new Vt(bn);function a(){return{id:r.getSession().id,trackingType:r.getSession()[t]}}return wn.push((function(){return i.stop()})),r.renewObservable.subscribe((function(){i.add(a(),Z())})),r.expireObservable.subscribe((function(){i.closeActive(Z())})),r.expandOrRenewSession(),i.add(a(),[0,Q()][0]),o=Qe(window,["click","touchstart","keydown","scroll"],(function(){return r.expandOrRenewSession()}),{capture:!0,passive:!0}).stop,wn.push(o),function(e){var t=function(){"visible"===document.visibilityState&&e()},n=Ye(document,"visibilitychange",t).stop;wn.push(n);var r=k(t,mn);wn.push((function(){O(r)}))}((function(){return r.expandSession()})),{findActiveSession:function(e){return i.find(e)},renewObservable:r.renewObservable,expireObservable:r.expireObservable,expire:r.expire}}var Sn,Cn="logs";function xn(e){var t=En(e.cookieOptions,Cn,(function(t){return function(e,t){var n=function(e){return"0"===e||"1"===e}(t)?t:kn(e);return{trackingType:n,isTracked:"1"===n}}(e,t)}));return{findTrackedSession:function(e){var n=t.findActiveSession(e);return n&&"1"===n.trackingType?{id:n.id}:void 0},expireObservable:t.expireObservable}}function kn(e){return pe(e.sessionSampleRate)?"1":"0"}var On=((Sn={})[st.debug]=0,Sn[st.info]=1,Sn[st.warn]=2,Sn[st.error]=3,Sn);function Rn(e,t,n){var r=n.getHandler(),o=Array.isArray(r)?r:[r];return On[e]>=On[n.getLevel()]&&d(o,t)}function _n(e,t,n,r,o,i){var a=ct.concat(["custom"]),s={};a.forEach((function(e){var n,r,o,a,u;s[e]=(n=e,r=t.eventRateLimiterThreshold,o=i,a=0,u=!1,{isLimitReached:function(){if(0===a&&C((function(){a=0}),W),(a+=1)<=r||u)return u=!1,!1;if(a===r+1){u=!0;try{o({message:"Reached max number of ".concat(n,"s by minute: ").concat(r),source:it.AGENT,startClocks:Y()})}finally{u=!1}}return!0}})})),n.subscribe(0,(function(i){var a,u,c,f=i.rawLogsEvent,l=i.messageContext,d=void 0===l?void 0:l,v=i.savedCommonContext,p=void 0===v?void 0:v,g=i.logger,h=void 0===g?o:g,y=f.date-Q(),m=e.findTrackedSession(y);if(m){var b=p||r(),w=B({service:t.service,session_id:m.id,usr:he(b.user)?void 0:b.user,view:b.view},b.context,Ln(y),f,h.getContext(),d);!Rn(f.status,ut.http,h)||!1===(null===(a=t.beforeSend)||void 0===a?void 0:a.call(t,w))||(null===(u=w.error)||void 0===u?void 0:u.origin)!==it.AGENT&&(null!==(c=s[w.status])&&void 0!==c?c:s.custom).isLimitReached()||n.notify(1,w)}}))}var Tn=!1;function Ln(t){var n,r=window;if(ht()){var o=i(r.DD_RUM_SYNTHETICS);return o||Tn||(Tn=!0,function(t,n){l(e.debug,t,n),kt(h({type:bt.log,message:t,status:"debug"},n))}("Logs sent before RUM is injected by the synthetics worker",{testId:(n=window._DATADOG_SYNTHETICS_PUBLIC_ID||ce(vt),"string"==typeof n?n:void 0),resultId:yt()})),o}return i(r.DD_RUM);function i(e){if(e&&e.getInternalContext)return e.getInternalContext(t)}}var An,Bn={};function Pn(t){var r=t.map((function(t){return Bn[t]||(Bn[t]=function(t){var r=new Xe((function(){var o=n[t];return n[t]=function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];o.apply(console,n);var a=function(){var e,t=new Error;if(!t.stack)try{throw t}catch(e){}return f((function(){var n=Ue(t);n.stack=n.stack.slice(2),e=$e(n)})),e}();f((function(){r.notify(function(t,n,r){var o,i,a=t.map((function(e){return function(e){if("string"==typeof e)return N(e);if(e instanceof Error)return Ke(Ue(e));return P(N(e),void 0,2)}(e)})).join(" ");if(n===e.error){var s=function(e,t){for(var n=0;n<e.length;n+=1){var r=e[n];if(t(r,n))return r}}(t,(function(e){return e instanceof Error}));o=s?$e(Ue(s)):void 0,i=We(s),a="console error: ".concat(a)}return{api:n,message:a,stack:o,handlingStack:r,fingerprint:i}}(n,t,a))}))},function(){n[t]=o}}));return r}(t)),Bn[t]}));return Ze.apply(void 0,r)}var qn,Un=((An={})[e.log]=st.info,An[e.debug]=st.debug,An[e.info]=st.info,An[e.warn]=st.warn,An[e.error]=st.error,An);var jn,In=((qn={})[et.cspViolation]=st.error,qn[et.intervention]=st.error,qn[et.deprecation]=st.warn,qn);function Nn(e,t,n){var r=e[t],o=n(r),i=function(){if("function"==typeof o)return o.apply(this,arguments)};return e[t]=i,{stop:function(){e[t]===i?e[t]=r:o=r}}}function Mn(e,t,n){var r=n.before,o=n.after;return Nn(e,t,(function(e){return function(){var t,n=arguments;return r&&f(r,this,n),"function"==typeof e&&(t=e.apply(this,n)),o&&f(o,this,n),t}}))}var Dn,Gn=new WeakMap;function Fn(){var e;return jn||(e=new Xe((function(){var t=Mn(XMLHttpRequest.prototype,"open",{before:Hn}).stop,n=Mn(XMLHttpRequest.prototype,"send",{before:function(){zn.call(this,e)}}).stop,r=Mn(XMLHttpRequest.prototype,"abort",{before:Jn}).stop;return function(){t(),n(),r()}})),jn=e),jn}function Hn(e,t){Gn.set(this,{state:"open",method:e,url:ye(String(t))})}function zn(e){var t=this,n=Gn.get(this);if(n){var r=n;r.state="start",r.startTime=Z(),r.startClocks=Y(),r.isAborted=!1,r.xhr=this;var o=!1,i=Mn(this,"onreadystatechange",{before:function(){this.readyState===XMLHttpRequest.DONE&&a()}}).stop,a=function(){if(s(),i(),!o){o=!0;var a,u=n;u.state="complete",u.duration=(a=r.startClocks.timeStamp,X()-a),u.status=t.status,e.notify(h({},u))}},s=Ye(this,"loadend",a).stop;e.notify(r)}}function Jn(){var e=Gn.get(this);e&&(e.isAborted=!0)}function Vn(){var e;return Dn||(e=new Xe((function(){if(window.fetch)return Nn(window,"fetch",(function(t){return function(n,r){var o,i=f(Wn,null,[e,n,r]);return i?(o=t.call(this,i.input,i.init),f($n,null,[e,o,i])):o=t.call(this,n,r),o}})).stop})),Dn=e),Dn}function Wn(e,t,n){var r=n&&n.method||t instanceof Request&&t.method||"GET",o=t instanceof Request?t.url:ye(String(t)),i={state:"start",init:n,input:t,method:r,startClocks:Y(),url:o};return e.notify(i),i}function $n(e,t,n){var r=function(t){var r=n;r.state="resolve","stack"in t||t instanceof Error?(r.status=0,r.isAborted=t instanceof DOMException&&t.code===DOMException.ABORT_ERR,r.error=t):"status"in t&&(r.response=t,r.responseType=t.type,r.status=t.status,r.isAborted=!1),e.notify(r)};t.then(c(r),c(r))}function Kn(e,t){if(!e.forwardErrorsToLogs)return{stop:_};var n=Fn().subscribe((function(e){"complete"===e.state&&o("xhr",e)})),r=Vn().subscribe((function(e){"resolve"===e.state&&o("fetch",e)}));function o(n,r){function o(e){t.notify(0,{rawLogsEvent:{message:"".concat(Zn(n)," error ").concat(r.method," ").concat(r.url),date:r.startClocks.timeStamp,error:{origin:it.NETWORK,stack:e||"Failed to load"},http:{method:r.method,status_code:r.status,url:r.url},status:st.error,origin:it.NETWORK}})}e.isIntakeUrl(r.url)||!function(e){return 0===e.status&&"opaque"!==e.responseType}(r)&&!_t(r.status)||("xhr"in r?function(e,t,n){"string"==typeof e.response?n(Xn(e.response,t)):n(e.response)}(r.xhr,e,o):r.response?function(e,t,n){var r=function(e){try{return e.clone()}catch(e){return}}(e);r&&r.body?window.TextDecoder?function(e,t,n){!function(e,t,n){var r=e.getReader(),o=[],i=0;function a(){var e,a;if(r.cancel().catch(_),n.collectStreamBody){var s;if(1===o.length)s=o[0];else{s=new Uint8Array(i);var u=0;o.forEach((function(e){s.set(e,u),u+=e.length}))}e=s.slice(0,n.bytesLimit),a=s.length>n.bytesLimit}t(void 0,e,a)}!function e(){r.read().then(c((function(t){t.done?a():(n.collectStreamBody&&o.push(t.value),(i+=t.value.length)>n.bytesLimit?a():e())})),c((function(e){return t(e)})))}()}(e,(function(e,t,r){if(e)n(e);else{var o=(new TextDecoder).decode(t);r&&(o+="..."),n(void 0,o)}}),{bytesLimit:t,collectStreamBody:!0})}(r.body,t.requestErrorResponseLengthLimit,(function(e,t){n(e?"Unable to retrieve response: ".concat(e):t)})):r.text().then(c((function(e){return n(Xn(e,t))})),c((function(e){return n("Unable to retrieve response: ".concat(e))}))):n()}(r.response,e,o):r.error&&function(e,t,n){n(Xn($e(Ue(e)),t))}(r.error,e,o))}return{stop:function(){n.unsubscribe(),r.unsubscribe()}}}function Xn(e,t){return e.length>t.requestErrorResponseLengthLimit?"".concat(e.substring(0,t.requestErrorResponseLengthLimit),"..."):e}function Zn(e){return"xhr"===e?"XHR":"Fetch"}var Yn=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/;function Qn(e){var t=function(e){return Mn(window,"onerror",{before:function(t,n,r,o,i){var a;if(i instanceof Error)a=Ue(i);else{var s=[{url:n,column:o,line:r}],u=function(e){var t,n,r;"[object String]"==={}.toString.call(e)&&(n=(t=Yn.exec(e))[1],r=t[2]);return{name:n,message:r}}(t);a={name:u.name,message:u.message,stack:s}}e(a,null!=i?i:t)}})}(e).stop,n=function(e){return Mn(window,"onunhandledrejection",{before:function(t){var n=t.reason||"Empty reason",r=Ue(n);e(r,n)}})}(e).stop;return{stop:function(){t(),n()}}}function er(e,t){if(!e.forwardErrorsToLogs)return{stop:_};var n,r=new Xe,o=(n=r,Qn((function(e,t){n.notify(Ve({stackTrace:e,originalError:t,startClocks:Y(),nonErrorPrefix:"Uncaught",source:it.SOURCE,handling:"unhandled"}))}))).stop,i=r.subscribe((function(e){t.notify(0,{rawLogsEvent:{message:e.message,date:e.startClocks.timeStamp,error:{kind:e.type,origin:it.SOURCE,stack:e.stack},origin:it.SOURCE,status:st.error}})}));return{stop:function(){o(),i.unsubscribe()}}}var tr=function(){function e(){this.callbacks={}}return e.prototype.notify=function(e,t){var n=this.callbacks[e];n&&n.forEach((function(e){return e(t)}))},e.prototype.subscribe=function(e,t){var n=this;return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),{unsubscribe:function(){n.callbacks[e]=n.callbacks[e].filter((function(e){return t!==e}))}}},e}();var nr,rr,or,ir,ar=function(n){var r,o,i=!1,a=H("global context"),u=H("user"),f={},l=function(){},v=new J,g=function(e,t,n,r){void 0===n&&(n=A(b())),void 0===r&&(r=X()),v.add((function(){return g(e,t,n,r)}))},y=function(){},m=new ft((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return g.apply(void 0,e)}));function b(){return{view:{referrer:document.referrer,url:window.location.href},context:a.getContext(),user:u.getContext()}}return r={logger:m,init:c((function(r){var o;if(y=function(){return A(r)},te()&&(r=function(e){return h({},e,{clientToken:"empty"})}(r)),function(e){return!i||(e.silentMultipleInit||t.error("DD_LOGS is already initialized."),!1)}(r)){var a=function(t){var n=Be(t),r=ot(t.forwardConsoleLogs,p(e),"Forward Console Logs"),o=ot(t.forwardReports,p(et),"Forward Reports");if(n&&r&&o)return t.forwardErrorsToLogs&&!d(r,e.error)&&r.push(e.error),h({forwardErrorsToLogs:!1!==t.forwardErrorsToLogs,forwardConsoleLogs:r,forwardReports:o,requestErrorResponseLengthLimit:rt},n)}(r);a&&(o=n(r,a,b,m),g=o.handleLog,l=o.getInternalContext,v.drain(),i=!0)}})),getLoggerGlobalContext:c(a.get),getGlobalContext:c(a.getContext),setLoggerGlobalContext:c(a.set),setGlobalContext:c(a.setContext),addLoggerGlobalContext:c(a.add),setGlobalContextProperty:c(a.setContextProperty),removeLoggerGlobalContext:c(a.remove),removeGlobalContextProperty:c(a.removeContextProperty),clearGlobalContext:c(a.clearContext),createLogger:c((function(e,t){return void 0===t&&(t={}),f[e]=new ft((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return g.apply(void 0,e)}),N(e),t.handler,t.level,N(t.context)),f[e]})),getLogger:c((function(e){return f[e]})),getInitConfiguration:c((function(){return y()})),getInternalContext:c((function(e){return l(e)})),setUser:c((function(e){(function(e){var n="object"===T(e);return n||t.error("Unsupported user:",e),n})(e)&&u.setContext(ne(e))})),getUser:c(u.getContext),setUserProperty:c((function(e,t){var n,r=ne((n={},n[e]=t,n))[e];u.setContextProperty(e,r)})),removeUserProperty:c(u.removeContextProperty),clearUser:c(u.clearContext)},o=h({version:"4.42.1",onReady:function(e){e()}},r),Object.defineProperty(o,"_setDebug",{get:function(){return s},enumerable:!1}),o}((function(n,r,o,i){var a=new tr;a.subscribe(1,(function(e){return lt("logs",e)}));var s,u=function(e){return a.notify(0,{rawLogsEvent:{message:e.message,date:e.startClocks.timeStamp,error:{origin:it.AGENT},origin:it.AGENT,status:st.error}})},c=s=new Xe((function(){var e=de(ae.PAGEHIDE),t=Qe(window,["visibilitychange","freeze","pagehide"],(function(t){"pagehide"===t.type&&e?s.notify({reason:dt.PAGEHIDE}):"visibilitychange"===t.type&&"hidden"===document.visibilityState?s.notify({reason:dt.HIDDEN}):"freeze"===t.type&&s.notify({reason:dt.FROZEN})}),{capture:!0}).stop,n=_;return e||(n=Ye(window,"beforeunload",(function(){s.notify({reason:dt.UNLOADING})})).stop),function(){t(),n()}})),f=!function(e){if(void 0===document.cookie||null===document.cookie)return!1;try{var n="dd_cookie_test_".concat(re()),r="test";ue(n,r,W,e);var o=ce(n)===r;return fe(n,e),o}catch(e){return t.error(e),!1}}(r.cookieOptions)||te()||ht()?function(e){var t="1"===kn(e)?{}:void 0;return{findTrackedSession:function(){return t},expireObservable:new Xe}}(r):xn(r),l=function(e,t,n,r){var o,i=Ct("browser-logs-sdk",e);if(te()){var a=ee();i.observable.subscribe((function(e){return a.send("internal_telemetry",e)}))}else{var s=Ht(e,e.rumEndpointBuilder,t,n,r,null===(o=e.replica)||void 0===o?void 0:o.rumEndpointBuilder);i.observable.subscribe((function(t){return s.add(t,function(e){return e.site===Se}(e))}))}return i}(r,u,c,f.expireObservable);l.setContextProvider((function(){var e,t,n,r,o,i;return{application:{id:null===(e=Ln())||void 0===e?void 0:e.application_id},session:{id:null===(t=f.findTrackedSession())||void 0===t?void 0:t.id},view:{id:null===(r=null===(n=Ln())||void 0===n?void 0:n.view)||void 0===r?void 0:r.id},action:{id:null===(i=null===(o=Ln())||void 0===o?void 0:o.user_action)||void 0===i?void 0:i.id}}})),Kn(r,a),er(r,a),function(t,n){var r=Pn(t.forwardConsoleLogs).subscribe((function(t){n.notify(0,{rawLogsEvent:{date:X(),message:t.message,origin:it.CONSOLE,error:t.api===e.error?{origin:it.CONSOLE,stack:t.stack,fingerprint:t.fingerprint}:void 0,status:Un[t.api]}})}))}(r,a),function(e,t){var n=tt(e.forwardReports).subscribe((function(e){var n,r=e.message,o=In[e.type];o===st.error?n={kind:e.subtype,origin:it.REPORT,stack:e.stack}:e.stack&&(r+=" Found in ".concat(function(e){var t;return null===(t=/@ (.+)/.exec(e))||void 0===t?void 0:t[1]}(e.stack))),t.notify(0,{rawLogsEvent:{date:X(),message:r,origin:it.REPORT,error:n,status:o}})}))}(r,a);var d,v=function(e){return{handleLog:function(n,r,o,i){var a=n.context;Rn(n.status,ut.console,r)&&t(n.status,n.message,B(r.getContext(),a)),e.notify(0,{rawLogsEvent:{date:i||X(),message:n.message,status:n.status,origin:it.LOGGER},messageContext:a,savedCommonContext:o,logger:r})}}}(a).handleLog;return _n(f,r,a,o,i,u),te()?function(e){var t=ee();e.subscribe(1,(function(e){t.send("log",e)}))}(a):function(e,t,n,r,o){var i,a=Ht(e,e.logsEndpointBuilder,n,r,o,null===(i=e.replica)||void 0===i?void 0:i.logsEndpointBuilder);t.subscribe(1,(function(e){a.add(e)}))}(r,a,u,c,f.expireObservable),function(e){St.telemetryConfigurationEnabled&&kt({type:bt.configuration,configuration:e})}(function(e){var t=function(e){var t,n,r=null!==(t=e.proxy)&&void 0!==t?t:e.proxyUrl;return{session_sample_rate:null!==(n=e.sessionSampleRate)&&void 0!==n?n:e.sampleRate,telemetry_sample_rate:e.telemetrySampleRate,telemetry_configuration_sample_rate:e.telemetryConfigurationSampleRate,use_before_send:!!e.beforeSend,use_cross_site_session_cookie:e.useCrossSiteSessionCookie,use_secure_session_cookie:e.useSecureSessionCookie,use_proxy:void 0!==r?!!r:void 0,silent_multiple_init:e.silentMultipleInit,track_session_across_subdomains:e.trackSessionAcrossSubdomains,track_resources:e.trackResources,track_long_task:e.trackLongTasks}}(e);return h({forward_errors_to_logs:e.forwardErrorsToLogs,forward_console_logs:e.forwardConsoleLogs,forward_reports:e.forwardReports},t)}(n)),{handleLog:v,getInternalContext:(d=f,{get:function(e){var t=d.findTrackedSession(e);if(t)return{session_id:t.id}}}).get}}));nr=y(),or=ar,ir=nr[rr="DD_LOGS"],nr[rr]=or,ir&&ir.q&&ir.q.forEach((function(e){return r(e,"onReady callback threw an error:")()}))}();
  155. </script><div id="root-background" class="Background-sc-__sc-1x0n4hq-1 cxBVpT"></div><div id="root-loader"><div class="root-loader-inner"><div id="loader-logo"><svg viewBox="0 0 96 42" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" data-qa="poweredby-wrapper" class="PoweredByWrapper-sc-__sc-ydjpi1-1 iakrhe"><title>Powered by Typeform</title><path d="M61.5354 34.8954C59.5768 34.8954 58.5711 33.3168 58.5711 31.3778C58.5711 29.4388 59.5592 27.9459 61.5354 27.9459C63.5468 27.9459 64.4996 29.5074 64.4996 31.3778C64.482 33.3511 63.4762 34.8954 61.5354 34.8954ZM42.3735 27.9459C43.5204 27.9459 43.9968 28.598 43.9968 29.1642C43.9968 30.537 42.5676 31.1375 39.5857 31.2233C39.5857 29.5246 40.5738 27.9459 42.3735 27.9459ZM29.6696 34.8954C27.8169 34.8954 27.0405 33.4197 27.0405 31.3778C27.0405 29.353 27.8345 27.9459 29.6696 27.9459C31.5399 27.9459 32.4221 29.4045 32.4221 31.3778C32.4221 33.4369 31.5046 34.8954 29.6696 34.8954ZM14.0013 25.9383H11.1076L15.9069 36.7143C14.9894 38.7048 14.4954 39.2024 13.8602 39.2024C13.1897 39.2024 12.5545 38.6705 12.0957 38.2072L10.8253 39.8545C11.6899 40.7467 12.8721 41.2615 14.0895 41.2615C15.607 41.2615 16.7715 40.4036 17.442 38.8592L22.9823 25.9211H20.1416L17.2479 33.6428L14.0013 25.9383ZM90.6486 27.9459C92.0602 27.9459 92.3425 28.8897 92.3425 31.1032V36.9202H94.848V29.5761C94.848 26.9335 92.9953 25.7839 91.2838 25.7839C89.7664 25.7839 88.3725 26.7105 87.5962 28.4264C87.155 26.7791 85.7435 25.7839 84.1026 25.7839C82.6734 25.7839 81.2442 26.6761 80.4678 28.3406V25.9383H77.9623V36.9031H80.4678V32.2186C80.4678 29.8506 81.7382 27.9459 83.4674 27.9459C84.8789 27.9459 85.1436 28.8897 85.1436 31.1032V36.9202H87.6491L87.6314 32.2186C87.6314 29.8506 88.9195 27.9459 90.6486 27.9459ZM70.656 25.9383H69.3871V36.9031H71.8926V32.699C71.8926 30.0394 73.0924 28.2376 74.8745 28.2376C75.3333 28.2376 75.7215 28.2548 76.1449 28.4264L76.5331 25.8353C76.2155 25.801 75.9332 25.7667 75.6509 25.7667C73.8864 25.7667 72.616 26.9507 71.875 28.4779V25.9383H70.656ZM61.5354 25.7667C58.2182 25.7667 55.9774 28.2376 55.9774 31.3606C55.9774 34.6037 58.2535 37.0232 61.5354 37.0232C64.8701 37.0232 67.1463 34.5351 67.1463 31.3606C67.1286 28.2205 64.8172 25.7667 61.5354 25.7667ZM42.5147 34.8954C41.209 34.8954 40.2385 34.2434 39.8327 32.9221C43.1499 32.7848 46.3965 31.9955 46.3965 29.1299C46.3965 27.4826 44.7379 25.7839 42.3559 25.7839C39.1446 25.7839 36.9743 28.3406 36.9743 31.3778C36.9743 34.5522 39.1093 37.0403 42.3029 37.0403C44.5261 37.0403 45.9377 36.1652 47.0493 34.8954L45.8318 33.2825C44.5438 34.5694 43.7498 34.8954 42.5147 34.8954ZM30.1636 25.7667C28.8932 25.7667 27.6228 26.4874 27.1288 27.6199V25.9383H24.6232V41.21H27.1288V35.7534C27.6581 36.5427 28.8756 37.0575 29.9519 37.0575C33.2867 37.0575 35.0511 34.638 35.0511 31.3778C35.0335 28.1518 33.3043 25.7667 30.1636 25.7667ZM12.5898 21.5455H0.768005V23.9307H5.39084V36.9031H8.01986V23.9307H12.5898V21.5455ZM49.8371 25.9383H48.3373V28.1347H49.8371V36.9031H52.3426V28.1347H54.7775V25.9383H52.3426V24.2224C52.3426 23.1242 52.8014 22.7467 53.8424 22.7467C54.2306 22.7467 54.5835 22.8496 55.0599 23.0041L55.6245 20.9449C55.1657 20.6876 54.2482 20.5846 53.6483 20.5846C51.2487 20.5846 49.8371 21.9917 49.8371 24.4283V25.9383Z" fill="#FFFDFD"></path><path d="M16.0546 4.29761H17.1336V5.14261C17.2896 4.89128 17.5409 4.67028 17.8876 4.47961C18.2429 4.28894 18.6286 4.19361 19.0446 4.19361C19.6686 4.19361 20.2016 4.34094 20.6436 4.63561C21.0856 4.92161 21.4193 5.32028 21.6446 5.83161C21.8699 6.34294 21.9826 6.92361 21.9826 7.57361C21.9826 8.22361 21.8699 8.80428 21.6446 9.31561C21.4193 9.82694 21.0856 10.2299 20.6436 10.5246C20.2016 10.8106 19.6686 10.9536 19.0446 10.9536C18.6719 10.9536 18.3079 10.8713 17.9526 10.7066C17.5973 10.5333 17.3243 10.3079 17.1336 10.0306V13.5016H16.0546V4.29761ZM18.9406 9.99161C19.5386 9.99161 20.0066 9.77061 20.3446 9.32861C20.6913 8.87794 20.8646 8.29294 20.8646 7.57361C20.8646 6.85428 20.6913 6.27361 20.3446 5.83161C20.0066 5.38094 19.5386 5.15561 18.9406 5.15561C18.3426 5.15561 17.8746 5.38094 17.5366 5.83161C17.1986 6.27361 17.0296 6.85428 17.0296 7.57361C17.0296 8.29294 17.1986 8.87794 17.5366 9.32861C17.8833 9.77061 18.3513 9.99161 18.9406 9.99161ZM26.3395 10.9536C25.7069 10.9536 25.1479 10.8019 24.6625 10.4986C24.1859 10.1866 23.8175 9.77061 23.5575 9.25061C23.3062 8.73061 23.1805 8.17161 23.1805 7.57361C23.1805 6.97561 23.3062 6.41661 23.5575 5.89661C23.8175 5.37661 24.1859 4.96494 24.6625 4.66161C25.1479 4.34961 25.7069 4.19361 26.3395 4.19361C26.9722 4.19361 27.5269 4.34961 28.0035 4.66161C28.4802 4.96494 28.8442 5.37661 29.0955 5.89661C29.3555 6.41661 29.4855 6.97561 29.4855 7.57361C29.4855 8.17161 29.3555 8.73061 29.0955 9.25061C28.8442 9.77061 28.4802 10.1866 28.0035 10.4986C27.5269 10.8019 26.9722 10.9536 26.3395 10.9536ZM26.3395 9.99161C26.7642 9.99161 27.1282 9.87894 27.4315 9.65361C27.7435 9.42828 27.9775 9.13361 28.1335 8.76961C28.2895 8.39694 28.3675 7.99828 28.3675 7.57361C28.3675 7.14894 28.2895 6.75461 28.1335 6.39061C27.9775 6.01794 27.7435 5.71894 27.4315 5.49361C27.1282 5.26828 26.7642 5.15561 26.3395 5.15561C25.9149 5.15561 25.5465 5.26828 25.2345 5.49361C24.9312 5.71894 24.6972 6.01794 24.5325 6.39061C24.3765 6.75461 24.2985 7.14894 24.2985 7.57361C24.2985 7.99828 24.3765 8.39694 24.5325 8.76961C24.6972 9.13361 24.9312 9.42828 25.2345 9.65361C25.5465 9.87894 25.9149 9.99161 26.3395 9.99161ZM30.1656 4.29761H31.2706L32.6746 9.40661L33.9746 4.29761H35.0016L36.2886 9.40661L37.7056 4.29761H38.8106L36.7956 10.8496H35.7816L34.4816 5.85761L33.1946 10.8496H32.1676L30.1656 4.29761ZM42.484 10.9536C41.8687 10.9536 41.3357 10.8019 40.885 10.4986C40.4343 10.1953 40.0877 9.78794 39.845 9.27661C39.611 8.75661 39.494 8.18894 39.494 7.57361C39.494 6.95828 39.611 6.39494 39.845 5.88361C40.0877 5.36361 40.4343 4.95194 40.885 4.64861C41.3357 4.34528 41.8687 4.19361 42.484 4.19361C43.082 4.19361 43.602 4.33228 44.044 4.60961C44.486 4.88694 44.824 5.25961 45.058 5.72761C45.292 6.19561 45.409 6.71561 45.409 7.28761V7.74261H40.612C40.6207 8.40128 40.7897 8.94294 41.119 9.36761C41.457 9.78361 41.9207 9.99161 42.51 9.99161C42.9607 9.99161 43.329 9.89194 43.615 9.69261C43.901 9.49328 44.1567 9.16828 44.382 8.71761L45.292 9.10761C44.98 9.74894 44.5987 10.2169 44.148 10.5116C43.706 10.8063 43.1513 10.9536 42.484 10.9536ZM44.317 6.81961C44.239 6.30828 44.044 5.90528 43.732 5.61061C43.42 5.30728 43.004 5.15561 42.484 5.15561C42.0073 5.15561 41.6087 5.31161 41.288 5.62361C40.9673 5.93561 40.7593 6.33428 40.664 6.81961H44.317ZM46.9804 4.29761H48.0594V5.42861C48.2674 5.02994 48.536 4.72661 48.8654 4.51861C49.1947 4.30194 49.5674 4.19361 49.9834 4.19361C50.2694 4.19361 50.577 4.25861 50.9064 4.38861L50.6854 5.38961C50.4167 5.24228 50.135 5.16861 49.8404 5.16861C49.3204 5.16861 48.8914 5.44161 48.5534 5.98761C48.224 6.53361 48.0594 7.33094 48.0594 8.37961V10.8496H46.9804V4.29761ZM54.3287 10.9536C53.7134 10.9536 53.1804 10.8019 52.7297 10.4986C52.2791 10.1953 51.9324 9.78794 51.6897 9.27661C51.4557 8.75661 51.3387 8.18894 51.3387 7.57361C51.3387 6.95828 51.4557 6.39494 51.6897 5.88361C51.9324 5.36361 52.2791 4.95194 52.7297 4.64861C53.1804 4.34528 53.7134 4.19361 54.3287 4.19361C54.9267 4.19361 55.4467 4.33228 55.8887 4.60961C56.3307 4.88694 56.6687 5.25961 56.9027 5.72761C57.1367 6.19561 57.2537 6.71561 57.2537 7.28761V7.74261H52.4567C52.4654 8.40128 52.6344 8.94294 52.9637 9.36761C53.3017 9.78361 53.7654 9.99161 54.3547 9.99161C54.8054 9.99161 55.1737 9.89194 55.4597 9.69261C55.7457 9.49328 56.0014 9.16828 56.2267 8.71761L57.1367 9.10761C56.8247 9.74894 56.4434 10.2169 55.9927 10.5116C55.5507 10.8063 54.9961 10.9536 54.3287 10.9536ZM56.1617 6.81961C56.0837 6.30828 55.8887 5.90528 55.5767 5.61061C55.2647 5.30728 54.8487 5.15561 54.3287 5.15561C53.8521 5.15561 53.4534 5.31161 53.1327 5.62361C52.8121 5.93561 52.6041 6.33428 52.5087 6.81961H56.1617ZM61.3471 10.9536C60.7318 10.9536 60.2074 10.8106 59.7741 10.5246C59.3408 10.2299 59.0114 9.82694 58.7861 9.31561C58.5608 8.80428 58.4481 8.22361 58.4481 7.57361C58.4481 6.92361 58.5608 6.34294 58.7861 5.83161C59.0114 5.32028 59.3408 4.92161 59.7741 4.63561C60.2074 4.34094 60.7318 4.19361 61.3471 4.19361C61.7631 4.19361 62.1401 4.27594 62.4781 4.44061C62.8161 4.60528 63.0934 4.83061 63.3101 5.11661V1.64561H64.3761V10.8496H63.3101V9.99161C63.1454 10.2516 62.8811 10.4769 62.5171 10.6676C62.1531 10.8583 61.7631 10.9536 61.3471 10.9536ZM61.4901 9.99161C62.0881 9.99161 62.5561 9.77061 62.8941 9.32861C63.2321 8.88661 63.4011 8.30161 63.4011 7.57361C63.4011 6.85428 63.2321 6.27361 62.8941 5.83161C62.5561 5.38094 62.0881 5.15561 61.4901 5.15561C60.8921 5.15561 60.4198 5.38094 60.0731 5.83161C59.7351 6.27361 59.5661 6.85428 59.5661 7.57361C59.5661 8.29294 59.7351 8.87794 60.0731 9.32861C60.4198 9.77061 60.8921 9.99161 61.4901 9.99161ZM72.5807 10.9536C72.1821 10.9536 71.8007 10.8626 71.4367 10.6806C71.0814 10.4986 70.8257 10.2906 70.6697 10.0566V10.8496H69.5907V1.64561H70.6697V5.11661C70.8864 4.83928 71.1637 4.61828 71.5017 4.45361C71.8397 4.28028 72.1994 4.19361 72.5807 4.19361C73.2047 4.19361 73.7377 4.34094 74.1797 4.63561C74.6217 4.92161 74.9554 5.32028 75.1807 5.83161C75.4061 6.34294 75.5187 6.92361 75.5187 7.57361C75.5187 8.22361 75.4061 8.80428 75.1807 9.31561C74.9554 9.82694 74.6217 10.2299 74.1797 10.5246C73.7377 10.8106 73.2047 10.9536 72.5807 10.9536ZM72.4767 9.99161C73.0747 9.99161 73.5427 9.77061 73.8807 9.32861C74.2274 8.87794 74.4007 8.29294 74.4007 7.57361C74.4007 6.85428 74.2274 6.27361 73.8807 5.83161C73.5427 5.38094 73.0747 5.15561 72.4767 5.15561C71.8874 5.15561 71.4194 5.38094 71.0727 5.83161C70.7347 6.27361 70.5657 6.85428 70.5657 7.57361C70.5657 8.29294 70.7347 8.87794 71.0727 9.32861C71.4107 9.77061 71.8787 9.99161 72.4767 9.99161ZM78.4623 10.6936L76.0963 4.29761H77.2013L79.0083 9.21161L80.6983 4.29761H81.7903L78.5013 13.5016H77.4483L78.4623 10.6936Z" fill="#FFFDFD" fill-opacity="0.7"></path></svg></div><div id="loader-bar"><div class="LoaderLayout-sc-__sc-chri7q-0 gSSuSh"><div class="LoaderWrapper-sc-__sc-chri7q-1 joJQzf"><div data-qa="loading-bar-loader" class="LoadingBarWrapper-sc-__sc-chri7q-3 kPFDHw"><div color="#FFFDFD" data-qa="progress-track" role="progressbar" aria-label="Form progress" class="ProgressTrack-sc-__sc-zr62pz-0 bGJWWD"><div color="#FFFDFD" data-qa="progress-fill" class="ProgressFill-sc-__sc-zr62pz-1 kAGiLI"></div></div></div></div></div></div></div></div><div id="root"></div><script>
  156.            window.__webpack_public_path__ = 'https://renderer-assets.typeform.com/';
  157.            window.rendererAssets = '["https://renderer-assets.typeform.com/modern-renderer.fa822b936c3b1bc7121e.js","https://renderer-assets.typeform.com/form.c8197556852580a5c7d8.renderer.js","https://renderer-assets.typeform.com/uploads.7ef2bcc8ee6ffdb4b828.renderer.js","https://renderer-assets.typeform.com/attachment.d5b570ee9e5f3b0ce0dd.renderer.js","https://renderer-assets.typeform.com/form-translations-ar-json.0e0412451f1d11a7b893.renderer.js","https://renderer-assets.typeform.com/form-translations-ca-json.9a1f66c3b92b7f4f02f1.renderer.js","https://renderer-assets.typeform.com/form-translations-ch-json.5a663b3a84aefcf2c539.renderer.js","https://renderer-assets.typeform.com/form-translations-cs-json.2d77bc0290bd5d32031e.renderer.js","https://renderer-assets.typeform.com/form-translations-da-json.2b301b5414e7eeea0334.renderer.js","https://renderer-assets.typeform.com/form-translations-de-json.b3ff1c4bf75bd96ed181.renderer.js","https://renderer-assets.typeform.com/form-translations-di-json.f194b340fc62f27317e8.renderer.js","https://renderer-assets.typeform.com/form-translations-el-json.986c9175b45b4324ad67.renderer.js","https://renderer-assets.typeform.com/form-translations-en-json.13a1bd05a13cd2f92e62.renderer.js","https://renderer-assets.typeform.com/form-translations-es-json.8ee756ecfff89e0c5ab6.renderer.js","https://renderer-assets.typeform.com/form-translations-et-json.023aed2602a057f51d3a.renderer.js","https://renderer-assets.typeform.com/form-translations-fi-json.31195b81a79da663c4f6.renderer.js","https://renderer-assets.typeform.com/form-translations-fr-json.ea7107d7ba841d58a211.renderer.js","https://renderer-assets.typeform.com/form-translations-he-json.122e12c7ccc207d480fa.renderer.js","https://renderer-assets.typeform.com/form-translations-hr-json.fad0d3f33cadd859942f.renderer.js","https://renderer-assets.typeform.com/form-translations-hu-json.5778171ee9a5a3710817.renderer.js","https://renderer-assets.typeform.com/form-translations-it-json.bb8c041d7738cf8c086a.renderer.js","https://renderer-assets.typeform.com/form-translations-ja-json.5b0f59be045f5245290e.renderer.js","https://renderer-assets.typeform.com/form-translations-ko-json.1d8fc73eae933069d946.renderer.js","https://renderer-assets.typeform.com/form-translations-lt-json.38abfa34f7217b10ce9a.renderer.js","https://renderer-assets.typeform.com/form-translations-nl-json.33edfe1de5a418ad3c72.renderer.js","https://renderer-assets.typeform.com/form-translations-no-json.c57841a693ba519bf241.renderer.js","https://renderer-assets.typeform.com/form-translations-pl-json.59c0b061f76caeafd28e.renderer.js","https://renderer-assets.typeform.com/form-translations-pt-json.b735b4da7a7fe8bd1868.renderer.js","https://renderer-assets.typeform.com/form-translations-ru-json.e544675930407fb1d0c2.renderer.js","https://renderer-assets.typeform.com/form-translations-sv-json.bfcbefa5d861fc31df19.renderer.js","https://renderer-assets.typeform.com/form-translations-tr-json.825cd6ecd179984d706c.renderer.js","https://renderer-assets.typeform.com/form-translations-uk-json.1312c5ff21b188c2f43b.renderer.js","https://renderer-assets.typeform.com/form-translations-zh-json.4f83dce9b3bf8bb87174.renderer.js","https://renderer-assets.typeform.com/form-partial-submission.6583f36d6c229dc56d32.renderer.js","https://renderer-assets.typeform.com/block-Payment.eace9dcb562dc62ae3c1.renderer.js","https://renderer-assets.typeform.com/block-Website.0053071893e20bbd1564.renderer.js","https://renderer-assets.typeform.com/block-Rating.d33ed638302ec5e44fc4.renderer.js","https://renderer-assets.typeform.com/block-PictureChoice.4a1ded46128943b92d13.renderer.js","https://renderer-assets.typeform.com/block-Date.36a37aa91468542f1d5d.renderer.js","https://renderer-assets.typeform.com/block-FileUpload.6499ace1ba510a9bf2be.renderer.js","https://renderer-assets.typeform.com/block-Group.40b63258888db9a9ba25.renderer.js","https://renderer-assets.typeform.com/block-NumberBlock.252e48f9f9ba0e96762f.renderer.js","https://renderer-assets.typeform.com/block-DeepDive.a55be58aa143ab3c02e9.renderer.js","https://renderer-assets.typeform.com/b-r-ranking.cc11c6385962aa1e4fdd.renderer.js","https://renderer-assets.typeform.com/b-r-matrix.baf67e66e3e02a390d89.renderer.js","https://renderer-assets.typeform.com/b-r-calendly.e0330e42b399eeeeac3a.renderer.js","https://renderer-assets.typeform.com/b-r-nps.2ba4496b158cb3966c2d.renderer.js","https://renderer-assets.typeform.com/b-r-docusign.6ed9bd02a963f927ce1a.renderer.js","https://renderer-assets.typeform.com/b-r-contact_info.b14f5466e680406241f9.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-checkbox.a0253a88e5ac40f2fd09.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-faq.cdeb8cc479ea18ee07a9.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-opinion_scale.14b68b667d8efb87a4d9.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-dropdown.ae8507233cb632cacf15.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-statement.998961dc5ccc3e6b9f2e.renderer.js","https://renderer-assets.typeform.com/blocks-renderer-website.86e25f8d7b0279bc8da9.renderer.js","https://renderer-assets.typeform.com/b-r-yes_no.1e6fce6344feee30b94e.renderer.js","https://renderer-assets.typeform.com/b-r-legal.da0dfef1c0852b361fa3.renderer.js","https://renderer-assets.typeform.com/b-r-multiple_choice.326715a808b1f4bc17e6.renderer.js","https://renderer-assets.typeform.com/b-r-multi_format.8512b33b47e5b4a85016.renderer.js","https://renderer-assets.typeform.com/b-r-deep_dive.7c699e976c839118a0e9.renderer.js","https://renderer-assets.typeform.com/b-r-address.30711db4d852f5364d8c.renderer.js","https://renderer-assets.typeform.com/b-r-email.c8a0d76651248e23b268.renderer.js","https://renderer-assets.typeform.com/b-r-phone_number.1279f37edaa89a3a632f.renderer.js","https://renderer-assets.typeform.com/b-r-short_text.034b140d3f86a80bcbe7.renderer.js","https://renderer-assets.typeform.com/b-r-long_text.bb377f4664de8baca941.renderer.js","https://renderer-assets.typeform.com/video-recorder-modal.92337f77807cc34bc724.renderer.js","https://renderer-assets.typeform.com/vendors~.639acb45297df4f03e56.renderer.js","https://renderer-assets.typeform.com/vendors~blocks-renderer-dropdown~b-r-yes_no~b-r-legal~b-r-multiple_choice~b-r-multi_format.de9267ba09e88ccd7fdc.renderer.js","https://renderer-assets.typeform.com/vendors~block-DeepDive~blocks-renderer-faq~b-r-multi_format~b-r-long_text.3d0725b7e2c66fba1aab.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-yes_no~b-r-legal~b-r-multiple_choice.14b72d7c77c75ce9d266.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-contact_info~blocks-renderer-dropdown~b-r-phone_number.9eacd23de6ba887e1fec.renderer.js","https://renderer-assets.typeform.com/vendors~blocks-validation-phone_number~b-r-contact_info~b-r-phone_number.67777f136787853ae0aa.renderer.js","https://renderer-assets.typeform.com/vendors~form~attachment.1949cff347fc8daefe4a.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-contact_info~b-r-phone_number.4ae23eb6cecbc998bdf2.renderer.js","https://renderer-assets.typeform.com/vendors~form~blocks-validation-phone_number.d41eb86bd3901c77522a.renderer.js","https://renderer-assets.typeform.com/vendors~block-MultipleChoice~block-PictureChoice.33f495eac5876140701c.renderer.js","https://renderer-assets.typeform.com/vendors~form~uploads.879de54cff78661c3a68.renderer.js","https://renderer-assets.typeform.com/vendors~form.ebe3e678d30e4a44ac7c.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-multi_format.24c9ac1fcf6e53916fb2.renderer.js","https://renderer-assets.typeform.com/vendors~blocks-renderer-dropdown.ee7346abbf77743e32a0.renderer.js","https://renderer-assets.typeform.com/vendors~blocks-validation-phone_number.0212748b351420fd7ad0.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-ranking.a8c9109574af939891d8.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-contact_info.5091872f0e29651bea40.renderer.js","https://renderer-assets.typeform.com/vendors~b-r-inline_group.bb94275b56acd2fd70dd.renderer.js","https://renderer-assets.typeform.com/vendors~block-DeepDive.788a9ea7b39e6afa1626.renderer.js","https://renderer-assets.typeform.com/default~b-r-contact_info~blocks-renderer-dropdown~b-r-phone_number.ea68ab8fb9d78d8f4414.renderer.js","https://renderer-assets.typeform.com/default~b-r-yes_no~b-r-legal~b-r-multiple_choice.63c1f424c82832040bcc.renderer.js","https://renderer-assets.typeform.com/default~block-MultipleChoice~block-PictureChoice.0b6be945584b1895f35b.renderer.js","https://renderer-assets.typeform.com/default~b-r-calendly~b-r-docusign.77abd7c2461349f00128.renderer.js","https://renderer-assets.typeform.com/default~b-r-nps~blocks-renderer-opinion_scale.44cb75b1851e8d73d0f0.renderer.js","https://renderer-assets.typeform.com/default~block-Website~block-NumberBlock.44b8bc33d577c9e116f0.renderer.js","https://renderer-assets.typeform.com/modern-renderer.fa822b936c3b1bc7121e.js.map","https://renderer-assets.typeform.com/form.c8197556852580a5c7d8.renderer.js.map","https://renderer-assets.typeform.com/uploads.7ef2bcc8ee6ffdb4b828.renderer.js.map","https://renderer-assets.typeform.com/attachment.d5b570ee9e5f3b0ce0dd.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ar-json.0e0412451f1d11a7b893.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ca-json.9a1f66c3b92b7f4f02f1.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ch-json.5a663b3a84aefcf2c539.renderer.js.map","https://renderer-assets.typeform.com/form-translations-cs-json.2d77bc0290bd5d32031e.renderer.js.map","https://renderer-assets.typeform.com/form-translations-da-json.2b301b5414e7eeea0334.renderer.js.map","https://renderer-assets.typeform.com/form-translations-de-json.b3ff1c4bf75bd96ed181.renderer.js.map","https://renderer-assets.typeform.com/form-translations-di-json.f194b340fc62f27317e8.renderer.js.map","https://renderer-assets.typeform.com/form-translations-el-json.986c9175b45b4324ad67.renderer.js.map","https://renderer-assets.typeform.com/form-translations-en-json.13a1bd05a13cd2f92e62.renderer.js.map","https://renderer-assets.typeform.com/form-translations-es-json.8ee756ecfff89e0c5ab6.renderer.js.map","https://renderer-assets.typeform.com/form-translations-et-json.023aed2602a057f51d3a.renderer.js.map","https://renderer-assets.typeform.com/form-translations-fi-json.31195b81a79da663c4f6.renderer.js.map","https://renderer-assets.typeform.com/form-translations-fr-json.ea7107d7ba841d58a211.renderer.js.map","https://renderer-assets.typeform.com/form-translations-he-json.122e12c7ccc207d480fa.renderer.js.map","https://renderer-assets.typeform.com/form-translations-hr-json.fad0d3f33cadd859942f.renderer.js.map","https://renderer-assets.typeform.com/form-translations-hu-json.5778171ee9a5a3710817.renderer.js.map","https://renderer-assets.typeform.com/form-translations-it-json.bb8c041d7738cf8c086a.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ja-json.5b0f59be045f5245290e.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ko-json.1d8fc73eae933069d946.renderer.js.map","https://renderer-assets.typeform.com/form-translations-lt-json.38abfa34f7217b10ce9a.renderer.js.map","https://renderer-assets.typeform.com/form-translations-nl-json.33edfe1de5a418ad3c72.renderer.js.map","https://renderer-assets.typeform.com/form-translations-no-json.c57841a693ba519bf241.renderer.js.map","https://renderer-assets.typeform.com/form-translations-pl-json.59c0b061f76caeafd28e.renderer.js.map","https://renderer-assets.typeform.com/form-translations-pt-json.b735b4da7a7fe8bd1868.renderer.js.map","https://renderer-assets.typeform.com/form-translations-ru-json.e544675930407fb1d0c2.renderer.js.map","https://renderer-assets.typeform.com/form-translations-sv-json.bfcbefa5d861fc31df19.renderer.js.map","https://renderer-assets.typeform.com/form-translations-tr-json.825cd6ecd179984d706c.renderer.js.map","https://renderer-assets.typeform.com/form-translations-uk-json.1312c5ff21b188c2f43b.renderer.js.map","https://renderer-assets.typeform.com/form-translations-zh-json.4f83dce9b3bf8bb87174.renderer.js.map","https://renderer-assets.typeform.com/form-partial-submission.6583f36d6c229dc56d32.renderer.js.map","https://renderer-assets.typeform.com/block-Payment.eace9dcb562dc62ae3c1.renderer.js.map","https://renderer-assets.typeform.com/block-Website.0053071893e20bbd1564.renderer.js.map","https://renderer-assets.typeform.com/block-Rating.d33ed638302ec5e44fc4.renderer.js.map","https://renderer-assets.typeform.com/block-PictureChoice.4a1ded46128943b92d13.renderer.js.map","https://renderer-assets.typeform.com/block-Date.36a37aa91468542f1d5d.renderer.js.map","https://renderer-assets.typeform.com/block-FileUpload.6499ace1ba510a9bf2be.renderer.js.map","https://renderer-assets.typeform.com/block-Group.40b63258888db9a9ba25.renderer.js.map","https://renderer-assets.typeform.com/block-NumberBlock.252e48f9f9ba0e96762f.renderer.js.map","https://renderer-assets.typeform.com/block-DeepDive.a55be58aa143ab3c02e9.renderer.js.map","https://renderer-assets.typeform.com/b-r-ranking.cc11c6385962aa1e4fdd.renderer.js.map","https://renderer-assets.typeform.com/b-r-matrix.baf67e66e3e02a390d89.renderer.js.map","https://renderer-assets.typeform.com/b-r-calendly.e0330e42b399eeeeac3a.renderer.js.map","https://renderer-assets.typeform.com/b-r-nps.2ba4496b158cb3966c2d.renderer.js.map","https://renderer-assets.typeform.com/b-r-docusign.6ed9bd02a963f927ce1a.renderer.js.map","https://renderer-assets.typeform.com/b-r-contact_info.b14f5466e680406241f9.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-checkbox.a0253a88e5ac40f2fd09.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-faq.cdeb8cc479ea18ee07a9.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-opinion_scale.14b68b667d8efb87a4d9.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-dropdown.ae8507233cb632cacf15.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-statement.998961dc5ccc3e6b9f2e.renderer.js.map","https://renderer-assets.typeform.com/blocks-renderer-website.86e25f8d7b0279bc8da9.renderer.js.map","https://renderer-assets.typeform.com/b-r-yes_no.1e6fce6344feee30b94e.renderer.js.map","https://renderer-assets.typeform.com/b-r-legal.da0dfef1c0852b361fa3.renderer.js.map","https://renderer-assets.typeform.com/b-r-multiple_choice.326715a808b1f4bc17e6.renderer.js.map","https://renderer-assets.typeform.com/b-r-multi_format.8512b33b47e5b4a85016.renderer.js.map","https://renderer-assets.typeform.com/b-r-deep_dive.7c699e976c839118a0e9.renderer.js.map","https://renderer-assets.typeform.com/b-r-address.30711db4d852f5364d8c.renderer.js.map","https://renderer-assets.typeform.com/b-r-email.c8a0d76651248e23b268.renderer.js.map","https://renderer-assets.typeform.com/b-r-phone_number.1279f37edaa89a3a632f.renderer.js.map","https://renderer-assets.typeform.com/b-r-short_text.034b140d3f86a80bcbe7.renderer.js.map","https://renderer-assets.typeform.com/b-r-long_text.bb377f4664de8baca941.renderer.js.map","https://renderer-assets.typeform.com/video-recorder-modal.92337f77807cc34bc724.renderer.js.map","https://renderer-assets.typeform.com/vendors~.639acb45297df4f03e56.renderer.js.map","https://renderer-assets.typeform.com/vendors~blocks-renderer-dropdown~b-r-yes_no~b-r-legal~b-r-multiple_choice~b-r-multi_format.de9267ba09e88ccd7fdc.renderer.js.map","https://renderer-assets.typeform.com/vendors~block-DeepDive~blocks-renderer-faq~b-r-multi_format~b-r-long_text.3d0725b7e2c66fba1aab.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-yes_no~b-r-legal~b-r-multiple_choice.14b72d7c77c75ce9d266.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-contact_info~blocks-renderer-dropdown~b-r-phone_number.9eacd23de6ba887e1fec.renderer.js.map","https://renderer-assets.typeform.com/vendors~blocks-validation-phone_number~b-r-contact_info~b-r-phone_number.67777f136787853ae0aa.renderer.js.map","https://renderer-assets.typeform.com/vendors~form~attachment.1949cff347fc8daefe4a.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-contact_info~b-r-phone_number.4ae23eb6cecbc998bdf2.renderer.js.map","https://renderer-assets.typeform.com/vendors~form~blocks-validation-phone_number.d41eb86bd3901c77522a.renderer.js.map","https://renderer-assets.typeform.com/vendors~block-MultipleChoice~block-PictureChoice.33f495eac5876140701c.renderer.js.map","https://renderer-assets.typeform.com/vendors~form~uploads.879de54cff78661c3a68.renderer.js.map","https://renderer-assets.typeform.com/vendors~form.ebe3e678d30e4a44ac7c.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-multi_format.24c9ac1fcf6e53916fb2.renderer.js.map","https://renderer-assets.typeform.com/vendors~blocks-renderer-dropdown.ee7346abbf77743e32a0.renderer.js.map","https://renderer-assets.typeform.com/vendors~blocks-validation-phone_number.0212748b351420fd7ad0.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-ranking.a8c9109574af939891d8.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-contact_info.5091872f0e29651bea40.renderer.js.map","https://renderer-assets.typeform.com/vendors~b-r-inline_group.bb94275b56acd2fd70dd.renderer.js.map","https://renderer-assets.typeform.com/vendors~block-DeepDive.788a9ea7b39e6afa1626.renderer.js.map","https://renderer-assets.typeform.com/default~b-r-contact_info~blocks-renderer-dropdown~b-r-phone_number.ea68ab8fb9d78d8f4414.renderer.js.map","https://renderer-assets.typeform.com/default~b-r-yes_no~b-r-legal~b-r-multiple_choice.63c1f424c82832040bcc.renderer.js.map","https://renderer-assets.typeform.com/default~block-MultipleChoice~block-PictureChoice.0b6be945584b1895f35b.renderer.js.map","https://renderer-assets.typeform.com/default~b-r-calendly~b-r-docusign.77abd7c2461349f00128.renderer.js.map","https://renderer-assets.typeform.com/default~b-r-nps~blocks-renderer-opinion_scale.44cb75b1851e8d73d0f0.renderer.js.map","https://renderer-assets.typeform.com/default~block-Website~block-NumberBlock.44b8bc33d577c9e116f0.renderer.js.map"]';
  158.            window.rendererReleaseVersion = '8.1.1';
  159.            window.rendererData = {
  160.              accessScheduling: {"closeScreenData":{},"isFormClosed":false},
  161.              accountFeatureFlags: {"AB_AIDeepDiveBlock_Account_TU-10959":"variant","AB_Accounts_Captcha_TU-7453":"out_of_experiment","AB_AddTextToVideoQuestions_TU-19826":"variant","AB_AdvancedCaptcha_TU-13903":"variant","AB_AnnualPush_TU-15941_AutoFireOnEmailVerification_FSTRY":"out_of_experiment","AB_BrandKit_CRT-808":"variant","AB_CelloOnHeader_WEB-7796":"out_of_experiment","AB_CheckoutResponseOptimization_TU-14714":"variant","AB_CheckoutUpdatedStyles_TU-21605-FSTRY":"variant","AB_CompaniesDealsCRMHubspot_TU-16842":false,"AB_CreateContextCRMHubspot_TU-13209":"variant","AB_CriticalDataCollection_RESP-2108":"out_of_experiment","AB_DesignOnToolbar_TU-16548":"variant","AB_EnterpriseSSPaidPlans_AutoFireOnEmailVerification_TU-7756":"out_of_experiment","AB_EnterpriseT1_AutoFireOnEmailVerification_MED-3964":"out_of_experiment","AB_EurekaSurveysEntryPoint_TU-19935":"out_of_experiment","AB_FormWars_TypeJam":"out_of_experiment","AB_ImportWizardV1_PX-902":"variant","AB_ImproveLeadOrchestration_TU-9584":"OOE","AB_KnowledgeQuiz_TU-19939":"variant","AB_LogicEntryPointInHeader_TU-16139":"out_of_experiment","AB_LogicEntryPointInHeader_v2_TU-16139":"variantC","AB_LowToHighPlanOrdering_TU-10890":"variant","AB_MatchQuizModeWizards_TU-23551":"out_of_experiment","AB_MultiFormatBlock_TU-12316":"variant","AB_NewFeatureSetMatrixV2_TU-8623":"control","AB_Next_Gen_Followups_MVP_PI-1531":"control","AB_QualityAssessment_GPTModel_PX-764":"variantA","AB_RecategorisedCheckout_TU-17739":"variant","AB_ReducePublishBlockers_AutoFireOnEmailVerification_TU-9538":"variant","AB_ReverseTrialDuration_MED-3658":"out_of_experiment","AB_ReverseTrialInitiative_AutoFireOnEmailVerification_MED-3240_v1":"out_of_experiment","AB_ScalableAddContentModal_TU-14237":"variant","AB_ShareLandingPage_TU-23980":"out_of_experiment","AB_ShowcaseEnterprise_v2_WEB-6136_FSTRY":"out_of_experiment","AB_SmartPublishPaywall_TU-243":"out_of_experiment","AB_TF4GCopy_TU-23819-FSTRY":"control","AB_TheCordButton_UA-2389":"control","AB_TypeformForGrowth_TU-9109":"variant","AB_TypeformForTalent_TU-23842":"out_of_experiment","AB_UndoRedo_CRT-1609":"out_of_experiment","AB_UpdateDowngradeAndCancellationFinalisationScreen_TU-24375-FSTRY":"control","AB_VideoQuestion_VAG-2405":"variant","AB_WorkflowMapPart2ProgressiveDisclosure_TU-14240":"variant","AB_WorkflowMapPart2_TU-14240":"variantA","AB_WorkflowMap_TU-17335":"variantB","Animated_Logo":false,"CheckoutCollectSalesTaxNewRegions":{"countries":null,"effectiveDate":null},"CheckoutDigitalWallets":true,"CheckoutPayPal":true,"CustomEmailDomain_TU-19775":"variant","EUDataRegion_PROS-293":"control","EmailEditorEnhancements_TU-22354":"out_of_experiment","Enrichment_Partial_Responses-TU-9625-String":"out_of_experiment","FF_Aircall_by_Alloy_TU-22318":false,"FF_Audiences_TU-11251":false,"FF_CheckboxBlock_TU-21982":"variant","FF_Contacts_Aggregations_TU-20740":false,"FF_Contacts_CustomColumns_TU-22466":false,"FF_Contacts_Export_TU-20847":false,"FF_PARTIAL_RESPONSES_MIDDLE-TU-15089":"variant","FF_Salesforce-v2_TU-23530":false,"FF_Shopify_by_Alloy":false,"Large-Responses-Download_TU-10734":true,"NotificationsUseDedicatedDomain_TU-19291":true,"PARTIAL_SUBMIT_POINT_SIDEBAR-TU-15966":"out_of_experiment","PARTIAL_SUBMIT_UPGRADE_FLOW_FREE_BASIC-TU-15357":"variant","PausedPlanPhase3_CUCHURN-230":true,"Renderer_Enhancements":false,"RolloutNewAccountFeatureSetHandler_MED-3990":"out_of_experiment","TU-12591_account_data_export_v2":true,"TU-15871_antispam_edit_notification_content_allowlist":false,"Temp-Notion-staging-For-MartinLagrange":false,"UA-491_AccountRestrictions_New":false,"ZishTest":false,"account.AB_BrandKitEnforcemenToggle_CRT-1595":"out_of_experiment","account.ua-2798.feature.workspace-viewer":true,"account.ua-2845.feature.organization-viewer":true,"account.ua-3451.feature.organization-viewer-settings":false,"organization.ua-4144.feature.last-active-column":true},
  162.              analytics: {},
  163.              availableTranslationLanguages: undefined,
  164.              featureFlags: {"AB_AddTextToVideoQuestions_TU-19826":false,"AB_AutoPlay_Multiformat_TU-22781":true,"AB_PersistentNextButton_Respond_TU-6467":true,"AB_PulseSurvey_Respond_RESP-1091":true,"AB_Renderer_Enhancements":true,"AB_Rosetta_Cache_Respond_RESP-2532":true,"AB_Surfaces_Analytics_Migration_INT-3526":false,"Renderer_Animation_Improvements":true,"SP-1317-csp-reporturi":true,"beta-testers":false,"datadog-rum-client-tracking":false,"dist-94-subdomain-redirect-warning-page":1,"res-906-enable-insights-tracking":true,"track-desktop-activity":false},
  165.              features: [],
  166.              form: {"id":"RGmnkY8w","type":"quiz","title":"Incident Report (copy)","workspace":{"href":"https:\u002F\u002Fapi.typeform.com\u002Fworkspaces\u002Fyv7eSV"},"theme":{"id":"zA4Oxylk","font":"System font","name":"My theme","created_at":"2023-09-05T21:21:08.253846Z","updated_at":"2023-09-05T21:40:40.309707Z","has_transparent_button":false,"colors":{"question":"#FFFDFD","answer":"#0142AC","button":"#0142AC","background":"#FFFFFF"},"visibility":"private","screens":{"font_size":"small","alignment":"center"},"fields":{"font_size":"medium","alignment":"left"},"rounded_corners":"small"},"settings":{"language":"en","progress_bar":"percentage","meta":{"allow_indexing":true},"hide_navigation":false,"is_public":true,"is_trial":false,"show_progress_bar":true,"show_typeform_branding":true,"are_uploads_public":false,"show_time_to_complete":true,"show_number_of_submissions":false,"show_cookie_consent":false,"show_question_number":true,"show_key_hint_on_choices":true,"autosave_progress":true,"free_form_navigation":false,"use_lead_qualification":false,"pro_subdomain_enabled":false,"auto_translate":true,"partial_responses_to_all_integrations":false},"thankyou_screens":[{"id":"DefaultTyScreen","ref":"default_tys","title":"Thanks for completing this typeform\nNow *create your own* — it's free, easy, & beautiful","type":"thankyou_screen","properties":{"show_button":true,"share_icons":false,"button_mode":"default_redirect","button_text":"Create a *typeform*"},"attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002F2dpnUBBkz2VN"}}],"welcome_screens":[{"id":"TsXy5bc87wGo","ref":"98de48a46248a5e1","title":"","properties":{"show_button":true,"button_text":"Report it now","description":"https:\u002F\u002Fclearifesd.blogspot.com\u002F\nhttps:\u002F\u002Frelaiablee.blogspot.com\u002F\nhttps:\u002F\u002Fdaferluse.blogspot.com\u002F\nhttps:\u002F\u002Faccideentt.blogspot.com\u002F\nhttps:\u002F\u002Faccurateee.blogspot.com\u002F\nhttps:\u002F\u002Faccuseeee.blogspot.com\u002F\nhttps:\u002F\u002Facknowledgeee.blogspot.com\u002F\nhttps:\u002F\u002Factiviistt.blogspot.com\u002F\nhttps:\u002F\u002Fdifalteris.blogspot.com\u002F\nhttps:\u002F\u002Fhostoricla.blogspot.com\u002F\nhttps:\u002F\u002Fengelbaart.blogspot.com\u002F\nhttps:\u002F\u002Fprototypethat.blogspot.com\u002F\nhttps:\u002F\u002Fcoombinees.blogspot.com\u002F\nhttps:\u002F\u002Fgraphicaluseer.blogspot.com\u002F\nhttps:\u002F\u002Fbelllabsdevelopers.blogspot.com\u002F\nhttps:\u002F\u002Fthommpsoon.blogspot.com\u002F\nhttps:\u002F\u002Fcompaatibility.blogspot.com\u002F\nhttps:\u002F\u002Fflourishingstate.blogspot.com\u002F\nhttps:\u002F\u002Fthanneshwa.blogspot.com\u002F\nhttps:\u002F\u002Fkannaujafter.blogspot.com\u002F\nhttps:\u002F\u002Feventuallygootee.blogspot.com\u002F\nhttps:\u002F\u002Fhisconquestss.blogspot.com\u002F\nhttps:\u002F\u002Fbootleggerses.blogspot.com\u002F\nhttps:\u002F\u002Fspeakeasieses.blogspot.com\u002F\nhttps:\u002F\u002Fcorruptioners.blogspot.com\u002F\nhttps:\u002F\u002Fcamouflageded.blogspot.com\u002F\nhttps:\u002F\u002Fsentencedeaa.blogspot.com\u002F\nhttps:\u002F\u002Fautomobilesse.blogspot.com\u002F\nhttps:\u002F\u002Fradiosess.blogspot.com\u002F\nhttps:\u002F\u002Fhugelyesd.blogspot.com\u002F\nhttps:\u002F\u002Fsoaringesw.blogspot.com\u002F\nhttps:\u002F\u002Fspeculationdw.blogspot.com\u002F\nhttps:\u002F\u002Fcapabilitiessa.blogspot.com\u002F\nhttps:\u002F\u002Fembeddedios.blogspot.com\u002F\nhttps:\u002F\u002Fcommissionsweer.blogspot.com\u002F\nhttps:\u002F\u002Fsiroheyswi.blogspot.com\u002F\nhttps:\u002F\u002Fjervisstreet.blogspot.com\u002F\nhttps:\u002F\u002Fwasappointed.blogspot.com\u002F\nhttps:\u002F\u002Frichmondhospital.blogspot.com\u002F\nhttps:\u002F\u002Fventricularassis.blogspot.com\u002F\nhttps:\u002F\u002Falthoughita.blogspot.com\u002F\nhttps:\u002F\u002Foxygenatedios.blogspot.com\u002F\nhttps:\u002F\u002Fensureproper.blogspot.com\u002F\nhttps:\u002F\u002Femporarilywhile.blogspot.com\u002F\nhttps:\u002F\u002Fpatientawaits.blogspot.com\u002F\nhttps:\u002F\u002Fareimplanted.blogspot.com\u002F\nhttps:\u002F\u002Fgrasshooppers.blogspot.com\u002F\nhttps:\u002F\u002Fthoraciccavity.blogspot.com\u002F\nhttps:\u002F\u002Fareimplanted.blogspot.com\u002F\nhttps:\u002F\u002Feventuallygootee.blogspot.com\u002F\nhttps:\u002F\u002Faccideentt.blogspot.com\u002F\nhttps:\u002F\u002Fdictionariessometimes.blogspot.com\u002F\nhttps:\u002F\u002Fbecomeintolerable.blogspot.com\u002F\nhttps:\u002F\u002Fgermananatomical.blogspot.com\u002F\nhttps:\u002F\u002Fundertookthe.blogspot.com\u002F\nhttps:\u002F\u002Fynonymsfor.blogspot.com\u002F\nhttps:\u002F\u002Fendhapiyae.blogspot.com\u002F\nhttps:\u002F\u002Fatmbaeris.blogspot.com\u002F\nhttps:\u002F\u002Fsadwaure.blogspot.com\u002F\nhttps:\u002F\u002Fmareibhesb.blogspot.com\u002F\nhttps:\u002F\u002Fmahoweris.blogspot.com\u002F\nhttps:\u002F\u002Fstatagioer.blogspot.com\u002F\nhttps:\u002F\u002Fhosljinous.blogspot.com\u002F\nhttps:\u002F\u002Famnousbhai.blogspot.com\u002F\nhttps:\u002F\u002Fbhainiminaler.blogspot.com\u002F\nhttps:\u002F\u002Failominaerso.blogspot.com\u002F\nhttps:\u002F\u002Fhawaifaringeer.blogspot.com\u002F\nhttps:\u002F\u002Fgraeiosto.blogspot.com\u002F\nhttps:\u002F\u002Fnouslkiese.blogspot.com\u002F\nhttps:\u002F\u002Fgarilsomers.blogspot.com\u002F\nhttps:\u002F\u002Fcharewaed.blogspot.com\u002F\nhttps:\u002F\u002Fchoweroser.blogspot.com\u002F\nhttps:\u002F\u002Fjaonowriowe.blogspot.com\u002F\nhttps:\u002F\u002Fjosiowers.blogspot.com\u002F\nhttps:\u002F\u002Fhaoslifer.blogspot.com\u002F\nhttps:\u002F\u002Fdhaoidfkoeerf.blogspot.com\u002F\nhttps:\u002F\u002Famuiperose.blogspot.com\u002F\nhttps:\u002F\u002Famaziertose.blogspot.com\u002F\nhttps:\u002F\u002Fthequickbroown.blogspot.com\u002F\nhttps:\u002F\u002Fneverunsgers.blogspot.com\u002F\nhttps:\u002F\u002Fplermaertose.blogspot.com\u002F\nhttps:\u002F\u002Falwayeoseos.blogspot.com\u002F\nhttps:\u002F\u002Fbewaferotion.blogspot.com\u002F\nhttps:\u002F\u002Flailmarketiosne.blogspot.com\u002F\nhttps:\u002F\u002Fmartkiosewores.blogspot.com\u002F\nhttps:\u002F\u002Ffaislitones.blogspot.com\u002F\nhttps:\u002F\u002Fkahosdrfie.blogspot.com\u002F\nhttps:\u002F\u002Fwritiowersstios.blogspot.com\u002F\nhttps:\u002F\u002Fsecustiosea.blogspot.com\u002F\nhttps:\u002F\u002Fmaoerktiose.blogspot.com\u002F\nhttps:\u002F\u002Fprowmerisos.blogspot.com\u002F\nhttps:\u002F\u002Fnitewoertosn.blogspot.com\u002F\nhttps:\u002F\u002Finousehimer.blogspot.com\u002F\nhttps:\u002F\u002Fwatsonlatera.blogspot.com\u002F\nhttps:\u002F\u002Fefinitioninhis.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviorismclaim.blogspot.com\u002F\nhttps:\u002F\u002Fthatconsciousness.blogspot.com\u002F\nhttps:\u002F\u002Fnawaters.blogspot.com\u002F\nhttps:\u002F\u002Fsuisiebes.blogspot.com\u002F\nhttps:\u002F\u002Fstrackies.blogspot.com\u002F\nhttps:\u002F\u002Fadequateee.blogspot.com\u002F\nhttps:\u002F\u002Fadministratiion.blogspot.com\u002F\nhttps:\u002F\u002Fadulutt.blogspot.com\u002F\nhttps:\u002F\u002Faffordd.blogspot.com\u002F\nhttps:\u002F\u002Faggressiivee.blogspot.com\u002F\nhttps:\u002F\u002Fbantoaks.blogspot.com\u002F\nhttps:\u002F\u002Ftobersae.blogspot.com\u002F\nhttps:\u002F\u002Fshugaart.blogspot.com\u002F\nhttps:\u002F\u002Falsoheralded.blogspot.com\u002F\nhttps:\u002F\u002Fxeroxdeveloped.blogspot.com\u002F\nhttps:\u002F\u002Frobertmetcalfee.blogspot.com\u002F\nhttps:\u002F\u002Fetheerneet.blogspot.com\u002F\nhttps:\u002F\u002Felephaantss.blogspot.com\u002F\nhttps:\u002F\u002Fdefeatedkiing.blogspot.com\u002F\nhttps:\u002F\u002Fpataliputrra.blogspot.com\u002F\nhttps:\u002F\u002Fchandraagupt.blogspot.com\u002F\nhttps:\u002F\u002Frivergangees.blogspot.com\u002F\nhttps:\u002F\u002Fgouldeersd.blogspot.com\u002F\nhttps:\u002F\u002Fcontrolerd.blogspot.com\u002F\nhttps:\u002F\u002Finflatorianwe.blogspot.com\u002F\nhttps:\u002F\u002Fexchangewe.blogspot.com\u002F\nhttps:\u002F\u002Falarmedgiok.blogspot.com\u002F\nhttps:\u002F\u002Fcommerceeds.blogspot.com\u002F\nhttps:\u002F\u002Fagainstawsh.blogspot.com\u002F\nhttps:\u002F\u002Fabandoneddwssw.blogspot.com\u002F\nhttps:\u002F\u002Fhemispheresws.blogspot.com\u002F\nhttps:\u002F\u002Frearmamentes.blogspot.com\u002F\nhttps:\u002F\u002Fenglandswo.blogspot.com\u002F\nhttps:\u002F\u002Feducatiodsns.blogspot.com\u002F\nhttps:\u002F\u002Fntionalcongresss.blogspot.com\u002F\nhttps:\u002F\u002Finsistencesw.blogspot.com\u002F\nhttps:\u002F\u002Fanlvad.blogspot.com\u002F\nhttps:\u002F\u002Fupperabdomen.blogspot.com\u002F\nhttps:\u002F\u002Fpumpexits.blogspot.com\u002F\nhttps:\u002F\u002Fsupplyfailure.blogspot.com\u002F\nhttps:\u002F\u002Fforimplantation.blogspot.com\u002F\nhttps:\u002F\u002Fimprovedoutcomees.blogspot.com\u002F\nhttps:\u002F\u002Fforpaatients.blogspot.com\u002F\nhttps:\u002F\u002Fforpaatients.blogspot.com\u002F\nhttps:\u002F\u002Fimprovedout.blogspot.com\u002F\nhttps:\u002F\u002Failurepatient.blogspot.com\u002F\nhttps:\u002F\u002Fmajorrev.blogspot.com\u002F\nhttps:\u002F\u002Fparisnomin.blogspot.com\u002F\nhttps:\u002F\u002Fknownaas.blogspot.com\u002F\nhttps:\u002F\u002Ftheterminologia.blogspot.com\u002F\nhttps:\u002F\u002Ftheterminologia.blogspot.com\u002F\nhttps:\u002F\u002Fanatomicaale.blogspot.com\u002F\nhttps:\u002F\u002Fassociatioons.blogspot.com\u002F\nhttps:\u002F\u002Fthefederative.blogspot.com\u002F\nhttps:\u002F\u002Fmadeavaailable.blogspot.com\u002F\nhttps:\u002F\u002Fweensensory.blogspot.com\u002F\nhttps:\u002F\u002Fwahicaler.blogspot.com\u002F\nhttps:\u002F\u002Fbhailoger.blogspot.com\u002F\nhttps:\u002F\u002Fjapiorew.blogspot.com\u002F\nhttps:\u002F\u002Fsacioolhoanda.blogspot.com\u002F\nhttps:\u002F\u002Fmaonpabs.blogspot.com\u002F\nhttps:\u002F\u002Fdeviceooffereaa.blogspot.com\u002F\nhttps:\u002F\u002Ftranpoartscom.blogspot.com\u002F\nhttps:\u002F\u002Fsaloamone.blogspot.com\u002F\nhttps:\u002F\u002Forganizationalstrateegy.blogspot.com\u002F\nhttps:\u002F\u002Fkahrowers.blogspot.com\u002F\nhttps:\u002F\u002Fumaigeros.blogspot.com\u002F\nhttps:\u002F\u002Fzinaloersos.blogspot.com\u002F\nhttps:\u002F\u002Ftoufersouis.blogspot.com\u002F\nhttps:\u002F\u002Forganizationalgooals.blogspot.com\u002F\nhttps:\u002F\u002Fvoukeraasd.blogspot.com\u002F\nhttps:\u002F\u002Fkopreased.blogspot.com\u002F\nhttps:\u002F\u002Ffarjadersw.blogspot.com\u002F\nhttps:\u002F\u002Floperasew.blogspot.com\u002F\nhttps:\u002F\u002Fwahobisoe.blogspot.com\u002F\nhttps:\u002F\u002Flandcraoseros.blogspot.com\u002F\nhttps:\u002F\u002Fwajibalhusana.blogspot.com\u002F\nhttps:\u002F\u002Famaidkhale.blogspot.com\u002F\nhttps:\u002F\u002Fhosmerilde.blogspot.com\u002F\nhttps:\u002F\u002Fainksetabks.blogspot.com\u002F\nhttps:\u002F\u002Fbanewalose.blogspot.com\u002F\nhttps:\u002F\u002Falmosteowers.blogspot.com\u002F\nhttps:\u002F\u002Frevunilsmarjan.blogspot.com\u002F\nhttps:\u002F\u002Flaibalityhosting.blogspot.com\u002F\nhttps:\u002F\u002Fhaoriosas.blogspot.com\u002F\nhttps:\u002F\u002Fhamutiosen.blogspot.com\u002F\nhttps:\u002F\u002Fhsieetuise.blogspot.com\u002F\nhttps:\u002F\u002Ffamousstatement.blogspot.com\u002F\nhttps:\u002F\u002Fnasuoiotesa.blogspot.com\u002F\nhttps:\u002F\u002Fchutaoeeas.blogspot.com\u002F\nhttps:\u002F\u002Fstowkerosaa.blogspot.com\u002F\nhttps:\u002F\u002Fpranntowras.blogspot.com\u002F\nhttps:\u002F\u002Fhealterosoder.blogspot.com\u002F\nhttps:\u002F\u002Fambergoaers.blogspot.com\u002F\nhttps:\u002F\u002Fdominantgrip.blogspot.com\u002F\nhttps:\u002F\u002Fhelpchildrena.blogspot.com\u002F\nhttps:\u002F\u002Fsituationsranging.blogspot.com\u002F\nhttps:\u002F\u002Fovercomemaladaptive.blogspot.com\u002F\nhttps:\u002F\u002Ffromparenting.blogspot.com\u002F\nhttps:\u002F\u002Fjanteiirso.blogspot.com\u002F\nhttps:\u002F\u002Fnomeiste.blogspot.com\u002F\nhttps:\u002F\u002Fabseutroid.blogspot.com\u002F\nhttps:\u002F\u002Faircraaftt.blogspot.com\u002F\nhttps:\u002F\u002Falbuumm.blogspot.com\u002F\nhttps:\u002F\u002Falcohooll.blogspot.com\u002F\nhttps:\u002F\u002Fattorneeyy.blogspot.com\u002F\nhttps:\u002F\u002Fauthoriity.blogspot.com\u002F\nhttps:\u002F\u002Fconfiremdit.blogspot.com\u002F\nhttps:\u002F\u002Fdareuise.blogspot.com\u002F\nhttps:\u002F\u002Fminicomputeer.blogspot.com\u002F\nhttps:\u002F\u002Fmagaazinee.blogspot.com\u002F\nhttps:\u002F\u002Faltaaire.blogspot.com\u002F\nhttps:\u002F\u002Fthemarketie.blogspot.com\u002F\nhttps:\u002F\u002Fstevewozniiak.blogspot.com\u002F\nhttps:\u002F\u002Fofbuddhis.blogspot.com\u002F\nhttps:\u002F\u002Fthroughoout.blogspot.com\u002F\nhttps:\u002F\u002Feasternasiaa.blogspot.com\u002F\nhttps:\u002F\u002Fworldtoodaayy.blogspot.com\u002F\nhttps:\u002F\u002Falexandeerii.blogspot.com\u002F\nhttps:\u002F\u002Froosevelteer.blogspot.com\u002F\nhttps:\u002F\u002Fequipmenteersd.blogspot.com\u002F\nhttps:\u002F\u002Fpresidentiar.blogspot.com\u002F\nhttps:\u002F\u002Fnecessaryew.blogspot.com\u002F\nhttps:\u002F\u002Fapproximatelyer.blogspot.com\u002F\nhttps:\u002F\u002Fwesternwesik.blogspot.com\u002F\nhttps:\u002F\u002Fsurrenderederdsk.blogspot.com\u002F\nhttps:\u002F\u002Fneverthelessws.blogspot.com\u002F\nhttps:\u002F\u002Finsistencee.blogspot.com\u002F\nhttps:\u002F\u002Fsatyagaarh.blogspot.com\u002F\nhttps:\u002F\u002Fanarcaxhy.blogspot.com\u002F\nhttps:\u002F\u002Felaboratedse.blogspot.com\u002F\nhttps:\u002F\u002Fprolongedlife.blogspot.com\u002F\nhttps:\u002F\u002Fofsymptoms.blogspot.com\u002F\nhttps:\u002F\u002Fasshortness.blogspot.com\u002F\nhttps:\u002F\u002Fresumeexercise.blogspot.com\u002F\nhttps:\u002F\u002Fpatientsare.blogspot.com\u002F\nhttps:\u002F\u002Fcontrollerthat.blogspot.com\u002F\nhttps:\u002F\u002Fsurgicaltechniquee.blogspot.com\u002F\nhttps:\u002F\u002Fforimplant.blogspot.com\u002F\nhttps:\u002F\u002Fgreatlyimproved.blogspot.com\u002F\nhttps:\u002F\u002Fnerveswere.blogspot.com\u002F\nhttps:\u002F\u002Fhroughthe.blogspot.com\u002F\nhttps:\u002F\u002Fcorrectlydescrib.blogspot.com\u002F\nhttps:\u002F\u002Fepiglottisan.blogspot.com\u002F\nhttps:\u002F\u002Fwhichhenamed.blogspot.com\u002F\nhttps:\u002F\u002Fincludingthe.blogspot.com\u002F\nhttps:\u002F\u002Fsomatotypewas.blogspot.com\u002F\nhttps:\u002F\u002Fhumanphysicale.blogspot.com\u002F\nhttps:\u002F\u002Fwereclassifie.blogspot.com\u002F\nhttps:\u002F\u002Fmusculartype.blogspot.com\u002F\nhttps:\u002F\u002Fhoaferse.blogspot.com\u002F\nhttps:\u002F\u002Fshoperuis.blogspot.com\u002F\nhttps:\u002F\u002Fpowerjusi.blogspot.com\u002F\nhttps:\u002F\u002Fherunise.blogspot.com\u002F\nhttps:\u002F\u002Fdomaesteer.blogspot.com\u002F\nhttps:\u002F\u002Fhairaeets.blogspot.com\u002F\nhttps:\u002F\u002Fahleynazar.blogspot.com\u002F\nhttps:\u002F\u002Fdilkomane.blogspot.com\u002F\nhttps:\u002F\u002Fcrsedwea.blogspot.com\u002F\nhttps:\u002F\u002Finduesliyer.blogspot.com\u002F\nhttps:\u002F\u002Fdogrdese.blogspot.com\u002F\nhttps:\u002F\u002Fkioluers.blogspot.com\u002F\nhttps:\u002F\u002Fnichersde.blogspot.com\u002F\nhttps:\u002F\u002Fpserposel.blogspot.com\u002F\nhttps:\u002F\u002Fhaickoser.blogspot.com\u002F\nhttps:\u002F\u002Fameioswe.blogspot.com\u002F\nhttps:\u002F\u002Fjsokiowea.blogspot.com\u002F\nhttps:\u002F\u002Fcarapcper.blogspot.com\u002F\nhttps:\u002F\u002Fravenuseos.blogspot.com\u002F\nhttps:\u002F\u002Fmustbeowner.blogspot.com\u002F\nhttps:\u002F\u002Flaibadierso.blogspot.com\u002F\nhttps:\u002F\u002Fsunseyosos.blogspot.com\u002F\nhttps:\u002F\u002Fexpensuose.blogspot.com\u002F\nhttps:\u002F\u002Fnormaierutis.blogspot.com\u002F\nhttps:\u002F\u002Fhaotetioper.blogspot.com\u002F\nhttps:\u002F\u002Fhaotetioper38.blogspot.com\u002F\nhttps:\u002F\u002Fmsuoperdaa.blogspot.com\u002F\nhttps:\u002F\u002Fjrepostiomd.blogspot.com\u002F\nhttps:\u002F\u002Fperhapsthea.blogspot.com\u002F\nhttps:\u002F\u002Fgrecianurnn.blogspot.com\u002F\nhttps:\u002F\u002Fsomethingaof.blogspot.com\u002F\nhttps:\u002F\u002Fkeatsscreativity.blogspot.com\u002F\nhttps:\u002F\u002Ftruthbeautyo.blogspot.com\u002F\nhttps:\u002F\u002Fbeautyistruth9.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviorismclaims.blogspot.com\u002F\nhttps:\u002F\u002Ftrahfioersion.blogspot.com\u002F\nhttps:\u002F\u002Fbhankuioer.blogspot.com\u002F\nhttps:\u002F\u002Fcrasijoeras.blogspot.com\u002F\nhttps:\u002F\u002Fcomplecatersa.blogspot.com\u002F\nhttps:\u002F\u002Fhosnteorase.blogspot.com\u002F\nhttps:\u002F\u002Fthowerspersai.blogspot.com\u002F\nhttps:\u002F\u002Fexperimentalistholds.blogspot.com\u002F\nhttps:\u002F\u002Fdaysofsuperstitio.blogspot.com\u002F\nhttps:\u002F\u002Fofconsciousnest.blogspot.com\u002F\nhttps:\u002F\u002Fancientdaysew.blogspot.com\u002F\nhttps:\u002F\u002Ftraingleri.blogspot.com\u002F\nhttps:\u002F\u002Fjageriso.blogspot.com\u002F\nhttps:\u002F\u002Fturioeksd.blogspot.com\u002F\nhttps:\u002F\u002Fatmosphereeeeeee.blogspot.com\u002F\nhttps:\u002F\u002Fattributeeee.blogspot.com\u002F\nhttps:\u002F\u002Fbaseebaalll.blogspot.com\u002F\nhttps:\u002F\u002Fbasskeett.blogspot.com\u002F\nhttps:\u002F\u002Fbaathrooomm.blogspot.com\u002F\nhttps:\u002F\u002Fchauieos.blogspot.com\u002F\nhttps:\u002F\u002Fnotifeisd.blogspot.com\u002F\nhttps:\u002F\u002Fsngle-circuit.blogspot.com\u002F\nhttps:\u002F\u002Fannouncethe.blogspot.com\u002F\nhttps:\u002F\u002Fcassettei.blogspot.com\u002F\nhttps:\u002F\u002Fgraphiicsand.blogspot.com\u002F\nhttps:\u002F\u002Fcomputerizeed.blogspot.com\u002F\nhttps:\u002F\u002Fcenturiees.blogspot.com\u002F\nhttps:\u002F\u002Fofkapilavastu.blogspot.com\u002F\nhttps:\u002F\u002Fsiddharrthaa.blogspot.com\u002F\nhttps:\u002F\u002Fgauutaamm.blogspot.com\u002F\nhttps:\u002F\u002Flumbininear.blogspot.com\u002F\nhttps:\u002F\u002Fnagasakierd.blogspot.com\u002F\nhttps:\u002F\u002Finjuredesd.blogspot.com\u002F\nhttps:\u002F\u002Fsurrenderederds.blogspot.com\u002F\nhttps:\u002F\u002Famericanesa.blogspot.com\u002F\nhttps:\u002F\u002Fmissilesioly.blogspot.com\u002F\nhttps:\u002F\u002Fconflictsea.blogspot.com\u002F\nhttps:\u002F\u002Fweaponseres.blogspot.com\u002F\nhttps:\u002F\u002Fmoscowere.blogspot.com\u002F\nhttps:\u002F\u002Fsecretarywes.blogspot.com\u002F\nhttps:\u002F\u002Fcampaigneerhio.blogspot.com\u002F\nhttps:\u002F\u002Fgandhiprop.blogspot.com\u002F\nhttps:\u002F\u002Fbjbjinnah.blogspot.com\u002F\nhttps:\u002F\u002Fpersonalmessageis.blogspot.com\u002F\nhttps:\u002F\u002Fbeganmaili.blogspot.com\u002F\nhttps:\u002F\u002Fspecifictopicsa.blogspot.com\u002F\nhttps:\u002F\u002Femailshoa.blogspot.com\u002F\nhttps:\u002F\u002Fnetworkha.blogspot.com\u002F\nhttps:\u002F\u002Fratherthanea.blogspot.com\u002F\nhttps:\u002F\u002Fcomputingpowe.blogspot.com\u002F\nhttps:\u002F\u002Fgossipsai.blogspot.com\u002F\nhttps:\u002F\u002Fdistinguishsqw.blogspot.com\u002F\nhttps:\u002F\u002Fappearaesnce.blogspot.com\u002F\nhttps:\u002F\u002Fvadisassociated.blogspot.com\u002F\nhttps:\u002F\u002Fdevicedeesi.blogspot.com\u002F\nhttps:\u002F\u002Fandimproveme.blogspot.com\u002F\nhttps:\u002F\u002Fpumpingpart.blogspot.com\u002F\nhttps:\u002F\u002Fimplantedin.blogspot.com\u002F\nhttps:\u002F\u002Fsmallenoough.blogspot.com\u002F\nhttps:\u002F\u002Fanatomicalreseaarch.blogspot.com\u002F\nhttps:\u002F\u002Fmajorsubdivision.blogspot.com\u002F\nhttps:\u002F\u002Fcomparessimilar.blogspot.com\u002F\nhttps:\u002F\u002Fsomatotypee.blogspot.com\u002F\nhttps:\u002F\u002Fmesomorphyy.blogspot.com\u002F\nhttps:\u002F\u002Fendomorphhad.blogspot.com\u002F\nhttps:\u002F\u002Fnegativelycorrelate.blogspot.com\u002F\nhttps:\u002F\u002Fornonexistent.blogspot.com\u002F\nhttps:\u002F\u002Fbetweenextreme.blogspot.com\u002F\nhttps:\u002F\u002Fbeextroverted.blogspot.com\u002F\nhttps:\u002F\u002Fmesomorphswere.blogspot.com\u002F\nhttps:\u002F\u002Fsheldonsystem.blogspot.com\u002F\nhttps:\u002F\u002Fsomatotypescores.blogspot.com\u002F\nhttps:\u002F\u002Fnaijaner.blogspot.com\u002F\nhttps:\u002F\u002Fmainbeters.blogspot.com\u002F\nhttps:\u002F\u002Fthisnowdi.blogspot.com\u002F\nhttps:\u002F\u002Fhaiouser.blogspot.com\u002F\nhttps:\u002F\u002Fmaryamios.blogspot.com\u002F\nhttps:\u002F\u002Fkoilpaers.blogspot.com\u002F\nhttps:\u002F\u002Ftakersios.blogspot.com\u002F\nhttps:\u002F\u002Famsoreyios.blogspot.com\u002F\nhttps:\u002F\u002Fsocilersa.blogspot.com\u002F\nhttps:\u002F\u002Fkeywordreseark.blogspot.com\u002F\nhttps:\u002F\u002Fdaerdious.blogspot.com\u002F\nhttps:\u002F\u002Fcamershal.blogspot.com\u002F\nhttps:\u002F\u002Fferadersui.blogspot.com\u002F\nhttps:\u002F\u002Fsharpcoler.blogspot.com\u002F\nhttps:\u002F\u002Faccountingperiod.blogspot.com\u002F\nhttps:\u002F\u002Financialcondition.blogspot.com\u002F\nhttps:\u002F\u002Fgoodsorservices.blogspot.com\u002F\nhttps:\u002F\u002Fstatementshowsr.blogspot.com\u002F\nhttps:\u002F\u002Fmediterraneancoas.blogspot.com\u002F\nhttps:\u002F\u002Fjuaotliowew.blogspot.com\u002F\nhttps:\u002F\u002Fbhaisoers.blogspot.com\u002F\nhttps:\u002F\u002Fsmdoaeros.blogspot.com\u002F\nhttps:\u002F\u002Fhoaneroser.blogspot.com\u002F\nhttps:\u002F\u002Fsaferoseong.blogspot.com\u002F\nhttps:\u002F\u002Fsarkashide.blogspot.com\u002F\nhttps:\u002F\u002Fanatoliabecomes.blogspot.com\u002F\nhttps:\u002F\u002Fnotitallpaythecharges.blogspot.com\u002F\nhttps:\u002F\u002Fallmembereach.blogspot.com\u002F\nhttps:\u002F\u002Fmiddleeastee.blogspot.com\u002F\nhttps:\u002F\u002Fdifferentculturee.blogspot.com\u002F\nhttps:\u002F\u002Fjuwamenbaer.blogspot.com\u002F\nhttps:\u002F\u002Fpostioerse.blogspot.com\u002F\nhttps:\u002F\u002Fservisocher.blogspot.com\u002F\nhttps:\u002F\u002Fpoerfuoiers.blogspot.com\u002F\nhttps:\u002F\u002Flaptopserscare.blogspot.com\u002F\nhttps:\u002F\u002Fhumancareservice.blogspot.com\u002F\nhttps:\u002F\u002Fovernaoting.blogspot.com\u002F\nhttps:\u002F\u002Fbigthinging.blogspot.com\u002F\nhttps:\u002F\u002Fcommunicatioks.blogspot.com\u002F\nhttps:\u002F\u002Falrightela.blogspot.com\u002F\nhttps:\u002F\u002Fbullleet.blogspot.com\u002F\nhttps:\u002F\u002Fburdeenn.blogspot.com\u002F\nhttps:\u002F\u002Fbuyeerr.blogspot.com\u002F\nhttps:\u002F\u002Fcabineet.blogspot.com\u002F\nhttps:\u002F\u002Fcalculateeee.blogspot.com\u002F\nhttps:\u002F\u002Fnoticfully.blogspot.com\u002F\nhttps:\u002F\u002Fvisicaalc.blogspot.com\u002F\nhttps:\u002F\u002Fmicroprointernational.blogspot.com\u002F\nhttps:\u002F\u002Ftheacoorn.blogspot.com\u002F\nhttps:\u002F\u002Fibmunveils.blogspot.com\u002F\nhttps:\u002F\u002Ffloppydrivees.blogspot.com\u002F\nhttps:\u002F\u002Fmegabyteess.blogspot.com\u002F\nhttps:\u002F\u002Fgaviilaan.blogspot.com\u002F\nhttps:\u002F\u002Fpre-vedic.blogspot.com\u002F\nhttps:\u002F\u002Fusuallydescribed.blogspot.com\u002F\nhttps:\u002F\u002Ffifth-centurysaw.blogspot.com\u002F\nhttps:\u002F\u002Funderashoka.blogspot.com\u002F\nhttps:\u002F\u002Fhadconverted.blogspot.com\u002F\nhttps:\u002F\u002Fthatbuddhism.blogspot.com\u002F\nhttps:\u002F\u002Feleventhcenturry.blogspot.com\u002F\nhttps:\u002F\u002Ffirmlyestablish.blogspot.com\u002F\nhttps:\u002F\u002Fdelhisultanatee.blogspot.com\u002F\nhttps:\u002F\u002Fmughalempiiree.blogspot.com\u002F\nhttps:\u002F\u002Framayaanaa.blogspot.com\u002F\nhttps:\u002F\u002Fmahabharaata.blogspot.com\u002F\nhttps:\u002F\u002Fgreatreverenc.blogspot.com\u002F\nhttps:\u002F\u002Fmahajanapadaas.blogspot.com\u002F\nhttps:\u002F\u002Fpromineent.blogspot.com\u002F\nhttps:\u002F\u002Foswalderd.blogspot.com\u002F\nhttps:\u002F\u002Fcommitteewsa.blogspot.com\u002F\nhttps:\u002F\u002Foffenderrewe.blogspot.com\u002F\nhttps:\u002F\u002Fdiscoverederd.blogspot.com\u002F\nhttps:\u002F\u002Fpresidentsawd.blogspot.com\u002F\nhttps:\u002F\u002Fkennedykio.blogspot.com\u002F\nhttps:\u002F\u002Fconstipationerd.blogspot.com\u002F\nhttps:\u002F\u002Fpersecutedguiok.blogspot.com\u002F\nhttps:\u002F\u002Fcancelledesa.blogspot.com\u002F\nhttps:\u002F\u002Fvietcongweers.blogspot.com\u002F\nhttps:\u002F\u002Ftargetsand.blogspot.com\u002F\nhttps:\u002F\u002Fasfirstprime.blogspot.com\u002F\nhttps:\u002F\u002Fincreasinglyfell.blogspot.com\u002F\nhttps:\u002F\u002Fconstitutionaltheoryy.blogspot.com\u002F\nhttps:\u002F\u002Fproblematicwas.blogspot.com\u002F\nhttps:\u002F\u002Fpredictedindividual.blogspot.com\u002F\nhttps:\u002F\u002Fmentaltraits.blogspot.com\u002F\nhttps:\u002F\u002Fwereinconclusive.blogspot.com\u002F\nhttps:\u002F\u002Finconsistentresult.blogspot.com\u002F\nhttps:\u002F\u002Ftepcailios.blogspot.com\u002F\nhttps:\u002F\u002Fmangnoire.blogspot.com\u002F\nhttps:\u002F\u002Fmaiygood.blogspot.com\u002F\nhttps:\u002F\u002Ffarjaisder.blogspot.com\u002F\nhttps:\u002F\u002Fgarbaders.blogspot.com\u002F\nhttps:\u002F\u002Fmosipuew.blogspot.com\u002F\nhttps:\u002F\u002Fkittechaom.blogspot.com\u002F\nhttps:\u002F\u002Fshaoowker.blogspot.com\u002F\nhttps:\u002F\u002Fhathpairew.blogspot.com\u002F\nhttps:\u002F\u002Fhuoohty.blogspot.com\u002F\nhttps:\u002F\u002Fasedfioj.blogspot.com\u002F\nhttps:\u002F\u002Freportingdate.blogspot.com\u002F\nhttps:\u002F\u002Fhuosier.blogspot.com\u002F\nhttps:\u002F\u002Fdriostiondrt.blogspot.com\u002F\nhttps:\u002F\u002Fallianceofcountrie.blogspot.com\u002F\nhttps:\u002F\u002Fmanyplaceorders.blogspot.com\u002F\nhttps:\u002F\u002Fmanyplaceorders1.blogspot.com\u002F\nhttps:\u002F\u002Fmanyplaceorders1.blogspot.com\u002F\nhttps:\u002F\u002Fmanyplaceorders2.blogspot.com\u002F\nhttps:\u002F\u002Fmanyplaceorders3.blogspot.com\u002F\nhttps:\u002F\u002Ffinancemarketingservices.blogspot.com\u002F\nhttps:\u002F\u002Ffinancemarketingservices1.blogspot.com\u002F\nhttps:\u002F\u002Ffinancemarketingservices2.blogspot.com\u002F\nhttps:\u002F\u002Ffinancemarketingservices3.blogspot.com\u002F\nhttps:\u002F\u002Ffinancemarketingservices4.blogspot.com\u002F\nhttps:\u002F\u002Farttranscends.blogspot.com\u002F\nhttps:\u002F\u002Fexperiencesimilar.blogspot.com\u002F\nhttps:\u002F\u002Fandtheurn.blogspot.com\u002F\nhttps:\u002F\u002Fkeatshimselfa.blogspot.com\u002F\nhttps:\u002F\u002Fmillenniaagoa.blogspot.com\u002F\nhttps:\u002F\u002Ffriendtomaner.blogspot.com\u002F\nhttps:\u002F\u002Fdiscovertrutha.blogspot.com\u002F\nhttps:\u002F\u002Ftruthisitself.blogspot.com\u002F\nhttps:\u002F\u002Fpursuitofanswersa.blogspot.com\u002F\nhttps:\u002F\u002Fsuggestionthat.blogspot.com\u002F\nhttps:\u002F\u002Fhoamertiose.blogspot.com\u002F\nhttps:\u002F\u002Fmightbeparticularly.blogspot.com\u002F\nhttps:\u002F\u002Fbecausewomer.blogspot.com\u002F\nhttps:\u002F\u002Fpursuingacademic.blogspot.com\u002F\nhttps:\u002F\u002Ffieldofpsychol.blogspot.com\u002F\nhttps:\u002F\u002Facounterios.blogspot.com\u002F\nhttps:\u002F\u002Fmatchisdeclared.blogspot.com\u002F\nhttps:\u002F\u002Fcontestsspread.blogspot.com\u002F\nhttps:\u002F\u002Fleadingprofessionalplayers.blogspot.com\u002F\nhttps:\u002F\u002Fbelievedtohavea.blogspot.com\u002F\nhttps:\u002F\u002Fconsideredeew.blogspot.com\u002F\nhttps:\u002F\u002Finterpretationera.blogspot.com\u002F\nhttps:\u002F\u002Fwhetheresd.blogspot.com\u002F\nhttps:\u002F\u002Fabstractioneerds.blogspot.com\u002F\nhttps:\u002F\u002Freasonedsew.blogspot.com\u002F\nhttps:\u002F\u002Fissueuiuo.blogspot.com\u002F\nhttps:\u002F\u002Fconceptuioj.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologyewsi.blogspot.com\u002F\nhttps:\u002F\u002Fsubjectews.blogspot.com\u002F\nhttps:\u002F\u002Fkluckhohnewe.blogspot.com\u002F\nhttps:\u002F\u002Fregionalauton.blogspot.com\u002F\nhttps:\u002F\u002Fanatomicae.blogspot.com\u002F\nhttps:\u002F\u002Finstitutioness.blogspot.com\u002F\nhttps:\u002F\u002Fcopenhagenie.blogspot.com\u002F\nhttps:\u002F\u002Fassociatede.blogspot.com\u002F\nhttps:\u002F\u002Fidentificationn.blogspot.com\u002F\nhttps:\u002F\u002Fanatomyinvol.blogspot.com\u002F\nhttps:\u002F\u002Fnarrowestsensee.blogspot.com\u002F\nhttps:\u002F\u002Fcustomarilyrefer.blogspot.com\u002F\nhttps:\u002F\u002Fofmagnifying.blogspot.com\u002F\nhttps:\u002F\u002Fmicroscopicanatomyy.blogspot.com\u002F\nhttps:\u002F\u002Ftensceender.blogspot.com\u002F\nhttps:\u002F\u002Fdouderboss.blogspot.com\u002F\nhttps:\u002F\u002Fbousore.blogspot.com\u002F\nhttps:\u002F\u002Fmokoersaw.blogspot.com\u002F\nhttps:\u002F\u002Fconudioner.blogspot.com\u002F\nhttps:\u002F\u002Ffooureas.blogspot.com\u002F\nhttps:\u002F\u002Fumeediore.blogspot.com\u002F\nhttps:\u002F\u002Fhumbleeperson.blogspot.com\u002F\nhttps:\u002F\u002Fsoudoinger.blogspot.com\u002F\nhttps:\u002F\u002Frohalliinger.blogspot.com\u002F\nhttps:\u002F\u002Fsertoiupo.blogspot.com\u002F\nhttps:\u002F\u002Fnomicalersa.blogspot.com\u002F\nhttps:\u002F\u002Fwazanert.blogspot.com\u002F\nhttps:\u002F\u002Fsrewomesa.blogspot.com\u002F\nhttps:\u002F\u002Fdhakioera.blogspot.com\u002F\nhttps:\u002F\u002Fdaosuesor.blogspot.com\u002F\nhttps:\u002F\u002Fphaogeros.blogspot.com\u002F\nhttps:\u002F\u002Fsabkosmeros.blogspot.com\u002F\nhttps:\u002F\u002Fdafoouters.blogspot.com\u002F\nhttps:\u002F\u002Fpolisehane.blogspot.com\u002F\nhttps:\u002F\u002Famgerceey.blogspot.com\u002F\nhttps:\u002F\u002Fshopwoaer.blogspot.com\u002F\nhttps:\u002F\u002Fsukhosrws.blogspot.com\u002F\nhttps:\u002F\u002Fbolosgerso.blogspot.com\u002F\nhttps:\u002F\u002Fgamposers.blogspot.com\u002F\nhttps:\u002F\u002Fortesyriod.blogspot.com\u002F\nhttps:\u002F\u002Fmuyhslriod.blogspot.com\u002F\nhttps:\u002F\u002Fghsnyortd.blogspot.com\u002F\nhttps:\u002F\u002Fthemysteryis.blogspot.com\u002F\nhttps:\u002F\u002Fbediscovereda.blogspot.com\u002F\nhttps:\u002F\u002Fdevelopmentalpsychologist.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologybecame.blogspot.com\u002F\nhttps:\u002F\u002Fhistoricaleventsa.blogspot.com\u002F\nhttps:\u002F\u002Ftheoriesthate.blogspot.com\u002F\nhttps:\u002F\u002Fduringtheearlies.blogspot.com\u002F\nhttps:\u002F\u002Fundamentallyhuman.blogspot.com\u002F\nhttps:\u002F\u002Fprojectemploys.blogspot.com\u002F\nhttps:\u002F\u002Frockwellenjoysi.blogspot.com\u002F\nhttps:\u002F\u002Fdebatingmundan.blogspot.com\u002F\nhttps:\u002F\u002Fowasnolonger.blogspot.com\u002F\nhttps:\u002F\u002Finformationandapologies.blogspot.com\u002F\nhttps:\u002F\u002Fthingthough.blogspot.com\u002F\nhttps:\u002F\u002Fforbeingnitpick.blogspot.com\u002F\nhttps:\u002F\u002Finformationalarticleai.blogspot.com\u002F\nhttps:\u002F\u002Fsmallmistakesa.blogspot.com\u002F\nhttps:\u002F\u002Festablishitsel.blogspot.com\u002F\nhttps:\u002F\u002Fientificdiscipli.blogspot.com\u002F\nhttps:\u002F\u002Fdevelopmentsai.blogspot.com\u002F\nhttps:\u002F\u002Fitsapproachesa.blogspot.com\u002F\nhttps:\u002F\u002Fofpsychologyi.blogspot.com\u002F\nhttps:\u002F\u002Fhistoryofpsyc.blogspot.com\u002F\nhttps:\u002F\u002Fwillhighlight.blogspot.com\u002F\nhttps:\u002F\u002Ftdevelopedas.blogspot.com\u002F\nhttps:\u002F\u002Fngstructurali.blogspot.com\u002F\nhttps:\u002F\u002Funderstandthea.blogspot.com\u002F\nhttps:\u002F\u002Fimportantquet.blogspot.com\u002F\nhttps:\u002F\u002Fportantsch.blogspot.com\u002F\nhttps:\u002F\u002Fmeperiodofeve.blogspot.com\u002F\nhttps:\u002F\u002Fndinterpretation.blogspot.com\u002F\nhttps:\u002F\u002Fndecologicalm.blogspot.com\u002F\nhttps:\u002F\u002Ftheirpatternsofcau.blogspot.com\u002F\nhttps:\u002F\u002Fnarrativebestexpla.blogspot.com\u002F\nhttps:\u002F\u002Fistoriansalsodebat.blogspot.com\u002F\nhttps:\u002F\u002Fntheproblems.blogspot.com\u002F\nhttps:\u002F\u002Ftogiveperspe.blogspot.com\u002F\nhttps:\u002F\u002Fbutnotsupported.blogspot.com\u002F\nhttps:\u002F\u002Fcollectiveproc.blogspot.com\u002F\nhttps:\u002F\u002Feight-stepacco.blogspot.com\u002F\nhttps:\u002F\u002Fulatingtrialbala.blogspot.com\u002F\nhttps:\u002F\u002Fdcreatingfinan.blogspot.com\u002F\nhttps:\u002F\u002Frocessdesign.blogspot.com\u002F\nhttps:\u002F\u002Fforfinancialrec.blogspot.com\u002F\nhttps:\u002F\u002Fbooksandrec.blogspot.com\u002F\nhttps:\u002F\u002Frtingoccursthroug.blogspot.com\u002F\nhttps:\u002F\u002Fangesinshareholder.blogspot.com\u002F\nhttps:\u002F\u002Fdiffersfrommanage.blogspot.com\u002F\nhttps:\u002F\u002Fnancialaccoun.blogspot.com\u002F\nhttps:\u002F\u002Frdingexpensesf.blogspot.com\u002F\nhttps:\u002F\u002Fevidenceiosz.blogspot.com\u002F\nhttps:\u002F\u002Fcapablewef.blogspot.com\u002F\nhttps:\u002F\u002Fdependentswd.blogspot.com\u002F\nhttps:\u002F\u002Fanotherdeede.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviourer.blogspot.com\u002F\nhttps:\u002F\u002Fcivilqualification.blogspot.com\u002F\nhttps:\u002F\u002Fcompleteinclusion.blogspot.com\u002F\nhttps:\u002F\u002Fdepartmentpart.blogspot.com\u002F\nhttps:\u002F\u002Fefforttosa.blogspot.com\u002F\nhttps:\u002F\u002Funfortuunately.blogspot.com\u002F\nhttps:\u002F\u002Fhoweverere.blogspot.com\u002F\nhttps:\u002F\u002Fachievementsof.blogspot.com\u002F\nhttps:\u002F\u002Fconsiderablefactual.blogspot.com\u002F\nhttps:\u002F\u002Fsometimesregard.blogspot.com\u002F\nhttps:\u002F\u002Fgreekphysician.blogspot.com\u002F\nhttps:\u002F\u002Fgreekanatomists.blogspot.com\u002F\nhttps:\u002F\u002Fincludingwith.blogspot.com\u002F\nhttps:\u002F\u002Fdiscoveriesein.blogspot.com\u002F\nhttps:\u002F\u002Fanatomyaan.blogspot.com\u002F\nhttps:\u002F\u002Fancientgreeka.blogspot.com\u002F\nhttps:\u002F\u002Feuropeanmedicinee.blogspot.com\u002F\nhttps:\u002F\u002Fbayonomiclae.blogspot.com\u002F\nhttps:\u002F\u002Fmurtasimio.blogspot.com\u002F\nhttps:\u002F\u002Fsuchlokia.blogspot.com\u002F\nhttps:\u002F\u002Ftipicalwife.blogspot.com\u002F\nhttps:\u002F\u002Fideamosers.blogspot.com\u002F\nhttps:\u002F\u002Fhosfersion.blogspot.com\u002F\nhttps:\u002F\u002Fhospawoer.blogspot.com\u002F\nhttps:\u002F\u002Fstagetios.blogspot.com\u002F\nhttps:\u002F\u002Fdoderpose.blogspot.com\u002F\nhttps:\u002F\u002Fnomerposer.blogspot.com\u002F\nhttps:\u002F\u002Fcorrectingfailure.blogspot.com\u002F\nhttps:\u002F\u002Freviewedexternally.blogspot.com\u002F\nhttps:\u002F\u002Fstragersea.blogspot.com\u002F\nhttps:\u002F\u002Ferefinance.blogspot.com\u002F\nhttps:\u002F\u002Fpossibletol.blogspot.com\u002F\nhttps:\u002F\u002Fcalculateimport.blogspot.com\u002F\nhttps:\u002F\u002Fdistinguishinger.blogspot.com\u002F\nhttps:\u002F\u002Frememberinguse.blogspot.com\u002F\nhttps:\u002F\u002Fillustratedwe.blogspot.com\u002F\nhttps:\u002F\u002Fevidenceios.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviourdse.blogspot.com\u002F\nhttps:\u002F\u002Farguedess.blogspot.com\u002F\nhttps:\u002F\u002Fdividesesd.blogspot.com\u002F\nhttps:\u002F\u002Fneurologicaale.blogspot.com\u002F\nhttps:\u002F\u002Fsymbolingwew.blogspot.com\u002F\nhttps:\u002F\u002Fnonsymbolingew3.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviourer.blogspot.com\u002F\nhttps:\u002F\u002Fsurvivefor.blogspot.com\u002F\nhttps:\u002F\u002Faccepteedthe.blogspot.com\u002F\nhttps:\u002F\u002Flooseconfederat.blogspot.com\u002F\nhttps:\u002F\u002Fnventingt.blogspot.com\u002F\nhttps:\u002F\u002Fworldwidewebju.blogspot.com\u002F\nhttps:\u002F\u002Fgrowingr.blogspot.com\u002F\nhttps:\u002F\u002Flisationtha.blogspot.com\u002F\nhttps:\u002F\u002Frrangingid.blogspot.com\u002F\nhttps:\u002F\u002Funconstrainwed.blogspot.com\u002F\nhttps:\u002F\u002Fwebarose.blogspot.com\u002F\nhttps:\u002F\u002Fmanysidews.blogspot.com\u002F\nhttps:\u002F\u002Fandreessense.blogspot.com\u002F\nhttps:\u002F\u002Ffirstwidelya.blogspot.com\u002F\nhttps:\u002F\u002Fnventingt.blogspot.com\u002F\nhttps:\u002F\u002Fdirectobservatioon.blogspot.com\u002F\nhttps:\u002F\u002Fauthorizedfor.blogspot.com\u002F\nhttps:\u002F\u002Fundertookhise.blogspot.com\u002F\nhttps:\u002F\u002Faccurateanatomical.blogspot.com\u002F\nhttps:\u002F\u002Fflemishphys.blogspot.com\u002F\nhttps:\u002F\u002Ffabricalibri.blogspot.com\u002F\nhttps:\u002F\u002Fhumanicorporiis.blogspot.com\u002F\nhttps:\u002F\u002Fillustratedtextbook.blogspot.com\u002F\nhttps:\u002F\u002Faccepttraditional.blogspot.com\u002F\nhttps:\u002F\u002Fanatomyonly.blogspot.com\u002F\nhttps:\u002F\u002Fhosfiaslower.blogspot.com\u002F\nhttps:\u002F\u002Finatzarmarna.blogspot.com\u002F\nhttps:\u002F\u002Fhaiemsha.blogspot.com\u002F\nhttps:\u002F\u002Fbinbatiose.blogspot.com\u002F\nhttps:\u002F\u002Fstratagio.blogspot.com\u002F\nhttps:\u002F\u002Fstraglower.blogspot.com\u002F\nhttps:\u002F\u002Framberbase.blogspot.com\u002F\nhttps:\u002F\u002Fbhoalger.blogspot.com\u002F\nhttps:\u002F\u002Faftershader.blogspot.com\u002F\nhttps:\u002F\u002Fpiyarimosiqi.blogspot.com\u002F\nhttps:\u002F\u002Fjiouera.blogspot.com\u002F\nhttps:\u002F\u002Fcalculationsdwe.blogspot.com\u002F\nhttps:\u002F\u002Fhumansewz.blogspot.com\u002F\nhttps:\u002F\u002Fevolutioniox.blogspot.com\u002F\nhttps:\u002F\u002Fcomputersippsz.blogspot.com\u002F\nhttps:\u002F\u002Fwellknoownn.blogspot.com\u002F\nhttps:\u002F\u002Fabacusws.blogspot.com\u002F\nhttps:\u002F\u002Fcharlesews.blogspot.com\u002F\nhttps:\u002F\u002Fbabbagewsa.blogspot.com\u002F\nhttps:\u002F\u002Fanalyticalsaz.blogspot.com\u002F\nhttps:\u002F\u002Fintegrateduios.blogspot.com\u002F\nhttps:\u002F\u002Fcommissionersaide.blogspot.com\u002F\nhttps:\u002F\u002Fleaderwho.blogspot.com\u002F\nhttps:\u002F\u002Fpaduaprogresse.blogspot.com\u002F\nhttps:\u002F\u002Fbartolomeoeustachio.blogspot.com\u002F\nhttps:\u002F\u002Ffabriciuse.blogspot.com\u002F\nhttps:\u002F\u002Fmagnifyingglassesa.blogspot.com\u002F\nhttps:\u002F\u002Fearlymicroscopese.blogspot.com\u002F\nhttps:\u002F\u002Fthenceforthattention.blogspot.com\u002F\nhttps:\u002F\u002Fbodilystructures.blogspot.com\u002F\nhttps:\u002F\u002Fcroscopicsize.blogspot.com\u002F\nhttps:\u002F\u002Fpreviouslyunknoown.blogspot.com\u002F\nhttps:\u002F\u002Fdissectiosion.blogspot.com\u002F\nhttps:\u002F\u002Fvisowrefreedom.blogspot.com\u002F\nhttps:\u002F\u002Fvisowrefreedom.blogspot.com\u002F\nhttps:\u002F\u002Funiversiuis.blogspot.com\u002F\nhttps:\u002F\u002Fhonsterfast.blogspot.com\u002F\nhttps:\u002F\u002Fhamiower.blogspot.com\u002F\nhttps:\u002F\u002Fsalouiser.blogspot.com\u002F\nhttps:\u002F\u002Fkoichizer.blogspot.com\u002F\nhttps:\u002F\u002Fbejaitera.blogspot.com\u002F\nhttps:\u002F\u002Ftikostaeitw.blogspot.com\u002F\nhttps:\u002F\u002Foutofcountery.blogspot.com\u002F\nhttps:\u002F\u002Fkoshisers.blogspot.com\u002F\nhttps:\u002F\u002Fhaiosw.blogspot.com\u002F\nhttps:\u002F\u002Fdamocraso.blogspot.com\u002F\nhttps:\u002F\u002Fapunlsoid.blogspot.com\u002F\nhttps:\u002F\u002Fmaerkdos.blogspot.com\u002F\nhttps:\u002F\u002Fapunwalos.blogspot.com\u002F\nhttps:\u002F\u002Fgareebose.blogspot.com\u002F\nhttps:\u002F\u002Fkospromaze.blogspot.com\u002F\nhttps:\u002F\u002Fhowrahi.blogspot.com\u002F\nhttps:\u002F\u002Fmazioskod.blogspot.com\u002F\nhttps:\u002F\u002Fbhutanikos.blogspot.com\u002F\nhttps:\u002F\u002Fottomanempi.blogspot.com\u002F\nhttps:\u002F\u002Fdomesticpurpose.blogspot.com\u002F\nhttps:\u002F\u002Fdomesticpurpose101.blogspot.com\u002F\nhttps:\u002F\u002Fdomesticpurpose19.blogspot.com\u002F\nhttps:\u002F\u002Fmakeagreatblogers.blogspot.com\u002F\nhttps:\u002F\u002Fnotmoadife.blogspot.com\u002F\nhttps:\u002F\u002Fnotmoadife2.blogspot.com\u002F\nhttps:\u002F\u002Fprinciplesshw.blogspot.com\u002F\nhttps:\u002F\u002Fprocessingsjha.blogspot.com\u002F\nhttps:\u002F\u002Fintroducedusa.blogspot.com\u002F\nhttps:\u002F\u002Fosborneioa.blogspot.com\u002F\nhttps:\u002F\u002Fcircuitrysrw.blogspot.com\u002F\nhttps:\u002F\u002Fhedbarriste.blogspot.com\u002F\nhttps:\u002F\u002Fillustratedhisds.blogspot.com\u002F\nhttps:\u002F\u002Foverturesfrom.blogspot.com\u002F\nhttps:\u002F\u002F101logodesigner.blogspot.com\u002F\nhttps:\u002F\u002F102logodesign.blogspot.com\u002F\nhttps:\u002F\u002Fanainstructions.blogspot.com\u002F\nhttps:\u002F\u002Faretyillumination.blogspot.com\u002F\nhttps:\u002F\u002Favhyeventually.blogspot.com\u002F\nhttps:\u002F\u002Fbestofdistinguishes.blogspot.com\u002F\nhttps:\u002F\u002Fbfeinsightful.blogspot.com\u002F\nhttps:\u002F\u002Fbirdsauthority.blogspot.com\u002F\nhttps:\u002F\u002Fchoosementor.blogspot.com\u002F\nhttps:\u002F\u002Fcometoinstruction.blogspot.com\u002F\nhttps:\u002F\u002Fcreagoverned.blogspot.com\u002F\nhttps:\u002F\u002Fdangeventually.blogspot.com\u002F\nhttps:\u002F\u002Fdelembrace.blogspot.com\u002F\nhttps:\u002F\u002Fdesignpartys.blogspot.com\u002F\nhttps:\u002F\u002Fsitedesignerp.blogspot.com\u002F\nhttps:\u002F\u002Fdeterimprove.blogspot.com\u002F\nhttps:\u002F\u002Fdfgillumination.blogspot.com\u002F\nhttps:\u002F\u002Fdinginfluenced.blogspot.com\u002F\nhttps:\u002F\u002Felefauthority.blogspot.com\u002F\nhttps:\u002F\u002Fendofpartys.blogspot.com\u002F\nhttps:\u002F\u002Fendtoends.blogspot.com\u002F\nhttps:\u002F\u002Feventuallyty.blogspot.com\u002F\nhttps:\u002F\u002Ffallcourts.blogspot.com\u002F\nhttps:\u002F\u002Fflowgoverned.blogspot.com\u002F\nhttps:\u002F\u002Fforshowers.blogspot.com\u002F\nhttps:\u002F\u002Ffotunderstand.blogspot.com\u002F\nhttps:\u002F\u002Ffrebinfluenced.blogspot.com\u002F\nhttps:\u002F\u002Ffreelogodesigner2.blogspot.com\u002F\nhttps:\u002F\u002Ffreebimprove.blogspot.com\u002F\nhttps:\u002F\u002Ffromtodistinguishes.blogspot.com\u002F\nhttps:\u002F\u002Ffroninsightful.blogspot.com\u002F\nhttps:\u002F\u002Ffourembrace.blogspot.com\u002F\nhttps:\u002F\u002Fghjillumination.blogspot.com\u002F\nhttps:\u002F\u002Fgmailauthority.blogspot.com\u002F\nhttps:\u002F\u002Fgoodunderstands.blogspot.com\u002F\nhttps:\u002F\u002Fgootembrace.blogspot.com\u002F\nhttps:\u002F\u002Fgovernedby.blogspot.com\u002F\nhttps:\u002F\u002Fgreekeventually.blogspot.com\u002F\nhttps:\u002F\u002Fgrerimprove.blogspot.com\u002F\nhttps:\u002F\u002Fhasinstructionto.blogspot.com\u002F\nhttps:\u002F\u002Fhastodistinguishes.blogspot.com\u002F\nhttps:\u002F\u002Fhaveinstruction.blogspot.com\u002F\nhttps:\u002F\u002Fheunderstand.blogspot.com\u002F\nhttps:\u002F\u002Fhelpingbod.blogspot.com\u002F\nhttps:\u002F\u002Fheunderstand.blogspot.com\u002F\nhttps:\u002F\u002Fcoolofhelping.blogspot.com\u002F\nhttps:\u002F\u002Fhelpingrote.blogspot.com\u002F\nhttps:\u002F\u002Fhimdistinguishes.blogspot.com\u002F\nhttps:\u002F\u002Fhitembrace.blogspot.com\u002F\nhttps:\u002F\u002Fiunderstando.blogspot.com\u002F\nhttps:\u002F\u002Filluminationcvb.blogspot.com\u002F\nhttps:\u002F\u002Finfluencedtu.blogspot.com\u002F\nhttps:\u002F\u002Finstructionsjk.blogspot.com\u002F\nhttps:\u002F\u002Fintroducedusa.blogspot.com\u002F\nhttps:\u002F\u002Fkiesinfluenced.blogspot.com\u002F\nhttps:\u002F\u002Fkiesinstructions.blogspot.com\u002F\nhttps:\u002F\u002Fleavetodistinguishese.blogspot.com\u002F\nhttps:\u002F\u002Flelyveldwood.blogspot.com\u002F\nhttps:\u002F\u002Fgoopoflelyveld.blogspot.com\u002F\nhttps:\u002F\u002Flelyveldreeet.blogspot.com\u002F\nhttps:\u002F\u002Flessionunderstand.blogspot.com\u002F\nhttps:\u002F\u002Flineerparty.blogspot.com\u002F\nhttps:\u002F\u002Flogodesigner2.blogspot.com\u002F\nhttps:\u002F\u002Flonghdistinguishes.blogspot.com\u002F\nhttps:\u002F\u002Fmanagementorwe.blogspot.com\u002F\nhttps:\u002F\u002Fmanyinsightful.blogspot.com\u002F\nhttps:\u002F\u002Fmentordesigno.blogspot.com\u002F\nhttps:\u002F\u002Fnameauthority.blogspot.com\u002F\nhttps:\u002F\u002Fofftoeventually.blogspot.com\u002F\nhttps:\u002F\u002Fosborneioa.blogspot.com\u002F\nhttps:\u002F\u002Foutgoverned.blogspot.com\u002F\nhttps:\u002F\u002Fpartofinstruction.blogspot.com\u002F\nhttps:\u002F\u002Fposibllelyveld.blogspot.com\u002F\nhttps:\u002F\u002Fprinciplesshw.blogspot.com\u002F\nhttps:\u002F\u002Fprocessingsjha.blogspot.com\u002F\nhttps:\u002F\u002Frainshowerse.blogspot.com\u002F\nhttps:\u002F\u002Freedmentor.blogspot.com\u002F\nhttps:\u002F\u002Freedswmentor.blogspot.com\u002F\nhttps:\u002F\u002Frequinsightful.blogspot.com\u002F\nhttps:\u002F\u002Fresponseparty.blogspot.com\u002F\nhttps:\u002F\u002Fropinstructions.blogspot.com\u002F\nhttps:\u002F\u002Fsafeinsightful.blogspot.com\u002F\nhttps:\u002F\u002Fsdefillumination.blogspot.com\u002F\nhttps:\u002F\u002Fsentinfluenced.blogspot.com\u002F\nhttps:\u002F\u002Fsidegoverned.blogspot.com\u002F\nhttps:\u002F\u002Fsiteauthorityo.blogspot.com\u002F\nhttps:\u002F\u002Fsthiimprove.blogspot.com\u002F\nhttps:\u002F\u002Fsunshowerso.blogspot.com\u002F\nhttps:\u002F\u002Ftesyinstructions.blogspot.com\u002F\nhttps:\u002F\u002Fthereimprove.blogspot.com\u002F\nhttps:\u002F\u002Ftopofhelping.blogspot.com\u002F\nhttps:\u002F\u002Ftopofhelping.blogspot.com\u002F\nhttps:\u002F\u002Ftypeoftense.blogspot.com\u002F\nhttps:\u002F\u002Fvalueofbooksb.blogspot.com\u002F\nhttps:\u002F\u002Fveelembrace.blogspot.com\u002F\nhttps:\u002F\u002Fwillshowers.blogspot.com\u002F\nhttps:\u002F\u002Fyourdeepinstruction.blogspot.com\u002F\nhttps:\u002F\u002Fyoutulelyveld.blogspot.com\u002F\nhttps:\u002F\u002Fmagneticaeas.blogspot.com\u002F\nhttps:\u002F\u002Fimplementedes.blogspot.com\u002F\nhttps:\u002F\u002Fintegratedsia.blogspot.com\u002F\nhttps:\u002F\u002Fquickereusa.blogspot.com\u002F\nhttps:\u002F\u002Fprogrammingea.blogspot.com\u002F\nhttps:\u002F\u002Fpredecessorsios.blogspot.com\u002F\nhttps:\u002F\u002Fsimultaneouslyios.blogspot.com\u002F\nhttps:\u002F\u002Futilizedose.blogspot.com\u002F\nhttps:\u002F\u002Fhoneywelleasw.blogspot.com\u002F\nhttps:\u002F\u002Ftraditionalsa.blogspot.com\u002F\nhttps:\u002F\u002Fappearssiuw.blogspot.com\u002F\nhttps:\u002F\u002Fglanceaip.blogspot.com\u002F\nhttps:\u002F\u002Fupfroonts.blogspot.com\u002F\nhttps:\u002F\u002Fanyoneshowe.blogspot.com\u002F\nhttps:\u002F\u002Fcriticalios.blogspot.com\u002F\nhttps:\u002F\u002Fentirephilos.blogspot.com\u002F\nhttps:\u002F\u002Fbasicallayia.blogspot.com\u002F\nhttps:\u002F\u002Fhedgekos.blogspot.com\u002F\nhttps:\u002F\u002Fmanipulativekoa.blogspot.com\u002F\nhttps:\u002F\u002Faboillumination.blogspot.com\u002F\nhttps:\u002F\u002Factionminted.blogspot.com\u002F\nhttps:\u002F\u002Faddinglatter.blogspot.com\u002F\nhttps:\u002F\u002Fadvocatedperson.blogspot.com\u002F\nhttps:\u002F\u002Fadvocatedzoom.blogspot.com\u002F\nhttps:\u002F\u002Fallmoviestohit.blogspot.com\u002F\nhttps:\u002F\u002Fanyoneshowe.blogspot.com\u002F\nhttps:\u002F\u002Fbdgdeparture.blogspot.com\u002F\nhttps:\u002F\u002Fbeefillumination.blogspot.com\u002F\nhttps:\u002F\u002Fbreepurging.blogspot.com\u002F\nhttps:\u002F\u002Fcollectedmany.blogspot.com\u002F\nhttps:\u002F\u002Fcreateeshtablish.blogspot.com\u002F\nhttps:\u002F\u002Fcriticalios.blogspot.com\u002F\nhttps:\u002F\u002Fdeepadvocated.blogspot.com\u002F\nhttps:\u002F\u002Fdisappointingf.blogspot.com\u002F\nhttps:\u002F\u002Fearnverification.blogspot.com\u002F\nhttps:\u002F\u002Femployregarded.blogspot.com\u002F\nhttps:\u002F\u002Ferrturging.blogspot.com\u002F\nhttps:\u002F\u002Feshtablished.blogspot.com\u002F\nhttps:\u002F\u002Festablieshserved.blogspot.com\u002F\nhttps:\u002F\u002Festablishedminted.blogspot.com\u002F\nhttps:\u002F\u002Fexampleofst.blogspot.com\u002F\nhttps:\u002F\u002Ffeefillumination.blogspot.com\u002F\nhttps:\u002F\u002Ffreshmintedpeople.blogspot.com\u002F\nhttps:\u002F\u002Ffroprodrop.blogspot.com\u002F\nhttps:\u002F\u002Ffromtohave.blogspot.com\u002F\nhttps:\u002F\u002Fitleverification.blogspot.com\u002F\nhttps:\u002F\u002Fjoinvolumes.blogspot.com\u002F\nhttps:\u002F\u002Flearntoserved.blogspot.com\u002F\nhttps:\u002F\u002Fletterpader.blogspot.com\u002F\nhttps:\u002F\u002Flimitestablished.blogspot.com\u002F\nhttps:\u002F\u002Fgenedeparture.blogspot.com\u002F\nhttps:\u002F\u002Fgeneralestablished.blogspot.com\u002F\nhttps:\u002F\u002Fglanceaip.blogspot.com\u002F\nhttps:\u002F\u002Fgmailmultiethnic.blogspot.com\u002F\nhttps:\u002F\u002Fgoodwelllop.blogspot.com\u002F\nhttps:\u002F\u002Fgoolvolumes.blogspot.com\u002F\nhttps:\u002F\u002Fgrcdeparture.blogspot.com\u002F\nhttps:\u002F\u002Fgreatdistancer.blogspot.com\u002F\nhttps:\u002F\u002Fhavebeenhas.blogspot.com\u002F\nhttps:\u002F\u002Fhoneywelleasw.blogspot.com\u002F\nhttps:\u002F\u002Fhugdeparture.blogspot.com\u002F\nhttps:\u002F\u002Filluminationbe.blogspot.com\u002F\nhttps:\u002F\u002Fimplementedesimplementedes.blogspot.com\u002F\nhttps:\u002F\u002Fimplementedes.blogspot.com\u002F\nhttps:\u002F\u002Flimitestablished.blogspot.com\u002F\nhttps:\u002F\u002Flogverification.blogspot.com\u002F\nhttps:\u002F\u002Flongdistancep.blogspot.com\u002F\nhttps:\u002F\u002Flongprize.blogspot.com\u002F\nhttps:\u002F\u002Fmagneticaeas.blogspot.com\u002F\nhttps:\u002F\u002Fmanadisappointing.blogspot.com\u002F\nhttps:\u002F\u002Fmanageregarded.blogspot.com\u002F\nhttps:\u002F\u002Fminillumination.blogspot.com\u002F\nhttps:\u002F\u002Fhollywoodmovieso.blogspot.com\u002F\nhttps:\u002F\u002Fmovieswebofdefince.blogspot.com\u002F\nhttps:\u002F\u002Fmultiethnicemail.blogspot.com\u002F\nhttps:\u002F\u002Fmultiethnicving.blogspot.com\u002F\nhttps:\u002F\u002Fmultipalsite.blogspot.com\u002F\nhttps:\u002F\u002Fnewmindedpeople.blogspot.com\u002F\nhttps:\u002F\u002Fopenmindedlo.blogspot.com\u002F\nhttps:\u002F\u002Fpartyopdisappointing.blogspot.com\u002F\nhttps:\u002F\u002Fpointofestablished.blogspot.com\u002F\nhttps:\u002F\u002Fpredecessorsios.blogspot.com\u002F\u002F\nhttps:\u002F\u002Fprogrammingea.blogspot.com\u002F\nhttps:\u002F\u002Fpunjabimovespo.blogspot.com\u002F\nhttps:\u002F\u002Fpunjabisongslove.blogspot.com\u002F\nhttps:\u002F\u002Fquickereusa.blogspot.com\u002F\nhttps:\u002F\u002Fqwdfurging.blogspot.com\u002F\nhttps:\u002F\u002Freeturging.blogspot.com\u002F\nhttps:\u002F\u002Fregardedbeets.blogspot.com\u002F\nhttps:\u002F\u002Frequireadvocated.blogspot.com\u002F\nhttps:\u002F\u002Frequireregarded.blogspot.com\u002F\nhttps:\u002F\u002Fservedcookies.blogspot.com\u002F\nhttps:\u002F\u002Fservedgeneral.blogspot.com\u002F\nhttps:\u002F\u002Fsimultaneouslyios.blogspot.com\u002F\nhttps:\u002F\u002Fsitemultiethnic.blogspot.com\u002F\nhttps:\u002F\u002Fsmokdeparture.blogspot.com\u002F\nhttps:\u002F\u002Fsopdisappointing.blogspot.com\u002F\nhttps:\u002F\u002Ftimetoserved.blogspot.com\u002F\nhttps:\u002F\u002Ftitlevolumes.blogspot.com\u002F\nhttps:\u002F\u002Ftoolateer.blogspot.com\u002F\nhttps:\u002F\u002Ftraditionalsa.blogspot.com\u002F\nhttps:\u002F\u002Funionestablished.blogspot.com\u002F\nhttps:\u002F\u002Fupfroonts.blogspot.com\u002F\nhttps:\u002F\u002Furginggreep.blogspot.com\u002F\nhttps:\u002F\u002Fartificialdws.blogspot.com\u002F\nhttps:\u002F\u002Fsuperconductorsas.blogspot.com\u002F\nhttps:\u002F\u002Fparallelsde.blogspot.com\u002F\nhttps:\u002F\u002Futilizedsaios.blogspot.com\u002F\nhttps:\u002F\u002Ftechnosaslogy.blogspot.com\u002F\nhttps:\u002F\u002Facthrefrain.blogspot.com\u002F\nhttps:\u002F\u002Falthoughrty.blogspot.com\u002F\nhttps:\u002F\u002Fbamerefrain.blogspot.com\u002F\nhttps:\u002F\u002Fbecomegenerations.blogspot.com\u002F\nhttps:\u002F\u002Fbeenplain.blogspot.com\u002F\nhttps:\u002F\u002Fbeforegenerations.blogspot.com\u002F\nhttps:\u002F\u002Fbemedestitute.blogspot.com\u002F\nhttps:\u002F\u002Fcbytmasses.blogspot.com\u002F\nhttps:\u002F\u002Fceserefrain.blogspot.com\u002F\nhttps:\u002F\u002Fcollectalthough.blogspot.com\u002F\nhttps:\u002F\u002Fconfusieweaker.blogspot.com\u002F\nhttps:\u002F\u002Fconsetreaders.blogspot.com\u002F\nhttps:\u002F\u002Fcyushipping.blogspot.com\u002F\nhttps:\u002F\u002Fdestitutetu.blogspot.com\u002F\nhttps:\u002F\u002Femployweaker.blogspot.com\u002F\nhttps:\u002F\u002Fexclusiverete.blogspot.com\u002F\nhttps:\u002F\u002Ffewstatement.blogspot.com\u002F\nhttps:\u002F\u002Ffifthnewpartices.blogspot.com\u002F\nhttps:\u002F\u002Ffiwstatement.blogspot.com\u002F\nhttps:\u002F\u002Fflowweaker.blogspot.com\u002F\nhttps:\u002F\u002Ffourthpartyes.blogspot.com\u002F\nhttps:\u002F\u002Ffreasalthough.blogspot.com\u002F\nhttps:\u002F\u002Ffreremasses.blogspot.com\u002F\nhttps:\u002F\u002Fgenerationslo.blogspot.com\u002F\nhttps:\u002F\u002Fgitereaders.blogspot.com\u002F\nhttps:\u002F\u002Fgrermasses.blogspot.com\u002F\nhttps:\u002F\u002Fgrnerefrain.blogspot.com\u002F\nhttps:\u002F\u002Fhaveplain.blogspot.com\u002F\nhttps:\u002F\u002Fisthdestitute.blogspot.com\u002F\nhttps:\u002F\u002Fkiesalthough.blogspot.com\u002F\nhttps:\u002F\u002Flongparties.blogspot.com\u002F\nhttps:\u002F\u002Fmintedgenerations.blogspot.com\u002F\nhttps:\u002F\u002Fmostshipping.blogspot.com\u002F\nhttps:\u002F\u002Fobtainreaders.blogspot.com\u002F\nhttps:\u002F\u002Foreshipping.blogspot.com\u002F\nhttps:\u002F\u002Foutofplayniong.blogspot.com\u002F\nhttps:\u002F\u002Fouttoalthough.blogspot.com\u002F\nhttps:\u002F\u002Fpgoverning.blogspot.com\u002F\nhttps:\u002F\u002Frefraintry.blogspot.com\u002F\nhttps:\u002F\u002Fretymasses.blogspot.com\u002F\nhttps:\u002F\u002Fsaytoplayning.blogspot.com\u002F\nhttps:\u002F\u002Fshippingdbn.blogspot.com\u002F\nhttps:\u002F\u002Fstatementsites.blogspot.com\u002F\nhttps:\u002F\u002Fstudenttipsl.blogspot.com\u002F\nhttps:\u002F\u002Fsuperconductorsas.blogspot.com\u002F\nhttps:\u002F\u002Ftainreaders.blogspot.com\u002F\nhttps:\u002F\u002Ftathdestitute.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-1.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-2.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-3.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-4.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-5.blogspot.com\u002F\nhttps:\u002F\u002Ftechnologyblogs-6.blogspot.com\u002F\nhttps:\u002F\u002Fthirdpartyse.blogspot.com\u002F\nhttps:\u002F\u002Ftipsoflifelo.blogspot.com\u002F\nhttps:\u002F\u002Fsinoertitle.blogspot.com\u002F\nhttps:\u002F\u002Ftitlestudentri.blogspot.com\u002F\nhttps:\u002F\u002Ftitleofteacher.blogspot.com\u002F\nhttps:\u002F\u002Ftokreaders.blogspot.com\u002F\nhttps:\u002F\u002Ftopgenerations.blogspot.com\u002F\nhttps:\u002F\u002Ftupdestitute.blogspot.com\u002F\nhttps:\u002F\u002Fuseplainto.blogspot.com\u002F\nhttps:\u002F\u002Fviewstatement.blogspot.com\u002F\nhttps:\u002F\u002Fwantshipping.blogspot.com\u002F\nhttps:\u002F\u002Fweakerteek.blogspot.com\u002F\nhttps:\u002F\u002Fwewstatement.blogspot.com\u002F\nhttps:\u002F\u002Fyeartmasses.blogspot.com\u002F\nhttps:\u002F\u002Fzabardastp.blogspot.com\u002F\nhttps:\u002F\u002Flocationjao.blogspot.com\u002F\nhttps:\u002F\u002Fthenumbercan.blogspot.com\u002F\nhttps:\u002F\u002Finternetworkingsa.blogspot.com\u002F\nhttps:\u002F\u002Fcheaperhusa.blogspot.com\u002F\nhttps:\u002F\u002Fmockapetrister.blogspot.com\u002F\nhttps:\u002F\u002Fworldwidwa.blogspot.com\u002F\nhttps:\u002F\u002Funintendeduia.blogspot.com\u002F\nhttps:\u002F\u002Fconsequenceof.blogspot.com\u002F\nhttps:\u002F\u002Fquicklyrealise.blogspot.com\u002F\nhttps:\u002F\u002Fthedestinatio.blogspot.com\u002F\nhttps:\u002F\u002Fhaokoise.blogspot.com\u002F\nhttps:\u002F\u002Fakoiboase.blogspot.com\u002F\nhttps:\u002F\u002Fmainserfal.blogspot.com\u002F\nhttps:\u002F\u002Fdhandgiose.blogspot.com\u002F\nhttps:\u002F\u002Fwalsioemis.blogspot.com\u002F\nhttps:\u002F\u002Fshikares.blogspot.com\u002F\nhttps:\u002F\u002Fwafdarekuta.blogspot.com\u002F\nhttps:\u002F\u002Fsigratepas.blogspot.com\u002F\nhttps:\u002F\u002Fbhaioiwodkd.blogspot.com\u002F\nhttps:\u002F\u002Fnewopportunitiess.blogspot.com\u002F\nhttps:\u002F\u002Fdilanerpas.blogspot.com\u002F\nhttps:\u002F\u002Fexternallybysome.blogspot.com\u002F\nhttps:\u002F\u002Finterestedina.blogspot.com\u002F\nhttps:\u002F\u002Finvestorscand.blogspot.com\u002F\nhttps:\u002F\u002Fpossibletoleverag.blogspot.com\u002F\nhttps:\u002F\u002Ffinancialeers.blogspot.com\u002F\nhttps:\u002F\u002Fusetogamertime.blogspot.com\u002F\nhttps:\u002F\u002Fpentiumiis.blogspot.com\u002F\nhttps:\u002F\u002Fultraboosek.blogspot.com\u002F\nhttps:\u002F\u002Fovercomeuwa.blogspot.com\u002F\nhttps:\u002F\u002Frealizeediz.blogspot.com\u002F\nhttps:\u002F\u002Finventorssxjs.blogspot.com\u002F\nhttps:\u002F\u002Ftirelesslyssa.blogspot.com\u002F\nhttps:\u002F\u002Fcruncherski.blogspot.com\u002F\nhttps:\u002F\u002Fdifficultiessaw.blogspot.com\u002F\nhttps:\u002F\u002Fimplementingshd.blogspot.com\u002F\nhttps:\u002F\u002Fdiscerndetails.blogspot.com\u002F\nhttps:\u002F\u002Fbeyondthelim.blogspot.com\u002F\nhttps:\u002F\u002Flightmicroscoope.blogspot.com\u002F\nhttps:\u002F\u002Fmadepossaible.blogspot.com\u002F\nhttps:\u002F\u002Fenormousamounti.blogspot.com\u002F\nhttps:\u002F\u002Fsubcellularstruct.blogspot.com\u002F\nhttps:\u002F\u002Fanatomicalresear.blogspot.com\u002F\nhttps:\u002F\u002Fmoleculespresen.blogspot.com\u002F\nhttps:\u002F\u002Fsubspeciialty.blogspot.com\u002F\nhttps:\u002F\u002Ftechniquesofe.blogspot.com\u002F\nhttps:\u002F\u002Fnationlizam.blogspot.com\u002F\nhttps:\u002F\u002Fhopestrengthen.blogspot.com\u002F\nhttps:\u002F\u002Fbigharnain.blogspot.com\u002F\nhttps:\u002F\u002Fbhigaery.blogspot.com\u002F\nhttps:\u002F\u002Fharfainmer.blogspot.com\u002F\nhttps:\u002F\u002Fpossibletleverag.blogspot.com\u002F\nhttps:\u002F\u002Fcalculateimportant.blogspot.com\u002F\nhttps:\u002F\u002Fjkaosersos.blogspot.com\u002F\nhttps:\u002F\u002Fjangliowekd.blogspot.com\u002F\nhttps:\u002F\u002Fbakriowks.blogspot.com\u002F\nhttps:\u002F\u002Fkutaiowers.blogspot.com\u002F\nhttps:\u002F\u002Fshaoomains.blogspot.com\u002F\nhttps:\u002F\u002Ftogiowseers.blogspot.com\u002F\nhttps:\u002F\u002Fhsioskeer.blogspot.com\u002F\nhttps:\u002F\u002Fjacquasard.blogspot.com\u002F\nhttps:\u002F\u002Fblogersor.blogspot.com\u002F\nhttps:\u002F\u002Fmaxcimam.blogspot.com\u002F\nhttps:\u002F\u002Fbusnowerso.blogspot.com\u002F\nhttps:\u002F\u002Frealbusnisers.blogspot.com\u002F\nhttps:\u002F\u002Fappleoiuse.blogspot.com\u002F\nhttps:\u002F\u002Fbilgaifesoes.blogspot.com\u002F\nhttps:\u002F\u002Framdioskers.blogspot.com\u002F\nhttps:\u002F\u002Fsemanntlystospe.blogspot.com\u002F\nhttps:\u002F\u002Fsestuleooes.blogspot.com\u002F\nhttps:\u002F\u002Fmagdonlers.blogspot.com\u002F\nhttps:\u002F\u002Fyouirrelevant.blogspot.com\u002F\nhttps:\u002F\u002Fylhconfiscated.blogspot.com\u002F\nhttps:\u002F\u002Fyellowaccessing.blogspot.com\u002F\nhttps:\u002F\u002Fwiteaccessing.blogspot.com\u002F\nhttps:\u002F\u002Fvllagerboy.blogspot.com\u002F\nhttps:\u002F\u002Fvillagelifeso.blogspot.com\u002F\nhttps:\u002F\u002Fveeystrengthen.blogspot.com\u002F\nhttps:\u002F\u002Fveerysound.blogspot.com\u002F\nhttps:\u002F\u002Fultraboosek.blogspot.com\u002F\nhttps:\u002F\u002Ftogiowseers.blogspot.com\u002F\nhttps:\u002F\u002Ftitleofvillage.blogspot.com\u002F\nhttps:\u002F\u002Ftirelesslyssa.blogspot.com\u002F\nhttps:\u002F\u002Fthokuisoe.blogspot.com\u002F\nhttps:\u002F\u002Fthiisbigerst.blogspot.com\u002F\nhttps:\u002F\u002Ftechniquesofe.blogspot.com\u002F\nhttps:\u002F\u002Fsubspeciialty.blogspot.com\u002F\nhttps:\u002F\u002Fsubcellularstruct.blogspot.com\u002F\nhttps:\u002F\u002Fspitconfiscated.blogspot.com\u002F\nhttps:\u002F\u002Fsoundeffectse.blogspot.com\u002F\nhttps:\u002F\u002Fshowvillages.blogspot.com\u002F\nhttps:\u002F\u002Fshowoffleh.blogspot.com\u002F\nhttps:\u002F\u002Fshowmovietre.blogspot.com\u002F\nhttps:\u002F\u002Fshowimagert.blogspot.com\u002F\nhttps:\u002F\u002Fshowblogty.blogspot.com\u002F\nhttps:\u002F\u002Fshopestrengthen.blogspot.com\u002F\nhttps:\u002F\u002Fgreenaccessing.blogspot.com\u002F\nhttps:\u002F\u002Fsersconfiscated.blogspot.com\u002F\nhttps:\u002F\u002Fsafeprotect.blogspot.com\u002F\nhttps:\u002F\u002Freqwnevertheless.blogspot.com\u002F\nhttps:\u002F\u002Frequetmoqeema.blogspot.com\u002F\nhttps:\u002F\u002Frealizeediz.blogspot.com\u002F\nhttps:\u002F\u002Frealbusnisers.blogspot.com\u002F\nhttps:\u002F\u002Framdioskers.blogspot.com\u002F\nhttps:\u002F\u002Fprovedaccessing.blogspot.com\u002F\nhttps:\u002F\u002Fprotectmeee.blogspot.com\u002F\nhttps:\u002F\u002Fpossibletleverag.blogspot.com\u002F\nhttps:\u002F\u002Fpentiumiis.blogspot.com\u002F\nhttps:\u002F\u002Fpartyofvillage.blogspot.com\u002F\nhttps:\u002F\u002Fpartofstudym.blogspot.com\u002F\nhttps:\u002F\u002Fpartofmarkiting.blogspot.com\u002F\nhttps:\u002F\u002Fpartofhome2.blogspot.com\u002F\nhttps:\u002F\u002Fpartoffamily.blogspot.com\u002F\nhttps:\u002F\u002Fpartofcomputerr.blogspot.com\u002F\nhttps:\u002F\u002Fovercomeuwa.blogspot.com\u002F\nhttps:\u002F\u002Fothnevertheless.blogspot.com\u002F\nhttps:\u002F\u002Fnoteprotect.blogspot.com\u002F\nhttps:\u002F\u002Fneverthelesses.blogspot.com\u002F\nhttps:\u002F\u002Fnationlizam.blogspot.com\u002F\nhttps:\u002F\u002Fmoqeematol.blogspot.com\u002F\nhttps:\u002F\u002Fmoqeemahome.blogspot.com\u002F\nhttps:\u002F\u002Fmoqeemabeestee.blogspot.com\u002F\nhttps:\u002F\u002Fmeenstrengthen.blogspot.com\u002F\nhttps:\u002F\u002Fmaybenevertheless.blogspot.com\u002F\nhttps:\u002F\u002Floudsounder.blogspot.com\u002F\nhttps:\u002F\u002Flliwconfiscated.blogspot.com\u002F\nhttps:\u002F\u002Flifeprotects.blogspot.com\u002F\nhttps:\u002F\u002Fkionirrelevant.blogspot.com\u002F\nhttps:\u002F\u002Fgoogleprotect.blogspot.com\u002F\nhttps:\u002F\u002Fgiveirrelevant.blogspot.com\u002F\nhttps:\u002F\u002Ffreemoqeema.blogspot.com\u002F\nhttps:\u002F\u002Femploynevertheless.blogspot.com\u002F\nhttps:\u002F\u002Fendersound.blogspot.com\u002F\nhttps:\u002F\u002Fdieconfiscated.blogspot.com\u002F\nhttps:\u002F\u002Fdeepshowtr.blogspot.com\u002F\nhttps:\u002F\u002Fblackaccessing.blogspot.com\u002F\nhttps:\u002F\u002Fbeenestrengthen.blogspot.com\u002F\nhttps:\u002F\u002Fadsenirrelevant.blogspot.com\u002F\nhttps:\u002F\u002Fjacquardsws.blogspot.com\u002F\nhttps:\u002F\u002Fautomaticallyse.blogspot.com\u002F\nhttps:\u002F\u002Fmathematiciaan.blogspot.com\u002F\nhttps:\u002F\u002Fbabbageas.blogspot.com\u002F\nhttps:\u002F\u002Fcorporationxuios.blogspot.com\u002F\nhttps:\u002F\u002Fanaloguesas.blogspot.com\u002F\nhttps:\u002F\u002Fbombingzxs.blogspot.com\u002F\nhttps:\u002F\u002Fpennsylvaniassd.blogspot.com\u002F\nhttps:\u002F\u002Fkirbywasw.blogspot.com\u002F\nhttps:\u002F\u002Frobertdwe.blogspot.com\u002F\nhttps:\u002F\u002Fyoutubechenall.blogspot.com\u002F\nhttps:\u002F\u002Fyecterminology.blogspot.com\u002F\nhttps:\u002F\u002Fwiewsofweird.blogspot.com\u002F\nhttps:\u002F\u002Fwhyyouweird.blogspot.com\u002F\nhttps:\u002F\u002Fweirdtobe.blogspot.com\u002F\nhttps:\u002F\u002Fwemarginalised.blogspot.com\u002F\nhttps:\u002F\u002Ftrapgraduating.blogspot.com\u002F\nhttps:\u002F\u002Fthiepoints.blogspot.com\u002F\nhttps:\u002F\u002Fteepgraduating.blogspot.com\u002F\nhttps:\u002F\u002Fswasgraduating.blogspot.com\u002F\nhttps:\u002F\u002Fsomarginalised.blogspot.com\u002F\nhttps:\u002F\u002Fseentoweird.blogspot.com\u002F\nhttps:\u002F\u002Frelfterminology.blogspot.com\u002F\nhttps:\u002F\u002Frefreshchenal.blogspot.com\u002F\nhttps:\u002F\u002Fpointsbeno.blogspot.com\u002F\nhttps:\u002F\u002Fnewschenalreport.blogspot.com\u002F\nhttps:\u002F\u002Fnewtoexistence.blogspot.com\u002F\nhttps:\u002F\u002Fneebgraduating.blogspot.com\u002F\nhttps:\u002F\u002Fmintepoints.blogspot.com\u002F\nhttps:\u002F\u002Fmarginaliseds.blogspot.com\u002F\nhttps:\u002F\u002Flwoability.blogspot.com\u002F\nhttps:\u002F\u002Flospointsto.blogspot.com\u002F\nhttps:\u002F\u002Floopograduating.blogspot.com\u002F\nhttps:\u002F\u002Fhavetoexistence.blogspot.com\u002F\nhttps:\u002F\u002Fgreeability.blogspot.com\u002F\nhttps:\u002F\u002Fgraduatingbre.blogspot.com\u002F\nhttps:\u002F\u002Fgraduatingto.blogspot.com\u002F\nhttps:\u002F\u002Fgivemarginalised.blogspot.com\u002F\nhttps:\u002F\u002Ffullability.blogspot.com\u002F\nhttps:\u002F\u002Ffremgraduating.blogspot.com\u002F\nhttps:\u002F\u002Ffrariexistence.blogspot.com\u002F\nhttps:\u002F\u002Fevasgraduating.blogspot.com\u002F\nhttps:\u002F\u002Fdidmarginalised.blogspot.com\u002F\nhttps:\u002F\u002Fbeforterminology.blogspot.com\u002F\nhttps:\u002F\u002Fchoosechenal.blogspot.com\u002F\nhttps:\u002F\u002Fvelogofchenal.blogspot.com\u002F\nhttps:\u002F\u002Fchenalvelog.blogspot.com\u002F\nhttps:\u002F\u002Fbrointerminology.blogspot.com\u002F\nhttps:\u002F\u002Fbmwexistence.blogspot.com\u002F\nhttps:\u002F\u002Fbeforterminology.blogspot.com\u002F\nhttps:\u002F\u002Fbeentoexistence.blogspot.com\u002F\nhttps:\u002F\u002Fbeedability.blogspot.com\u002F\nhttps:\u002F\u002Fanimalchenal.blogspot.com\u002F\nhttps:\u002F\u002Fbhailogins.blogspot.com\u002F\nhttps:\u002F\u002Fsunioslers.blogspot.com\u002F\nhttps:\u002F\u002Fhousermois.blogspot.com\u002F\nhttps:\u002F\u002Fmarkeiosts.blogspot.com\u002F\nhttps:\u002F\u002Fbanduksosare.blogspot.com\u002F\nhttps:\u002F\u002Fbhanjuslo.blogspot.com\u002F\nhttps:\u002F\u002Fhosofaimus.blogspot.com\u002F\nhttps:\u002F\u002Fsucceedingorfail.blogspot.com\u002F\nhttps:\u002F\u002Fnamioseer.blogspot.com\u002F\nhttps:\u002F\u002Fhosnestisie.blogspot.com\u002F\nhttps:\u002F\u002Ffirstflooers.blogspot.com\u002F\nhttps:\u002F\u002Fhaloeromer.blogspot.com\u002F\nhttps:\u002F\u002Finformwteow.blogspot.com\u002F\nhttps:\u002F\u002Freflietiowesa.blogspot.com\u002F\nhttps:\u002F\u002Fkasemosie.blogspot.com\u002F\nhttps:\u002F\u002Fiwasstragling.blogspot.com\u002F\nhttps:\u002F\u002Fcouldhavers.blogspot.com\u002F\nhttps:\u002F\u002Fsamenitdidtneo.blogspot.com\u002F\nhttps:\u002F\u002Fitsnoterseed.blogspot.com\u002F\nhttps:\u002F\u002Fnainlgabrashoe.blogspot.com\u002F\nhttps:\u002F\u002Fcompotersa.blogspot.com\u002F\nhttps:\u002F\u002Fespeciallyiner.blogspot.com\u002F\nhttps:\u002F\u002Fshapedbymortal.blogspot.com\u002F\nhttps:\u002F\u002Fhmaiertiona.blogspot.com\u002F\nhttps:\u002F\u002Fshoteasers.blogspot.com\u002F\nhttps:\u002F\u002Fvouchsafethesecrets.blogspot.com\u002F\nhttps:\u002F\u002Fitrefuses.blogspot.com\u002F\nhttps:\u002F\u002Ffatherpatting.blogspot.com\u002F\nhttps:\u002F\u002Fhavesuggested.blogspot.com\u002F\nhttps:\u002F\u002Flinesareironic.blogspot.com\u002F\nhttps:\u002F\u002Fshaofamerso.blogspot.com\u002F\nhttps:\u002F\u002Fjaldeiotser.blogspot.com\u002F\nhttps:\u002F\u002Feverythingpsychologyi.blogspot.com\u002F\nhttps:\u002F\u002Fwrittenthousan.blogspot.com\u002F\nhttps:\u002F\u002Farticlesondiverse.blogspot.com\u002F\nhttps:\u002F\u002Fmasterofsciencea.blogspot.com\u002F\nhttps:\u002F\u002Fstateuniversitye.blogspot.com\u002F\nhttps:\u002F\u002Fbegunpossiblye.blogspot.com\u002F\nhttps:\u002F\u002Fweekendafternooner.blogspot.com\u002F\nhttps:\u002F\u002Fpresumablystone.blogspot.com\u002F\nhttps:\u002F\u002Fdmuchthesame.blogspot.com\u002F\nhttps:\u002F\u002Fkhonbecompilations.blogspot.com\u002F\nhttps:\u002F\u002Fzombecompilations.blogspot.com\u002F\nhttps:\u002F\u002Fmazecompilations.blogspot.com\u002F\nhttps:\u002F\u002Faddsubsequently.blogspot.com\u002F\nhttps:\u002F\u002Fanalysubsequently.blogspot.com\u002F\nhttps:\u002F\u002Farticalepublishing.blogspot.com\u002F\nhttps:\u002F\u002Fasaultimately.blogspot.com\u002F\nhttps:\u002F\u002Fasvwebsite.blogspot.com\u002F\nhttps:\u002F\u002Fbanchcompilations.blogspot.com\u002F\nhttps:\u002F\u002Fbemsuggested.blogspot.com\u002F\nhttps:\u002F\u002Fbewpublishing.blogspot.com\u002F\nhttps:\u002F\u002Fblogcreatorspeo.blogspot.com\u002F\nhttps:\u002F\u002Fcaspreserve.blogspot.com\u002F\nhttps:\u002F\u002Fcreatorsofto.blogspot.com\u002F\nhttps:\u002F\u002Fctrlpreserve.blogspot.com\u002F\nhttps:\u002F\u002Feltitpublishing.blogspot.com\u002F\nhttps:\u002F\u002Feveryonealonee.blogspot.com\u002F\nhttps:\u002F\u002Ffodsubsequently.blogspot.com\u002F\nhttps:\u002F\u002Fghtsuggested.blogspot.com\u002F\nhttps:\u002F\u002Fhavewebsitese.blogspot.com\u002F\nhttps:\u002F\u002Fhistorycreatorsman.blogspot.com\u002F\nhttps:\u002F\u002Fisultimately.blogspot.com\u002F\nhttps:\u002F\u002Fkorwsuggested.blogspot.com\u002F\nhttps:\u002F\u002Fletesuggested.blogspot.com\u002F\nhttps:\u002F\u002Flitesuggested.blogspot.com\u002F\nhttps:\u002F\u002Flozpreserve.blogspot.com\u002F\nhttps:\u002F\u002Fnotecreators.blogspot.com\u002F\nhttps:\u002F\u002Fnoticeeveryones.blogspot.com\u002F\nhttps:\u002F\u002Foslapublishing.blogspot.com\u002F\nhttps:\u002F\u002Fothewebsite.blogspot.com\u002F\nhttps:\u002F\u002Fplywebsite.blogspot.com\u002F\nhttps:\u002F\u002Frisponsubsequently.blogspot.com\u002F\nhttps:\u002F\u002Fscholwebsite.blogspot.com\u002F\nhttps:\u002F\u002Fshifpreserve.blogspot.com\u002F\nhttps:\u002F\u002Fsubsequentlytips.blogspot.com\u002F\nhttps:\u002F\u002Ftablecompilations.blogspot.com\u002F\nhttps:\u002F\u002Fthoughteveryone.blogspot.com\u002F\nhttps:\u002F\u002Ftipsultimately.blogspot.com\u002F\nhttps:\u002F\u002Ftoultimately.blogspot.com\u002F\nhttps:\u002F\u002Ftonepublishing.blogspot.com\u002F\nhttps:\u002F\u002Ftopofeveryone.blogspot.com\u002F\nhttps:\u002F\u002Fublepreserve.blogspot.com\u002F\nhttps:\u002F\u002Fuseultimately.blogspot.com\u002F\nhttps:\u002F\u002Fvelogcreators.blogspot.com\u002F\nhttps:\u002F\u002Fengelbarat.blogspot.com\u002F\nhttps:\u002F\u002Fpioneereeasd.blogspot.com\u002F\nhttps:\u002F\u002Fvirtualesesu.blogspot.com\u002F\nhttps:\u002F\u002Fradioshackwe.blogspot.com\u002F\nhttps:\u002F\u002Fmagazineesa.blogspot.com\u002F\nhttps:\u002F\u002Fminicomputeser.blogspot.com\u002F\nhttps:\u002F\u002Fpaulalelen.blogspot.com\u002F\nhttps:\u002F\u002Fwozniakewes.blogspot.com\u002F\nhttps:\u002F\u002Fsabkolgers.blogspot.com\u002F\nhttps:\u002F\u002Ftujhouser.blogspot.com\u002F\nhttps:\u002F\u002Fkoaropatios.blogspot.com\u002F\nhttps:\u002F\u002Fpolsiterose.blogspot.com\u002F\nhttps:\u002F\u002Fsanseticiose.blogspot.com\u002F\nhttps:\u002F\u002Fkomaiosres.blogspot.com\u002F\nhttps:\u002F\u002Fdraverajkal.blogspot.com\u002F\nhttps:\u002F\u002Fboyfriedos.blogspot.com\u002F\nhttps:\u002F\u002Ftoletmostiers.blogspot.com\u002F\nhttps:\u002F\u002Fkamoteiose.blogspot.com\u002F\nhttps:\u002F\u002Fpessnidwoer.blogspot.com\u002F\nhttps:\u002F\u002Fintrsbosters.blogspot.com\u002F\nhttps:\u002F\u002Fbilsafersoe.blogspot.com\u002F\nhttps:\u002F\u002Ffreapleioed.blogspot.com\u002F\nhttps:\u002F\u002Flockdownger.blogspot.com\u002F\nhttps:\u002F\u002Fcraspiowers.blogspot.com\u002F\nhttps:\u002F\u002Fpuchskrtower.blogspot.com\u002F\nhttps:\u002F\u002Fcompounterios.blogspot.com\u002F\nhttps:\u002F\u002Finverstosers.blogspot.com\u002F\nhttps:\u002F\u002Fstareomilseoe.blogspot.com\u002F\nhttps:\u002F\u002Fhisspeaker.blogspot.com\u002F\nhttps:\u002F\u002Freshanerts.blogspot.com\u002F\nhttps:\u002F\u002Fattributedthem.blogspot.com\u002F\nhttps:\u002F\u002Fhavesuggestedr.blogspot.com\u002F\nhttps:\u002F\u002Fcareuiakers.blogspot.com\u002F\nhttps:\u002F\u002Fatfacevaluea.blogspot.com\u002F\nhttps:\u002F\u002Fchaumiower.blogspot.com\u002F\nhttps:\u002F\u002Fsmilinglysitsthere.blogspot.com\u002F\nhttps:\u002F\u002Fjinskrtyosrtr.blogspot.com\u002F\nhttps:\u002F\u002Flogicalconcluasion.blogspot.com\u002F\nhttps:\u002F\u002Fjanupwerions.blogspot.com\u002F\nhttps:\u002F\u002Frightfullyearne.blogspot.com\u002F\nhttps:\u002F\u002Fhugomunsterber.blogspot.com\u002F\nhttps:\u002F\u002Fmajorthinkers.blogspot.com\u002F\nhttps:\u002F\u002Ftheamericanpsyc.blogspot.com\u002F\nhttps:\u002F\u002Fhoangaiera.blogspot.com\u002F\nhttps:\u002F\u002Fstraightbatwas.blogspot.com\u002F\nhttps:\u002F\u002Fsouthernenglander.blogspot.com\u002F\nhttps:\u002F\u002Fshortenedinthe.blogspot.com\u002F\nhttps:\u002F\u002Fowndiscipliner.blogspot.com\u002F\nhttps:\u002F\u002Fmodernscientific.blogspot.com\u002F\nhttps:\u002F\u002Fitsapproaches.blogspot.com\u002F\nhttps:\u002F\u002Fmeasuringtechniques.blogspot.com\u002F\nhttps:\u002F\u002Festablishitself.blogspot.com\u002F\nhttps:\u002F\u002Fexploretheorigin.blogspot.com\u002F\nhttps:\u002F\u002Fdiscusspsychoanalysis.blogspot.com\u002F\nhttps:\u002F\u002Flongtermspo.blogspot.com\u002F\nhttps:\u002F\u002Fmanytermsof.blogspot.com\u002F\nhttps:\u002F\u002Fweuseterms.blogspot.com\u002F\nhttps:\u002F\u002F102peoplecommunity.blogspot.com\u002F\nhttps:\u002F\u002F103mancommunity.blogspot.com\u002F\nhttps:\u002F\u002F104listcommunity.blogspot.com\u002F\nhttps:\u002F\u002F105vellcommunity.blogspot.com\u002F\nhttps:\u002F\u002Fasabring.blogspot.com\u002F\nhttps:\u002F\u002Fblotucourse.blogspot.com\u002F\nhttps:\u002F\u002Fbringtobri.blogspot.com\u002F\nhttps:\u002F\u002Fbuyecourse.blogspot.com\u002F\nhttps:\u002F\u002Fcommunityog.blogspot.com\u002F\nhttps:\u002F\u002Fgivestrength.blogspot.com\u002F\nhttps:\u002F\u002Fgoodecourse.blogspot.com\u002F\nhttps:\u002F\u002Fhavenonsubject.blogspot.com\u002F\nhttps:\u002F\u002Fhertopsubject.blogspot.com\u002F\nhttps:\u002F\u002Fjhersubject.blogspot.com\u002F\nhttps:\u002F\u002Fkhubsubject.blogspot.com\u002F\nhttps:\u002F\u002Flightcoursese.blogspot.com\u002F\nhttps:\u002F\u002Fliststrength.blogspot.com\u002F\nhttps:\u002F\u002Fmangobring.blogspot.com\u002F\nhttps:\u002F\u002Fnoticescourse.blogspot.com\u002F\nhttps:\u002F\u002Fothertosubject.blogspot.com\u002F\nhttps:\u002F\u002Fpartystrength.blogspot.com\u002F\nhttps:\u002F\u002Frelefbring.blogspot.com\u002F\nhttps:\u002F\u002Fshorpstrength.blogspot.com\u002F\nhttps:\u002F\u002Fstrengthsher.blogspot.com\u002F\nhttps:\u002F\u002Fsubjectleva.blogspot.com\u002F\nhttps:\u002F\u002Ftangobring.blogspot.com\u002F\nhttps:\u002F\u002Ftermsofterms.blogspot.com\u002F\nhttps:\u002F\u002Ftermsofusest.blogspot.com\u002F\nhttps:\u002F\u002Facornded.blogspot.com\u002F\nhttps:\u002F\u002Fmegabytesas.blogspot.com\u002F\nhttps:\u002F\u002Frecordedsdw.blogspot.com\u002F\nhttps:\u002F\u002Fmacintoshded.blogspot.com\u002F\nhttps:\u002F\u002Fmultitaskingsw.blogspot.com\u002F\nhttps:\u002F\u002Fprogrammingskios.blogspot.com\u002F\nhttps:\u002F\u002Fworldwidessweb.blogspot.com\u002F\nhttps:\u002F\u002Fcampaisgn.blogspot.com\u002F\nhttps:\u002F\u002Fmicrosystemssas.blogspot.com\u002F\nhttps:\u002F\u002Fjavascriptwsae.blogspot.com\u002F\nhttps:\u002F\u002Fsomeoneinte.blogspot.com\u002F\nhttps:\u002F\u002Fjheengoer.blogspot.com\u002F\nhttps:\u002F\u002Faidhaeyrater.blogspot.com\u002F\nhttps:\u002F\u002Fukharmaeios.blogspot.com\u002F\nhttps:\u002F\u002Fcrackeioster.blogspot.com\u002F\nhttps:\u002F\u002Fmrgurtabiso.blogspot.com\u002F\nhttps:\u002F\u002Fnvestorscan.blogspot.com\u002F\nhttps:\u002F\u002Fcalculateimpaort.blogspot.com\u002F\nhttps:\u002F\u002Fequityrati.blogspot.com\u002F\nhttps:\u002F\u002Freportinglaw.blogspot.com\u002F\nhttps:\u002F\u002Finvertosing.blogspot.com\u002F\nhttps:\u002F\u002Fschlouiminger.blogspot.com\u002F\nhttps:\u002F\u002Fdificulteris.blogspot.com\u002F\nhttps:\u002F\u002Fbonomilser.blogspot.com\u002F\nhttps:\u002F\u002Fthousenmilse.blogspot.com\u002F\nhttps:\u002F\u002Flastweeods.blogspot.com\u002F\nhttps:\u002F\u002Fhigheragucatres.blogspot.com\u002F\nhttps:\u002F\u002Fsaliowerpsot.blogspot.com\u002F\nhttps:\u002F\u002Fmacanitoer.blogspot.com\u002F\nhttps:\u002F\u002Fcompontioers.blogspot.com\u002F\nhttps:\u002F\u002Frightfullyearn.blogspot.com\u002F\nhttps:\u002F\u002Fmajorthinker.blogspot.com\u002F\nhttps:\u002F\u002Fhugomunsterberg.blogspot.com\u002F\nhttps:\u002F\u002Fimportantcontribu.blogspot.com\u002F\nhttps:\u002F\u002Fchildpsychoanalysis.blogspot.com\u002F\nhttps:\u002F\u002Fmensteriosa.blogspot.com\u002F\nhttps:\u002F\u002Fbnaulfaeirrsa.blogspot.com\u002F\nhttps:\u002F\u002Fithoaderoswa.blogspot.com\u002F\nhttps:\u002F\u002Falreadyower.blogspot.com\u002F\nhttps:\u002F\u002Fabouterosasa.blogspot.com\u002F\nhttps:\u002F\u002Festablishthefounders.blogspot.com\u002F\nhttps:\u002F\u002Fthroughoutour.blogspot.com\u002F\nhttps:\u002F\u002Fcomplexpatternsof.blogspot.com\u002F\nhttps:\u002F\u002Fadaptivefunctionin.blogspot.com\u002F\nhttps:\u002F\u002Fanalysisofthese.blogspot.com\u002F\nhttps:\u002F\u002Famericanpsychology.blogspot.com\u002F\nhttps:\u002F\u002Famericanspacerace.blogspot.com\u002F\nhttps:\u002F\u002Ffundingbecameavailabl.blogspot.com\u002F\nhttps:\u002F\u002Fsupportbehavioral.blogspot.com\u002F\nhttps:\u002F\u002Fdisciplinethatinvestigated.blogspot.com\u002F\nhttps:\u002F\u002Fourdiscussiona.blogspot.com\u002F\nhttps:\u002F\u002Fthroughouti.blogspot.com\u002F\nhttps:\u002F\u002Ffoundersof.blogspot.com\u002F\nhttps:\u002F\u002Ffortheorigin.blogspot.com\u002F\nhttps:\u002F\u002Ftwogreekwords.blogspot.com\u002F\nhttps:\u002F\u002Festablishhim.blogspot.com\u002F\nhttps:\u002F\u002Fscientificstudyi.blogspot.com\u002F\nhttps:\u002F\u002Flaboratorydedica.blogspot.com\u002F\nhttps:\u002F\u002Fchologywa.blogspot.com\u002F\nhttps:\u002F\u002Fsubdivisionof.blogspot.com\u002F\nhttps:\u002F\u002Fnumerouspoliticalspee.blogspot.com\u002F\nhttps:\u002F\u002Feniangeneralin.blogspot.com\u002F\nhttps:\u002F\u002Feyesofclassicisi.blogspot.com\u002F\nhttps:\u002F\u002Faccordingtohisexpect.blogspot.com\u002F\nhttps:\u002F\u002Foftenregarded.blogspot.com\u002F\nhttps:\u002F\u002Ferallyunbiasedaccount.blogspot.com\u002F\nhttps:\u002F\u002Fbetweenvariou.blogspot.com\u002F\nhttps:\u002F\u002Ftheniangener.blogspot.com\u002F\nhttps:\u002F\u002Fhomerfrequentl.blogspot.com\u002F\nhttps:\u002F\u002Fouacknowledge.blogspot.com\u002F\nhttps:\u002F\u002Falsoacknowledge.blogspot.com\u002F\nhttps:\u002F\u002Fthaiacknowledge.blogspot.com\u002F\nhttps:\u002F\u002Fthaiacknowledge.blogspot.com\u002F\nhttps:\u002F\u002Faccountnamel.blogspot.com\u002F\nhttps:\u002F\u002Fapprochappreciated.blogspot.com\u002F\nhttps:\u002F\u002Fgreetappreciated.blogspot.com\u002F\nhttps:\u002F\u002Fhasindependent.blogspot.com\u002F\nhttps:\u002F\u002Findependentto.blogspot.com\u002F\nhttps:\u002F\u002Flatterappreciated.blogspot.com\u002F\nhttps:\u002F\u002Flawsindependents.blogspot.com\u002F\nhttps:\u002F\u002Flevelacount.blogspot.com\u002F\nhttps:\u002F\u002Floseappreciated.blogspot.com\u002F\nhttps:\u002F\u002Fpastaccount.blogspot.com\u002F\nhttps:\u002F\u002Fpooeacknowledge.blogspot.com\u002F\nhttps:\u002F\u002Freedindependent.blogspot.com\u002F\nhttps:\u002F\u002Fstudentaccountl.blogspot.com\u002F\nhttps:\u002F\u002Fthirdappreciated.blogspot.com\u002F\nhttps:\u002F\u002Ftopindependent.blogspot.com\u002F\nhttps:\u002F\u002Fveracknowledge.blogspot.com\u002F\nhttps:\u002F\u002Fmacintoshsa.blogspot.com\u002F\nhttps:\u002F\u002Fabbreviatiodn.blogspot.com\u002F\nhttps:\u002F\u002Fwirelessesa.blogspot.com\u002F\nhttps:\u002F\u002Foriginallyuio.blogspot.com\u002F\nhttps:\u002F\u002Fsuccessodor.blogspot.com\u002F\nhttps:\u002F\u002Fpurchaseeds.blogspot.com\u002F\nhttps:\u002F\u002Facquireseds.blogspot.com\u002F\nhttps:\u002F\u002Fchromeboooke.blogspot.com\u002F\nhttps:\u002F\u002Freprogrammablee.blogspot.com\u002F\nhttps:\u002F\u002Fstraightforwarad.blogspot.com\u002F\nhttps:\u002F\u002Fbhaioskie.blogspot.com\u002F\nhttps:\u002F\u002Fhosotoiisoe.blogspot.com\u002F\nhttps:\u002F\u002Fensureacompa.blogspot.com\u002F\nhttps:\u002F\u002Fwithdwoanios.blogspot.com\u002F\nhttps:\u002F\u002Finformatiionin.blogspot.com\u002F\nhttps:\u002F\u002Fhostiower.blogspot.com\u002F\nhttps:\u002F\u002Fearnowoersos.blogspot.com\u002F\nhttps:\u002F\u002Fmainiowersos.blogspot.com\u002F\nhttps:\u002F\u002Fafterincreoad.blogspot.com\u002F\nhttps:\u002F\u002Fcompterosee.blogspot.com\u002F\nhttps:\u002F\u002Fcompterosee12.blogspot.com\u002F\nhttps:\u002F\u002Fcompterosee546.blogspot.com\u002F\nhttps:\u002F\u002Fboringthander.blogspot.com\u002F\nhttps:\u002F\u002Fboringthander78.blogspot.com\u002F\nhttps:\u002F\u002Fextermelybeautiful.blogspot.com\u002F\nhttps:\u002F\u002Fextermelybeautiful89.blogspot.com\u002F\nhttps:\u002F\u002Fboliersooer.blogspot.com\u002F\nhttps:\u002F\u002Fbolgeosues.blogspot.com\u002F\nhttps:\u002F\u002Ftharkengoli.blogspot.com\u002F\nhttps:\u002F\u002Foovermentiosa.blogspot.com\u002F\nhttps:\u002F\u002Finfustiower.blogspot.com\u002F\nhttps:\u002F\u002Fspokeruisea.blogspot.com\u002F\nhttps:\u002F\u002Fbhanjisuers.blogspot.com\u002F\nhttps:\u002F\u002Fmertiostiosme.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologicalsciencea.blogspot.com\u002F\nhttps:\u002F\u002Fformaldisciplinei.blogspot.com\u002F\nhttps:\u002F\u002Finsightfuldiscussionsa.blogspot.com\u002F\nhttps:\u002F\u002Fmeasurableactions.blogspot.com\u002F\nhttps:\u002F\u002Feffectivelyremoving.blogspot.com\u002F\nhttps:\u002F\u002Fthroughclassical.blogspot.com\u002F\nhttps:\u002F\u002Fdealexclusivelywith.blogspot.com\u002F\nhttps:\u002F\u002Funitedstatesmost.blogspot.com\u002F\nhttps:\u002F\u002Funiversitypsycholog.blogspot.com\u002F\nhttps:\u002F\u002Fdepartmentsbecame.blogspot.com\u002F\nhttps:\u002F\u002Fdespitethucydide.blogspot.com\u002F\nhttps:\u002F\u002Fecondhandinf.blogspot.com\u002F\nhttps:\u002F\u002Fnumberofgreeksoldie.blogspot.com\u002F\nhttps:\u002F\u002Feterminetheapproxima.blogspot.com\u002F\nhttps:\u002F\u002Feadersallocatedresource.blogspot.com\u002F\nhttps:\u002F\u002Favebeenconquer.blogspot.com\u002F\nhttps:\u002F\u002Fhucydidesclaims.blogspot.com\u002F\nhttps:\u002F\u002Fconqueredinhalf.blogspot.com\u002F\nhttps:\u002F\u002Fallocatedresource.blogspot.com\u002F\nhttps:\u002F\u002Fpronetoexaggeration.blogspot.com\u002F\nhttps:\u002F\u002Fistoriansalso.blogspot.com\u002F\nhttps:\u002F\u002Fgiveperspecti.blogspot.com\u002F\nhttps:\u002F\u002Frrativebestexplain.blogspot.com\u002F\nhttps:\u002F\u002Folicbeverages.blogspot.com\u002F\nhttps:\u002F\u002Fhemolecular.blogspot.com\u002F\nhttps:\u002F\u002Fcellulartechnolo.blogspot.com\u002F\nhttps:\u002F\u002Findustrybega.blogspot.com\u002F\nhttps:\u002F\u002Fswansonandh.blogspot.com\u002F\nhttps:\u002F\u002Fdevelopmentofprod.blogspot.com\u002F\nhttps:\u002F\u002Fgeneticstructur.blogspot.com\u002F\nhttps:\u002F\u002Fmanipulatet.blogspot.com\u002F\nhttps:\u002F\u002Fvariousdisci.blogspot.com\u002F\nhttps:\u002F\u002Fbreakthrougha.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee1.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee2.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee3.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee4.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee5.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee6.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee7.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee8.blogspot.com\u002F\nhttps:\u002F\u002Fprotectoratee9.blogspot.com\u002F\nhttps:\u002F\u002Fbalancesh.blogspot.com\u002F\nhttps:\u002F\u002Fbalancesh1.blogspot.com\u002F\nhttps:\u002F\u002Fadededagreement.blogspot.com\u002F\nhttps:\u002F\u002Faboutagreement.blogspot.com\u002F\nhttps:\u002F\u002Fthemeagreement.blogspot.com\u002F\nhttps:\u002F\u002Fcombinationword.blogspot.com\u002F\nhttps:\u002F\u002Fdatainspirations.blogspot.com\u002F\nhttps:\u002F\u002Feromadvocated.blogspot.com\u002F\nhttps:\u002F\u002Finspirationreale.blogspot.com\u002F\nhttps:\u002F\u002Flomeadvocated.blogspot.com\u002F\nhttps:\u002F\u002Fmeagreement.blogspot.com\u002F\nhttps:\u002F\u002Fnomeadvocated.blogspot.com\u002F\nhttps:\u002F\u002Fotherinspiration.blogspot.com\u002F\nhttps:\u002F\u002Fpartycombination.blogspot.com\u002F\nhttps:\u002F\u002Fpomeadvocated.blogspot.com\u002F\nhttps:\u002F\u002Fsiteadvocated.blogspot.com\u002F\nhttps:\u002F\u002Fthatainspiration.blogspot.com\u002F\nhttps:\u002F\u002Fthatainspiration.blogspot.com\u002F\nhttps:\u002F\u002Funioncombination.blogspot.com\u002F\nhttps:\u002F\u002Fviewinspiration.blogspot.com\u002F\nhttps:\u002F\u002Fwillcombination.blogspot.com\u002F\nhttps:\u002F\u002Fyourcombination.blogspot.com\u002F\nhttps:\u002F\u002Fyouragreement.blogspot.com\u002F\nhttps:\u002F\u002Fcategorizedse.blogspot.com\u002F\nhttps:\u002F\u002Finformationfdf.blogspot.com\u002F\nhttps:\u002F\u002Fmissiondfe.blogspot.com\u002F\nhttps:\u002F\u002Fdistinguisheddsd.blogspot.com\u002F\nhttps:\u002F\u002Fmechanicsdfaa.blogspot.com\u002F\nhttps:\u002F\u002Fforecastingiof.blogspot.com\u002F\nhttps:\u002F\u002Fsupercomputeras.blogspot.com\u002F\nhttps:\u002F\u002Fcryptoanalysisduos.blogspot.com\u002F\nhttps:\u002F\u002Fjosteros.blogspot.com\u002F\nhttps:\u002F\u002Ftiopcalis.blogspot.com\u002F\nhttps:\u002F\u002Fhosticlose.blogspot.com\u002F\nhttps:\u002F\u002Foutogoisie.blogspot.com\u002F\nhttps:\u002F\u002Fsesterose.blogspot.com\u002F\nhttps:\u002F\u002Fmonaiower.blogspot.com\u002F\nhttps:\u002F\u002Fameziodker.blogspot.com\u002F\nhttps:\u002F\u002Ftioserast.blogspot.com\u002F\nhttps:\u002F\u002Fsurhalieos.blogspot.com\u002F\nhttps:\u002F\u002Fmaiteios.blogspot.com\u002F\nhttps:\u002F\u002Fbadhiopers.blogspot.com\u002F\nhttps:\u002F\u002Fyasaniower.blogspot.com\u002F\nhttps:\u002F\u002Fsubcraoers.blogspot.com\u002F\nhttps:\u002F\u002Fbasikriyare.blogspot.com\u002F\nhttps:\u002F\u002Fkaoipeoser.blogspot.com\u002F\nhttps:\u002F\u002Fdetssoders.blogspot.com\u002F\nhttps:\u002F\u002Fbhasedlers.blogspot.com\u002F\nhttps:\u002F\u002Fkbhiteoes.blogspot.com\u002F\nhttps:\u002F\u002Fnacuoersda.blogspot.com\u002F\nhttps:\u002F\u002Fgulzareis.blogspot.com\u002F\nhttps:\u002F\u002Frulationersa.blogspot.com\u002F\nhttps:\u002F\u002Fcahloerioa.blogspot.com\u002F\nhttps:\u002F\u002Fgulaioeas.blogspot.com\u002F\nhttps:\u002F\u002Fhoadroeasd.blogspot.com\u002F\nhttps:\u002F\u002Fbagwaniower.blogspot.com\u002F\nhttps:\u002F\u002Fmodernistsofa.blogspot.com\u002F\nhttps:\u002F\u002Freverenceint.blogspot.com\u002F\nhttps:\u002F\u002Fmoanertoaw.blogspot.com\u002F\nhttps:\u002F\u002Fseroacleria.blogspot.com\u002F\nhttps:\u002F\u002Fbhoaleryis.blogspot.com\u002F\nhttps:\u002F\u002Fcremonrtiosa.blogspot.com\u002F\nhttps:\u002F\u002Fbulaeiotiosne.blogspot.com\u002F\nhttps:\u002F\u002Fimportantcontributions.blogspot.com\u002F\nhttps:\u002F\u002Fstudyingchilder.blogspot.com\u002F\nhttps:\u002F\u002Fshoaetiosua.blogspot.com\u002F\nhttps:\u002F\u002Fmuasideriopa.blogspot.com\u002F\nhttps:\u002F\u002Fmaryamertiosn.blogspot.com\u002F\nhttps:\u002F\u002Fgaretiosmtion.blogspot.com\u002F\nhttps:\u002F\u002Fmarysoterios.blogspot.com\u002F\nhttps:\u002F\u002Fnusrtioaemis.blogspot.com\u002F\nhttps:\u002F\u002Fmaurtasimker.blogspot.com\u002F\nhttps:\u002F\u002Fmukadmaerioa.blogspot.com\u002F\nhttps:\u002F\u002Fnusfathieosker.blogspot.com\u002F\nhttps:\u002F\u002Fdempleiostio.blogspot.com\u002F\nhttps:\u002F\u002Fdefendagainst.blogspot.com\u002F\nhttps:\u002F\u002Fdepartmentsbecamea.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviourismflourished.blogspot.com\u002F\nhttps:\u002F\u002Fonductedexperiments.blogspot.com\u002F\nhttps:\u002F\u002Fratsandpigeonsa.blogspot.com\u002F\nhttps:\u002F\u002Fpeculativefictions.blogspot.com\u002F\nhttps:\u002F\u002Freadilyinfluenced.blogspot.com\u002F\nhttps:\u002F\u002Fpredictablestimulus.blogspot.com\u002F\nhttps:\u002F\u002Fmodifiedbyapplying.blogspot.com\u002F\nhttps:\u002F\u002Fsameprinciples.blogspot.com\u002F\nhttps:\u002F\u002Firrationalmotivesand.blogspot.com\u002F\nhttps:\u002F\u002Fscholarsstill.blogspot.com\u002F\nhttps:\u002F\u002Fhistoricalmindsa.blogspot.com\u002F\nhttps:\u002F\u002Ftimetheorisi.blogspot.com\u002F\nhttps:\u002F\u002Fearlyphilosophers.blogspot.com\u002F\nhttps:\u002F\u002Fpeoplebehave.blogspot.com\u002F\nhttps:\u002F\u002Fworldworki.blogspot.com\u002F\nhttps:\u002F\u002Fproposeddualismi.blogspot.com\u002F\nhttps:\u002F\u002Ffoundationfo.blogspot.com\u002F\nhttps:\u002F\u002Fhilosopherren.blogspot.com\u002F\nhttps:\u002F\u002Frenownedfren.blogspot.com\u002F\nhttps:\u002F\u002Fcydidesclaims.blogspot.com\u002F\nhttps:\u002F\u002Fbeenconquered.blogspot.com\u002F\nhttps:\u002F\u002Fomerfrequentl.blogspot.com\u002F\nhttps:\u002F\u002Fecondhandinform.blogspot.com\u002F\nhttps:\u002F\u002Fsodisjointedt.blogspot.com\u002F\nhttps:\u002F\u002Fallocatedresources.blogspot.com\u002F\nhttps:\u002F\u002Fbeensodisjointedt.blogspot.com\u002F\nhttps:\u002F\u002Fintegratedsw.blogspot.com\u002F\nhttps:\u002F\u002Fmicrocomputerdesd.blogspot.com\u002F\nhttps:\u002F\u002Fcommonlydfe.blogspot.com\u002F\nhttps:\u002F\u002Fembeddeddsd.blogspot.com\u002F\nhttps:\u002F\u002Fmicrocontrollerssa.blogspot.com\u002F\nhttps:\u002F\u002Fcapabilityzas.blogspot.com\u002F\nhttps:\u002F\u002Fcharlesusiw.blogspot.com\u002F\nhttps:\u002F\u002Fbabbagessw.blogspot.com\u002F\nhttps:\u002F\u002Fturiniosg.blogspot.com\u002F\nhttps:\u002F\u002Fcorrectkows.blogspot.com\u002F\nhttps:\u002F\u002Fsarfiose.blogspot.com\u002F\nhttps:\u002F\u002Fhostowoser.blogspot.com\u002F\nhttps:\u002F\u002Fseerwoorer.blogspot.com\u002F\nhttps:\u002F\u002Ftaiowhooe.blogspot.com\u002F\nhttps:\u002F\u002Ftaiowhooeas3.blogspot.com\u002F\nhttps:\u002F\u002Foutgosijnet.blogspot.com\u002F\nhttps:\u002F\u002Ftawagoder.blogspot.com\u002F\nhttps:\u002F\u002Fplonomerse.blogspot.com\u002F\nhttps:\u002F\u002Foutgosieew.blogspot.com\u002F\nhttps:\u002F\u002Fbcoaieow.blogspot.com\u002F\nhttps:\u002F\u002Fbeautfulpersoneo.blogspot.com\u002F\nhttps:\u002F\u002Fabvercion.blogspot.com\u002F\nhttps:\u002F\u002Fshulaertions.blogspot.com\u002F\nhttps:\u002F\u002Fturkishware.blogspot.com\u002F\nhttps:\u002F\u002Fhonestlyreason.blogspot.com\u002F\nhttps:\u002F\u002Fdeeplysution.blogspot.com\u002F\nhttps:\u002F\u002Fclearfieldtests.blogspot.com\u002F\nhttps:\u002F\u002Fbhaipersoers.blogspot.com\u002F\nhttps:\u002F\u002Fnormallypoliceman.blogspot.com\u002F\nhttps:\u002F\u002Fmarwaihusan.blogspot.com\u002F\nhttps:\u002F\u002Fsheorusmse.blogspot.com\u002F\nhttps:\u002F\u002Fmardeoatos.blogspot.com\u002F\nhttps:\u002F\u002Fsmeuiosper.blogspot.com\u002F\nhttps:\u002F\u002Fhoatowera.blogspot.com\u002F\nhttps:\u002F\u002Fshoaretusebe.blogspot.com\u002F\nhttps:\u002F\u002Fnawabserosio.blogspot.com\u002F\nhttps:\u002F\u002Fnabioskersa.blogspot.com\u002F\nhttps:\u002F\u002Fmaerkerososer.blogspot.com\u002F\nhttps:\u002F\u002Fhoaerkpionea.blogspot.com\u002F\nhttps:\u002F\u002Fploaversuiswwe.blogspot.com\u002F\nhttps:\u002F\u002Fcraomeratrion.blogspot.com\u002F\nhttps:\u002F\u002Fdevelopmentalpsycher.blogspot.com\u002F\nhttps:\u002F\u002Fourunderstandinger.blogspot.com\u002F\nhttps:\u002F\u002Ftechniqueforstudy.blogspot.com\u002F\nhttps:\u002F\u002Fdinertiuiation.blogspot.com\u002F\nhttps:\u002F\u002Fupworejisoe.blogspot.com\u002F\nhttps:\u002F\u002Fpropickers.blogspot.com\u002F\nhttps:\u002F\u002Fdescroaptios.blogspot.com\u002F\nhttps:\u002F\u002Fkavneruiser.blogspot.com\u002F\nhttps:\u002F\u002Fnexertioans.blogspot.com\u002F\nhttps:\u002F\u002Fshoertiosna.blogspot.com\u002F\nhttps:\u002F\u002Fnexjustionera.blogspot.com\u002F\nhttps:\u002F\u002Fjobcreaterios.blogspot.com\u002F\nhttps:\u002F\u002Fdomestuicers.blogspot.com\u002F\nhttps:\u002F\u002Fsinuperioas.blogspot.com\u002F\nhttps:\u002F\u002Findividualdifferencesa.blogspot.com\u002F\nhttps:\u002F\u002Fwasheavilyinfluence.blogspot.com\u002F\nhttps:\u002F\u002Fbothnormaland.blogspot.com\u002F\nhttps:\u002F\u002Fapplymethodser.blogspot.com\u002F\nhttps:\u002F\u002Fcontrolsocialbehaviour.blogspot.com\u002F\nhttps:\u002F\u002Fmodifyproblemer.blogspot.com\u002F\nhttps:\u002F\u002Funconsciousmotivations.blogspot.com\u002F\nhttps:\u002F\u002Fcontrollingtheindividu.blogspot.com\u002F\nhttps:\u002F\u002Fsymptomsubstitution.blogspot.com\u002F\nhttps:\u002F\u002Ffreudiansbelievedthat.blogspot.com\u002F\nhttps:\u002F\u002Fexperiencehumana.blogspot.com\u002F\nhttps:\u002F\u002Fmechanicalsystemy.blogspot.com\u002F\nhttps:\u002F\u002Fseparatingthe.blogspot.com\u002F\nhttps:\u002F\u002Fbodyclarified.blogspot.com\u002F\nhttps:\u002F\u002Fwasneeded.blogspot.com\u002F\nhttps:\u002F\u002Fawarenessiw.blogspot.com\u002F\nhttps:\u002F\u002Flogybecame.blogspot.com\u002F\nhttps:\u002F\u002Fnextsectio.blogspot.com\u002F\nhttps:\u002F\u002Fwidelyembrac.blogspot.com\u002F\nhttps:\u002F\u002Fobjectivelyi.blogspot.com\u002F\nhttps:\u002F\u002Fhistoriansalsodebat.blogspot.com\u002F\nhttps:\u002F\u002Fpectiveontheproble.blogspot.com\u002F\nhttps:\u002F\u002Fnotsupportedi.blogspot.com\u002F\nhttps:\u002F\u002Friansalsodeba.blogspot.com\u002F\nhttps:\u002F\u002Farrativebestexplainsa.blogspot.com\u002F\nhttps:\u002F\u002Fautuumnnn.blogspot.com\u002F\nhttps:\u002F\u002Ffeestivaalss.blogspot.com\u002F\nhttps:\u002F\u002Fkalaashh.blogspot.com\u002F\nhttps:\u002F\u002Faccomplisheeed.blogspot.com\u002F\nhttps:\u002F\u002Fairbaagss.blogspot.com\u002F\nhttps:\u002F\u002Falexaandeeer.blogspot.com\u002F\nhttps:\u002F\u002Fanimists.blogspot.com\u002F\nhttps:\u002F\u002Fbinaaryy.blogspot.com\u002F\nhttps:\u002F\u002Fcaregiveerss.blogspot.com\u002F\nhttps:\u002F\u002Fcaaarrssss.blogspot.com\u002F\nhttps:\u002F\u002Fceaseeee.blogspot.com\u002F\nhttps:\u002F\u002Fcharacteristice.blogspot.com\u002F\nhttps:\u002F\u002Fchiiiiipp.blogspot.com\u002F\nhttps:\u002F\u002Fconsumptiion.blogspot.com\u002F\nhttps:\u002F\u002Fcontributeed.blogspot.com\u002F\nhttps:\u002F\u002Fcuuff.blogspot.com\u002F\nhttps:\u002F\u002Fdescendaantss.blogspot.com\u002F\nhttps:\u002F\u002Fdiagnosiis.blogspot.com\u002F\nhttps:\u002F\u002Fdialoguueeee.blogspot.com\u002F\nhttps:\u002F\u002Fentitleeed.blogspot.com\u002F\nhttps:\u002F\u002Fessentiaial.blogspot.com\u002F\nhttps:\u002F\u002Fessentiaial.blogspot.com\u002F\nhttps:\u002F\u002Fethnically.blogspot.com\u002F\nhttps:\u002F\u002Fexpeertisee.blogspot.com\u002F\nhttps:\u002F\u002Fheadpiecees.blogspot.com\u002F\nhttps:\u002F\u002Fhealthcaarreee.blogspot.com\u002F\nhttps:\u002F\u002Fmichigaan.blogspot.com\u002F\nhttps:\u002F\u002Foccuurss.blogspot.com\u002F\nhttps:\u002F\u002Fovertiimeee.blogspot.com\u002F\nhttps:\u002F\u002Fprecursorss.blogspot.com\u002F\nhttps:\u002F\u002Fregardleeess.blogspot.com\u002F\nhttps:\u002F\u002Fsegregatiion.blogspot.com\u002F\nhttps:\u002F\u002Fsensoooryy.blogspot.com\u002F\nhttps:\u002F\u002Fsettlemeents.blogspot.com\u002F\nhttps:\u002F\u002Fsignificaantt.blogspot.com\u002F\nhttps:\u002F\u002Fslighhtlyy.blogspot.com\u002F\nhttps:\u002F\u002Fstatisticses.blogspot.com\u002F\nhttps:\u002F\u002Fstrategiees.blogspot.com\u002F\nhttps:\u002F\u002Ftharparkaar.blogspot.com\u002F\nhttps:\u002F\u002Ftraditionaal.blogspot.com\u002F\nhttps:\u002F\u002Futilizeee.blogspot.com\u002F\nhttps:\u002F\u002Fvehicleess.blogspot.com\u002F\nhttps:\u002F\u002Fresponsiblejiowe.blogspot.com\u002F\nhttps:\u002F\u002Fscientistsei.blogspot.com\u002F\nhttps:\u002F\u002Ffordevelo.blogspot.com\u002F\nhttps:\u002F\u002Fnetworksse.blogspot.com\u002F\nhttps:\u002F\u002Fappealedkow.blogspot.com\u002F\nhttps:\u002F\u002Fdistributedkow.blogspot.com\u002F\nhttps:\u002F\u002Falongsidesw.blogspot.com\u002F\nhttps:\u002F\u002Flawrencekow.blogspot.com\u002F\nhttps:\u002F\u002Fkleinrocksw.blogspot.com\u002F\nhttps:\u002F\u002Fmiddlesexesw.blogspot.com\u002F\nhttps:\u002F\u002Fsmallerethaner.blogspot.com\u002F\nhttps:\u002F\u002Fresiollerso.blogspot.com\u002F\nhttps:\u002F\u002Fgraugalters.blogspot.com\u002F\nhttps:\u002F\u002Fmoertuiose.blogspot.com\u002F\nhttps:\u002F\u002Fsomeriose.blogspot.com\u002F\nhttps:\u002F\u002Fnoteworktogether.blogspot.com\u002F\nhttps:\u002F\u002Fratilprivers.blogspot.com\u002F\nhttps:\u002F\u002Fmodferoaa.blogspot.com\u002F\nhttps:\u002F\u002Fhatleaoera.blogspot.com\u002F\nhttps:\u002F\u002Fmugarioaet.blogspot.com\u002F\nhttps:\u002F\u002Fchaoretas.blogspot.com\u002F\nhttps:\u002F\u002Fmanhosladis.blogspot.com\u002F\nhttps:\u002F\u002Fhoaertioane.blogspot.com\u002F\nhttps:\u002F\u002Fmistakeosa.blogspot.com\u002F\nhttps:\u002F\u002Fthanderosa.blogspot.com\u002F\nhttps:\u002F\u002Fdaiowmakeio.blogspot.com\u002F\nhttps:\u002F\u002Fcopnameroioa.blogspot.com\u002F\nhttps:\u002F\u002Ftrakerioaners.blogspot.com\u002F\nhttps:\u002F\u002Fbefaserioaer.blogspot.com\u002F\nhttps:\u002F\u002Fraskhertioas.blogspot.com\u002F\nhttps:\u002F\u002Fnatshiseotions.blogspot.com\u002F\nhttps:\u002F\u002Fdewateriosa.blogspot.com\u002F\nhttps:\u002F\u002Fhoateriosas.blogspot.com\u002F\nhttps:\u002F\u002Fpervesional.blogspot.com\u002F\nhttps:\u002F\u002Fpoertfaioseioio.blogspot.com\u002F\nhttps:\u002F\u002Fdomestosea.blogspot.com\u002F\nhttps:\u002F\u002Fdateriosmer.blogspot.com\u002F\nhttps:\u002F\u002Faccounertis.blogspot.com\u002F\nhttps:\u002F\u002Fdiowmaetioa.blogspot.com\u002F\nhttps:\u002F\u002Fenvestmenitos.blogspot.com\u002F\nhttps:\u002F\u002Fhsomostlry.blogspot.com\u002F\nhttps:\u002F\u002Fhakerioaa.blogspot.com\u002F\nhttps:\u002F\u002Ftroublingbehaviour.blogspot.com\u002F\nhttps:\u002F\u002Fworseproblems.blogspot.com\u002F\nhttps:\u002F\u002Ftherapistsshowed.blogspot.com\u002F\nhttps:\u002F\u002Fpersonalityshown.blogspot.com\u002F\nhttps:\u002F\u002Fgeneticinfluence.blogspot.com\u002F\nhttps:\u002F\u002Falsobecameclear.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviourdepends.blogspot.com\u002F\nhttps:\u002F\u002Fbeginninginutero.blogspot.com\u002F\nhttps:\u002F\u002Fskinnerianapproach.blogspot.com\u002F\nhttps:\u002F\u002Fseriouslyquestiona.blogspot.com\u002F\nhttps:\u002F\u002Fcalledintrospectio.blogspot.com\u002F\nhttps:\u002F\u002Finvolvingobse.blogspot.com\u002F\nhttps:\u002F\u002Ffeelingsobject.blogspot.com\u002F\nhttps:\u002F\u002Fgustavfechn.blogspot.com\u002F\nhttps:\u002F\u002Fstimulusperce.blogspot.com\u002F\nhttps:\u002F\u002Fmeasuringbehavi.blogspot.com\u002F\nhttps:\u002F\u002Fbunderosht.blogspot.com\u002F\nhttps:\u002F\u002Fcuderuaia.blogspot.com\u002F\nhttps:\u002F\u002Fmurfastiower.blogspot.com\u002F\nhttps:\u002F\u002Fundersmateoas.blogspot.com\u002F\nhttps:\u002F\u002Fpaupaseki.blogspot.com\u002F\nhttps:\u002F\u002Feshiqeras.blogspot.com\u002F\nhttps:\u002F\u002Fafuosmertiosn.blogspot.com\u002F\nhttps:\u002F\u002Fphoaresea.blogspot.com\u002F\nhttps:\u002F\u002Fhisoerioa.blogspot.com\u002F\nhttps:\u002F\u002Fhostyeroswre.blogspot.com\u002F\nhttps:\u002F\u002Fcontributeed.blogspot.com\u002F\nhttps:\u002F\u002Fdiagnosiis.blogspot.com\u002F\nhttps:\u002F\u002Fhosieijoa.blogspot.com\u002F\nhttps:\u002F\u002Fdsalperoiso.blogspot.com\u002F\nhttps:\u002F\u002Fshkaieierios.blogspot.com\u002F\nhttps:\u002F\u002Fwaaioakiina.blogspot.com\u002F\nhttps:\u002F\u002Feriosmaerios.blogspot.com\u002F\nhttps:\u002F\u002Fdeariowlers.blogspot.com\u002F\nhttps:\u002F\u002Fsahomaielrs.blogspot.com\u002F\nhttps:\u002F\u002Fyarabedarers.blogspot.com\u002F\nhttps:\u002F\u002Fthapuiaresd.blogspot.com\u002F\nhttps:\u002F\u002Foobedaresioa.blogspot.com\u002F\nhttps:\u002F\u002Fhoapitotioer.blogspot.com\u002F\nhttps:\u002F\u002Fdidoertiosn.blogspot.com\u002F\nhttps:\u002F\u002Ffaetioamtoineri.blogspot.com\u002F\nhttps:\u002F\u002Fmostkiowe.blogspot.com\u002F\nhttps:\u002F\u002Fexpoertisod.blogspot.com\u002F\nhttps:\u002F\u002Fblauikoers.blogspot.com\u002F\nhttps:\u002F\u002Ffaertoameros.blogspot.com\u002F\nhttps:\u002F\u002Ffameuaoera.blogspot.com\u002F\nhttps:\u002F\u002Fhusieras.blogspot.com\u002F\nhttps:\u002F\u002Fexceliosa.blogspot.com\u002F\nhttps:\u002F\u002Forganismshave.blogspot.com\u002F\nhttps:\u002F\u002Fscientistsdemonstrated.blogspot.com\u002F\nhttps:\u002F\u002Forganismshaveinnate.blogspot.com\u002F\nhttps:\u002F\u002Flanguageacquisit.blogspot.com\u002F\nhttps:\u002F\u002Fmemoryorganized.blogspot.com\u002F\nhttps:\u002F\u002Finformationaboutio.blogspot.com\u002F\nhttps:\u002F\u002Ftheirinteractionsbecome.blogspot.com\u002F\nhttps:\u002F\u002Fresearchdemonstrat.blogspot.com\u002F\nhttps:\u002F\u002Flearningthroughobservation.blogspot.com\u002F\nhttps:\u002F\u002Fsymbolicmodelsa.blogspot.com\u002F\nhttps:\u002F\u002Frrefutablenarr.blogspot.com\u002F\nhttps:\u002F\u002Fiveafterthucydi.blogspot.com\u002F\nhttps:\u002F\u002Frevisethesections.blogspot.com\u002F\nhttps:\u002F\u002Fconflictingpassageswere.blogspot.com\u002F\nhttps:\u002F\u002Farguethatthe.blogspot.com\u002F\nhttps:\u002F\u002Flevelsofcomposition.blogspot.com\u002F\nhttps:\u002F\u002Fstrataofcompositi.blogspot.com\u002F\nhttps:\u002F\u002Fbetweencertainpassages.blogspot.com\u002F\nhttps:\u002F\u002Fendsinmid-sentence.blogspot.com\u002F\nhttps:\u002F\u002Fextraordinarilydense.blogspot.com\u002F\nhttps:\u002F\u002Fthroughgenetic.blogspot.com\u002F\nhttps:\u002F\u002Feneticengin.blogspot.com\u002F\nhttps:\u002F\u002Fcellstructureio.blogspot.com\u002F\nhttps:\u002F\u002Fhecharacteristi.blogspot.com\u002F\nhttps:\u002F\u002Fthoseproteins.blogspot.com\u002F\nhttps:\u002F\u002Fproduceprot.blogspot.com\u002F\nhttps:\u002F\u002Fctingwithgen.blogspot.com\u002F\nhttps:\u002F\u002Ftrengthenthechar.blogspot.com\u002F\nhttps:\u002F\u002Fgeneticmodifi.blogspot.com\u002F\nhttps:\u002F\u002Fntroversialdevel.blogspot.com\u002F\nhttps:\u002F\u002Fsafetyquestio.blogspot.com\u002F\nhttps:\u002F\u002Fsafetyquestio.blogspot.com\u002F\nhttps:\u002F\u002Fhoabhaieos.blogspot.com\u002F\nhttps:\u002F\u002Fhoameroa.blogspot.com\u002F\nhttps:\u002F\u002Fmointerusa.blogspot.com\u002F\nhttps:\u002F\u002Fpelwanuser.blogspot.com\u002F\nhttps:\u002F\u002Fhauostioner.blogspot.com\u002F\nhttps:\u002F\u002Fjagernisotioner.blogspot.com\u002F\nhttps:\u002F\u002Fcahiowpersa.blogspot.com\u002F\nhttps:\u002F\u002Fpoleriisaed.blogspot.com\u002F\nhttps:\u002F\u002Fdariustiona.blogspot.com\u002F\nhttps:\u002F\u002Fbepareioster.blogspot.com\u002F\nhttps:\u002F\u002Fstrangesit.blogspot.com\u002F\nhttps:\u002F\u002Fnonmertioaers.blogspot.com\u002F\nhttps:\u002F\u002Fbhsoclearios.blogspot.com\u002F\nhttps:\u002F\u002Ftarwoertsas.blogspot.com\u002F\nhttps:\u002F\u002Fourunderstand.blogspot.com\u002F\nhttps:\u002F\u002Fofficalertiso.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologybecamea.blogspot.com\u002F\nhttps:\u002F\u002Fhistoricaleventer.blogspot.com\u002F\nhttps:\u002F\u002Fholdsamaster.blogspot.com\u002F\nhttps:\u002F\u002Ffromboisestate.blogspot.com\u002F\nhttps:\u002F\u002Fmoiuresae.blogspot.com\u002F\nhttps:\u002F\u002Fmoaureiakea.blogspot.com\u002F\nhttps:\u002F\u002Fcruciallyimportant.blogspot.com\u002F\nhttps:\u002F\u002Fappraisalchanges.blogspot.com\u002F\nhttps:\u002F\u002Fmentalmechanisms.blogspot.com\u002F\nhttps:\u002F\u002Fdescribeindividualsa.blogspot.com\u002F\nhttps:\u002F\u002Fcognitivescienceo.blogspot.com\u002F\nhttps:\u002F\u002Fwerereconceptualized.blogspot.com\u002F\nhttps:\u002F\u002Fpersonalgoalser.blogspot.com\u002F\nhttps:\u002F\u002Fidentifyhowdifferent.blogspot.com\u002F\nhttps:\u002F\u002Fclinicalapplication.blogspot.com\u002F\nhttps:\u002F\u002Fpatternsthrough.blogspot.com\u002F\nhttps:\u002F\u002Fdebateinsolub.blogspot.com\u002F\nhttps:\u002F\u002Ffrequentlymenti.blogspot.com\u002F\nhttps:\u002F\u002Fconflictingmat.blogspot.com\u002F\nhttps:\u002F\u002Fproposedtha.blogspot.com\u002F\nhttps:\u002F\u002Fvariouslevelso.blogspot.com\u002F\nhttps:\u002F\u002Fthatthepassages.blogspot.com\u002F\nhttps:\u002F\u002Fwentiethcent.blogspot.com\u002F\nhttps:\u002F\u002Fdebateinsolubl.blogspot.com\u002F\nhttps:\u002F\u002Ftoside-step.blogspot.com\u002F\nhttps:\u002F\u002Fmentionsmultipleversio.blogspot.com\u002F\nhttps:\u002F\u002Fauthoritiees.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities1.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities2.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities3.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities4.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities5.blogspot.com\u002F\nhttps:\u002F\u002Fauthoriities6.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities7.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities8.blogspot.com\u002F\nhttps:\u002F\u002Fauthorities9.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid1.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid2.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid3.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid4.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid5.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid6.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid7.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid8.blogspot.com\u002F\nhttps:\u002F\u002Fcauseindivid9.blogspot.com\u002F\nhttps:\u002F\u002Fcircumstancees.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig1.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig2.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig3.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig4.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig5.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig6.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig7.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig8.blogspot.com\u002F\nhttps:\u002F\u002Fconsoledesig9.blogspot.com\u002F\nhttps:\u002F\u002Fbentleyunive.blogspot.com\u002F\nhttps:\u002F\u002Fbentley1unive.blogspot.com\u002F\nhttps:\u002F\u002Fbentley1unive1.blogspot.com\u002F\nhttps:\u002F\u002Fbentleyunive2.blogspot.com\u002F\nhttps:\u002F\u002Fnotepaidsarmanny.blogspot.com\u002F\nhttps:\u002F\u002Fnotepaidsarmanny1.blogspot.com\u002F\nhttps:\u002F\u002Fnotepaidsarmanny3.blogspot.com\u002F\nhttps:\u002F\u002Fgraduatesch1.blogspot.com\u002F\nhttps:\u002F\u002Fnotepaidsarmanny2.blogspot.com\u002F\nhttps:\u002F\u002Fgraduatesch2.blogspot.com\u002F\nhttps:\u002F\u002Fservicemembeers.blogspot.com\u002F\nhttps:\u002F\u002Fservicemembeers1.blogspot.com\u002F\nhttps:\u002F\u002Fservicemembeers2.blogspot.com\u002F\nhttps:\u002F\u002Fservicemembeers3.blogspot.com\u002F\nhttps:\u002F\u002Fservicemembeers4.blogspot.com\u002F\nhttps:\u002F\u002Fsokaropion.blogspot.com\u002F\nhttps:\u002F\u002Fnumibalioas.blogspot.com\u002F\nhttps:\u002F\u002Fhoaperjoise.blogspot.com\u002F\nhttps:\u002F\u002Fskoqperiosa.blogspot.com\u002F\nhttps:\u002F\u002Fpersonleiosa.blogspot.com\u002F\nhttps:\u002F\u002Fhielalperrsa.blogspot.com\u002F\nhttps:\u002F\u002Floswfoedeario.blogspot.com\u002F\nhttps:\u002F\u002Fhapmwoteo.blogspot.com\u002F\nhttps:\u002F\u002Fmurpoderions.blogspot.com\u002F\nhttps:\u002F\u002Fpaoublioner.blogspot.com\u002F\nhttps:\u002F\u002Fhoanableios.blogspot.com\u002F\nhttps:\u002F\u002Fsnapshotofthe.blogspot.com\u002F\nhttps:\u002F\u002Fcommonlypresent.blogspot.com\u002F\nhttps:\u002F\u002Falongsidethe.blogspot.com\u002F\nhttps:\u002F\u002Fstatementofcasha.blogspot.com\u002F\nhttps:\u002F\u002Fehavioraltreatment.blogspot.com\u002F\nhttps:\u002F\u002Ftreatingdiverse.blogspot.com\u002F\nhttps:\u002F\u002Fcontroldifficulties.blogspot.com\u002F\nhttps:\u002F\u002Fsocialcognitioner.blogspot.com\u002F\nhttps:\u002F\u002Finformationprocessinger.blogspot.com\u002F\nhttps:\u002F\u002Frecognizingthatmuch.blogspot.com\u002F\nhttps:\u002F\u002Fbelowawareness.blogspot.com\u002F\nhttps:\u002F\u002Ftheeffectsofsubliminal.blogspot.com\u002F\nhttps:\u002F\u002Fmentalrepresentationsa.blogspot.com\u002F\nhttps:\u002F\u002Fregulatoryabilities.blogspot.com\u002F\nhttps:\u002F\u002Fcenturiesearlier.blogspot.com\u002F\nhttps:\u002F\u002Ffferentfromherodotus.blogspot.com\u002F\nhttps:\u002F\u002Frequentlyment.blogspot.com\u002F\nhttps:\u002F\u002Fchoicesandactionsi.blogspot.com\u002F\nhttps:\u002F\u002Freeksoldiers.blogspot.com\u002F\nhttps:\u002F\u002Fpproximatenu.blogspot.com\u002F\nhttps:\u002F\u002Fmid-sentenceand.blogspot.com\u002F\nhttps:\u002F\u002Funcertaintywhet.blogspot.com\u002F\nhttps:\u002F\u002Fconflictingmatter.blogspot.com\u002F\nhttps:\u002F\u002Fusuallycalle.blogspot.com\u002F\nhttps:\u002F\u002Fmethodshealthcar.blogspot.com\u002F\nhttps:\u002F\u002Faidfoodprodu.blogspot.com\u002F\nhttps:\u002F\u002Fvironmentalbiotec.blogspot.com\u002F\nhttps:\u002F\u002Fngineeredmicroorg.blogspot.com\u002F\nhttps:\u002F\u002Foducesmicroorganis.blogspot.com\u002F\nhttps:\u002F\u002Fplastic-eatin.blogspot.com\u002F\nhttps:\u002F\u002Fbacteriabre.blogspot.com\u002F\nhttps:\u002F\u002Fusedasbiof.blogspot.com\u002F\nhttps:\u002F\u002Fwhenextracted.blogspot.com\u002F\nhttps:\u002F\u002Freplacingtraditio.blogspot.com\u002F\nhttps:\u002F\u002Ftreacheryi.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery1.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery2.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery3.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery4.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery5.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery6.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery7.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery8.blogspot.com\u002F\nhttps:\u002F\u002Ftreachery9.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc89.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc1.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc3.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc2.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc4.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc5.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc56.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc7.blogspot.com\u002F\nhttps:\u002F\u002Fcollectivelyfoc8.blogspot.com\u002F\nhttps:\u002F\u002Facornstudioo.blogspot.com\u002F\nhttps:\u002F\u002Facornstudioo1.blogspot.com\u002F\nhttps:\u002F\u002Facornstudioo2.blogspot.com\u002F\nhttps:\u002F\u002Facornstudioo3.blogspot.com\u002F\nhttps:\u002F\u002Facornstudioo4.blogspot.com\u002F\nhttps:\u002F\u002Funiversityfocusedon.blogspot.com\u002F\nhttps:\u002F\u002Funiversityfocusedon2.blogspot.com\u002F\nhttps:\u002F\u002Funiversityfocusedon22.blogspot.com\u002F\nhttps:\u002F\u002Funiversityfocusedon7.blogspot.com\u002F\nhttps:\u002F\u002Fsumbartioas.blogspot.com\u002F\nhttps:\u002F\u002Frewhowertiosn.blogspot.com\u002F\nhttps:\u002F\u002Fcleanpsoeriosa.blogspot.com\u002F\nhttps:\u002F\u002Fserthaiwoers.blogspot.com\u002F\nhttps:\u002F\u002Flifsdowera.blogspot.com\u002F\nhttps:\u002F\u002Fresearchersinvestigatedsocial.blogspot.com\u002F\nhttps:\u002F\u002Fdiversesocialbehaviours.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologicaler.blogspot.com\u002F\nhttps:\u002F\u002Finvestigatorsidentified.blogspot.com\u002F\nhttps:\u002F\u002Fwithincreasing.blogspot.com\u002F\nhttps:\u002F\u002Fnumericalabilities.blogspot.com\u002F\nhttps:\u002F\u002Ffocusedonlifeer.blogspot.com\u002F\nhttps:\u002F\u002Fdevelopmentalresearcha.blogspot.com\u002F\nhttps:\u002F\u002Fequallyimpressive.blogspot.com\u002F\nhttps:\u002F\u002Fpossibilitiesforchange.blogspot.com\u002F\nhttps:\u002F\u002Fthatthucydide.blogspot.com\u002F\nhttps:\u002F\u002Fritingdesigned.blogspot.com\u002F\nhttps:\u002F\u002Fsidesinvolvei.blogspot.com\u002F\nhttps:\u002F\u002Fhomerfrequently.blogspot.com\u002F\nhttps:\u002F\u002Faddsadistanci.blogspot.com\u002F\nhttps:\u002F\u002Fecondhandinformi.blogspot.com\u002F\nhttps:\u002F\u002Fnonobjectivedualis.blogspot.com\u002F\nhttps:\u002F\u002Fotherscholarsclai.blogspot.com\u002F\nhttps:\u002F\u002Fbiasagainst.blogspot.com\u002F\nhttps:\u002F\u002Fcertainpeopleinvolved.blogspot.com\u002F\nhttps:\u002F\u002Foftenconsidere.blogspot.com\u002F\nhttps:\u002F\u002Forthemode.blogspot.com\u002F\nhttps:\u002F\u002Fclergiaerios.blogspot.com\u002F\nhttps:\u002F\u002Froductionoffers.blogspot.com\u002F\nhttps:\u002F\u002Feducingpolluti.blogspot.com\u002F\nhttps:\u002F\u002Fmore-sustaina.blogspot.com\u002F\nhttps:\u002F\u002Ftreatingdisea.blogspot.com\u002F\nhttps:\u002F\u002Falteringthei.blogspot.com\u002F\nhttps:\u002F\u002Fwhileincreasin.blogspot.com\u002F\nhttps:\u002F\u002Fwithdisadvanta.blogspot.com\u002F\nhttps:\u002F\u002Finfectpopul.blogspot.com\u002F\nhttps:\u002F\u002Fgeneticallyengine.blogspot.com\u002F\nhttps:\u002F\u002Ffertilenutrie.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenziei.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie1.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie2.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie3.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie4.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie5.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie6.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie7.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie8.blogspot.com\u002F\nhttps:\u002F\u002Fmckeenzie9.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib1.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib2.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib3.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib4.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib5.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib6.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib7.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib8.blogspot.com\u002F\nhttps:\u002F\u002Fconceptdescrib9.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern1.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern11.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern2.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern3.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern4.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern5.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern6.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern7.blogspot.com\u002F\nhttps:\u002F\u002Fthen-modern8.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience1.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience2.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience3.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience4.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience5.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience6.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience7.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience8.blogspot.com\u002F\nhttps:\u002F\u002Fachelorofscience9.blogspot.com\u002F\nhttps:\u002F\u002Fprovidesbusin.blogspot.com\u002F\nhttps:\u002F\u002Fprovidesbusin2.blogspot.com\u002F\nhttps:\u002F\u002Fmiswordwoes.blogspot.com\u002F\nhttps:\u002F\u002Flahowoersa.blogspot.com\u002F\nhttps:\u002F\u002Fmerspurwaa.blogspot.com\u002F\nhttps:\u002F\u002Ftowardeuropean.blogspot.com\u002F\nhttps:\u002F\u002Fsambertoaa.blogspot.com\u002F\nhttps:\u002F\u002Fmartdiyaner.blogspot.com\u002F\nhttps:\u002F\u002Fdtodprtiond.blogspot.com\u002F\nhttps:\u002F\u002Fbhegaduower.blogspot.com\u002F\nhttps:\u002F\u002Fyossareesa.blogspot.com\u002F\nhttps:\u002F\u002Fbraopertisoe.blogspot.com\u002F\nhttps:\u002F\u002Fequallyimpressivea.blogspot.com\u002F\nhttps:\u002F\u002Fpsychologicalphenomenaa.blogspot.com\u002F\nhttps:\u002F\u002Fthefunctioningof.blogspot.com\u002F\nhttps:\u002F\u002Feverythingonedoesa.blogspot.com\u002F\nhttps:\u002F\u002Fdetectingchangesin.blogspot.com\u002F\nhttps:\u002F\u002Fpersonperformsmental.blogspot.com\u002F\nhttps:\u002F\u002Fkindsofperceptions.blogspot.com\u002F\nhttps:\u002F\u002Fthisinformationa.blogspot.com\u002F\nhttps:\u002F\u002Fmuchmoreprecise.blogspot.com\u002F\nhttps:\u002F\u002Fdetailedanalysisof.blogspot.com\u002F\nhttps:\u002F\u002Fbeenconquer.blogspot.com\u002F\nhttps:\u002F\u002Fdisjointedtha.blogspot.com\u002F\nhttps:\u002F\u002Forganizeproper.blogspot.com\u002F\nhttps:\u002F\u002Fcondhandinf.blogspot.com\u002F\nhttps:\u002F\u002Fpoeticexaggerat.blogspot.com\u002F\nhttps:\u002F\u002Freligiouslysignifi.blogspot.com\u002F\nhttps:\u002F\u002Flesserdegre.blogspot.com\u002F\nhttps:\u002F\u002Fhecenturies.blogspot.com\u002F\nhttps:\u002F\u002Fepiccomparable.blogspot.com\u002F\nhttps:\u002F\u002Fualismfavoringthe.blogspot.com\u002F\nhttps:\u002F\u002Ftoriescommonto.blogspot.com\u002F\nhttps:\u002F\u002Fvariantinterpreta.blogspot.com\u002F\nhttps:\u002F\u002Fowledgeprovi.blogspot.com\u002F\nhttps:\u002F\u002Fmicrobestostreaml.blogspot.com\u002F\nhttps:\u002F\u002Fproducecomb.blogspot.com\u002F\nhttps:\u002F\u002Fpetroleuman.blogspot.com\u002F\nhttps:\u002F\u002Fgradablegarm.blogspot.com\u002F\nhttps:\u002F\u002Frenewablecrop.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun1.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun2.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun3.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun4.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun5.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun6.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun7.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun8.blogspot.com\u002F\nhttps:\u002F\u002Fofficerswoun9.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa1.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa2.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa3.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa4.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa5.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa6.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa7.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa8.blogspot.com\u002F\nhttps:\u002F\u002Fbehaviortowa9.blogspot.com\u002F\nhttps:\u002F\u002Fparticipaants.blogspot.com\u002F\nhttps:\u002F\u002Fparticipaants1.blogspot.com\u002F\nhttps:\u002F\u002Fparticipaants2.blogspot.com\u002F\nhttps:\u002F\u002Fparticipaants3.blogspot.com\u002F\nhttps:\u002F\u002Fparticipaants4.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation2.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation1.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation3.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation4.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation5.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation6.blogspot.com\u002F\nhttps:\u002F\u002Fmodernizaation7.blogspot.com\u002F"},"attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FdqceAh2R64mt"},"layout":{"type":"stack","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FdqceAh2R64mt","properties":{"brightness":0}}}}],"fields":[{"id":"D7zPc69tcYBD","title":"First up, what's your full name","ref":"c5f3d0aaf93dc470","properties":{},"validations":{"required":false},"type":"short_text","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FMxWHT4CBjt7p"},"layout":{"type":"stack","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FMxWHT4CBjt7p"}}},{"id":"u73P8pG3Uq8w","title":"And your email address?","ref":"456b050b0d66bda6","properties":{},"validations":{"required":true},"type":"email","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FQn4H3VJjWrpy"},"layout":{"type":"stack","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FQn4H3VJjWrpy"}}},{"id":"oCgdwr81WV9Z","title":"Now what's the full name of the person injured?","ref":"da6c2c7dbc1fc8be","properties":{"description":"Repeat your name if it's you"},"validations":{"required":true},"type":"short_text","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FxHGhJqFQpsAw"},"layout":{"type":"stack","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FxHGhJqFQpsAw"}}},{"id":"e5ILFpTSyv8X","title":"Where were they injured?","ref":"60d5db9f9e5113f5","properties":{"randomize":false,"allow_multiple_selection":true,"allow_other_choice":true,"supersized":false,"show_labels":true,"choices":[{"id":"5dSj5JgHRjbn","ref":"86adc1f61c693700","label":"Head","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002Fd4YjfzHTmgtU"}},{"id":"CRY8VdygXrtz","ref":"8c10bed22cd19aa9","label":"Torso - Front","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FJYrDwY7fUnLW"}},{"id":"T6EQATOqO3on","ref":"24f309e4e4f2d988","label":"Torso - Back","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FBTcVPuQBFP5w"}},{"id":"km2Xcolhvkdj","ref":"2b8071c500e9e928","label":"Left Arm","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FpmpiegRH8qJQ"}},{"id":"goaMc2eqnjEy","ref":"7bfef7de9b820000","label":"Right Arm","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002F3Y4LhgBFpW8X"}},{"id":"WTlsTAKq8f56","ref":"e61ddce771235bd5","label":"Left Leg","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002Fu7X6ZNkSDhrw"}},{"id":"PvpAShdU9Bjo","ref":"f8706eec8926b61b","label":"Right Leg","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FzhASni5YUjGi"}}]},"validations":{"required":true},"type":"picture_choice"},{"id":"j2vis06ZNlcO","title":"And how is the pain?","ref":"b21bc34c02bbba0f","properties":{"start_at_one":false,"steps":10,"labels":{"left":"Mild","center":"Sore","right":"Extreme"}},"validations":{"required":false},"type":"opinion_scale"},{"id":"c6RdIDsXB9Mr","title":"How many people witnessed the incident?","ref":"c069c082a855fd25","properties":{"shape":"user","steps":6},"validations":{"required":false},"type":"rating"},{"id":"ZJJ5GLkMjswY","title":"Could you tell us what happened exactly?","ref":"545f7347ee7d98cd","properties":{"description":"Provide as much detail as you can. Include the time and location of the incident."},"validations":{"required":false},"type":"long_text"},{"id":"oVupc57uOi10","title":"Have steps been taken to reduce the chances of this happening again?","ref":"136e41384ec59162","properties":{"randomize":false,"allow_multiple_selection":false,"allow_other_choice":false,"supersized":false,"show_labels":true,"choices":[{"id":"S0N9EF9WDIyZ","ref":"98f89fdcda5f0f33","label":"Yes","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002F4iMJk2Mi5CT5"}},{"id":"1BMjcG4TPInX","ref":"8560d5deeadd9fe9","label":"No","attachment":{"type":"image","href":"https:\u002F\u002Fimages.typeform.com\u002Fimages\u002FSn7DTsR9TkNH"}}]},"validations":{"required":true},"type":"picture_choice"},{"id":"leyvt0gqDVvm","title":"*Please review your report:*","ref":"9cfc0c624f4d1e4b","properties":{"description":"\n*Name of reporter:* {{field:c5f3d0aaf93dc470}}\n*Reporter's email address:* {{field:456b050b0d66bda6}}\n\n*Name of person injured:* {{field:da6c2c7dbc1fc8be}}\n*Location of injury:* {{field:60d5db9f9e5113f5}}\n*Severity of injury:* {{field:b21bc34c02bbba0f}}\u002F10\n*No. of witnesses:* {{field:c069c082a855fd25}}\n\n*Incident details:*\n{{field:545f7347ee7d98cd}}\n\n*Have steps been taken to reduce the chances of this happening again?*\n{{field:136e41384ec59162}}","button_text":"Confirm ✔","hide_marks":true},"type":"statement"}],"_links":{"display":"https:\u002F\u002Ftmh55nfndxc.typeform.com\u002Fto\u002FRGmnkY8w","responses":"https:\u002F\u002Fapi.typeform.com\u002Fforms\u002FRGmnkY8w\u002Fresponses"}},
  167.              hubspotIntegration: {},
  168.              integrations: [],
  169.              intents: [{"id":"D7zPc69tcYBD","intent":"USER_NAME","score":0.9958389911933186},{"id":"u73P8pG3Uq8w","intent":"USER_EMAIL","score":0.9959795848722542},{"id":"oCgdwr81WV9Z","intent":"USER_NAME","score":0.9748232516454219},{"id":"e5ILFpTSyv8X","intent":"ABSTAIN","score":0.9366779094882219},{"id":"j2vis06ZNlcO","intent":"ABSTAIN","score":0.9885786673321141},{"id":"c6RdIDsXB9Mr","intent":"ABSTAIN","score":0.9878251145671022},{"id":"ZJJ5GLkMjswY","intent":"ABSTAIN","score":0.9741883431232041},{"id":"oVupc57uOi10","intent":"ABSTAIN","score":0.858960396313882}],
  170.              messages: {"a11y-navigation-right":"a11y.navigation.right","a11y.dropdown.clear-button":"Clear selection","a11y.dropdown.describedby-instructions":"There are {{options}} options. Select an option using the up and down arrow keys. Confirm with the enter key. Touch devices are also supported.","a11y.dropdown.display-options-button":"Show options","a11y.dropdown.hide-options-button":"Hide options","a11y.file-upload.image-preview-alt":"Preview of uploaded image","a11y.file-upload.remove":"Remove uploaded file","a11y.label.play-video":"Play video","a11y.label.question":"Question {{number}}","a11y.label.required":"This question is required.","a11y.label.statement":"Statement","a11y.navigation.down":"Navigate to next question","a11y.navigation.left":"Navigate to previous question","a11y.navigation.up":"Navigate to previous question","a11y.select.close-dialog":"Close dropdown","a11y.select.options":"Select an option","a11y.video.caption":"Preview of embedded video","aria.phone-number.country-button-describedby":"Select the country of the phone number","aria.phone-number.country-button-label":"Country code of phone number","aria.phone-number.input-label":"Phone number input","block.common.title":"Answer:","block.countryDropdown.hint":"No suggestions found","block.countryDropdown.searchCountries":"Search countries","block.date.label.day":"Day","block.date.label.month":"Month","block.date.label.year":"Year","block.date.placeholder.day":"DD","block.date.placeholder.month":"MM","block.date.placeholder.year":"YYYY","block.dropdown.hint":"No suggestions found","block.dropdown.placeholder":"Type or select an option","block.dropdown.placeholderTouch":"Select an option","block.email.placeholder":"name@example.com","block.fileUpload.choose":"*Choose file*","block.fileUpload.drag":"or *drag here*","block.fileUpload.dropFiles":"Drop your file here","block.fileUpload.hintSize":"Size limit: {{fileMaxSize}}MB","block.fileUpload.selected":"Selected file {{originalFileName}}","block.fileUpload.uploading":"Uploading...","block.fileUpload.uploadingProgress":"Your file is still uploading, please wait...","block.legal.accept":"I accept","block.legal.reject":"I don’t accept","block.longText.hint":"*Shift ⇧* + *Enter ↵* to make a line break","block.multipleChoice.hint":"Choose as many as you like","block.multipleChoice.label.keyhelper":"Option {{x}}","block.multipleChoice.other":"Other","block.multipleChoice.otherChoice.confirmButtonLabel":"Confirm answer","block.multipleChoice.otherChoice.placeholder":"Type your answer","block.multipleChoice.otherChoice.placeholderA11y":"Enter the input field to type your answer. Use 'enter' to confirm","block.multipleChoice.selectionLimit.hint.noMore":"Done!","block.multipleChoice.selectionLimit.hint.selectAtLeastX":"Choose at least {{validation:min_selection}}","block.multipleChoice.selectionLimit.hint.selectAtLeastXMore":"Choose at least {{selection:additional_selections}} more","block.multipleChoice.selectionLimit.hint.selectUpToX":"You can choose up to {{validation:max_selection}}","block.multipleChoice.selectionLimit.hint.selectUpToXMore":"You can choose {{selection:additional_selections}} more","block.multipleChoice.selectionLimit.hint.selectXMore":"Choose {{selection:additional_selections}} more","block.multipleChoice.selectionLimit.hint.selectXYchoices":"Make between {{validation:min_selection}} and {{validation:max_selection}} choices","block.multipleChoice.selectionLimit.hint.selectXchoices":"Choose {{validation:min_selection}}","block.number.placeholder":"Type your answer here...","block.payment.hintCharge":"Your credit card will be charged:","block.payment.hintStore":"We never store your card number or CVC number","block.payment.label.cardName":"Name on card","block.payment.label.cardNumber":"Card number","block.payment.label.cvc":"Security code","block.payment.label.expiryDate":"Expiry date","block.payment.placeholder.cardName":"Name on card","block.payment.placeholder.cardNumber":"Card number","block.payment.placeholder.cvc":"CVC","block.payment.placeholder.expiryDate":"MM \u002F YY","block.payment.securedBy":"Secured by","block.payment.supportedCards":"You can pay with these cards:","block.shortText.placeholder":"Type your answer here...","block.website.placeholder":"https:\u002F\u002F","branded-ty-button":"Create a typeform","branded-ty-description":"Thanks for completing this typeform\nNow *create your own* — it's free, easy & beautiful","button.thankyou-screen.default":"again","button.welcome-screen.default":"Start","closeScreen.button.default":"Get in touch","closeScreen.defaults.button":"Check out Typeform","closeScreen.defaults.description":"It would have been awesome as it was made with Typeform. What’s that?","closeScreen.defaults.title":"Hey :) This typeform is now closed","closeScreen.description.default":"It's currently closed—sorry about that","closeScreen.message.default":"This typeform isn't accepting new responses","cookie.banner.a11y.accept.label":"Accept all cookies","cookie.banner.a11y.label":"Cookie consent on Typeform","cookie.banner.a11y.policy.label":"View cookie policy","cookie.banner.a11y.save.label":"Save cookies selection","cookie.banner.a11y.settings.label":"Open cookie settings","cookie.banner.accept.anchor":"Accept all","cookie.banner.advertising.label":"Advertising\u002Fprofiling cookies","cookie.banner.analytical.label":"Analytical cookies","cookie.banner.description.desktop":"Typeform uses its own and third party cookies for analytical and profiling \u002F advertising purposes.","cookie.banner.description.expanded":"Typeform SL uses our own and third-party cookies to analyze performance and learn where respondents are coming from. Cookie data is anonymous and contains no personal information.","cookie.banner.functional.label":"Functional cookies","cookie.banner.necessary.label":"Strictly necessary cookies","cookie.banner.policy.anchor":"Cookie policy","cookie.banner.reject.anchor":"Reject all","cookie.banner.save.anchor":"Save selection","duplicate-prevention.description":"Thanks for your time!","duplicate-prevention.title":"You've already submitted a response to this form.","duplicated":"*Hmm...* looks like this value has already been entered by someone else","form-summary.response-validation.responded":"Responded","form-summary.response-validation.unanswered":"Unanswered","form-summary.trigger-button.close":"Close form summary","form-summary.trigger-button.open":"Open form summary","image-placeholder-1":"Upload your logo or an image \u002F video","image-placeholder-2":"We’ll take care of the rest!","invalid":"*Careful!* That value isn't valid. ","label.action.phishing":"Report abuse","label.action.share":"Check this out!","label.and":"&","label.branding.create":"Create a *typeform*","label.branding.motto":"How you ask is everything","label.branding.poweredby":"Powered by *Typeform*","label.branding.thankyou":"Powered by \u003Ca  href=\"https:\u002F\u002Fwww.typeform.com\u002F?{{QUERY}}\" target=\"_blank\"\u003ETypeform\u003C\u002Fa\u003E","label.button.ok":"OK","label.button.reply":"Reply","label.button.review":"Review","label.button.skip":"Skip","label.button.skip-and-submit":"Skip and submit","label.button.submit":"Submit","label.button.submitAndPay":"Submit & pay {{price}}","label.buttonHint.default":"press *Enter ↵*","label.buttonHint.longText":"press *Enter ↵*","label.buttonHint.submit":"press *Ctrl* + *Enter ↵*","label.buttonHint.submit-mac":"press *Cmd ⌘* + *Enter ↵*","label.buttonNoAnswer.default":"Continue","label.error.date":"That date doesn't look valid—it's incomplete or doesn't exist","label.error.date-blocked":"That date isn't valid. Check the month and day aren't reversed.","label.error.emailAddress":"Hmm... that email doesn't look right","label.error.fileUpload":"File upload failed. Please try again","label.error.formChanged":"This form has been recently updated. Refresh the page to see the latest version.","label.error.generic":"Sorry, something’s wrong. Refresh the page and try again. We’ll save any info you already entered.","label.error.incompleteAnswer":"{{answerAmount}} answer needs completing","label.error.incompleteAnswers":"{{answerAmount}} answers need completing","label.error.incompleteForm":"Some required answers are blank","label.error.maxLength":"Max characters reached","label.error.maxValue":"Please enter a number lower than {{validation:max_value}}","label.error.microphonePermissionDenied":"Microphone permission not enabled","label.error.minSelection":"Please select more choices","label.error.minValue":"Please enter a number greater than {{validation:min_value}}","label.error.mustAccept":"Please agree to the terms & conditions","label.error.mustCheck":"Please select this checkbox to continue.","label.error.mustEnter":"*Oops!* Please enter a value","label.error.mustSelect":"*Oops!* Please make a selection","label.error.mustUpload":"*Oops!* Please upload a file","label.error.number":"Invalid number","label.error.onlyNumbers":"Numbers only please","label.error.pendingRequiredQuestion":"1 required question left","label.error.pendingRequiredQuestions":"{{answerAmount}} required questions left","label.error.phoneNumber":"Hmm... that phone number doesn't look right","label.error.range":"Please enter a number between {{validation:min_value}} and {{validation:max_value}}","label.error.recognitionError":"Sorry, there was an issue. Please try again.","label.error.required":"Please fill this in","label.error.ruleMatched":"Sorry, this typeform is no longer accepting new submissions","label.error.server":"Server error! Your request wasn't completed","label.error.sizeLimit":"Your file is too big","label.error.upload":"An error occurred while uploading the file","label.error.url":"Hmm… that web address doesn’t look right. Check for any typos or errors.","label.error.videoUpload":"Your video answer failed to upload.","label.error.year.date-blocked":"Enter all 4 digits for the year","label.hint.key":"Key","label.iframeError.retry":"Retry","label.iframeError.subtitle":"We can't reach {{integration}} right now…","label.iframeError.title":"Oh no!","label.knowledgeQuiz.button.continue":"Continue","label.metaDescription":"Turn data collection into an experience with Typeform. Create beautiful online forms, surveys, quizzes, and so much more. Try it for FREE.","label.no.default":"No","label.no.shortcut":"N","label.paymentError.authenticationFailure":"We're unable to authenticate your payment method. Please choose a different payment method and try again.","label.paymentError.cardCvcIncomplete":"Your card's CVC is incomplete","label.paymentError.cardExpiryIncomplete":"Your card's expiration date is incomplete ","label.paymentError.cardNameIncomplete":"Name on card is incomplete","label.paymentError.cardNumberIncomplete":"Your card number is incomplete","label.paymentError.cardProcessingError":"Sorry, something went wrong while processing your card. Please try again. ","label.paymentError.declinedCard":"Sorry, your card was declined. Please contact your card issuer for more information.","label.paymentError.declinedTestMode":"You card was declined as it’s a Stripe test card. Please use a different card to pay.","label.paymentError.duplicateTransaction":"Someone made a transaction with the same amount and card info recently. Check to see if you’ve already paid.","label.paymentError.exceededBalance":"Sorry, you’ve gone over your card’s balance or credit limit. Please contact your card issuer.","label.paymentError.expiredCard":"Your card has expired. Please try again with a different card.","label.paymentError.information.required":"Missing card number, expiration date, or CVC.","label.paymentError.insufficientFunds":"Sorry, there’s not enough money on the card. Please try again with a different card.","label.paymentError.invalidAccount":"The card or account is invalid. Please contact your card issuer.","label.paymentError.invalidAmount":"The payment amount is invalid or above the amount allowed by your card. Please contact your card issuer.","label.paymentError.invalidCardNumber":"The card number is incorrect","label.paymentError.invalidCvc":"The CVC is incorrect","label.paymentError.invalidExpiryYear":"The expiration year is incorrect","label.paymentError.invalidZip":"The ZIP\u002Fpostal code is incorrect ","label.paymentError.issuerProcessingError":"Sorry, the issuer couldn’t process your card. Please try again, or contact your card issuer.","label.paymentError.pastExpiryMonth":"Your card's expiration month is in the past","label.paymentError.pastExpiryYear":"Your card's expiration year is in the past","label.paymentError.stripeNotConnected":"This typeform can’t process payments right now. Contact the form creator directly for more info.","label.paymentError.stripeServiceDown":"Sorry, Stripe couldn’t process your card as the service is down. Please try again later.","label.paymentError.unauthorized":"Sorry, the payment wasn’t authorized. Please contact your card issuer for more information.","label.paymentError.unavailableIssuer":"We couldn’t reach the card issuer to authorize the payment. Please try again, or contact your card issuer.","label.paymentError.unsupportedCard":"Sorry, your card doesn’t support this type of purchase. Please contact your card issuer.","label.paymentError.unsupportedCurrency":"Sorry, your card doesn’t support this currency. Try again with a different card, or contact your card issuer.","label.retryLink.counter":"We'll try again in {{timeout}} secs, or you can","label.retryLink.retrying":"Retrying...","label.retryLink.title":" try again now.","label.retrySubmit.first":"Trying to submit. We'll try again in {{timeout}} seconds...","label.retrySubmit.fourth":"Well, this is embarrassing. Retrying in {{timeout}} seconds...","label.retrySubmit.second":"Hmm... still no luck. We'll retry in {{timeout}} seconds...","label.retrySubmit.third":"Sorry, still trying to submit. Retrying in {{timeout}} seconds...","label.warning.connection":"Oh no, you can’t connect to the server right now","label.warning.correction":"Please correct the errors listed below","label.warning.fallbackAlert":"You're viewing this typeform in \"simple\" mode.\nThis is because your device is not yet supported by Typeform. ","label.warning.formUnavailable":"The typeform {{form:name}}, is currently unavailable. Please try again in a few moments.","label.warning.ie.cta":"See supported browsers","label.warning.ie.page.description":"Internet Explorer is no longer supported. Please switch to a newer browser.","label.warning.ie.page.title":"Your web browser doesn’t work with Typeform","label.warning.noContent":"There isn't any content yet","label.warning.phishing":"Never submit passwords!","label.warning.private":"This form is in private mode. Please don't share this URL.","label.warning.slowSubmission":"Your response hasn't been sent yet. ","label.warning.success":"All done! Thanks for your time.","label.warning.trialPrivate":"This typeform is in private mode and can only be accessed by you.","label.yes.default":"Yes","label.yes.shortcut":"Y","next-validation":"Next validation","pending-uploads.message.text":" Please do not close this tab, your form is being submitted","placeholder-description":"Description text goes here...","private-embed":"This typeform is in private mode","recaptcha.disclaimer.text":"This site is protected by reCAPTCHA and the Google \u003Ca href=\"https:\u002F\u002Fpolicies.google.com\u002Fprivacy\" target=\"_blank\" rel=\"noopener noreferrer\"\u003EPrivacy Policy\u003C\u002Fa\u003E and \u003Ca href=\"https:\u002F\u002Fpolicies.google.com\u002Fterms\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ETerms of Service\u003C\u002Fa\u003E apply.","screen.data-privacy":"Your data is secure","screen.number-of-submissions":"{{submissions}} people have filled this out","screen.time-to-complete.minutes-and-seconds.plural":"Takes {{minutes}} minutes {{seconds}} seconds","screen.time-to-complete.minutes-and-seconds.singular":"Takes {{minutes}} minute {{seconds}} seconds","screen.time-to-complete.plural":"Takes {{time}} minutes","screen.time-to-complete.seconds":"Takes {{time}} sec","screen.time-to-complete.singular":"Takes {{time}} minute","success":"All done! Thanks for your time.","swipe.actions.down-to-go-back":"Swipe down to go back","thankyou-screen.social-icon.title":"Share on {{name}}","translation.label.close-notification":"Close translation options","translation.label.delay":"Taking a little longer...","translation.label.error":"Something went wrong when translating this form","translation.label.notification-description":"Translation options","translation.label.notification-message":"Translate to English","translation.label.select-language":"Select language","translation.label.started":"Translation in progress","translation.label.translate-button":"Translate","video.error-status.description":"Try refreshing this page.","video.error-status.title":"Sorry, we had trouble processing this video."},
  171.              readingDirection: "ltr",
  172.              reCaptchaV2SiteKey: '6Ld7p4MpAAAAAGAOAWjUjWlWQNtGusrmEWStu0Jm',
  173.              reCaptchaV3SiteKey: '6LeqZZcpAAAAAJmvzEDKV--ki8f4Tx5UqtvDY5tM',
  174.              rootDomNode: 'root',
  175.              scriptModernSrc: 'https://renderer-assets.typeform.com/modern-renderer.fa822b936c3b1bc7121e.js',
  176.              serverTimestamp: 1746817823997,
  177.              showBranding: true,
  178.              stripe: null,
  179.              timeToComplete: 90,
  180.              trackingInfo: 'eyJydWRkZXJzdGFja0tleSI6IjIyS01GaEhKYmN6Z0dXMGdKVjNTQnJ6QmxOZSIsInJ1ZGRlcnN0YWNrQ29udHJvbFBsYW5lVXJsIjoiaHR0cHM6Ly90cmFja2luZy50eXBlZm9ybS5jb20iLCJydWRkZXJzdGFja0RhdGFQbGFuZVVybCI6Imh0dHBzOi8vdHJhY2tpbmcudHlwZWZvcm0uY29tIiwibGVnYWN5QWNjb3VudElkIjoyNDk1MjIzMSwiYWNjb3VudFVpZCI6IjAxSDlLSzdEM1RTOVZKUjc3S05YSkFORDhLIiwicGxhbk5hbWUiOiJmcmVlIn0=',
  181.            };
  182.            window.rendererTheme = {
  183.              color: '#FFFDFD',
  184.              backgroundColor: {
  185.                red: '255',
  186.                green: '255',
  187.                blue: '255'
  188.              }
  189.            };</script><script>"use strict";(()=>{var Xt=Object.create;var Q=Object.defineProperty,Jt=Object.defineProperties,Zt=Object.getOwnPropertyDescriptor,ei=Object.getOwnPropertyDescriptors,ri=Object.getOwnPropertyNames,He=Object.getOwnPropertySymbols,ti=Object.getPrototypeOf,$e=Object.prototype.hasOwnProperty,ii=Object.prototype.propertyIsEnumerable;var Ke=(t,e,r)=>e in t?Q(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,z=(t,e)=>{for(var r in e||(e={}))$e.call(e,r)&&Ke(t,r,e[r]);if(He)for(var r of He(e))ii.call(e,r)&&Ke(t,r,e[r]);return t},N=(t,e)=>Jt(t,ei(e));var H=(t,e)=>()=>(t&&(e=t(t=0)),e);var A=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),xe=(t,e)=>{for(var r in e)Q(t,r,{get:e[r],enumerable:!0})},Ye=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ri(e))!$e.call(t,n)&&n!==r&&Q(t,n,{get:()=>e[n],enumerable:!(i=Zt(e,n))||i.enumerable});return t};var oe=(t,e,r)=>(r=t!=null?Xt(ti(t)):{},Ye(e||!t||!t.__esModule?Q(r,"default",{value:t,enumerable:!0}):r,t)),Se=t=>Ye(Q({},"__esModule",{value:!0}),t);var f,m=H(()=>{f={env:{NODE_ENV:"production"}}});var je=A(se=>{"use strict";m();se.byteLength=si;se.toByteArray=li;se.fromByteArray=pi;var F=[],C=[],oi=typeof Uint8Array!="undefined"?Uint8Array:Array,ye="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for($=0,Ge=ye.length;$<Ge;++$)F[$]=ye[$],C[ye.charCodeAt($)]=$;var $,Ge;C[45]=62;C[95]=63;function We(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var i=r===e?0:4-r%4;return[r,i]}function si(t){var e=We(t),r=e[0],i=e[1];return(r+i)*3/4-i}function ai(t,e,r){return(e+r)*3/4-r}function li(t){var e,r=We(t),i=r[0],n=r[1],o=new oi(ai(t,i,n)),s=0,c=n>0?i-4:i,p;for(p=0;p<c;p+=4)e=C[t.charCodeAt(p)]<<18|C[t.charCodeAt(p+1)]<<12|C[t.charCodeAt(p+2)]<<6|C[t.charCodeAt(p+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return n===2&&(e=C[t.charCodeAt(p)]<<2|C[t.charCodeAt(p+1)]>>4,o[s++]=e&255),n===1&&(e=C[t.charCodeAt(p)]<<10|C[t.charCodeAt(p+1)]<<4|C[t.charCodeAt(p+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function ui(t){return F[t>>18&63]+F[t>>12&63]+F[t>>6&63]+F[t&63]}function ci(t,e,r){for(var i,n=[],o=e;o<r;o+=3)i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),n.push(ui(i));return n.join("")}function pi(t){for(var e,r=t.length,i=r%3,n=[],o=16383,s=0,c=r-i;s<c;s+=o)n.push(ci(t,s,s+o>c?c:s+o));return i===1?(e=t[r-1],n.push(F[e>>2]+F[e<<4&63]+"==")):i===2&&(e=(t[r-2]<<8)+t[r-1],n.push(F[e>>10]+F[e>>4&63]+F[e<<2&63]+"=")),n.join("")}});var qe=A(Ae=>{m();Ae.read=function(t,e,r,i,n){var o,s,c=n*8-i-1,p=(1<<c)-1,h=p>>1,E=-7,g=r?n-1:0,R=r?-1:1,B=t[e+g];for(g+=R,o=B&(1<<-E)-1,B>>=-E,E+=c;E>0;o=o*256+t[e+g],g+=R,E-=8);for(s=o&(1<<-E)-1,o>>=-E,E+=i;E>0;s=s*256+t[e+g],g+=R,E-=8);if(o===0)o=1-h;else{if(o===p)return s?NaN:(B?-1:1)*(1/0);s=s+Math.pow(2,i),o=o-h}return(B?-1:1)*s*Math.pow(2,o-i)};Ae.write=function(t,e,r,i,n,o){var s,c,p,h=o*8-n-1,E=(1<<h)-1,g=E>>1,R=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,B=i?0:o-1,G=i?1:-1,Qt=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,s=E):(s=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-s))<1&&(s--,p*=2),s+g>=1?e+=R/p:e+=R*Math.pow(2,1-g),e*p>=2&&(s++,p/=2),s+g>=E?(c=0,s=E):s+g>=1?(c=(e*p-1)*Math.pow(2,n),s=s+g):(c=e*Math.pow(2,g-1)*Math.pow(2,n),s=0));n>=8;t[r+B]=c&255,B+=G,c/=256,n-=8);for(s=s<<n|c,h+=n;h>0;t[r+B]=s&255,B+=G,s/=256,h-=8);t[r+B-G]|=Qt*128}});var lr=A(j=>{"use strict";m();var _e=je(),W=qe(),Qe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;j.Buffer=l;j.SlowBuffer=Ei;j.INSPECT_MAX_BYTES=50;var ae=2147483647;j.kMaxLength=ae;l.TYPED_ARRAY_SUPPORT=fi();!l.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function fi(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}});Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function k(t){if(t>ae)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,l.prototype),e}function l(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ve(t)}return Ze(t,e,r)}l.poolSize=8192;function Ze(t,e,r){if(typeof t=="string")return mi(t,e);if(ArrayBuffer.isView(t))return hi(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(U(t,ArrayBuffer)||t&&U(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(U(t,SharedArrayBuffer)||t&&U(t.buffer,SharedArrayBuffer)))return ze(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return l.from(i,e,r);var n=gi(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return l.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}l.from=function(t,e,r){return Ze(t,e,r)};Object.setPrototypeOf(l.prototype,Uint8Array.prototype);Object.setPrototypeOf(l,Uint8Array);function er(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function di(t,e,r){return er(t),t<=0?k(t):e!==void 0?typeof r=="string"?k(t).fill(e,r):k(t).fill(e):k(t)}l.alloc=function(t,e,r){return di(t,e,r)};function ve(t){return er(t),k(t<0?0:Re(t)|0)}l.allocUnsafe=function(t){return ve(t)};l.allocUnsafeSlow=function(t){return ve(t)};function mi(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!l.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=rr(t,e)|0,i=k(r),n=i.write(t,e);return n!==r&&(i=i.slice(0,n)),i}function we(t){for(var e=t.length<0?0:Re(t.length)|0,r=k(e),i=0;i<e;i+=1)r[i]=t[i]&255;return r}function hi(t){if(U(t,Uint8Array)){var e=new Uint8Array(t);return ze(e.buffer,e.byteOffset,e.byteLength)}return we(t)}function ze(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var i;return e===void 0&&r===void 0?i=new Uint8Array(t):r===void 0?i=new Uint8Array(t,e):i=new Uint8Array(t,e,r),Object.setPrototypeOf(i,l.prototype),i}function gi(t){if(l.isBuffer(t)){var e=Re(t.length)|0,r=k(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Ie(t.length)?k(0):we(t);if(t.type==="Buffer"&&Array.isArray(t.data))return we(t.data)}function Re(t){if(t>=ae)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae.toString(16)+" bytes");return t|0}function Ei(t){return+t!=t&&(t=0),l.alloc(+t)}l.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==l.prototype};l.compare=function(e,r){if(U(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),U(r,Uint8Array)&&(r=l.from(r,r.offset,r.byteLength)),!l.isBuffer(e)||!l.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var i=e.length,n=r.length,o=0,s=Math.min(i,n);o<s;++o)if(e[o]!==r[o]){i=e[o],n=r[o];break}return i<n?-1:n<i?1:0};l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};l.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return l.alloc(0);var i;if(r===void 0)for(r=0,i=0;i<e.length;++i)r+=e[i].length;var n=l.allocUnsafe(r),o=0;for(i=0;i<e.length;++i){var s=e[i];if(U(s,Uint8Array))o+s.length>n.length?l.from(s).copy(n,o):Uint8Array.prototype.set.call(n,s,o);else if(l.isBuffer(s))s.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=s.length}return n};function rr(t,e){if(l.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||U(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&r===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Te(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return ar(t).length;default:if(n)return i?-1:Te(t).length;e=(""+e).toLowerCase(),n=!0}}l.byteLength=rr;function xi(t,e,r){var i=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Ii(this,e,r);case"utf8":case"utf-8":return ir(this,e,r);case"ascii":return vi(this,e,r);case"latin1":case"binary":return Ri(this,e,r);case"base64":return zi(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bi(this,e,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}l.prototype._isBuffer=!0;function Y(t,e,r){var i=t[e];t[e]=t[r],t[r]=i}l.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)Y(this,r,r+1);return this};l.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)Y(this,r,r+3),Y(this,r+1,r+2);return this};l.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)Y(this,r,r+7),Y(this,r+1,r+6),Y(this,r+2,r+5),Y(this,r+3,r+4);return this};l.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?ir(this,0,e):xi.apply(this,arguments)};l.prototype.toLocaleString=l.prototype.toString;l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:l.compare(this,e)===0};l.prototype.inspect=function(){var e="",r=j.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};Qe&&(l.prototype[Qe]=l.prototype.inspect);l.prototype.compare=function(e,r,i,n,o){if(U(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),i===void 0&&(i=e?e.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),r<0||i>e.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&r>=i)return 0;if(n>=o)return-1;if(r>=i)return 1;if(r>>>=0,i>>>=0,n>>>=0,o>>>=0,this===e)return 0;for(var s=o-n,c=i-r,p=Math.min(s,c),h=this.slice(n,o),E=e.slice(r,i),g=0;g<p;++g)if(h[g]!==E[g]){s=h[g],c=E[g];break}return s<c?-1:c<s?1:0};function tr(t,e,r,i,n){if(t.length===0)return-1;if(typeof r=="string"?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Ie(r)&&(r=n?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(n)return-1;r=t.length-1}else if(r<0)if(n)r=0;else return-1;if(typeof e=="string"&&(e=l.from(e,i)),l.isBuffer(e))return e.length===0?-1:Xe(t,e,r,i,n);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Xe(t,[e],r,i,n);throw new TypeError("val must be string, number or Buffer")}function Xe(t,e,r,i,n){var o=1,s=t.length,c=e.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,s/=2,c/=2,r/=2}function p(B,G){return o===1?B[G]:B.readUInt16BE(G*o)}var h;if(n){var E=-1;for(h=r;h<s;h++)if(p(t,h)===p(e,E===-1?0:h-E)){if(E===-1&&(E=h),h-E+1===c)return E*o}else E!==-1&&(h-=h-E),E=-1}else for(r+c>s&&(r=s-c),h=r;h>=0;h--){for(var g=!0,R=0;R<c;R++)if(p(t,h+R)!==p(e,R)){g=!1;break}if(g)return h}return-1}l.prototype.includes=function(e,r,i){return this.indexOf(e,r,i)!==-1};l.prototype.indexOf=function(e,r,i){return tr(this,e,r,i,!0)};l.prototype.lastIndexOf=function(e,r,i){return tr(this,e,r,i,!1)};function Si(t,e,r,i){r=Number(r)||0;var n=t.length-r;i?(i=Number(i),i>n&&(i=n)):i=n;var o=e.length;i>o/2&&(i=o/2);for(var s=0;s<i;++s){var c=parseInt(e.substr(s*2,2),16);if(Ie(c))return s;t[r+s]=c}return s}function yi(t,e,r,i){return le(Te(e,t.length-r),t,r,i)}function Ai(t,e,r,i){return le(Ni(e),t,r,i)}function _i(t,e,r,i){return le(ar(e),t,r,i)}function wi(t,e,r,i){return le(Ci(e,t.length-r),t,r,i)}l.prototype.write=function(e,r,i,n){if(r===void 0)n="utf8",i=this.length,r=0;else if(i===void 0&&typeof r=="string")n=r,i=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((i===void 0||i>o)&&(i=o),e.length>0&&(i<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var s=!1;;)switch(n){case"hex":return Si(this,e,r,i);case"utf8":case"utf-8":return yi(this,e,r,i);case"ascii":case"latin1":case"binary":return Ai(this,e,r,i);case"base64":return _i(this,e,r,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wi(this,e,r,i);default:if(s)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),s=!0}};l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function zi(t,e,r){return e===0&&r===t.length?_e.fromByteArray(t):_e.fromByteArray(t.slice(e,r))}function ir(t,e,r){r=Math.min(t.length,r);for(var i=[],n=e;n<r;){var o=t[n],s=null,c=o>239?4:o>223?3:o>191?2:1;if(n+c<=r){var p,h,E,g;switch(c){case 1:o<128&&(s=o);break;case 2:p=t[n+1],(p&192)===128&&(g=(o&31)<<6|p&63,g>127&&(s=g));break;case 3:p=t[n+1],h=t[n+2],(p&192)===128&&(h&192)===128&&(g=(o&15)<<12|(p&63)<<6|h&63,g>2047&&(g<55296||g>57343)&&(s=g));break;case 4:p=t[n+1],h=t[n+2],E=t[n+3],(p&192)===128&&(h&192)===128&&(E&192)===128&&(g=(o&15)<<18|(p&63)<<12|(h&63)<<6|E&63,g>65535&&g<1114112&&(s=g))}}s===null?(s=65533,c=1):s>65535&&(s-=65536,i.push(s>>>10&1023|55296),s=56320|s&1023),i.push(s),n+=c}return Ti(i)}var Je=4096;function Ti(t){var e=t.length;if(e<=Je)return String.fromCharCode.apply(String,t);for(var r="",i=0;i<e;)r+=String.fromCharCode.apply(String,t.slice(i,i+=Je));return r}function vi(t,e,r){var i="";r=Math.min(t.length,r);for(var n=e;n<r;++n)i+=String.fromCharCode(t[n]&127);return i}function Ri(t,e,r){var i="";r=Math.min(t.length,r);for(var n=e;n<r;++n)i+=String.fromCharCode(t[n]);return i}function Ii(t,e,r){var i=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>i)&&(r=i);for(var n="",o=e;o<r;++o)n+=Di[t[o]];return n}function bi(t,e,r){for(var i=t.slice(e,r),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}l.prototype.slice=function(e,r){var i=this.length;e=~~e,r=r===void 0?i:~~r,e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),r<e&&(r=e);var n=this.subarray(e,r);return Object.setPrototypeOf(n,l.prototype),n};function w(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(e,r,i){e=e>>>0,r=r>>>0,i||w(e,r,this.length);for(var n=this[e],o=1,s=0;++s<r&&(o*=256);)n+=this[e+s]*o;return n};l.prototype.readUintBE=l.prototype.readUIntBE=function(e,r,i){e=e>>>0,r=r>>>0,i||w(e,r,this.length);for(var n=this[e+--r],o=1;r>0&&(o*=256);)n+=this[e+--r]*o;return n};l.prototype.readUint8=l.prototype.readUInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]};l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]|this[e+1]<<8};l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]<<8|this[e+1]};l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};l.prototype.readIntLE=function(e,r,i){e=e>>>0,r=r>>>0,i||w(e,r,this.length);for(var n=this[e],o=1,s=0;++s<r&&(o*=256);)n+=this[e+s]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*r)),n};l.prototype.readIntBE=function(e,r,i){e=e>>>0,r=r>>>0,i||w(e,r,this.length);for(var n=r,o=1,s=this[e+--n];n>0&&(o*=256);)s+=this[e+--n]*o;return o*=128,s>=o&&(s-=Math.pow(2,8*r)),s};l.prototype.readInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};l.prototype.readInt16LE=function(e,r){e=e>>>0,r||w(e,2,this.length);var i=this[e]|this[e+1]<<8;return i&32768?i|4294901760:i};l.prototype.readInt16BE=function(e,r){e=e>>>0,r||w(e,2,this.length);var i=this[e+1]|this[e]<<8;return i&32768?i|4294901760:i};l.prototype.readInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};l.prototype.readInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};l.prototype.readFloatLE=function(e,r){return e=e>>>0,r||w(e,4,this.length),W.read(this,e,!0,23,4)};l.prototype.readFloatBE=function(e,r){return e=e>>>0,r||w(e,4,this.length),W.read(this,e,!1,23,4)};l.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||w(e,8,this.length),W.read(this,e,!0,52,8)};l.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||w(e,8,this.length),W.read(this,e,!1,52,8)};function I(t,e,r,i,n,o){if(!l.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>n||e<o)throw new RangeError('"value" argument is out of bounds');if(r+i>t.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,r,i,n){if(e=+e,r=r>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;I(this,e,r,i,o,0)}var s=1,c=0;for(this[r]=e&255;++c<i&&(s*=256);)this[r+c]=e/s&255;return r+i};l.prototype.writeUintBE=l.prototype.writeUIntBE=function(e,r,i,n){if(e=+e,r=r>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;I(this,e,r,i,o,0)}var s=i-1,c=1;for(this[r+s]=e&255;--s>=0&&(c*=256);)this[r+s]=e/c&255;return r+i};l.prototype.writeUint8=l.prototype.writeUInt8=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,1,255,0),this[r]=e&255,r+1};l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};l.prototype.writeIntLE=function(e,r,i,n){if(e=+e,r=r>>>0,!n){var o=Math.pow(2,8*i-1);I(this,e,r,i,o-1,-o)}var s=0,c=1,p=0;for(this[r]=e&255;++s<i&&(c*=256);)e<0&&p===0&&this[r+s-1]!==0&&(p=1),this[r+s]=(e/c>>0)-p&255;return r+i};l.prototype.writeIntBE=function(e,r,i,n){if(e=+e,r=r>>>0,!n){var o=Math.pow(2,8*i-1);I(this,e,r,i,o-1,-o)}var s=i-1,c=1,p=0;for(this[r+s]=e&255;--s>=0&&(c*=256);)e<0&&p===0&&this[r+s+1]!==0&&(p=1),this[r+s]=(e/c>>0)-p&255;return r+i};l.prototype.writeInt8=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};l.prototype.writeInt16LE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};l.prototype.writeInt16BE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};l.prototype.writeInt32LE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};l.prototype.writeInt32BE=function(e,r,i){return e=+e,r=r>>>0,i||I(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function nr(t,e,r,i,n,o){if(r+i>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function or(t,e,r,i,n){return e=+e,r=r>>>0,n||nr(t,e,r,4,34028234663852886e22,-34028234663852886e22),W.write(t,e,r,i,23,4),r+4}l.prototype.writeFloatLE=function(e,r,i){return or(this,e,r,!0,i)};l.prototype.writeFloatBE=function(e,r,i){return or(this,e,r,!1,i)};function sr(t,e,r,i,n){return e=+e,r=r>>>0,n||nr(t,e,r,8,17976931348623157e292,-17976931348623157e292),W.write(t,e,r,i,52,8),r+8}l.prototype.writeDoubleLE=function(e,r,i){return sr(this,e,r,!0,i)};l.prototype.writeDoubleBE=function(e,r,i){return sr(this,e,r,!1,i)};l.prototype.copy=function(e,r,i,n){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),r>=e.length&&(r=e.length),r||(r=0),n>0&&n<i&&(n=i),n===i||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-r<n-i&&(n=e.length-r+i);var o=n-i;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,i,n):Uint8Array.prototype.set.call(e,this.subarray(i,n),r),o};l.prototype.fill=function(e,r,i,n){if(typeof e=="string"){if(typeof r=="string"?(n=r,r=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(e.length===1){var o=e.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<i)throw new RangeError("Out of range index");if(i<=r)return this;r=r>>>0,i=i===void 0?this.length:i>>>0,e||(e=0);var s;if(typeof e=="number")for(s=r;s<i;++s)this[s]=e;else{var c=l.isBuffer(e)?e:l.from(e,n),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<i-r;++s)this[s+r]=c[s%p]}return this};var Bi=/[^+/0-9A-Za-z-_]/g;function Oi(t){if(t=t.split("=")[0],t=t.trim().replace(Bi,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Te(t,e){e=e||1/0;for(var r,i=t.length,n=null,o=[],s=0;s<i;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!n){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(s+1===i){(e-=3)>-1&&o.push(239,191,189);continue}n=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),n=r;continue}r=(n-55296<<10|r-56320)+65536}else n&&(e-=3)>-1&&o.push(239,191,189);if(n=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Ni(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Ci(t,e){for(var r,i,n,o=[],s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),i=r>>8,n=r%256,o.push(n),o.push(i);return o}function ar(t){return _e.toByteArray(Oi(t))}function le(t,e,r,i){for(var n=0;n<i&&!(n+r>=e.length||n>=t.length);++n)e[n+r]=t[n];return n}function U(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Ie(t){return t!==t}var Di=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var i=r*16,n=0;n<16;++n)e[i+n]=t[r]+t[n];return e}()});var pr=A((es,cr)=>{"use strict";m();var Li=(t,e)=>{let r=parseInt(t,10);return ur(r)?e:r},Fi=t=>t.reduce((e,r)=>Object.assign(r,e),{}),Ui=(t,e)=>Object.keys(e).reduce((r,i)=>(r[i]=t(e[i],i,e),r),{}),Mi=t=>{let e=t.split("&").map(r=>{let[i,n]=r.split("=");return{[i]:n}});return Fi(e)},ki={"embed-widget":"standard","embed-fullpage":"fullpage","popup-classic":"popup","popup-drawer":"popup","popup-blank":"popup"},Pi={minimalFooter:{key:"embed-hide-footer",transformValue:t=>t==="true"},mode:{key:"typeform-embed",transformValue:t=>ki[t]},hideHeaders:{key:"embed-hide-headers",transformValue:t=>t==="true"},backgroundOpacity:{key:"embed-opacity",transformValue:t=>Li(t,100)/100}},Vi=t=>{let e=Mi(t.substring(1));return Ui(({key:r,transformValue:i})=>i(e[r]),Pi)},ur=t=>t!==t,Hi=t=>{let e=window.location.search.replace(/^.*embed-opacity=(\d+).*$/,"$1"),r=parseInt(e,10)/100;return r=ur(r)?1:r,`rgba(${t.red}, ${t.green}, ${t.blue}, ${r})`};cr.exports={getEmbedOptions:Vi,makeBackgoundColor:Hi}});var Be=A(x=>{"use strict";m();var ue=x&&x.__assign||function(){return ue=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++){e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},ue.apply(this,arguments)},Ki=x&&x.__spreadArray||function(t,e,r){if(r||arguments.length===2)for(var i=0,n=e.length,o;i<n;i++)(o||!(i in e))&&(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(x,"__esModule",{value:!0});x.getBlocksVersionParam=x.createAssetUrl=x.parseAssetUrl=x.getAssetUrlWithVersion=x.BLOCKS_ASSETS_BASE_URL=x.PUBLIC_ASSETS_ORIGIN=x.PUBLIC_ASSETS_HOST=x.BLOCKS_LOCAL_SERVER=void 0;x.BLOCKS_LOCAL_SERVER="localhost:9015";x.PUBLIC_ASSETS_HOST="public-assets.typeform.com";x.PUBLIC_ASSETS_ORIGIN="https://".concat(x.PUBLIC_ASSETS_HOST,"/");x.BLOCKS_ASSETS_BASE_URL="".concat(x.PUBLIC_ASSETS_HOST,"/blocks");var be={"bob-the-builder":{localServer:"localhost:9001",usesCanary:!0},blocks:{localServer:x.BLOCKS_LOCAL_SERVER,usesCanary:!1}},$i=function(t,e){return(0,x.createAssetUrl)(ue(ue({},(0,x.parseAssetUrl)(t)),{version:e}))};x.getAssetUrlWithVersion=$i;var Yi=function(t){var e=new URL(t),r=e.pathname.split("/").filter(Boolean),i=r[0],n=r.slice(1),o=be[i].usesCanary?n[0]:void 0;return{origin:e.origin,application:i,version:o,pathSegments:be[i].usesCanary?n.slice(1):n}};x.parseAssetUrl=Yi;var Gi=function(t){var e,r=t.application,i=t.origin,n=i===void 0?x.PUBLIC_ASSETS_ORIGIN:i,o=t.version,s=t.pathSegments,c=new URL(n);return o==="yolocal"?(c.host=(e=be[r])===null||e===void 0?void 0:e.localServer,c.pathname=s.join("/")):c.pathname=Ki([r,o],s,!0).filter(Boolean).join("/"),c.href};x.createAssetUrl=Gi;var Wi=function(){return new URLSearchParams(window.location.search).get("blocksVersion")||void 0};x.getBlocksVersionParam=Wi});var T,fr,X,dr,Yr,mr,ns,hr,os,gr,ss,Er,as,xr,ls,Sr,us,yr,cs,Ar,ps,_r,fs,wr,ds,zr,ms,Tr,hs,vr,gs,Rr,Es,Ir,xs,br,Ss,Br,ys,Or,As,Nr,_s,Cr,ji,Dr,ws,Lr,zs,Fr,Ts,Ur,vs,Mr,Rs,Is,bs,Bs,kr,Os,Pr,Ns,Vr,Cs,Hr,Ds,Kr,Ls,$r,Fs,Gr=H(()=>{"use strict";m();T=f.env.STANDALONE_INTEGRATION_TEST_RUN?f.env.MOCK_SERVER_PORT:"3004",X=(fr=f.env.TYPEFORM_ROOT_DOMAIN)!=null?fr:"typeform.com",Yr=(dr=f.env.TYPEFORM_IMAGE_DOMAIN)!=null?dr:"images.typeform.com",ns=(mr=f.env.ACCOUNT_SERVICE_ADDRESS)!=null?mr:`http://localhost:${T}`,os=`http://${(hr=f.env.API_ADDRESS)!=null?hr:"localhost:3004"}`,ss=(gr=f.env.APP_CATALOG_ADDRESS)!=null?gr:`http://localhost:${T}`,as=(Er=f.env.FEATURE_FLAG_OVERRIDE)!=null?Er:!1,ls=(xr=f.env.FORMS_API_ADDRESS)!=null?xr:`http://localhost:${T}`,us=(Sr=f.env.HUBSPOT_INTEGRATION_ADDRESS)!=null?Sr:`http://localhost:${T}`,cs=(yr=f.env.HUBSPOT_INTEGRATION_METADATA_API_SECRETKEY)!=null?yr:"APIKEYLOCALHOST",ps=(Ar=f.env.INTEGRATIONS_ADDRESS)!=null?Ar:`http://localhost:${T}`,fs=(_r=f.env.LAUNCHDARKLY_TOKEN)!=null?_r:"yolo",ds=(wr=f.env.LIST_ANALYTICS_ADDRESS)!=null?wr:`http://localhost:${T}/analytics`,ms=(zr=f.env.PORT)!=null?zr:1339,hs=(Tr=f.env.ML_GATEWAY_ADDRESS)!=null?Tr:`http://localhost:${T}`,gs=(vr=f.env.PACKAGESERVICE_ADDRESS)!=null?vr:`http://localhost:${T}`,Es=(Rr=f.env.PHOENIX_ADMIN_ADDRESS)!=null?Rr:`http://localhost:${T}`,xs=(Ir=f.env.ROSETTA_ADDRESS)!=null?Ir:`http://localhost:${T}`,Ss=(br=f.env.RUDDERSTACK_CONTROL_PLANE_URL)!=null?br:`http://localhost:${T}`,ys=(Br=f.env.RUDDERSTACK_DATA_PLANE_URL)!=null?Br:`http://localhost:${T}`,As=(Or=f.env.RUDDERSTACK_KEY)!=null?Or:"RUDD3RST4CKK3Y123456789",_s=(Nr=f.env.SEGMENT_KEY)!=null?Nr:"S3GM3NTK3Y123456789",ji=(Cr=f.env.STATSD_ADDRESS)!=null?Cr:"localhost:8125",ws=(Dr=f.env.STKV_CDN)!=null?Dr:`https://renderer-assets.${X}`,zs=(Lr=f.env.SUBMISSION_RULES_ADDRESS)!=null?Lr:`http://localhost:${T}`,Ts=(Fr=f.env.THEMES_API_ADDRESS)!=null?Fr:`http://localhost:${T}`,vs=(Ur=f.env.LOUVRE_VERSION)!=null?Ur:"localhost",Rs=(Mr=f.env.WORKSPACE_ADDRESS)!=null?Mr:`http://localhost:${T}`,Is=`https://public-assets.${X}/public/admin/2VWurKeiR4R7.png`,[bs,Bs]=ji.split(":"),Os=(kr=f.env.GOOGLE_RECAPTCHA_V2_SITE_KEY)!=null?kr:void 0,Ns=(Pr=f.env.GOOGLE_RECAPTCHA_V3_SITE_KEY)!=null?Pr:void 0,Cs=(Vr=f.env.REDIS_URL)!=null?Vr:"redis://localhost:6379",Ds=Number((Hr=f.env.REDIS_TIMEOUT_MS)!=null?Hr:5e3),Ls=Number((Kr=f.env.CACHE_FORM_TTL_S)!=null?Kr:60*60*24*1),Fs=Number(($r=f.env.CACHE_FORM_LOCK_TTL_MS)!=null?$r:200)});function pe(t,e){return{type:"add-to-cache",payload:{cacheName:t.cacheName,urls:e}}}var ce,Wr,jr,qr,Qr=H(()=>{"use strict";m();ce=oe(Be());Gr();Wr={cacheName:"renderer-assets",handlesUrl:t=>t.includes(`renderer-assets.${X}`)||t.includes("localhost:1339/dist/renderer/")},jr={cacheName:"blocks-assets",handlesUrl:t=>t.includes(ce.BLOCKS_ASSETS_BASE_URL)||t.includes(ce.BLOCKS_LOCAL_SERVER)},qr={cacheName:"images",handlesUrl:t=>t.includes(`${Yr}`)||t.includes(`public-assets.${X}/public/admin`)||t.includes("localhost:3004/images")}});var Xr=A(D=>{"use strict";m();Object.defineProperty(D,"__esModule",{value:!0});D.getVersion=D.VERSION=D.ROLLBAR_CLIENT_TOKEN=void 0;D.ROLLBAR_CLIENT_TOKEN=typeof f=="undefined"?"":"176a8d426d3a4426ac1a52a2f72c5a31";D.VERSION=typeof f=="undefined"?"":"246490de48ce98c9c76f6ae9b1413dfc7ef1e016";var qi=function(){return D.VERSION!==null&&D.VERSION!==void 0?D.VERSION:"unknown"};D.getVersion=qi});var et=A(y=>{"use strict";m();var fe=y&&y.__assign||function(){return fe=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++){e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},fe.apply(this,arguments)};Object.defineProperty(y,"__esModule",{value:!0});y.hasError=y.getBlockTypes=y.getVersions=y.getEntry=y.addError=y.registerVersion=y.register=y.createEmptyRegistry=y.initialise=void 0;var P=typeof globalThis=="undefined"?window:globalThis;function Jr(){var t;P.BLOCKS=fe(fe({},Zr()),(t=P.BLOCKS)!==null&&t!==void 0?t:{})}y.initialise=Jr;function Zr(){return{versions:new Map,entries:new Map,errors:new Set}}y.createEmptyRegistry=Zr;function Qi(t,e){P.BLOCKS.entries.set(t,e)}y.register=Qi;function Xi(t,e){P.BLOCKS.versions.set(t,e)}y.registerVersion=Xi;function Ji(t){return P.BLOCKS.errors.add(t)}y.addError=Ji;function Zi(t){return P.BLOCKS.entries.get(t)}y.getEntry=Zi;function en(){return Object.fromEntries(P.BLOCKS.versions.entries())}y.getVersions=en;function rn(){return Array.from(P.BLOCKS.entries.keys())}y.getBlockTypes=rn;function tn(t){return P.BLOCKS.errors.has(t)}y.hasError=tn;Jr()});var rt=A(de=>{"use strict";m();Object.defineProperty(de,"__esModule",{value:!0});de.logError=void 0;var Oe=Xr(),nn=et();function on(){for(var t,e,r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=r.filter(function(p){return p!==void 0});if(console.error.apply(console,n),!(!Oe.ROLLBAR_CLIENT_TOKEN||typeof window=="undefined"||!window.Rollbar||!window.Rollbar.configure||!window.Rollbar.error))try{var o=(e=window.Rollbar)===null||e===void 0?void 0:e.options,s=o.accessToken,c=o.payload;window.Rollbar.configure({accessToken:Oe.ROLLBAR_CLIENT_TOKEN,payload:{client:{javascript:{code_version:(0,Oe.getVersion)(),source_map_enabled:!0,guess_uncaught_frames:!0}},custom:{dynamic_loading_versions:(0,nn.getVersions)()}}}),(t=window.Rollbar).error.apply(t,n),window.Rollbar.configure({accessToken:s,payload:c})}catch(p){console.error(p)}}de.logError=on});var tt=A(b=>{"use strict";m();Object.defineProperty(b,"__esModule",{value:!0});b.getProperty=b.loadBundleWithRetries=b.BUNDLES=void 0;var sn=rt();b.BUNDLES=new Map;var an=function(t,e){return new Promise(function(r,i){var n;if(b.BUNDLES.has(t))(n=b.BUNDLES.get(t))===null||n===void 0||n.then(r);else{var o=ln(function(s){var c=new URL(t);return s>1&&c.searchParams.append("attempt",s.toString()),un(c.href,e)},{maxAttempts:3});b.BUNDLES.set(t,o),o.then(r).catch(function(s){b.BUNDLES.delete(t),(0,sn.logError)(s),i(s)})}})};b.loadBundleWithRetries=an;var ln=function(t,e){var r=e.maxAttempts;return new Promise(function(i,n){var o=function(s,c){t(s).then(i).catch(function(p){s<c?o(++s,c):n(p)})};o(1,r)})},un=function(t,e){return new Promise(function(r,i){var n=(0,b.getProperty)(window,e);if(n){r(n);return}var o=document.createElement("script");o.setAttribute("src",t),o.setAttribute("crossorigin","anonymous");var s=function(){i("".concat(t," loading failed (network)"))},c=function(){var p=(0,b.getProperty)(window,e);p?r(p):i("".concat(t," loading failed: missing ").concat(e.join(".")))};o.addEventListener("load",c),o.addEventListener("error",s),document.head.appendChild(o)})},cn=function(t,e,r){return r===void 0&&(r=void 0),e.reduce(function(i,n){return(i==null?void 0:i[n])||r},t)};b.getProperty=cn});var nt=A(K=>{"use strict";m();Object.defineProperty(K,"__esModule",{value:!0});K.getBuilderBundleUrl=K.getRendererBundleUrl=K.loadAppShellBundle=void 0;var pn=tt(),me=Be(),fn=function(){var t=(0,me.createAssetUrl)({application:"blocks",version:(0,me.getBlocksVersionParam)(),pathSegments:["core","app_shell","index.js"]});return(0,pn.loadBundleWithRetries)(t,["AppShellBlockInfo"])};K.loadAppShellBundle=fn;var it=function(t){return function(e){return(0,me.createAssetUrl)({application:"blocks",pathSegments:["block",e,t,"index.js"],version:(0,me.getBlocksVersionParam)()})}};K.getRendererBundleUrl=it("renderer");K.getBuilderBundleUrl=it("builder")});var st=A(q=>{"use strict";m();var J=q&&q.__spreadArray||function(t,e,r){if(r||arguments.length===2)for(var i=0,n=e.length,o;i<n;i++)(o||!(i in e))&&(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(q,"__esModule",{value:!0});q.flattenFields=void 0;function ot(t,e){return e===void 0&&(e=function(){return!0}),t.reduce(function(r,i){var n,o=((n=i.properties)===null||n===void 0?void 0:n.fields)&&Array.isArray(i.properties.fields);if(i.properties&&o&&e(i)){var s=ot(i.properties.fields,e);return J(J(J([],r,!0),[i],!1),s,!0)}return J(J([],r,!0),[i],!1)},[])}q.flattenFields=ot});function pt(t){return Object.keys(t.reduce((e,r)=>N(z({},e),{[r]:!0}),{}))}var lt,Ne,dn,at,mn,hn,ut,ct,ft=H(()=>{"use strict";m();lt=oe(nt()),Ne=oe(st()),dn=t=>t.filter(e=>e.attachment&&e.attachment.type==="image").map(e=>e.attachment.href),at=t=>t.filter(e=>e.attachment&&e.attachment.type==="image").map(e=>e.attachment.href),mn=t=>t.filter(e=>e.type==="picture_choice").flatMap(e=>e.properties.choices.filter(r=>r.attachment&&r.attachment.type==="image").map(r=>r.attachment.href)),hn=t=>{let e=t&&t.background&&t.background.href;return e?[e]:[]},ut=t=>{try{let e=(0,Ne.flattenFields)(t.fields||[]),r=dn(e),i=t.welcome_screens?at(t.welcome_screens):[],n=t.thankyou_screens?at(t.thankyou_screens):[],o=t.theme?hn(t.theme):[],s=mn(e);return pt([...r,...i,...n,...o,...s]).map(p=>`${p}/image/default`)}catch(e){return console.error(`Could not prefetch images: ${e}`),[]}},ct=t=>{let e=(0,Ne.flattenFields)(t.fields).map(s=>s.type),r=t.welcome_screens?t.welcome_screens.map(s=>s.type||"welcome_screen"):[],i=t.thankyou_screens?t.thankyou_screens.map(s=>s.type||"thankyou_screen"):[];return pt([...e,...r,...i]).map(lt.getRendererBundleUrl)}});var dt={};xe(dt,{default:()=>Sn});function gn(t){return new Promise(e=>setTimeout(e,t))}var En,Ce,xn,Sn,mt=H(()=>{"use strict";m();Qr();ft();En=t=>{navigator.serviceWorker.controller.postMessage(t)},Ce=async t=>{let e=20;for(;e>0;)try{await En(t);break}catch(r){e-=1,await gn(1e3)}},xn=(t,e)=>{"serviceWorker"in navigator&&(e?window.addEventListener("load",()=>{navigator.serviceWorker.register(`${window.location.origin}${window.location.pathname}/sw.js`,{scope:`${window.location.pathname}`}).then(()=>{Ce(pe(Wr,JSON.parse(window.rendererAssets))),Ce(pe(qr,ut(t.form))),Ce(pe(jr,ct(t.form)))})}):navigator.onLine&&typeof navigator.serviceWorker.getRegistrations=="function"&&navigator.serviceWorker.getRegistrations().then(r=>{for(let i of r)i.unregister()}))},Sn=xn});var gt=A((sa,ht)=>{"use strict";m();var yn=()=>typeof window!="undefined"&&"ontouchstart"in window||typeof navigator!="undefined"&&(navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0),An=()=>/Android|webOS|iPhone|iPad|iPod|BlackBerry|Windows Phone/i.test(navigator.userAgent),_n=()=>typeof window!="undefined"&&window.innerWidth<600,wn=()=>yn()&&An(),zn=(t,e)=>{let r=Tn(e);return Object.keys(r).reduce((i,n)=>Object.keys(t).includes(n)?N(z({},i),{[n]:r[n]}):i,{})};function Tn(t={}){return/^\?/.test(t)?t.substring(1).split("&").reduce((e,r)=>{let[i,n]=r.split("=");return N(z({},e),{[i]:n})},{}):{}}function vn(t){var e;return((e=t.thankyou_screens)==null?void 0:e.length)===1}function Rn(t){return t.fields?!t.fields.some(r=>Array.isArray(r.media)&&r.media.some(i=>i.enabled&&i.type==="video")):!0}ht.exports={getAbTestOverridesFromQueryString:zn,isTouch:wn,isSmallScreen:_n,formHasDefaultThankYouScreen:vn,formsWithNoVideoQuestion:Rn}});function xt(){try{let t=window.localStorage.getItem(Et);return t||(t=`${Date.now()}${Math.floor(Math.random()*100)}`,window.localStorage.setItem(Et,t)),t}catch(t){return null}}var Et,St=H(()=>{"use strict";m();Et="tf_random_id"});var yt={};xe(yt,{AB_TEST_AUTOPLAY_VIDEO_QUESTIONS:()=>Dn,AB_TEST_DIST_94_SHOW_WARNING:()=>Bn,AB_TEST_PULSE_SURVEY:()=>On,AB_TEST_RENDERER_ENHANCEMENTS:()=>Cn,CONTROL:()=>In,MLF_ACCOUNT_FF:()=>Nn,OUT_OF_EXPERIMENT:()=>De,VARIANT:()=>bn,abTestSetup:()=>Mn});function Ln(t,e={}){let r=0;for(let i in e)if(r+=e[i],Math.abs(t)%100<r)return i;return null}function Fn(t){let e=0;if(t.length===0)return e;for(let r=0;r<t.length;r++){let i=t.charCodeAt(r);e=(e<<5)-e+i,e=e&e}return e}function Un(t,e,r){var n,o;let i=!0;for(let s of Object.keys(r)){let c=r[s],p=t[s]===!0,h=!!((o=(n=e[s])==null?void 0:n.call(e))!=null&&o.shouldBeExcluded);if(!(!c&&(!p||p&&h))&&!(c&&p&&!h)){i=!1;break}}return i}function Mn(t={},e={}){return Object.keys(t).reduce((r,i)=>{if(e[i]===void 0)return r;let n=t[i];if(!n)return r;if(t["beta-testers"]!==!0&&t[i]===!0){let o=e[i](),{distribution:s,prerequisites:c,shouldBeExcluded:p}=o,h=!0;if(c&&(h=Un(t,e,c)),!h||p)return N(z({},r),{[i]:De});let E=xt();if(!E)return N(z({},r),{[i]:De});let g=Fn(`${E}.${i}`),R=Ln(g,s);R&&(n=R)}return N(z({},r),{[i]:n})},{})}var In,bn,De,Bn,On,Nn,Cn,Dn,At=H(()=>{"use strict";m();St();In="control",bn="variant",De="out_of_experiment",Bn="dist-94-subdomain-redirect-warning-page",On="AB_PulseSurvey_Respond_RESP-1091",Nn="AB_Multi_Language_Forms_RESP-1790",Cn="AB_Renderer_Enhancements",Dn="AB_AutoPlay_Multiformat_TU-22781"});var _t=A((ma,Z)=>{m();function kn(t){return t&&t.__esModule?t:{default:t}}Z.exports=kn,Z.exports.__esModule=!0,Z.exports.default=Z.exports});var Fe=A((ga,V)=>{m();function Le(t){"@babel/helpers - typeof";return V.exports=Le=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},V.exports.__esModule=!0,V.exports.default=V.exports,Le(t)}V.exports=Le,V.exports.__esModule=!0,V.exports.default=V.exports});var zt=A((xa,ee)=>{m();var wt=Fe().default;function Pn(t,e){if(wt(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var i=r.call(t,e||"default");if(wt(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}ee.exports=Pn,ee.exports.__esModule=!0,ee.exports.default=ee.exports});var Tt=A((ya,re)=>{m();var Vn=Fe().default,Hn=zt();function Kn(t){var e=Hn(t,"string");return Vn(e)=="symbol"?e:e+""}re.exports=Kn,re.exports.__esModule=!0,re.exports.default=re.exports});var vt=A((_a,te)=>{m();var $n=Tt();function Yn(t,e,r){return(e=$n(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}te.exports=Yn,te.exports.__esModule=!0,te.exports.default=te.exports});var bt=A(d=>{"use strict";m();var Gn=_t();Object.defineProperty(d,"__esModule",{value:!0});d.zLevels=d.widths=d.unit=d.textSizesMap=d.textSizes=d.spacingTypesDefinition=d.spacingTypes=d.screensFontSizeTypesDefinition=d.screenSizesMap=d.screenSizes=d.footerHeight=d.fontWeights=d.fontSizeVariants=d.fontSizeTypesDefinition=d.fontSizeTypes=d.fontSans=d.fontMonospace=d.fontDefault=d.fontApercuPro=d.focusTransitionTimingFunction=d.focusTransitionDuration=d.fieldsFontSizeTypesDefinition=d.colors=d.checkboxRadioSizes=d.availableSpacingTypes=d.availableFontSizeVariants=d.availableFontSizeTypes=d.BREAKPOINTS=void 0;var a=Gn(vt()),Ue;function Rt(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function It(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Rt(Object(r),!0).forEach(function(i){(0,a.default)(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Rt(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}var he=d.screenSizesMap={xs:360,sm:599,md:1023,lg:1439},za=d.BREAKPOINTS={SMALL:"sm",MEDIUM:"md",LARGE:"lg",XLARGE:"xl"},u=d.fontSizeVariants={xsmall:"x-small",small:"small",medium:"medium",large:"large"},Ta=d.availableFontSizeVariants=Object.values(u),S=d.textSizesMap={size10:{fontSize:80,lineHeight:96},size9:{fontSize:72,lineHeight:88},size8:{fontSize:64,lineHeight:76},size7:{fontSize:56,lineHeight:68},size6:{fontSize:48,lineHeight:56},size5:{fontSize:42,lineHeight:50},size4:{fontSize:36,lineHeight:44},size3:{fontSize:30,lineHeight:38},size2:{fontSize:24,lineHeight:32},size1:{fontSize:20,lineHeight:28},size0:{fontSize:16,lineHeight:24},sizeN1:{fontSize:14,lineHeight:20},sizeN2:{fontSize:12,lineHeight:16},unset:{fontSize:"unset",lineHeight:"unset"}},_=d.fontSizeTypes={screenTitle:"screenTitle",screenDescription:"screenDescription",blockCounter:"blockCounter",blockQuoteMark:"blockQuoteMark",blockTitle:"blockTitle",blockDescription:"blockDescription",inputText:"inputText",multipleChoiceLabel:"multipleChoiceLabel",multipleChoiceHint:"multipleChoiceHint",pictureChoiceAndRatingLabel:"pictureChoiceAndRatingLabel",subfieldLabel:"subfieldLabel",subfieldInputText:"subfieldInputText",opinionScaleLabel:"opinionScaleLabel",answerHint:"answerHint",title:"title",description:"description",body:"body",label:"label"},Wn=d.screensFontSizeTypesDefinition=(0,a.default)((0,a.default)({},_.screenTitle,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:"size1",md:"size2",lg:"size2",xl:"size2"}),u.small,{sm:"size3",md:"size4",lg:"size4",xl:"size4"}),u.medium,{sm:"size6",md:"size7",lg:"size7",xl:"size7"}),u.large,{sm:"size8",md:"size10",lg:"size10",xl:"size10"})),_.screenDescription,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.small,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size1",md:"size2",lg:"size2",xl:"size2"})),jn=d.fieldsFontSizeTypesDefinition=(Ue={},(0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)(Ue,_.blockCounter,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"}),u.large,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"})),_.blockQuoteMark,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size3",md:"size3",lg:"size3",xl:"size3"}),u.medium,{sm:"size4",md:"size5",lg:"size5",xl:"size5"}),u.large,{sm:"size5",md:"size6",lg:"size6",xl:"size6"})),_.blockTitle,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size0",md:"size0",lg:"size0",xl:"size0"}),u.medium,{sm:"size1",md:"size2",lg:"size2",xl:"size2"}),u.large,{sm:"size3",md:"size4",lg:"size4",xl:"size4"})),_.blockDescription,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size0",md:"size1",lg:"size1",xl:"size1"})),_.inputText,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size1",md:"size1",lg:"size1",xl:"size1"}),u.medium,{sm:"size2",md:"size3",lg:"size3",xl:"size3"}),u.large,{sm:"size2",md:"size3",lg:"size3",xl:"size3"})),_.multipleChoiceLabel,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size0",md:"size0",lg:"size0",xl:"size0"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size1",md:"size1",lg:"size1",xl:"size1"})),_.multipleChoiceHint,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.large,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"})),_.pictureChoiceAndRatingLabel,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size0",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"size0",md:"size0",lg:"size0",xl:"size0"}),u.large,{sm:"size0",md:"size0",lg:"size0",xl:"size0"})),_.subfieldLabel,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size0",md:"size1",lg:"size1",xl:"size1"})),_.subfieldInputText,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size1",md:"size1",lg:"size1",xl:"size1"}),u.medium,{sm:"size1",md:"size2",lg:"size2",xl:"size2"}),u.large,{sm:"size1",md:"size2",lg:"size2",xl:"size2"})),(0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)(Ue,_.opinionScaleLabel,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"sizeN1",lg:"sizeN1",xl:"sizeN1"}),u.medium,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"}),u.large,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"})),_.answerHint,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN2",md:"sizeN2",lg:"sizeN2",xl:"sizeN2"}),u.medium,{sm:"sizeN2",md:"sizeN2",lg:"sizeN2",xl:"sizeN2"}),u.large,{sm:"sizeN2",md:"sizeN2",lg:"sizeN2",xl:"sizeN2"})),_.title,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size1",md:"size2",lg:"size2",xl:"size2"}),u.medium,{sm:"size1",md:"size2",lg:"size2",xl:"size2"}),u.large,{sm:"size1",md:"size2",lg:"size2",xl:"size2"})),_.description,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size0",md:"size1",lg:"size1",xl:"size1"})),_.body,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.medium,{sm:"size0",md:"size1",lg:"size1",xl:"size1"}),u.large,{sm:"size0",md:"size1",lg:"size1",xl:"size1"})),_.label,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{}),u.small,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"}),u.medium,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"}),u.large,{sm:"sizeN1",md:"size0",lg:"size0",xl:"size0"}))),va=d.fontSizeTypesDefinition=It(It({},Wn),jn),Ra=d.availableFontSizeTypes=Object.keys(_),Ia=d.textSizes={unset:"",size10:`
  190.    font-size: `.concat(S.size10.fontSize,`px;
  191.    line-height: `).concat(S.size10.lineHeight,`px;
  192.  `),size9:`
  193.    font-size: `.concat(S.size9.fontSize,`px;
  194.    line-height: `).concat(S.size9.lineHeight,`px;
  195.  `),size8:`
  196.    font-size: `.concat(S.size8.fontSize,`px;
  197.    line-height: `).concat(S.size8.lineHeight,`px;
  198.  `),size7:`
  199.    font-size: `.concat(S.size7.fontSize,`px;
  200.    line-height: `).concat(S.size7.lineHeight,`px;
  201.  `),size6:`
  202.    font-size: `.concat(S.size6.fontSize,`px;
  203.    line-height: `).concat(S.size6.lineHeight,`px;
  204.  `),size5:`
  205.    font-size: `.concat(S.size5.fontSize,`px;
  206.    line-height: `).concat(S.size5.lineHeight,`px;
  207.  `),size4:`
  208.    font-size: `.concat(S.size4.fontSize,`px;
  209.    line-height: `).concat(S.size4.lineHeight,`px;
  210.  `),size3:`
  211.    font-size: `.concat(S.size3.fontSize,`px;
  212.    line-height: `).concat(S.size3.lineHeight,`px;
  213.  `),size2:`
  214.    font-size: `.concat(S.size2.fontSize,`px;
  215.    line-height: `).concat(S.size2.lineHeight,`px;
  216.  `),size1:`
  217.    font-size: `.concat(S.size1.fontSize,`px;
  218.    line-height: `).concat(S.size1.lineHeight,`px;
  219.  `),size0:`
  220.    font-size: `.concat(S.size0.fontSize,`px;
  221.    line-height: `).concat(S.size0.lineHeight,`px;
  222.  `),sizeN1:`
  223.    font-size: `.concat(S.sizeN1.fontSize,`px;
  224.    line-height: `).concat(S.sizeN1.lineHeight,`px;
  225.  `),sizeN2:`
  226.    font-size: `.concat(S.sizeN2.fontSize,`px;
  227.    line-height: `).concat(S.sizeN2.lineHeight,`px;
  228.  `)},ba=d.fontWeights={regular:400,medium:500,bold:700},Ba=d.fontSans="sans-serif",Oa=d.fontApercuPro="apercu-pro",Na=d.fontDefault="-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif",Ca=d.fontMonospace="Courier, monospace",Da=d.unit=8,M=d.spacingTypes={topScreenDescription:"topScreenDescription",rightBlockCounter:"rightBlockCounter",topBlockDescription:"topBlockDescription",topBlockContent:"topBlockContent",topMultipleChoiceBlockContent:"topMultipleChoiceBlockContent",topBlockFooter:"topBlockFooter",bottomHint:"bottomHint",topHint:"topHint",topOpinionScaleLabel:"topOpinionScaleLabel"},La=d.spacingTypesDefinition=(0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)((0,a.default)({},M.topScreenDescription,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:1.5,md:2,lg:2,xl:2}),u.small,{sm:1.5,md:2,lg:2,xl:2}),u.medium,{sm:2,md:2,lg:2,xl:2}),u.large,{sm:2,md:2,lg:2,xl:2})),M.rightBlockCounter,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:1,md:1.25,lg:1.25,xl:1.25}),u.small,{sm:1,md:1.25,lg:1.25,xl:1.25}),u.medium,{sm:1,md:1.5,lg:1.5,xl:1.5}),u.large,{sm:1,md:2,lg:2,xl:2})),M.topBlockDescription,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:1,md:1,lg:1,xl:1}),u.small,{sm:1,md:1,lg:1,xl:1}),u.medium,{sm:1,md:1,lg:1,xl:1}),u.large,{sm:1.5,md:1.5,lg:1.5,xl:1.5})),M.topBlockContent,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:4,md:3,lg:3,xl:3}),u.small,{sm:4,md:3,lg:3,xl:3}),u.medium,{sm:4,md:4,lg:4,xl:4}),u.large,{sm:5,md:5,lg:5,xl:5})),M.topMultipleChoiceBlockContent,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:0,md:0,lg:0,xl:0}),u.small,{sm:0,md:0,lg:0,xl:0}),u.medium,{sm:0,md:0,lg:0,xl:0}),u.large,{sm:-1,md:0,lg:0,xl:0})),M.topBlockFooter,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:3,md:2,lg:2,xl:2}),u.small,{sm:3,md:2,lg:2,xl:2}),u.medium,{sm:3,md:2,lg:2,xl:2}),u.large,{sm:3,md:3,lg:3,xl:3})),M.bottomHint,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:2,md:2,lg:2,xl:2}),u.small,{sm:2,md:2,lg:2,xl:2}),u.medium,{sm:2,md:2,lg:2,xl:2}),u.large,{sm:2,md:2,lg:2,xl:2})),M.topHint,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:1.5,md:1.5,lg:1.5,xl:1.5}),u.small,{sm:1.5,md:1.5,lg:1.5,xl:1.5}),u.medium,{sm:1.5,md:1.5,lg:1.5,xl:1.5}),u.large,{sm:2,md:2,lg:2,xl:2})),M.topOpinionScaleLabel,(0,a.default)((0,a.default)((0,a.default)((0,a.default)({},u.xsmall,{sm:1,md:2,lg:2,xl:2}),u.small,{sm:1,md:2,lg:2,xl:2}),u.medium,{sm:1,md:2,lg:2,xl:2}),u.large,{sm:1,md:2,lg:2,xl:2})),Fa=d.availableSpacingTypes=Object.values(M),Ua=d.footerHeight=52,Ma=d.screenSizes={xs:he.xs,sm:he.sm,md:he.md,lg:he.lg},ka=d.colors={primary:"#0142ac",red:"#d80000",error_red:"#8C0303",warning:"#645216",ai_primary:"#5716B8",ai_secondary:"#f3e4fb",success_green:"#4D5E18"},Pa=d.widths={xsm:8,sm:16,md:32,lg:48,xlg:64},Va=d.zLevels={level5:50,level4:40,level3:30,level2:20,level1:10,level0:0,levelN1:-10,levelN2:-20,overlay:1010,message:1020,cookieBanner:1100},Ha=d.focusTransitionDuration="0.1s",Ka=d.focusTransitionTimingFunction="ease-out",$a=d.checkboxRadioSizes={xs:14,sm:20,md:24,lg:34,xl:44}});var Ct=A((Wa,Nt)=>{"use strict";m();var{zLevels:Bt}=bt(),ie="root-loader",Me="slideIn",ne="fadeIn",qn="out",Ot="renderer-in",Qn="slideUp",L=400,Xn=`
  229. html,
  230. body,
  231. #root {
  232.  position: relative;
  233.  height: 100%;
  234.  width: 100%;
  235.  overflow: hidden;
  236.  margin: 0;
  237.  padding: 0;
  238.  max-width: 100vw;
  239.  z-index: ${Bt.level5};
  240. }
  241.  
  242. @keyframes ${ne} {
  243.  from {
  244.    opacity: 0.01;
  245.  }
  246.  
  247.  to {
  248.    opacity: 1;
  249.  }
  250. }
  251.  
  252. @keyframes fadeOut {
  253.  from {
  254.    opacity: 1;
  255.  }
  256.  
  257.  to {
  258.    opacity: 0;
  259.  }
  260. }
  261.  
  262. @keyframes ${Me} {
  263.  from {
  264.    transform: translateY(20px);
  265.  }
  266.  
  267.  to {
  268.    transform: translateY(0);
  269.  }
  270. }
  271.  
  272. @keyframes slideOut {
  273.  from {
  274.    transform: translateY(0);
  275.  
  276.  }
  277.  
  278.  to {
  279.    transform: translateY(-20px);
  280.  }
  281. }
  282.  
  283. @keyframes ${Qn} {
  284.  from {
  285.    transform: translateY(100vh);
  286.  }
  287.  to {
  288.    transform: translateY(0);
  289.  }
  290. }
  291.  
  292. #close-screen {
  293.    height: 100%;
  294.    width: 100%;
  295. }
  296.  
  297. #${ie} {
  298.  height: 100%;
  299.  width: 100%;
  300.  overflow: hidden;
  301.  margin: 0;
  302.  padding: 0;
  303.  position: fixed;
  304.  left: 0;
  305.  top: 0;
  306.  z-index: ${Bt.level4};
  307.  color: transparent;
  308.  fill: currentColor;
  309.  display: flex;
  310.  justify-content: center;
  311.  align-items: center;
  312.  flex-direction: column;
  313.  opacity: 0.01;
  314.  animation: ${L}ms ease-in-out 1 forwards ${ne};
  315. }
  316.  
  317. .root-loader-inner {
  318.  position: relative;
  319. }
  320.  
  321. #${ie}.out {
  322.  animation: ${L}ms ease-in-out ${L}ms 1 forwards fadeOut;
  323.  opacity: 1;
  324. }
  325.  
  326. #loader-bar {
  327.  height: auto;
  328.  margin-top: 16px;
  329. }
  330.  
  331. #loader-logo {
  332.  width: 100%;
  333.  display: flex;
  334.  flex-direction: column;
  335.  align-items: center;
  336.  transform: translateY(20px);
  337.  position: absolute;
  338.  bottom: 20px;
  339.  animation: ${L}ms ease-in-out 1 forwards ${Me};
  340. }
  341.  
  342. #${ie}.out #loader-logo {
  343.  animation: ${L}ms ease-in-out ${L}ms 1 forwards slideOut;
  344.  transform: translateY(0);
  345. }
  346.  
  347. @media (prefers-reduced-motion) {
  348.  #loader-logo {
  349.    transform: translateY(0);
  350.    animation: ${L}ms ease-in-out 1 forwards ${ne};
  351.  }
  352.  #${ie}.out #loader-logo {
  353.    animation: ${L+200}ms ease-in-out 1 forwards fadeOut;
  354.  }
  355. }
  356.  
  357. .${Ot} {
  358.  animation: ${L}ms ease-in-out ${L*2}ms 1 normal forwards running ${ne};
  359.  opacity: 1;
  360. }
  361. `;Nt.exports={headInlineStyles:Xn,rootLoaderId:ie,slideInAnimation:Me,fadeInAnimation:ne,rendererTransitionInClass:Ot,loaderTransitionOutClass:qn,animationDuration:L}});var Ut={};xe(Ut,{handleFormLoad:()=>ro,initLoadingAnimationHandler:()=>eo});function Zn(){let t=document.getElementById(Jn),e=document.getElementById(v.rootLoaderId);t&&(t.style.display="none"),e&&(e.style.display="none")}function Ft(){let t=document.getElementById(v.rootLoaderId),e=document.getElementById(Lt);t&&t.classList.add(v.loaderTransitionOutClass),e&&(e.addEventListener("animationend",r=>{r.animationName===v.fadeInAnimation&&Zn()}),e.classList.add(v.rendererTransitionInClass))}function Dt(){ge=!0,ke&&Ft()}function eo(){ke=!1,ge=!1;let t=document.getElementById(v.rootLoaderId);t&&t.addEventListener("animationend",e=>{(e.animationName===v.slideInAnimation||e.animationName===v.fadeInAnimation)&&Dt()}),setTimeout(()=>{ge!==!0&&Dt()},v.animationDuration*3)}function ro(t){ke=!0,Lt=t,ge&&Ft()}var v,ke,ge,Jn,Lt,Mt=H(()=>{"use strict";m();v=oe(Ct()),Jn="root-background"});m();var{Buffer:to}=lr(),{makeBackgoundColor:io,getEmbedOptions:$t}=pr(),no=(mt(),Se(dt)).default,{getAbTestOverridesFromQueryString:oo,formHasDefaultThankYouScreen:so,formsWithNoVideoQuestion:ao}=gt(),{abTestSetup:lo,VARIANT:Pe,CONTROL:kt,AB_TEST_PULSE_SURVEY:uo,AB_TEST_RENDERER_ENHANCEMENTS:co,AB_TEST_AUTOPLAY_VIDEO_QUESTIONS:po}=(At(),Se(yt)),{initLoadingAnimationHandler:fo,handleFormLoad:mo}=(Mt(),Se(Ut)),Pt=window.location.search.indexOf("typeform-offline-mode")!==-1,Yt=z({},window.rendererData);delete window.rendererData.trackingInfo;delete window.rendererData.stripe;var ho="root-background",Gt=window.rendererTheme||{},go=Gt.color,Eo=io(Gt.backgroundColor),Vt=$t(window.location.search),{accessScheduling:xo,accountFeatureFlags:So,availableTranslationLanguages:yo,analytics:Ao,featureFlags:Ve,features:_o,form:O,hubspotIntegration:wo,integrations:zo,intents:To,readingDirection:vo,messages:Ro,rootDomNode:Wt,scriptModernSrc:Io,serverTimestamp:bo,stripe:Ht,timeToComplete:Bo,trackingInfo:Kt,reCaptchaV2SiteKey:Oo,reCaptchaV3SiteKey:No}=Yt,jt=t=>JSON.parse(to.from(t,"base64").toString()),Co=Kt?jt(Kt):null,Do=Ht?jt(Ht):null,Lo=window.performance.now();Vt.backgroundOpacity!==1&&Po(Vt.backgroundOpacity);window.location.search.indexOf("typeform-welcome=0")!==-1&&(O.welcome_screens=[]);window.location.search.indexOf("add-placeholder-ws")!==-1&&!O.welcome_screens&&(O.welcome_screens=[{id:"placeholder-welcome-screen",ref:"placeholder-welcome-screen",title:O.title,properties:{show_button:!0}}]);Mo()&&window.parent.postMessage({type:"form-theme",theme:{backgroundColor:Eo,color:go},embedId:ko()},"*");var Fo={[uo]:()=>{var r,i;let t=(r=O==null?void 0:O.settings)==null?void 0:r.show_cookie_consent,e=(i=O==null?void 0:O.settings)==null?void 0:i.show_typeform_branding;return{distribution:{[Pe]:20,[kt]:80},shouldBeExcluded:!e||t||!so(O)}},[co]:()=>({distribution:{[Pe]:100}}),[po]:()=>({shouldBeExcluded:ao(O),distribution:{[Pe]:50,[kt]:50}})},Ee=lo(Ve,Fo),qt=oo(Ee,window.location.search),Uo=Object.keys(Ve).reduce((t,e)=>Ee[e]===void 0?N(z({},t),{[e]:Ve[e]}):t,{});window.rendererData.abTests=z(z({},Ee),qt);fo();Yo();function Mo(){return window&&window.self!==window.parent}function ko(){if(!window||!window.location)return null;let t=window.location.search.match(/typeform-embed-id=.+/);return t?t[0].split("=")[1].split("&")[0]:null}function Po(t){let e=document.getElementById(ho);e.style.opacity=t}function Vo(){mo(Wt)}function Ho(){let t=window.location.search;return t.includes("force-touch=true")?!0:t.includes("force-touch=false")?!1:null}function Ko(t){let e=r=>r.replace(/-./g,i=>i[1].toUpperCase());return Object.keys(t).reduce((r,i)=>N(z({},r),{[e(i)]:t[i]}),{})}function $o(){no(Yt,Pt),window.renderer.renderer({abTests:z(z({},Ee),qt),availableTranslationLanguages:yo,accessScheduling:xo,accountFeatureFlags:So,analytics:Ko(Ao),disableAutoFocus:window.location.search.includes("disable-auto-focus=true"),disableSubmit:window.location.search.includes("__dangerous-disable-submissions"),disableTracking:window.location.search.includes("disable-tracking=true"),domNode:document.getElementById(Wt),embedSettings:$t(window.location.search),featureFlags:Uo,forceIsTouch:Ho(),form:O,hubspotIntegration:wo,integrations:zo,intents:To,isLivePreview:!1,isOfflineMode:Pt,readingDirection:vo,messages:Ro,onFormLoaded:Vo,serverTimestamp:bo,spinnerLoadingStartTimestamp:Lo,stripe:Do,timeToComplete:Bo,trackingInfo:Co,features:_o,reCaptchaV2SiteKey:Oo,reCaptchaV3SiteKey:No})}function Yo(){let t=document.createElement("script");t.async=!1,t.src=Io,t.type="module",document.head.appendChild(t),t.onload=$o}})();
  362. /*! Bundled license information:
  363.  
  364. ieee754/index.js:
  365.  (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
  366.  
  367. buffer/index.js:
  368.  (*!
  369.   * The buffer module from node.js, for the browser.
  370.   *
  371.   * @author   Feross Aboukhadijeh <https://feross.org>
  372.   * @license  MIT
  373.   *)
  374. */
  375. //# sourceMappingURL=renderer-client.js.map
  376. </script></body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda