var qsProxy = {}; function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';} if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}} this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+">";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);} this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");} catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}} this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);} else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}} string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');} var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";} this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;} var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;} if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;} var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){} this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;} var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){} return height;};this.getMD5=function(s){function L(k,d){return(k<>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P\n\n\n\n\n\n\n\n\n\n\n\n\nLime Theme Contact Us Form<\/title>\n<link type=\"text\/css\" media=\"print\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/printForm.css?3.3.24269\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/themes\/CSS\/5e6b428acc8c4e222d1beb91.css?themeRevisionID=5f7ed99c2c2c7240ba580251\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/payment\/payment_styles.css?3.3.24269\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/payment\/payment_feature.css?3.3.24269\" \/>\n<style type=\"text\/css\" id=\"form-designer-style\">\n \/* Injected CSS Code *\/\n\/*PREFERENCES STYLE*\/\n .form-all {\n font-family: Inter, sans-serif;\n }\n .form-all .qq-upload-button,\n .form-all .form-submit-button,\n .form-all .form-submit-reset,\n .form-all .form-submit-print {\n font-family: Inter, sans-serif;\n }\n .form-all .form-pagebreak-back-container,\n .form-all .form-pagebreak-next-container {\n font-family: Inter, sans-serif;\n }\n .form-header-group {\n font-family: Inter, sans-serif;\n }\n .form-label {\n font-family: Inter, sans-serif;\n }\n \n .form-label.form-label-auto {\n \n display: block;\n float: none;\n text-align: left;\n width: 100%;\n \n }\n \n .form-line {\n margin-top: 12px;\n margin-bottom: 12px;\n }\n \n .form-all {\n max-width: 752px;\n width: 100%;\n }\n \n .form-label.form-label-left,\n .form-label.form-label-right,\n .form-label.form-label-left.form-label-auto,\n .form-label.form-label-right.form-label-auto {\n width: 230px;\n }\n \n .form-all {\n font-size: 16px\n }\n .form-all .qq-upload-button,\n .form-all .qq-upload-button,\n .form-all .form-submit-button,\n .form-all .form-submit-reset,\n .form-all .form-submit-print {\n font-size: 16px\n }\n .form-all .form-pagebreak-back-container,\n .form-all .form-pagebreak-next-container {\n font-size: 16px\n }\n \n .supernova .form-all, .form-all {\n background-color: #fff;\n }\n \n .form-all {\n color: #2C3345;\n }\n .form-header-group .form-header {\n color: #2C3345;\n }\n .form-header-group .form-subHeader {\n color: #2C3345;\n }\n .form-label-top,\n .form-label-left,\n .form-label-right,\n .form-html,\n .form-checkbox-item label,\n .form-radio-item label {\n color: #2C3345;\n }\n .form-sub-label {\n color: #464d5f;\n }\n \n .supernova {\n background-color: #ecedf3;\n }\n .supernova body {\n background: transparent;\n }\n \n .form-textbox,\n .form-textarea,\n .form-dropdown,\n .form-radio-other-input,\n .form-checkbox-other-input,\n .form-captcha input,\n .form-spinner input {\n background-color: #fff;\n }\n \n .supernova {\n background-image: none;\n }\n #stage {\n background-image: none;\n }\n \n .form-all {\n background-image: none;\n }\n \n .form-all {\n position: relative;\n }\n .form-all:before {\n content: \"\";\n background-image: url(\"https:\/\/www.jotform.com\/uploads\/ath.tsompanis\/form_files\/gerpal-logo.605dafa0a122a3.35855818.png\");\n display: inline-block;\n height: 140px;\n position: absolute;\n background-size: 140px 140px;\n background-repeat: no-repeat;\n width: 100%;\n }\n .form-all {\n margin-top: 160px !important;\n }\n .form-all:before {\n top: -150px;\n background-position: top center;\n }\n \n .ie-8 .form-all:before { display: none; }\n .ie-8 {\n margin-top: auto;\n margin-top: initial;\n }\n \n \/*PREFERENCES STYLE*\/\/*__INSPECT_SEPERATOR__*\/\n \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jquery-1.8.0.min.js?v=3.3.24269\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/maskedinput.min.js?v=3.3.24269\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jquery.maskedinput.min.js?v=3.3.24269\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/jotform.forms.js?3.3.24269\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n JotForm.jsForm = true;\n\n\tJotForm.init(function(){\n setTimeout(function() {\n $('input_10').hint('Email');\n }, 20);\n JotForm.setPhoneMaskingValidator( 'input_11_full', '###-###-####' );\nif (window.JotForm && JotForm.accessible) $('input_15').setAttribute('tabindex',0);\n JotForm.setCustomHint( 'input_15', 'Type here...' );\n\tJotForm.newDefaultTheme = true;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\tJotForm.newPaymentUI = true;\n JotForm.alterTexts({\"ageVerificationError\":\"You must be older than {minAge} years old to submit this form.\",\"alphabetic\":\"This field can only contain letters\",\"alphanumeric\":\"This field can only contain letters and numbers.\",\"appointmentSelected\":\"You\u2019ve selected {time} on {date}\",\"ccDonationMinLimitError\":\"Minimum amount is {minAmount} {currency}\",\"ccInvalidCVC\":\"CVC number is invalid.\",\"ccInvalidExpireDate\":\"Expire date is invalid.\",\"ccInvalidExpireMonth\":\"Expiration month is invalid.\",\"ccInvalidExpireYear\":\"Expiration year is invalid.\",\"ccInvalidNumber\":\"Credit Card Number is invalid.\",\"ccMissingDetails\":\"Please fill up the credit card details.\",\"ccMissingDonation\":\"Please enter numeric values for donation amount.\",\"ccMissingProduct\":\"Please select at least one product.\",\"characterLimitError\":\"Too many Characters. The limit is\",\"characterMinLimitError\":\"Too few characters. The minimum is\",\"confirmClearForm\":\"Are you sure you want to clear the form\",\"confirmEmail\":\"E-mail does not match\",\"currency\":\"This field can only contain currency values.\",\"cyrillic\":\"This field can only contain cyrillic characters\",\"dateInvalid\":\"This date is not valid. The date format is {format}\",\"dateInvalidSeparate\":\"This date is not valid. Enter a valid {element}.\",\"dateLimited\":\"This date is unavailable.\",\"disallowDecimals\":\"Please enter a whole number.\",\"doneButton\":\"Done\",\"doneMessage\":\"Well done! All errors are fixed.\",\"dragAndDropFilesHere_infoMessage\":\"Drag and drop files here\",\"email\":\"Enter a valid e-mail address\",\"fillMask\":\"Field value must fill mask.\",\"freeEmailError\":\"Free email accounts are not allowed\",\"generalError\":\"There are errors on the form. Please fix them before continuing.\",\"generalPageError\":\"There are errors on this page. Please fix them before continuing.\",\"geoNotAvailableDesc\":\"Location provider not available. Please enter the address manually.\",\"geoNotAvailableTitle\":\"Position Unavailable\",\"geoPermissionDesc\":\"Check your browser's privacy settings.\",\"geoPermissionTitle\":\"Permission Denied\",\"geoTimeoutDesc\":\"Please check your internet connection and try again.\",\"geoTimeoutTitle\":\"Timeout\",\"gradingScoreError\":\"Score total should only be less than or equal to\",\"incompleteFields\":\"There are incomplete required fields. Please complete them.\",\"inputCarretErrorA\":\"Input should not be less than the minimum value:\",\"inputCarretErrorB\":\"Input should not be greater than the maximum value:\",\"justSoldOut\":\"Just Sold Out\",\"lessThan\":\"Your score should be less than or equal to\",\"maxDigitsError\":\"The maximum digits allowed is\",\"maxFileSize_infoMessage\":\"Max. file size\",\"maxSelectionsError\":\"The maximum number of selections allowed is \",\"minSelectionsError\":\"The minimum required number of selections is \",\"multipleError\":\"There are {count} errors in this page. Please correct them before moving on.\",\"multipleFileUploads_emptyError\":\"{file} is empty, please select files again without it.\",\"multipleFileUploads_fileLimitError\":\"Only {fileLimit} file uploads allowed.\",\"multipleFileUploads_minSizeError\":\"{file} is too small, minimum file size is {minSizeLimit}.\",\"multipleFileUploads_onLeave\":\"The files are being uploaded, if you leave now the upload will be cancelled.\",\"multipleFileUploads_sizeError\":\"{file} is too large, maximum file size is {sizeLimit}.\",\"multipleFileUploads_typeError\":\"{file} has invalid extension. Only {extensions} are allowed.\",\"multipleFileUploads_uploadFailed\":\"File upload failed, please remove it and upload the file again.\",\"nextButtonText\":\"Next\",\"noSlotsAvailable\":\"No slots available\",\"notEnoughStock\":\"Not enough stock for the current selection\",\"notEnoughStock_remainedItems\":\"Not enough stock for the current selection ({count} items left)\",\"noUploadExtensions\":\"File has no extension file type (e.g. .txt, .png, .jpeg)\",\"numeric\":\"This field can only contain numeric values\",\"oneError\":\"There is {count} error in this page. Please correct it before moving on.\",\"pastDatesDisallowed\":\"Date must not be in the past.\",\"pleaseWait\":\"Please wait...\",\"prevButtonText\":\"Previous\",\"progressMiddleText\":\"of\",\"required\":\"This field is required.\",\"requiredLegend\":\"All fields marked with * are required and must be filled.\",\"requireEveryCell\":\"Every cell is required.\",\"requireEveryRow\":\"Every row is required.\",\"requireOne\":\"At least one field required.\",\"restrictedDomain\":\"This domain is not allowed\",\"reviewBackText\":\"Back to Form\",\"reviewSubmitText\":\"Review and Submit\",\"seeAllText\":\"See All\",\"seeErrorsButton\":\"See Errors\",\"selectionSoldOut\":\"Selection Sold Out\",\"slotUnavailable\":\"{time} on {date} has been selected is unavailable. Please select another slot.\",\"soldOut\":\"Sold Out\",\"submissionLimit\":\"Sorry! Only one entry is allowed. Multiple submissions are disabled for this form.\",\"submitButtonText\":\"Submit\",\"subProductItemsLeft\":\"({count} items left)\",\"uploadExtensions\":\"You can only upload following files:\",\"uploadFilesize\":\"File size cannot be bigger than:\",\"uploadFilesizemin\":\"File size cannot be smaller than:\",\"url\":\"This field can only contain a valid URL\",\"validateEmail\":\"You need to validate this e-mail\",\"wordLimitError\":\"Too many words. The limit is\",\"wordMinLimitError\":\"Too few words. The minimum is\"});\n FormTranslation.init({\"detectUserLanguage\":\"1\",\"firstPageOnly\":\"0\",\"options\":\"Greek\",\"originalLanguage\":\"el\",\"primaryLanguage\":\"el\",\"saveUserLanguage\":\"1\",\"showStatus\":\"flag-with-nation\",\"theme\":\"light-theme\",\"version\":\"2\"});\n \/*INIT-END*\/\n\t});\n\n clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n JotForm.prepareCalculationsOnTheFly([null,null,null,null,null,null,null,null,{\"name\":\"input8\",\"qid\":\"8\",\"text\":\"\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\",\"type\":\"control_button\"},{\"description\":\"\",\"name\":\"input9\",\"qid\":\"9\",\"text\":\"\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"10\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"input11\",\"qid\":\"11\",\"text\":\"\u03a4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03b9\u03ba\u03cc\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2\",\"type\":\"control_phone\"},{\"name\":\"clickTo12\",\"qid\":\"12\",\"text\":\"\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03bc\u03b1\u03c2 \u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03bf 23850-28422\",\"type\":\"control_text\"},null,null,{\"description\":\"\",\"name\":\"input15\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf\",\"type\":\"control_textarea\"}]);\n setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,null,null,null,null,null,{\"name\":\"input8\",\"qid\":\"8\",\"text\":\"\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\",\"type\":\"control_button\"},{\"description\":\"\",\"name\":\"input9\",\"qid\":\"9\",\"text\":\"\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"10\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"input11\",\"qid\":\"11\",\"text\":\"\u03a4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03b9\u03ba\u03cc\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2\",\"type\":\"control_phone\"},{\"name\":\"clickTo12\",\"qid\":\"12\",\"text\":\"\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03bc\u03b1\u03c2 \u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03bf 23850-28422\",\"type\":\"control_text\"},null,null,{\"description\":\"\",\"name\":\"input15\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf\",\"type\":\"control_textarea\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/submit.jotformeu.com\/submit\/210842423019346\/\" method=\"post\" name=\"form_210842423019346\" id=\"210842423019346\" accept-charset=\"utf-8\" autocomplete=\"on\">\n <input type=\"hidden\" name=\"formID\" value=\"210842423019346\" \/>\n <input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/>\n <input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/>\n <div role=\"main\" class=\"form-all\">\n <link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"https:\/\/cdn.jotfor.ms\/wizards\/languageWizard\/custom-dropdown\/css\/lang-dd.css?3.3.24269\" \/>\n <div class=\"cont\">\n <input type=\"text\" id=\"input_language\" name=\"input_language\" style=\"display:none\" \/>\n <div class=\"language-dd\" id=\"langDd\" style=\"display:none\">\n <div class=\"dd-placeholder lang-emp\">\n Language\n <\/div>\n <ul class=\"lang-list dn\" id=\"langList\">\n <li data-lang=\"el\" class=\"el\">\n Greek\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <script type=\"text\/javascript\" src=\"https:\/\/cdn.jotfor.ms\/js\/formTranslation.v2.js?3.3.24269\"><\/script>\n <div class=\"formLogoWrapper Center\">\n <img class=\"formLogoImg\" src=\"https:\/\/www.jotform.com\/uploads\/ath.tsompanis\/form_files\/gerpal-logo.605dafa0a122a3.35855818.png\" height=\"140\" width=\"140\">\n <\/div>\n <style>\n .formLogoWrapper { display:inline-block; position: absolute; width: 100%;} .form-all:before { background: none !important;} .formLogoWrapper.Center { top: -150px; text-align: center;}\n <\/style>\n <ul class=\"form-section page-section\">\n <li class=\"form-line jf-required\" data-type=\"control_fullname\" id=\"id_9\" data-compound-hint=\"First Name,Last Name\">\n <label class=\"form-label form-label-top form-label-auto\" id=\"label_9\" for=\"first_9\">\n \u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf\n <span class=\"form-required\">\n *\n <\/span>\n <\/label>\n <div id=\"cid_9\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n <div data-wrapper-react=\"true\">\n <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n <input type=\"text\" id=\"first_9\" name=\"q9_input9[first]\" class=\"form-textbox validate[required]\" size=\"10\" value=\"\" placeholder=\"First Name\" data-component=\"first\" aria-labelledby=\"label_9\" required=\"\" \/>\n <\/span>\n <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n <input type=\"text\" id=\"last_9\" name=\"q9_input9[last]\" class=\"form-textbox validate[required]\" size=\"15\" value=\"\" placeholder=\"Last Name\" data-component=\"last\" aria-labelledby=\"label_9\" required=\"\" \/>\n <\/span>\n <\/div>\n <\/div>\n <\/li>\n <li class=\"form-line jf-required\" data-type=\"control_email\" id=\"id_10\">\n <label class=\"form-label form-label-top form-label-auto\" id=\"label_10\" for=\"input_10\">\n Email\n <span class=\"form-required\">\n *\n <\/span>\n <\/label>\n <div id=\"cid_10\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n <input type=\"email\" id=\"input_10\" name=\"q10_email\" class=\"form-textbox validate[required, Email]\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_10 sublabel_input_10\" required=\"\" \/>\n <label class=\"form-sub-label\" for=\"input_10\" id=\"sublabel_input_10\" style=\"min-height:13px\" aria-hidden=\"false\"> example@example.com <\/label>\n <\/span>\n <\/div>\n <\/li>\n <li class=\"form-line jf-required\" data-type=\"control_phone\" id=\"id_11\" data-compound-hint=\"Phone\">\n <label class=\"form-label form-label-top form-label-auto\" id=\"label_11\" for=\"input_11_full\">\n \u03a4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03b9\u03ba\u03cc\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2\n <span class=\"form-required\">\n *\n <\/span>\n <\/label>\n <div id=\"cid_11\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n <input type=\"tel\" id=\"input_11_full\" name=\"q11_input11[full]\" data-type=\"mask-number\" class=\"mask-phone-number form-textbox validate[required, Fill Mask]\" style=\"width:310px\" data-masked=\"true\" value=\"\" placeholder=\"Phone\" data-component=\"phone\" aria-labelledby=\"label_11\" required=\"\" \/>\n <label class=\"form-sub-label is-empty\" for=\"input_11_full\" id=\"sublabel_11_masked\" style=\"min-height:13px\" aria-hidden=\"false\"> <\/label>\n <\/span>\n <\/div>\n <\/li>\n <li class=\"form-line jf-required\" data-type=\"control_textarea\" id=\"id_15\">\n <label class=\"form-label form-label-top form-label-auto\" id=\"label_15\" for=\"input_15\">\n \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf\n <span class=\"form-required\">\n *\n <\/span>\n <\/label>\n <div id=\"cid_15\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n <textarea id=\"input_15\" class=\"form-textarea validate[required]\" name=\"q15_input15\" style=\"width:648px;height:163px\" data-component=\"textarea\" required=\"\" aria-labelledby=\"label_15\"><\/textarea>\n <\/div>\n <\/li>\n <li class=\"form-line\" data-type=\"control_button\" id=\"id_8\">\n <div id=\"cid_8\" class=\"form-input-wide\" data-layout=\"full\">\n <div data-align=\"center\" class=\"form-buttons-wrapper form-buttons-center jsTest-button-wrapperField\">\n <button id=\"input_8\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\n <\/button>\n <\/div>\n <\/div>\n <\/li>\n <li class=\"form-line\" data-type=\"control_text\" id=\"id_12\">\n <div id=\"cid_12\" class=\"form-input-wide\" data-layout=\"full\">\n <div id=\"text_12\" class=\"form-html\" data-component=\"text\">\n <p style=\"text-align: center; padding-left: 30px;\">\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03bc\u03b1\u03c2 \u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03bf 23850-28422<\/p>\n <\/div>\n <\/div>\n <\/li>\n <li style=\"display:none\">\n Should be Empty:\n <input type=\"text\" name=\"website\" value=\"\" \/>\n <\/li>\n <\/ul>\n <\/div>\n <script>\n JotForm.showJotFormPowered = \"new_footer\";\n <\/script>\n <script>\n JotForm.poweredByText = \"Powered by JotForm\";\n <\/script>\n <input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"210842423019346\" \/>\n <script type=\"text\/javascript\">\n var all_spc = document.querySelectorAll(\"form[id='210842423019346'] .si\" + \"mple\" + \"_spc\");\nfor (var i = 0; i < all_spc.length; i++)\n{\n all_spc[i].value = \"210842423019346-210842423019346\";\n}\n <\/script>\n <div class=\"formFooter-heightMask\">\n <\/div>\n <div style=\"display:none;\" class=\"formFooter f6\">\n <div class=\"formFooter-wrapper formFooter-leftSide\">\n <a href=\"https:\/\/www.jotform.com\/?utm_source=formfooter&utm_medium=banner&utm_term=210842423019346&utm_content=jotform_logo&utm_campaign=powered_by_jotform_le\" target=\"_blank\" class=\"formFooter-logoLink\"><img class=\"formFooter-logo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/logo\/logo-new@1x.png\" alt=\"Jotform Logo\"><\/a>\n <\/div>\n <div class=\"formFooter-wrapper formFooter-rightSide\">\n <span class=\"formFooter-text\">\n Now create your own JotForm - It's free!\n <\/span>\n <a class=\"formFooter-button\" href=\"https:\/\/www.jotform.com\/?utm_source=formfooter&utm_medium=banner&utm_term=210842423019346&utm_content=jotform_button&utm_campaign=powered_by_jotform_le\" target=\"_blank\">Create your own JotForm<\/a>\n <\/div>\n <\/div>\n<\/form><\/body>\n<\/html>\n<script type=\"text\/javascript\">JotForm.forwardToEu=true;<\/script><script src=\"https:\/\/cdn.jotfor.ms\/\/js\/vendor\/smoothscroll.min.js?v=3.3.24269\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/\/js\/errorNavigation.js?v=3.3.24269\"><\/script>\n","Lime Theme Contact Us Form",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="210842423019346"){return;} var iframe=document.getElementById("210842423019346");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();} break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}} iframe.style.height=height break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";} break;case"reloadPage":if(iframe){location.reload();} break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;} var src=args[1];if(args.length>3){src=args[1]+':'+args[2];} var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(url,whitelisted_domains){var hostname=(new URL(url)).hostname;var result=false;if(typeof hostname!=='undefined'){if(whitelisted_domains.indexOf(hostname)>-1){result=true;} else{whitelisted_domains.forEach(function(element){if(hostname.endsWith('.'.concat(element))==true){result=true;}});} return result;}} if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();